diff --git a/README.md b/README.md index 170c182d..20d83e12 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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) diff --git a/docs/NfsCheck.md b/docs/NfsCheck.md index b7fa6137..19820d43 100644 --- a/docs/NfsCheck.md +++ b/docs/NfsCheck.md @@ -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) diff --git a/docs/NfsExportsExtended.md b/docs/NfsExportsExtended.md index 4f9ffb71..48af75ed 100644 --- a/docs/NfsExportsExtended.md +++ b/docs/NfsExportsExtended.md @@ -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] diff --git a/docs/ProtocolsApi.md b/docs/ProtocolsApi.md index f4000f60..dccfb3b3 100644 --- a/docs/ProtocolsApi.md +++ b/docs/ProtocolsApi.md @@ -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) @@ -711,7 +711,7 @@ Name | Type | Description | Notes ### Return type -[**CreateResponse**](CreateResponse.md) +[**Empty**](Empty.md) ### Authorization @@ -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) @@ -4861,7 +4861,7 @@ Name | Type | Description | Notes ### Return type -[**SmbLogLevelFiltersExtended**](SmbLogLevelFiltersExtended.md) +[**SmbLogLevelFilters**](SmbLogLevelFilters.md) ### Authorization diff --git a/docs/SmbSharesExtended.md b/docs/SmbSharesExtended.md index 55c87726..0c748fea 100644 --- a/docs/SmbSharesExtended.md +++ b/docs/SmbSharesExtended.md @@ -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] diff --git a/setup.py b/setup.py index 6fff1ca7..6af296aa 100644 --- a/setup.py +++ b/setup.py @@ -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 diff --git a/swagger_config.json b/swagger_config.json index da2f6ea3..4dc8e956 100644 --- a/swagger_config.json +++ b/swagger_config.json @@ -5566,7 +5566,8 @@ "information", "warning", "critical", - "emergency" + "emergency", + "unknown" ], "type": "string" }, @@ -5618,6 +5619,7 @@ ] }, "EventSettings": { + "description": "Settings for CELOG system", "properties": { "settings": { "$ref": "#/definitions/EventSettingsSettings", @@ -6070,15 +6072,6 @@ }, "operator": { "description": "The comparison operator to use while comparing an attribute with its value", - "enum": [ - "==", - "!=", - ">", - ">=", - "<", - "<=", - "!" - ], "type": "string" }, "type": { @@ -7993,12 +7986,12 @@ } }, "required": [ - "impact", "paths", + "participants", + "impact", "type", "state", "priority", - "participants", "create_time", "policy", "retries_remaining", @@ -8124,8 +8117,8 @@ } }, "required": [ - "coordinator", "disconnected_nodes", + "coordinator", "stats_ready", "next_jid", "down_or_read_only_nodes", @@ -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" }, @@ -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" @@ -17883,15 +17879,6 @@ }, "operator": { "description": "How to compare the specified attribute of each file to the specified value.", - "enum": [ - "==", - "!=", - ">", - ">=", - "<", - "<=", - "!" - ], "type": "string" }, "type": { @@ -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": { @@ -19939,15 +19906,6 @@ }, "level": { "description": "Logging level of the filter.", - "enum": [ - "always", - "error", - "warning", - "info", - "verbose", - "debug", - "trace" - ], "type": "string" }, "ops": { @@ -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" @@ -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": { @@ -24517,8 +24478,8 @@ }, "required": [ "total", - "out", - "in" + "in", + "out" ], "type": "object" }, @@ -49137,7 +49098,7 @@ "200": { "description": "Create an NTP server entry.", "schema": { - "$ref": "#/definitions/CreateResponse" + "$ref": "#/definitions/Empty" } }, "default": { @@ -49408,7 +49369,7 @@ "200": { "description": "Get the current SMB log filters.", "schema": { - "$ref": "#/definitions/SmbLogLevelFiltersExtended" + "$ref": "#/definitions/SmbLogLevelFilters" } }, "default": {