Skip to content

Commit

Permalink
OneFS 8.0.0 Python Swagger bindings for v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Atomicology committed May 15, 2018
1 parent f8de3bc commit 0e00d6c
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 66 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Isilon SDK - Language bindings for the OneFS API
This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:

- API version: 3
- Package version: 0.2.1
- Package version: 0.2.2
- Build package: io.swagger.codegen.languages.PythonClientCodegen
For more information, please visit [https://github.com/Isilon/isilon_sdk](https://github.com/Isilon/isilon_sdk)

Expand Down Expand Up @@ -1512,7 +1512,6 @@ Class | Method | HTTP request | Description
- [ReportsThreatsExtended](docs/ReportsThreatsExtended.md)
- [SettingsKrb5DomainCreateParams](docs/SettingsKrb5DomainCreateParams.md)
- [SettingsKrb5RealmCreateParams](docs/SettingsKrb5RealmCreateParams.md)
- [SmbLogLevelFiltersExtended](docs/SmbLogLevelFiltersExtended.md)
- [SmbSharesExtended](docs/SmbSharesExtended.md)
- [SnapshotAliasesExtended](docs/SnapshotAliasesExtended.md)
- [SnapshotLockCreateParams](docs/SnapshotLockCreateParams.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/NfsCheck.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **int** | The ID of the export. | [optional]
**messages** | **str** | The message about the export. |
**message** | **str** | The message about the export. |

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
1 change: 1 addition & 0 deletions docs/NfsExportsExtended.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**exports** | [**list[NfsExportExtended]**](NfsExportExtended.md) | | [optional]
**digest** | **str** | | [optional]
**resume** | **str** | Continue returning results from previous call using this token (token should come from the previous call, resume cannot be used with other options). | [optional]
**total** | **int** | Total number of items available. | [optional]

Expand Down
8 changes: 4 additions & 4 deletions docs/ProtocolsApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ Name | Type | Description | Notes
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)

# **create_ntp_server**
> CreateResponse create_ntp_server(ntp_server)
> Empty create_ntp_server(ntp_server)


Expand Down Expand Up @@ -711,7 +711,7 @@ Name | Type | Description | Notes

### Return type

[**CreateResponse**](CreateResponse.md)
[**Empty**](Empty.md)

### Authorization

Expand Down Expand Up @@ -4819,7 +4819,7 @@ Name | Type | Description | Notes
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)

# **list_smb_log_level_filters**
> SmbLogLevelFiltersExtended list_smb_log_level_filters(sort=sort, dir=dir, level=level)
> SmbLogLevelFilters list_smb_log_level_filters(sort=sort, dir=dir, level=level)


Expand Down Expand Up @@ -4861,7 +4861,7 @@ Name | Type | Description | Notes

### Return type

[**SmbLogLevelFiltersExtended**](SmbLogLevelFiltersExtended.md)
[**SmbLogLevelFilters**](SmbLogLevelFilters.md)

### Authorization

Expand Down
1 change: 1 addition & 0 deletions docs/SmbSharesExtended.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**shares** | [**list[SmbShareExtended]**](SmbShareExtended.md) | | [optional]
**digest** | **str** | | [optional]
**resume** | **str** | Continue returning results from previous call using this token (token should come from the previous call, resume cannot be used with other options). | [optional]
**total** | **int** | Total number of items available. | [optional]

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from setuptools import setup, find_packages # noqa: H301

