autosde_openapi_client 1.0.43 → 1.0.47
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +53 -46
- data/docs/AbstractCapabilityApi.md +4 -4
- data/docs/AccountApi.md +2 -2
- data/docs/AddressApi.md +2 -2
- data/docs/AutoSDEProjectApi.md +4 -4
- data/docs/AutoSDERoleApi.md +4 -4
- data/docs/CapabilityTranslationApi.md +2 -2
- data/docs/HostApi.md +2 -2
- data/docs/HostCluster.md +32 -0
- data/docs/HostClusterApi.md +276 -0
- data/docs/HostClusterCreate.md +28 -0
- data/docs/HostVolumeConnectionApi.md +2 -2
- data/docs/NativeCapabilityApi.md +2 -2
- data/docs/ProfileApi.md +4 -4
- data/docs/ProvisioningStrategyApi.md +2 -2
- data/docs/ServiceApi.md +2 -2
- data/docs/ServiceResourceAttachmentApi.md +2 -2
- data/docs/SnapshotApi.md +2 -2
- data/docs/StorageResourceApi.md +2 -2
- data/docs/StorageSystemApi.md +8 -8
- data/docs/StorageSystemUpdate.md +24 -0
- data/docs/SystemTypeApi.md +2 -2
- data/docs/VolumeApi.md +2 -2
- data/docs/VolumeSafeDeleteApi.md +2 -2
- data/lib/autosde_openapi_client.rb +4 -0
- data/lib/autosde_openapi_client/api/abstract_capability_api.rb +4 -4
- data/lib/autosde_openapi_client/api/account_api.rb +2 -2
- data/lib/autosde_openapi_client/api/address_api.rb +2 -2
- data/lib/autosde_openapi_client/api/auto_sde_project_api.rb +4 -4
- data/lib/autosde_openapi_client/api/auto_sde_role_api.rb +4 -4
- data/lib/autosde_openapi_client/api/capability_translation_api.rb +2 -2
- data/lib/autosde_openapi_client/api/host_api.rb +2 -2
- data/lib/autosde_openapi_client/api/host_cluster_api.rb +254 -0
- data/lib/autosde_openapi_client/api/host_volume_connection_api.rb +2 -2
- data/lib/autosde_openapi_client/api/native_capability_api.rb +2 -2
- data/lib/autosde_openapi_client/api/profile_api.rb +4 -4
- data/lib/autosde_openapi_client/api/provisioning_strategy_api.rb +2 -2
- data/lib/autosde_openapi_client/api/service_api.rb +2 -2
- data/lib/autosde_openapi_client/api/service_resource_attachment_api.rb +2 -2
- data/lib/autosde_openapi_client/api/snapshot_api.rb +2 -2
- data/lib/autosde_openapi_client/api/storage_resource_api.rb +2 -2
- data/lib/autosde_openapi_client/api/storage_system_api.rb +11 -11
- data/lib/autosde_openapi_client/api/system_type_api.rb +2 -2
- data/lib/autosde_openapi_client/api/volume_api.rb +2 -2
- data/lib/autosde_openapi_client/api/volume_safe_delete_api.rb +2 -2
- data/lib/autosde_openapi_client/models/host_cluster.rb +388 -0
- data/lib/autosde_openapi_client/models/host_cluster_create.rb +329 -0
- data/lib/autosde_openapi_client/models/storage_system_update.rb +265 -0
- data/lib/autosde_openapi_client/version.rb +2 -2
- data/spec/api/host_cluster_api_spec.rb +74 -0
- data/spec/api/storage_system_api_spec.rb +1 -1
- data/spec/models/host_cluster_create_spec.rb +64 -0
- data/spec/models/host_cluster_spec.rb +80 -0
- data/spec/models/storage_system_update_spec.rb +52 -0
- metadata +71 -55
@@ -0,0 +1,28 @@
|
|
1
|
+
# AutosdeOpenapiClient::HostClusterCreate
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **name** | **String** | name | [optional] |
|
8
|
+
| **owner_id** | **String** | owner_id | [optional] |
|
9
|
+
| **owner_name** | **String** | owner_name | [optional] |
|
10
|
+
| **protocol** | **String** | protocol | [optional] |
|
11
|
+
| **status** | **String** | status | [optional] |
|
12
|
+
| **storage_system** | [**StorageSystem**](StorageSystem.md) | | [optional] |
|
13
|
+
|
14
|
+
## Example
|
15
|
+
|
16
|
+
```ruby
|
17
|
+
require 'autosde_openapi_client'
|
18
|
+
|
19
|
+
instance = AutosdeOpenapiClient::HostClusterCreate.new(
|
20
|
+
name: null,
|
21
|
+
owner_id: null,
|
22
|
+
owner_name: null,
|
23
|
+
protocol: null,
|
24
|
+
status: null,
|
25
|
+
storage_system: null
|
26
|
+
)
|
27
|
+
```
|
28
|
+
|
@@ -4,10 +4,10 @@ All URIs are relative to *http://localhost:9000/site-manager/api/v1/engine*
|
|
4
4
|
|
5
5
|
| Method | HTTP request | Description |
|
6
6
|
| ------ | ------------ | ----------- |
|
7
|
-
| [**host_volume_connection_get**](HostVolumeConnectionApi.md#host_volume_connection_get) | **GET** /host-volume-connection
|
7
|
+
| [**host_volume_connection_get**](HostVolumeConnectionApi.md#host_volume_connection_get) | **GET** /host-volume-connection | |
|
8
8
|
| [**host_volume_connection_pk_delete**](HostVolumeConnectionApi.md#host_volume_connection_pk_delete) | **DELETE** /host-volume-connection/{pk} | |
|
9
9
|
| [**host_volume_connection_pk_get**](HostVolumeConnectionApi.md#host_volume_connection_pk_get) | **GET** /host-volume-connection/{pk} | |
|
10
|
-
| [**host_volume_connection_post**](HostVolumeConnectionApi.md#host_volume_connection_post) | **POST** /host-volume-connection
|
10
|
+
| [**host_volume_connection_post**](HostVolumeConnectionApi.md#host_volume_connection_post) | **POST** /host-volume-connection | |
|
11
11
|
|
12
12
|
|
13
13
|
## host_volume_connection_get
|
data/docs/NativeCapabilityApi.md
CHANGED
@@ -4,10 +4,10 @@ All URIs are relative to *http://localhost:9000/site-manager/api/v1/engine*
|
|
4
4
|
|
5
5
|
| Method | HTTP request | Description |
|
6
6
|
| ------ | ------------ | ----------- |
|
7
|
-
| [**native_capabilities_get**](NativeCapabilityApi.md#native_capabilities_get) | **GET** /native-capabilities
|
7
|
+
| [**native_capabilities_get**](NativeCapabilityApi.md#native_capabilities_get) | **GET** /native-capabilities | |
|
8
8
|
| [**native_capabilities_pk_delete**](NativeCapabilityApi.md#native_capabilities_pk_delete) | **DELETE** /native-capabilities/{pk} | |
|
9
9
|
| [**native_capabilities_pk_get**](NativeCapabilityApi.md#native_capabilities_pk_get) | **GET** /native-capabilities/{pk} | |
|
10
|
-
| [**native_capabilities_post**](NativeCapabilityApi.md#native_capabilities_post) | **POST** /native-capabilities
|
10
|
+
| [**native_capabilities_post**](NativeCapabilityApi.md#native_capabilities_post) | **POST** /native-capabilities | |
|
11
11
|
|
12
12
|
|
13
13
|
## native_capabilities_get
|
data/docs/ProfileApi.md
CHANGED
@@ -4,10 +4,10 @@ All URIs are relative to *http://localhost:9000/site-manager/api/v1/engine*
|
|
4
4
|
|
5
5
|
| Method | HTTP request | Description |
|
6
6
|
| ------ | ------------ | ----------- |
|
7
|
-
| [**profiles_get**](ProfileApi.md#profiles_get) | **GET** /profiles
|
8
|
-
| [**profiles_pk_delete**](ProfileApi.md#profiles_pk_delete) | **DELETE** /profiles/{pk}
|
9
|
-
| [**profiles_pk_get**](ProfileApi.md#profiles_pk_get) | **GET** /profiles/{pk}
|
10
|
-
| [**profiles_post**](ProfileApi.md#profiles_post) | **POST** /profiles
|
7
|
+
| [**profiles_get**](ProfileApi.md#profiles_get) | **GET** /profiles | |
|
8
|
+
| [**profiles_pk_delete**](ProfileApi.md#profiles_pk_delete) | **DELETE** /profiles/{pk} | |
|
9
|
+
| [**profiles_pk_get**](ProfileApi.md#profiles_pk_get) | **GET** /profiles/{pk} | |
|
10
|
+
| [**profiles_post**](ProfileApi.md#profiles_post) | **POST** /profiles | |
|
11
11
|
|
12
12
|
|
13
13
|
## profiles_get
|
@@ -4,10 +4,10 @@ All URIs are relative to *http://localhost:9000/site-manager/api/v1/engine*
|
|
4
4
|
|
5
5
|
| Method | HTTP request | Description |
|
6
6
|
| ------ | ------------ | ----------- |
|
7
|
-
| [**provisioning_strategy_get**](ProvisioningStrategyApi.md#provisioning_strategy_get) | **GET** /provisioning-strategy
|
7
|
+
| [**provisioning_strategy_get**](ProvisioningStrategyApi.md#provisioning_strategy_get) | **GET** /provisioning-strategy | |
|
8
8
|
| [**provisioning_strategy_pk_delete**](ProvisioningStrategyApi.md#provisioning_strategy_pk_delete) | **DELETE** /provisioning-strategy/{pk} | |
|
9
9
|
| [**provisioning_strategy_pk_get**](ProvisioningStrategyApi.md#provisioning_strategy_pk_get) | **GET** /provisioning-strategy/{pk} | |
|
10
|
-
| [**provisioning_strategy_post**](ProvisioningStrategyApi.md#provisioning_strategy_post) | **POST** /provisioning-strategy
|
10
|
+
| [**provisioning_strategy_post**](ProvisioningStrategyApi.md#provisioning_strategy_post) | **POST** /provisioning-strategy | |
|
11
11
|
|
12
12
|
|
13
13
|
## provisioning_strategy_get
|
data/docs/ServiceApi.md
CHANGED
@@ -4,11 +4,11 @@ All URIs are relative to *http://localhost:9000/site-manager/api/v1/engine*
|
|
4
4
|
|
5
5
|
| Method | HTTP request | Description |
|
6
6
|
| ------ | ------------ | ----------- |
|
7
|
-
| [**services_get**](ServiceApi.md#services_get) | **GET** /services
|
7
|
+
| [**services_get**](ServiceApi.md#services_get) | **GET** /services | |
|
8
8
|
| [**services_pk_delete**](ServiceApi.md#services_pk_delete) | **DELETE** /services/{pk} | |
|
9
9
|
| [**services_pk_get**](ServiceApi.md#services_pk_get) | **GET** /services/{pk} | |
|
10
10
|
| [**services_pk_put**](ServiceApi.md#services_pk_put) | **PUT** /services/{pk} | |
|
11
|
-
| [**services_post**](ServiceApi.md#services_post) | **POST** /services
|
11
|
+
| [**services_post**](ServiceApi.md#services_post) | **POST** /services | |
|
12
12
|
|
13
13
|
|
14
14
|
## services_get
|
@@ -4,10 +4,10 @@ All URIs are relative to *http://localhost:9000/site-manager/api/v1/engine*
|
|
4
4
|
|
5
5
|
| Method | HTTP request | Description |
|
6
6
|
| ------ | ------------ | ----------- |
|
7
|
-
| [**service_resource_attchment_get**](ServiceResourceAttachmentApi.md#service_resource_attchment_get) | **GET** /service-resource-attchment
|
7
|
+
| [**service_resource_attchment_get**](ServiceResourceAttachmentApi.md#service_resource_attchment_get) | **GET** /service-resource-attchment | |
|
8
8
|
| [**service_resource_attchment_pk_delete**](ServiceResourceAttachmentApi.md#service_resource_attchment_pk_delete) | **DELETE** /service-resource-attchment/{pk} | |
|
9
9
|
| [**service_resource_attchment_pk_get**](ServiceResourceAttachmentApi.md#service_resource_attchment_pk_get) | **GET** /service-resource-attchment/{pk} | |
|
10
|
-
| [**service_resource_attchment_post**](ServiceResourceAttachmentApi.md#service_resource_attchment_post) | **POST** /service-resource-attchment
|
10
|
+
| [**service_resource_attchment_post**](ServiceResourceAttachmentApi.md#service_resource_attchment_post) | **POST** /service-resource-attchment | |
|
11
11
|
|
12
12
|
|
13
13
|
## service_resource_attchment_get
|
data/docs/SnapshotApi.md
CHANGED
@@ -4,10 +4,10 @@ All URIs are relative to *http://localhost:9000/site-manager/api/v1/engine*
|
|
4
4
|
|
5
5
|
| Method | HTTP request | Description |
|
6
6
|
| ------ | ------------ | ----------- |
|
7
|
-
| [**snapshots_get**](SnapshotApi.md#snapshots_get) | **GET** /snapshots
|
7
|
+
| [**snapshots_get**](SnapshotApi.md#snapshots_get) | **GET** /snapshots | |
|
8
8
|
| [**snapshots_pk_delete**](SnapshotApi.md#snapshots_pk_delete) | **DELETE** /snapshots/{pk} | |
|
9
9
|
| [**snapshots_pk_get**](SnapshotApi.md#snapshots_pk_get) | **GET** /snapshots/{pk} | |
|
10
|
-
| [**snapshots_post**](SnapshotApi.md#snapshots_post) | **POST** /snapshots
|
10
|
+
| [**snapshots_post**](SnapshotApi.md#snapshots_post) | **POST** /snapshots | |
|
11
11
|
|
12
12
|
|
13
13
|
## snapshots_get
|
data/docs/StorageResourceApi.md
CHANGED
@@ -4,11 +4,11 @@ All URIs are relative to *http://localhost:9000/site-manager/api/v1/engine*
|
|
4
4
|
|
5
5
|
| Method | HTTP request | Description |
|
6
6
|
| ------ | ------------ | ----------- |
|
7
|
-
| [**storage_resources_get**](StorageResourceApi.md#storage_resources_get) | **GET** /storage-resources
|
7
|
+
| [**storage_resources_get**](StorageResourceApi.md#storage_resources_get) | **GET** /storage-resources | |
|
8
8
|
| [**storage_resources_pk_delete**](StorageResourceApi.md#storage_resources_pk_delete) | **DELETE** /storage-resources/{pk} | |
|
9
9
|
| [**storage_resources_pk_get**](StorageResourceApi.md#storage_resources_pk_get) | **GET** /storage-resources/{pk} | |
|
10
10
|
| [**storage_resources_pk_put**](StorageResourceApi.md#storage_resources_pk_put) | **PUT** /storage-resources/{pk} | |
|
11
|
-
| [**storage_resources_post**](StorageResourceApi.md#storage_resources_post) | **POST** /storage-resources
|
11
|
+
| [**storage_resources_post**](StorageResourceApi.md#storage_resources_post) | **POST** /storage-resources | |
|
12
12
|
|
13
13
|
|
14
14
|
## storage_resources_get
|
data/docs/StorageSystemApi.md
CHANGED
@@ -4,11 +4,11 @@ All URIs are relative to *http://localhost:9000/site-manager/api/v1/engine*
|
|
4
4
|
|
5
5
|
| Method | HTTP request | Description |
|
6
6
|
| ------ | ------------ | ----------- |
|
7
|
-
| [**storage_systems_get**](StorageSystemApi.md#storage_systems_get) | **GET** /storage-systems
|
7
|
+
| [**storage_systems_get**](StorageSystemApi.md#storage_systems_get) | **GET** /storage-systems | |
|
8
8
|
| [**storage_systems_pk_delete**](StorageSystemApi.md#storage_systems_pk_delete) | **DELETE** /storage-systems/{pk} | |
|
9
9
|
| [**storage_systems_pk_get**](StorageSystemApi.md#storage_systems_pk_get) | **GET** /storage-systems/{pk} | |
|
10
10
|
| [**storage_systems_pk_put**](StorageSystemApi.md#storage_systems_pk_put) | **PUT** /storage-systems/{pk} | |
|
11
|
-
| [**storage_systems_post**](StorageSystemApi.md#storage_systems_post) | **POST** /storage-systems
|
11
|
+
| [**storage_systems_post**](StorageSystemApi.md#storage_systems_post) | **POST** /storage-systems | |
|
12
12
|
|
13
13
|
|
14
14
|
## storage_systems_get
|
@@ -211,7 +211,7 @@ end
|
|
211
211
|
|
212
212
|
## storage_systems_pk_put
|
213
213
|
|
214
|
-
> <StorageSystem> storage_systems_pk_put(pk,
|
214
|
+
> <StorageSystem> storage_systems_pk_put(pk, storage_system_update)
|
215
215
|
|
216
216
|
|
217
217
|
|
@@ -228,11 +228,11 @@ end
|
|
228
228
|
|
229
229
|
api_instance = AutosdeOpenapiClient::StorageSystemApi.new
|
230
230
|
pk = 56 # Integer |
|
231
|
-
|
231
|
+
storage_system_update = AutosdeOpenapiClient::StorageSystemUpdate.new # StorageSystemUpdate |
|
232
232
|
|
233
233
|
begin
|
234
234
|
|
235
|
-
result = api_instance.storage_systems_pk_put(pk,
|
235
|
+
result = api_instance.storage_systems_pk_put(pk, storage_system_update)
|
236
236
|
p result
|
237
237
|
rescue AutosdeOpenapiClient::ApiError => e
|
238
238
|
puts "Error when calling StorageSystemApi->storage_systems_pk_put: #{e}"
|
@@ -243,12 +243,12 @@ end
|
|
243
243
|
|
244
244
|
This returns an Array which contains the response data, status code and headers.
|
245
245
|
|
246
|
-
> <Array(<StorageSystem>, Integer, Hash)> storage_systems_pk_put_with_http_info(pk,
|
246
|
+
> <Array(<StorageSystem>, Integer, Hash)> storage_systems_pk_put_with_http_info(pk, storage_system_update)
|
247
247
|
|
248
248
|
```ruby
|
249
249
|
begin
|
250
250
|
|
251
|
-
data, status_code, headers = api_instance.storage_systems_pk_put_with_http_info(pk,
|
251
|
+
data, status_code, headers = api_instance.storage_systems_pk_put_with_http_info(pk, storage_system_update)
|
252
252
|
p status_code # => 2xx
|
253
253
|
p headers # => { ... }
|
254
254
|
p data # => <StorageSystem>
|
@@ -262,7 +262,7 @@ end
|
|
262
262
|
| Name | Type | Description | Notes |
|
263
263
|
| ---- | ---- | ----------- | ----- |
|
264
264
|
| **pk** | **Integer** | | |
|
265
|
-
| **
|
265
|
+
| **storage_system_update** | [**StorageSystemUpdate**](StorageSystemUpdate.md) | | |
|
266
266
|
|
267
267
|
### Return type
|
268
268
|
|
@@ -0,0 +1,24 @@
|
|
1
|
+
# AutosdeOpenapiClient::StorageSystemUpdate
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **management_ip** | **String** | management_ip | [optional] |
|
8
|
+
| **name** | **String** | name | [optional] |
|
9
|
+
| **password** | **String** | password | [optional] |
|
10
|
+
| **user** | **String** | user | [optional] |
|
11
|
+
|
12
|
+
## Example
|
13
|
+
|
14
|
+
```ruby
|
15
|
+
require 'autosde_openapi_client'
|
16
|
+
|
17
|
+
instance = AutosdeOpenapiClient::StorageSystemUpdate.new(
|
18
|
+
management_ip: null,
|
19
|
+
name: null,
|
20
|
+
password: null,
|
21
|
+
user: null
|
22
|
+
)
|
23
|
+
```
|
24
|
+
|
data/docs/SystemTypeApi.md
CHANGED
@@ -4,10 +4,10 @@ All URIs are relative to *http://localhost:9000/site-manager/api/v1/engine*
|
|
4
4
|
|
5
5
|
| Method | HTTP request | Description |
|
6
6
|
| ------ | ------------ | ----------- |
|
7
|
-
| [**system_types_get**](SystemTypeApi.md#system_types_get) | **GET** /system-types
|
7
|
+
| [**system_types_get**](SystemTypeApi.md#system_types_get) | **GET** /system-types | |
|
8
8
|
| [**system_types_pk_delete**](SystemTypeApi.md#system_types_pk_delete) | **DELETE** /system-types/{pk} | |
|
9
9
|
| [**system_types_pk_get**](SystemTypeApi.md#system_types_pk_get) | **GET** /system-types/{pk} | |
|
10
|
-
| [**system_types_post**](SystemTypeApi.md#system_types_post) | **POST** /system-types
|
10
|
+
| [**system_types_post**](SystemTypeApi.md#system_types_post) | **POST** /system-types | |
|
11
11
|
|
12
12
|
|
13
13
|
## system_types_get
|
data/docs/VolumeApi.md
CHANGED
@@ -4,11 +4,11 @@ All URIs are relative to *http://localhost:9000/site-manager/api/v1/engine*
|
|
4
4
|
|
5
5
|
| Method | HTTP request | Description |
|
6
6
|
| ------ | ------------ | ----------- |
|
7
|
-
| [**volumes_get**](VolumeApi.md#volumes_get) | **GET** /volumes
|
7
|
+
| [**volumes_get**](VolumeApi.md#volumes_get) | **GET** /volumes | |
|
8
8
|
| [**volumes_pk_delete**](VolumeApi.md#volumes_pk_delete) | **DELETE** /volumes/{pk} | |
|
9
9
|
| [**volumes_pk_get**](VolumeApi.md#volumes_pk_get) | **GET** /volumes/{pk} | |
|
10
10
|
| [**volumes_pk_put**](VolumeApi.md#volumes_pk_put) | **PUT** /volumes/{pk} | |
|
11
|
-
| [**volumes_post**](VolumeApi.md#volumes_post) | **POST** /volumes
|
11
|
+
| [**volumes_post**](VolumeApi.md#volumes_post) | **POST** /volumes | |
|
12
12
|
|
13
13
|
|
14
14
|
## volumes_get
|
data/docs/VolumeSafeDeleteApi.md
CHANGED
@@ -4,10 +4,10 @@ All URIs are relative to *http://localhost:9000/site-manager/api/v1/engine*
|
|
4
4
|
|
5
5
|
| Method | HTTP request | Description |
|
6
6
|
| ------ | ------------ | ----------- |
|
7
|
-
| [**safe_deletes_get**](VolumeSafeDeleteApi.md#safe_deletes_get) | **GET** /safe-deletes
|
7
|
+
| [**safe_deletes_get**](VolumeSafeDeleteApi.md#safe_deletes_get) | **GET** /safe-deletes | |
|
8
8
|
| [**safe_deletes_pk_delete**](VolumeSafeDeleteApi.md#safe_deletes_pk_delete) | **DELETE** /safe-deletes/{pk} | |
|
9
9
|
| [**safe_deletes_pk_get**](VolumeSafeDeleteApi.md#safe_deletes_pk_get) | **GET** /safe-deletes/{pk} | |
|
10
|
-
| [**safe_deletes_post**](VolumeSafeDeleteApi.md#safe_deletes_post) | **POST** /safe-deletes
|
10
|
+
| [**safe_deletes_post**](VolumeSafeDeleteApi.md#safe_deletes_post) | **POST** /safe-deletes | |
|
11
11
|
|
12
12
|
|
13
13
|
## safe_deletes_get
|
@@ -30,6 +30,8 @@ require 'autosde_openapi_client/models/auto_sde_role'
|
|
30
30
|
require 'autosde_openapi_client/models/capability_translation'
|
31
31
|
require 'autosde_openapi_client/models/capability_translation_create'
|
32
32
|
require 'autosde_openapi_client/models/host'
|
33
|
+
require 'autosde_openapi_client/models/host_cluster'
|
34
|
+
require 'autosde_openapi_client/models/host_cluster_create'
|
33
35
|
require 'autosde_openapi_client/models/host_create'
|
34
36
|
require 'autosde_openapi_client/models/host_volume_connection'
|
35
37
|
require 'autosde_openapi_client/models/host_volume_connection_create'
|
@@ -57,6 +59,7 @@ require 'autosde_openapi_client/models/storage_resource_create'
|
|
57
59
|
require 'autosde_openapi_client/models/storage_resource_response'
|
58
60
|
require 'autosde_openapi_client/models/storage_system'
|
59
61
|
require 'autosde_openapi_client/models/storage_system_create'
|
62
|
+
require 'autosde_openapi_client/models/storage_system_update'
|
60
63
|
require 'autosde_openapi_client/models/system_type'
|
61
64
|
require 'autosde_openapi_client/models/system_type_create'
|
62
65
|
require 'autosde_openapi_client/models/volume'
|
@@ -75,6 +78,7 @@ require 'autosde_openapi_client/api/auto_sde_project_api'
|
|
75
78
|
require 'autosde_openapi_client/api/auto_sde_role_api'
|
76
79
|
require 'autosde_openapi_client/api/capability_translation_api'
|
77
80
|
require 'autosde_openapi_client/api/host_api'
|
81
|
+
require 'autosde_openapi_client/api/host_cluster_api'
|
78
82
|
require 'autosde_openapi_client/api/host_volume_connection_api'
|
79
83
|
require 'autosde_openapi_client/api/job_api'
|
80
84
|
require 'autosde_openapi_client/api/native_capability_api'
|
@@ -33,7 +33,7 @@ module AutosdeOpenapiClient
|
|
33
33
|
@api_client.config.logger.debug 'Calling API: AbstractCapabilityApi.abstract_capabilities_get ...'
|
34
34
|
end
|
35
35
|
# resource path
|
36
|
-
local_var_path = '/abstract-capabilities
|
36
|
+
local_var_path = '/abstract-capabilities'
|
37
37
|
|
38
38
|
# query parameters
|
39
39
|
query_params = opts[:query_params] || {}
|
@@ -92,7 +92,7 @@ module AutosdeOpenapiClient
|
|
92
92
|
fail ArgumentError, "Missing the required parameter 'pk' when calling AbstractCapabilityApi.abstract_capabilities_pk_delete"
|
93
93
|
end
|
94
94
|
# resource path
|
95
|
-
local_var_path = '/abstract-capabilities/{pk}
|
95
|
+
local_var_path = '/abstract-capabilities/{pk}'.sub('{' + 'pk' + '}', CGI.escape(pk.to_s))
|
96
96
|
|
97
97
|
# query parameters
|
98
98
|
query_params = opts[:query_params] || {}
|
@@ -151,7 +151,7 @@ module AutosdeOpenapiClient
|
|
151
151
|
fail ArgumentError, "Missing the required parameter 'pk' when calling AbstractCapabilityApi.abstract_capabilities_pk_get"
|
152
152
|
end
|
153
153
|
# resource path
|
154
|
-
local_var_path = '/abstract-capabilities/{pk}
|
154
|
+
local_var_path = '/abstract-capabilities/{pk}'.sub('{' + 'pk' + '}', CGI.escape(pk.to_s))
|
155
155
|
|
156
156
|
# query parameters
|
157
157
|
query_params = opts[:query_params] || {}
|
@@ -210,7 +210,7 @@ module AutosdeOpenapiClient
|
|
210
210
|
fail ArgumentError, "Missing the required parameter 'abstract_capability' when calling AbstractCapabilityApi.abstract_capabilities_post"
|
211
211
|
end
|
212
212
|
# resource path
|
213
|
-
local_var_path = '/abstract-capabilities
|
213
|
+
local_var_path = '/abstract-capabilities'
|
214
214
|
|
215
215
|
# query parameters
|
216
216
|
query_params = opts[:query_params] || {}
|
@@ -33,7 +33,7 @@ module AutosdeOpenapiClient
|
|
33
33
|
@api_client.config.logger.debug 'Calling API: AccountApi.accounts_get ...'
|
34
34
|
end
|
35
35
|
# resource path
|
36
|
-
local_var_path = '/accounts
|
36
|
+
local_var_path = '/accounts'
|
37
37
|
|
38
38
|
# query parameters
|
39
39
|
query_params = opts[:query_params] || {}
|
@@ -277,7 +277,7 @@ module AutosdeOpenapiClient
|
|
277
277
|
fail ArgumentError, "Missing the required parameter 'account_post_request' when calling AccountApi.accounts_post"
|
278
278
|
end
|
279
279
|
# resource path
|
280
|
-
local_var_path = '/accounts
|
280
|
+
local_var_path = '/accounts'
|
281
281
|
|
282
282
|
# query parameters
|
283
283
|
query_params = opts[:query_params] || {}
|
@@ -33,7 +33,7 @@ module AutosdeOpenapiClient
|
|
33
33
|
@api_client.config.logger.debug 'Calling API: AddressApi.addresses_get ...'
|
34
34
|
end
|
35
35
|
# resource path
|
36
|
-
local_var_path = '/addresses
|
36
|
+
local_var_path = '/addresses'
|
37
37
|
|
38
38
|
# query parameters
|
39
39
|
query_params = opts[:query_params] || {}
|
@@ -210,7 +210,7 @@ module AutosdeOpenapiClient
|
|
210
210
|
fail ArgumentError, "Missing the required parameter 'address_create' when calling AddressApi.addresses_post"
|
211
211
|
end
|
212
212
|
# resource path
|
213
|
-
local_var_path = '/addresses
|
213
|
+
local_var_path = '/addresses'
|
214
214
|
|
215
215
|
# query parameters
|
216
216
|
query_params = opts[:query_params] || {}
|
@@ -33,7 +33,7 @@ module AutosdeOpenapiClient
|
|
33
33
|
@api_client.config.logger.debug 'Calling API: AutoSDEProjectApi.autosde_projects_get ...'
|
34
34
|
end
|
35
35
|
# resource path
|
36
|
-
local_var_path = '/autosde-projects
|
36
|
+
local_var_path = '/autosde-projects'
|
37
37
|
|
38
38
|
# query parameters
|
39
39
|
query_params = opts[:query_params] || {}
|
@@ -92,7 +92,7 @@ module AutosdeOpenapiClient
|
|
92
92
|
fail ArgumentError, "Missing the required parameter 'pk' when calling AutoSDEProjectApi.autosde_projects_pk_delete"
|
93
93
|
end
|
94
94
|
# resource path
|
95
|
-
local_var_path = '/autosde-projects/{pk}
|
95
|
+
local_var_path = '/autosde-projects/{pk}'.sub('{' + 'pk' + '}', CGI.escape(pk.to_s))
|
96
96
|
|
97
97
|
# query parameters
|
98
98
|
query_params = opts[:query_params] || {}
|
@@ -151,7 +151,7 @@ module AutosdeOpenapiClient
|
|
151
151
|
fail ArgumentError, "Missing the required parameter 'pk' when calling AutoSDEProjectApi.autosde_projects_pk_get"
|
152
152
|
end
|
153
153
|
# resource path
|
154
|
-
local_var_path = '/autosde-projects/{pk}
|
154
|
+
local_var_path = '/autosde-projects/{pk}'.sub('{' + 'pk' + '}', CGI.escape(pk.to_s))
|
155
155
|
|
156
156
|
# query parameters
|
157
157
|
query_params = opts[:query_params] || {}
|
@@ -210,7 +210,7 @@ module AutosdeOpenapiClient
|
|
210
210
|
fail ArgumentError, "Missing the required parameter 'auto_sde_project' when calling AutoSDEProjectApi.autosde_projects_post"
|
211
211
|
end
|
212
212
|
# resource path
|
213
|
-
local_var_path = '/autosde-projects
|
213
|
+
local_var_path = '/autosde-projects'
|
214
214
|
|
215
215
|
# query parameters
|
216
216
|
query_params = opts[:query_params] || {}
|
@@ -33,7 +33,7 @@ module AutosdeOpenapiClient
|
|
33
33
|
@api_client.config.logger.debug 'Calling API: AutoSDERoleApi.autosde_roles_get ...'
|
34
34
|
end
|
35
35
|
# resource path
|
36
|
-
local_var_path = '/autosde-roles
|
36
|
+
local_var_path = '/autosde-roles'
|
37
37
|
|
38
38
|
# query parameters
|
39
39
|
query_params = opts[:query_params] || {}
|
@@ -92,7 +92,7 @@ module AutosdeOpenapiClient
|
|
92
92
|
fail ArgumentError, "Missing the required parameter 'pk' when calling AutoSDERoleApi.autosde_roles_pk_delete"
|
93
93
|
end
|
94
94
|
# resource path
|
95
|
-
local_var_path = '/autosde-roles/{pk}
|
95
|
+
local_var_path = '/autosde-roles/{pk}'.sub('{' + 'pk' + '}', CGI.escape(pk.to_s))
|
96
96
|
|
97
97
|
# query parameters
|
98
98
|
query_params = opts[:query_params] || {}
|
@@ -151,7 +151,7 @@ module AutosdeOpenapiClient
|
|
151
151
|
fail ArgumentError, "Missing the required parameter 'pk' when calling AutoSDERoleApi.autosde_roles_pk_get"
|
152
152
|
end
|
153
153
|
# resource path
|
154
|
-
local_var_path = '/autosde-roles/{pk}
|
154
|
+
local_var_path = '/autosde-roles/{pk}'.sub('{' + 'pk' + '}', CGI.escape(pk.to_s))
|
155
155
|
|
156
156
|
# query parameters
|
157
157
|
query_params = opts[:query_params] || {}
|
@@ -210,7 +210,7 @@ module AutosdeOpenapiClient
|
|
210
210
|
fail ArgumentError, "Missing the required parameter 'auto_sde_role' when calling AutoSDERoleApi.autosde_roles_post"
|
211
211
|
end
|
212
212
|
# resource path
|
213
|
-
local_var_path = '/autosde-roles
|
213
|
+
local_var_path = '/autosde-roles'
|
214
214
|
|
215
215
|
# query parameters
|
216
216
|
query_params = opts[:query_params] || {}
|
@@ -33,7 +33,7 @@ module AutosdeOpenapiClient
|
|
33
33
|
@api_client.config.logger.debug 'Calling API: CapabilityTranslationApi.capability_translations_get ...'
|
34
34
|
end
|
35
35
|
# resource path
|
36
|
-
local_var_path = '/capability-translations
|
36
|
+
local_var_path = '/capability-translations'
|
37
37
|
|
38
38
|
# query parameters
|
39
39
|
query_params = opts[:query_params] || {}
|
@@ -210,7 +210,7 @@ module AutosdeOpenapiClient
|
|
210
210
|
fail ArgumentError, "Missing the required parameter 'capability_translation_create' when calling CapabilityTranslationApi.capability_translations_post"
|
211
211
|
end
|
212
212
|
# resource path
|
213
|
-
local_var_path = '/capability-translations
|
213
|
+
local_var_path = '/capability-translations'
|
214
214
|
|
215
215
|
# query parameters
|
216
216
|
query_params = opts[:query_params] || {}
|