NAME = "isi-sdk-8-0"
VERSION = "0.2.1"
VERSION = "0.2.2"
# To install the library, run the following
#
# python setup.py install
Expand Down
77 changes: 19 additions & 58 deletions swagger_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5566,7 +5566,8 @@
"information",
"warning",
"critical",
"emergency"
"emergency",
"unknown"
],
"type": "string"
},
Expand Down Expand Up @@ -5618,6 +5619,7 @@
]
},
"EventSettings": {
"description": "Settings for CELOG system",
"properties": {
"settings": {
"$ref": "#/definitions/EventSettingsSettings",
Expand Down Expand Up @@ -6070,15 +6072,6 @@
},
"operator": {
"description": "The comparison operator to use while comparing an attribute with its value",
"enum": [
"==",
"!=",
">",
">=",
"<",
"<=",
"!"
],
"type": "string"
},
"type": {
Expand Down Expand Up @@ -7993,12 +7986,12 @@
}
},
"required": [
"impact",
"paths",
"participants",
"impact",
"type",
"state",
"priority",
"participants",
"create_time",
"policy",
"retries_remaining",
Expand Down Expand Up @@ -8124,8 +8117,8 @@
}
},
"required": [
"coordinator",
"disconnected_nodes",
"coordinator",
"stats_ready",
"next_jid",
"down_or_read_only_nodes",
Expand Down Expand Up @@ -10836,13 +10829,13 @@
"description": "The ID of the export.",
"type": "integer"
},
"messages": {
"message": {
"description": "The message about the export.",
"type": "string"
}
},
"required": [
"messages"
"message"
],
"type": "object"
},
Expand Down Expand Up @@ -11198,6 +11191,9 @@
},
{
"properties": {
"digest": {
"type": "string"
},
"resume": {
"description": "Continue returning results from previous call using this token (token should come from the previous call, resume cannot be used with other options).",
"type": "string"
Expand Down Expand Up @@ -17883,15 +17879,6 @@
},
"operator": {
"description": "How to compare the specified attribute of each file to the specified value.",
"enum": [
"==",
"!=",
">",
">=",
"<",
"<=",
"!"
],
"type": "string"
},
"type": {
Expand Down Expand Up @@ -19904,26 +19891,6 @@
},
"type": "object"
},
"SmbLogLevelFiltersExtended": {
"allOf": [
{
"$ref": "#/definitions/SmbLogLevelFilters"
},
{
"properties": {
"resume": {
"description": "Continue returning results from previous call using this token (token should come from the previous call, resume cannot be used with other options).",
"type": "string"
},
"total": {
"description": "Total number of items available.",
"type": "integer"
}
},
"type": "object"
}
]
},
"SmbLogLevelFiltersFilter": {
"properties": {
"id": {
Expand All @@ -19939,15 +19906,6 @@
},
"level": {
"description": "Logging level of the filter.",
"enum": [
"always",
"error",
"warning",
"info",
"verbose",
"debug",
"trace"
],
"type": "string"
},
"ops": {
Expand Down Expand Up @@ -21384,6 +21342,9 @@
},
{
"properties": {
"digest": {
"type": "string"
},
"resume": {
"description": "Continue returning results from previous call using this token (token should come from the previous call, resume cannot be used with other options).",
"type": "string"
Expand Down Expand Up @@ -22347,7 +22308,7 @@
"system_contact": {
"description": "Contact information for the system owner. This must be a valid email address. @DEFAULT reverts this field to its default value.",
"minLength": 1,
"pattern": "^[a-z0-9._%+-]+@[a-z0-9.-]+\\.[a-z]{2,4}$",
"pattern": "^[a-z0-9._%+-]+@[a-z0-9.-]+\\.[a-z]{2,7}$",
"type": "string"
},
"system_location": {
Expand Down Expand Up @@ -24517,8 +24478,8 @@
},
"required": [
"total",
"out",
"in"
"in",
"out"
],
"type": "object"
},
Expand Down Expand Up @@ -49137,7 +49098,7 @@
"200": {
"description": "Create an NTP server entry.",
"schema": {
"$ref": "#/definitions/CreateResponse"
"$ref": "#/definitions/Empty"
}
},
"default": {
Expand Down Expand Up @@ -49408,7 +49369,7 @@
"200": {
"description": "Get the current SMB log filters.",
"schema": {
"$ref": "#/definitions/SmbLogLevelFiltersExtended"
"$ref": "#/definitions/SmbLogLevelFilters"
}
},
"default": {
Expand Down

0 comments on commit 0e00d6c

Please sign in to comment.