autosde_openapi_client 1.2.1 → 1.2.4
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 +5 -4
- data/docs/AbstractCapabilityApi.md +8 -8
- data/docs/AccountApi.md +8 -8
- data/docs/AddressApi.md +12 -12
- data/docs/AsyncResponse.md +20 -0
- data/docs/AutoSDEProjectApi.md +8 -8
- data/docs/AutoSDERoleApi.md +8 -8
- data/docs/CapabilityTranslationApi.md +8 -8
- data/docs/EventApi.md +12 -12
- data/docs/HostApi.md +12 -12
- data/docs/HostClusterApi.md +8 -8
- data/docs/HostClusterMembershipApi.md +12 -12
- data/docs/HostClusterVolumeMappingApi.md +8 -8
- data/docs/HostVolumeConnectionApi.md +12 -12
- data/docs/JobApi.md +8 -8
- data/docs/NativeCapabilityApi.md +8 -8
- data/docs/ProfileApi.md +8 -8
- data/docs/ProvisioningStrategyApi.md +8 -8
- data/docs/ServiceApi.md +12 -12
- data/docs/ServiceResourceAttachmentApi.md +42 -42
- data/docs/SnapshotApi.md +12 -12
- data/docs/StorageHostApi.md +16 -16
- data/docs/StorageHostsMappingApi.md +12 -12
- data/docs/StorageResourceApi.md +12 -12
- data/docs/StorageSystemApi.md +16 -16
- data/docs/SystemTypeApi.md +12 -12
- data/docs/UserApi.md +8 -8
- data/docs/VolumeApi.md +16 -16
- data/docs/VolumeSafeDeleteApi.md +8 -8
- data/lib/autosde_openapi_client/api/abstract_capability_api.rb +6 -6
- data/lib/autosde_openapi_client/api/account_api.rb +6 -6
- data/lib/autosde_openapi_client/api/address_api.rb +9 -9
- data/lib/autosde_openapi_client/api/auto_sde_project_api.rb +6 -6
- data/lib/autosde_openapi_client/api/auto_sde_role_api.rb +6 -6
- data/lib/autosde_openapi_client/api/capability_translation_api.rb +6 -6
- data/lib/autosde_openapi_client/api/event_api.rb +9 -9
- data/lib/autosde_openapi_client/api/host_api.rb +9 -9
- data/lib/autosde_openapi_client/api/host_cluster_api.rb +6 -6
- data/lib/autosde_openapi_client/api/host_cluster_membership_api.rb +9 -9
- data/lib/autosde_openapi_client/api/host_cluster_volume_mapping_api.rb +6 -6
- data/lib/autosde_openapi_client/api/host_volume_connection_api.rb +9 -9
- data/lib/autosde_openapi_client/api/job_api.rb +6 -6
- data/lib/autosde_openapi_client/api/native_capability_api.rb +6 -6
- data/lib/autosde_openapi_client/api/profile_api.rb +6 -6
- data/lib/autosde_openapi_client/api/provisioning_strategy_api.rb +6 -6
- data/lib/autosde_openapi_client/api/service_api.rb +9 -9
- data/lib/autosde_openapi_client/api/service_resource_attachment_api.rb +40 -40
- data/lib/autosde_openapi_client/api/snapshot_api.rb +9 -9
- data/lib/autosde_openapi_client/api/storage_host_api.rb +12 -12
- data/lib/autosde_openapi_client/api/storage_hosts_mapping_api.rb +9 -9
- data/lib/autosde_openapi_client/api/storage_resource_api.rb +9 -9
- data/lib/autosde_openapi_client/api/storage_system_api.rb +12 -12
- data/lib/autosde_openapi_client/api/system_type_api.rb +9 -9
- data/lib/autosde_openapi_client/api/user_api.rb +6 -6
- data/lib/autosde_openapi_client/api/volume_api.rb +12 -12
- data/lib/autosde_openapi_client/api/volume_safe_delete_api.rb +6 -6
- data/lib/autosde_openapi_client/models/async_response.rb +230 -0
- data/lib/autosde_openapi_client/version.rb +2 -2
- data/lib/autosde_openapi_client.rb +1 -0
- data/spec/api/abstract_capability_api_spec.rb +2 -2
- data/spec/api/account_api_spec.rb +2 -2
- data/spec/api/address_api_spec.rb +3 -3
- data/spec/api/auto_sde_project_api_spec.rb +2 -2
- data/spec/api/auto_sde_role_api_spec.rb +2 -2
- data/spec/api/capability_translation_api_spec.rb +2 -2
- data/spec/api/event_api_spec.rb +3 -3
- data/spec/api/host_api_spec.rb +3 -3
- data/spec/api/host_cluster_api_spec.rb +2 -2
- data/spec/api/host_cluster_membership_api_spec.rb +3 -3
- data/spec/api/host_cluster_volume_mapping_api_spec.rb +2 -2
- data/spec/api/host_volume_connection_api_spec.rb +3 -3
- data/spec/api/job_api_spec.rb +2 -2
- data/spec/api/native_capability_api_spec.rb +2 -2
- data/spec/api/profile_api_spec.rb +2 -2
- data/spec/api/provisioning_strategy_api_spec.rb +2 -2
- data/spec/api/service_api_spec.rb +3 -3
- data/spec/api/service_resource_attachment_api_spec.rb +11 -11
- data/spec/api/snapshot_api_spec.rb +3 -3
- data/spec/api/storage_host_api_spec.rb +4 -4
- data/spec/api/storage_hosts_mapping_api_spec.rb +3 -3
- data/spec/api/storage_resource_api_spec.rb +3 -3
- data/spec/api/storage_system_api_spec.rb +4 -4
- data/spec/api/system_type_api_spec.rb +3 -3
- data/spec/api/user_api_spec.rb +2 -2
- data/spec/api/volume_api_spec.rb +4 -4
- data/spec/api/volume_safe_delete_api_spec.rb +2 -2
- data/spec/models/async_response_spec.rb +40 -0
- metadata +81 -77
data/docs/HostApi.md
CHANGED
|
@@ -76,7 +76,7 @@ This endpoint does not need any parameter.
|
|
|
76
76
|
|
|
77
77
|
## hosts_pk_delete
|
|
78
78
|
|
|
79
|
-
> <
|
|
79
|
+
> <AsyncResponse> hosts_pk_delete(pk)
|
|
80
80
|
|
|
81
81
|
|
|
82
82
|
|
|
@@ -107,7 +107,7 @@ end
|
|
|
107
107
|
|
|
108
108
|
This returns an Array which contains the response data, status code and headers.
|
|
109
109
|
|
|
110
|
-
> <Array(<
|
|
110
|
+
> <Array(<AsyncResponse>, Integer, Hash)> hosts_pk_delete_with_http_info(pk)
|
|
111
111
|
|
|
112
112
|
```ruby
|
|
113
113
|
begin
|
|
@@ -115,7 +115,7 @@ begin
|
|
|
115
115
|
data, status_code, headers = api_instance.hosts_pk_delete_with_http_info(pk)
|
|
116
116
|
p status_code # => 2xx
|
|
117
117
|
p headers # => { ... }
|
|
118
|
-
p data # => <
|
|
118
|
+
p data # => <AsyncResponse>
|
|
119
119
|
rescue AutosdeOpenapiClient::ApiError => e
|
|
120
120
|
puts "Error when calling HostApi->hosts_pk_delete_with_http_info: #{e}"
|
|
121
121
|
end
|
|
@@ -129,7 +129,7 @@ end
|
|
|
129
129
|
|
|
130
130
|
### Return type
|
|
131
131
|
|
|
132
|
-
[**
|
|
132
|
+
[**AsyncResponse**](AsyncResponse.md)
|
|
133
133
|
|
|
134
134
|
### Authorization
|
|
135
135
|
|
|
@@ -143,7 +143,7 @@ end
|
|
|
143
143
|
|
|
144
144
|
## hosts_pk_get
|
|
145
145
|
|
|
146
|
-
> <
|
|
146
|
+
> <Host> hosts_pk_get(pk)
|
|
147
147
|
|
|
148
148
|
|
|
149
149
|
|
|
@@ -174,7 +174,7 @@ end
|
|
|
174
174
|
|
|
175
175
|
This returns an Array which contains the response data, status code and headers.
|
|
176
176
|
|
|
177
|
-
> <Array(<
|
|
177
|
+
> <Array(<Host>, Integer, Hash)> hosts_pk_get_with_http_info(pk)
|
|
178
178
|
|
|
179
179
|
```ruby
|
|
180
180
|
begin
|
|
@@ -182,7 +182,7 @@ begin
|
|
|
182
182
|
data, status_code, headers = api_instance.hosts_pk_get_with_http_info(pk)
|
|
183
183
|
p status_code # => 2xx
|
|
184
184
|
p headers # => { ... }
|
|
185
|
-
p data # => <
|
|
185
|
+
p data # => <Host>
|
|
186
186
|
rescue AutosdeOpenapiClient::ApiError => e
|
|
187
187
|
puts "Error when calling HostApi->hosts_pk_get_with_http_info: #{e}"
|
|
188
188
|
end
|
|
@@ -196,7 +196,7 @@ end
|
|
|
196
196
|
|
|
197
197
|
### Return type
|
|
198
198
|
|
|
199
|
-
[**
|
|
199
|
+
[**Host**](Host.md)
|
|
200
200
|
|
|
201
201
|
### Authorization
|
|
202
202
|
|
|
@@ -210,7 +210,7 @@ end
|
|
|
210
210
|
|
|
211
211
|
## hosts_post
|
|
212
212
|
|
|
213
|
-
> <
|
|
213
|
+
> <AsyncResponse> hosts_post(host_create)
|
|
214
214
|
|
|
215
215
|
|
|
216
216
|
|
|
@@ -241,7 +241,7 @@ end
|
|
|
241
241
|
|
|
242
242
|
This returns an Array which contains the response data, status code and headers.
|
|
243
243
|
|
|
244
|
-
> <Array(<
|
|
244
|
+
> <Array(<AsyncResponse>, Integer, Hash)> hosts_post_with_http_info(host_create)
|
|
245
245
|
|
|
246
246
|
```ruby
|
|
247
247
|
begin
|
|
@@ -249,7 +249,7 @@ begin
|
|
|
249
249
|
data, status_code, headers = api_instance.hosts_post_with_http_info(host_create)
|
|
250
250
|
p status_code # => 2xx
|
|
251
251
|
p headers # => { ... }
|
|
252
|
-
p data # => <
|
|
252
|
+
p data # => <AsyncResponse>
|
|
253
253
|
rescue AutosdeOpenapiClient::ApiError => e
|
|
254
254
|
puts "Error when calling HostApi->hosts_post_with_http_info: #{e}"
|
|
255
255
|
end
|
|
@@ -263,7 +263,7 @@ end
|
|
|
263
263
|
|
|
264
264
|
### Return type
|
|
265
265
|
|
|
266
|
-
[**
|
|
266
|
+
[**AsyncResponse**](AsyncResponse.md)
|
|
267
267
|
|
|
268
268
|
### Authorization
|
|
269
269
|
|
data/docs/HostClusterApi.md
CHANGED
|
@@ -76,7 +76,7 @@ This endpoint does not need any parameter.
|
|
|
76
76
|
|
|
77
77
|
## host_clusters_pk_delete
|
|
78
78
|
|
|
79
|
-
> <
|
|
79
|
+
> <AsyncResponse> host_clusters_pk_delete(pk)
|
|
80
80
|
|
|
81
81
|
|
|
82
82
|
|
|
@@ -107,7 +107,7 @@ end
|
|
|
107
107
|
|
|
108
108
|
This returns an Array which contains the response data, status code and headers.
|
|
109
109
|
|
|
110
|
-
> <Array(<
|
|
110
|
+
> <Array(<AsyncResponse>, Integer, Hash)> host_clusters_pk_delete_with_http_info(pk)
|
|
111
111
|
|
|
112
112
|
```ruby
|
|
113
113
|
begin
|
|
@@ -115,7 +115,7 @@ begin
|
|
|
115
115
|
data, status_code, headers = api_instance.host_clusters_pk_delete_with_http_info(pk)
|
|
116
116
|
p status_code # => 2xx
|
|
117
117
|
p headers # => { ... }
|
|
118
|
-
p data # => <
|
|
118
|
+
p data # => <AsyncResponse>
|
|
119
119
|
rescue AutosdeOpenapiClient::ApiError => e
|
|
120
120
|
puts "Error when calling HostClusterApi->host_clusters_pk_delete_with_http_info: #{e}"
|
|
121
121
|
end
|
|
@@ -129,7 +129,7 @@ end
|
|
|
129
129
|
|
|
130
130
|
### Return type
|
|
131
131
|
|
|
132
|
-
[**
|
|
132
|
+
[**AsyncResponse**](AsyncResponse.md)
|
|
133
133
|
|
|
134
134
|
### Authorization
|
|
135
135
|
|
|
@@ -143,7 +143,7 @@ end
|
|
|
143
143
|
|
|
144
144
|
## host_clusters_pk_get
|
|
145
145
|
|
|
146
|
-
> <
|
|
146
|
+
> <HostCluster> host_clusters_pk_get(pk)
|
|
147
147
|
|
|
148
148
|
|
|
149
149
|
|
|
@@ -174,7 +174,7 @@ end
|
|
|
174
174
|
|
|
175
175
|
This returns an Array which contains the response data, status code and headers.
|
|
176
176
|
|
|
177
|
-
> <Array(<
|
|
177
|
+
> <Array(<HostCluster>, Integer, Hash)> host_clusters_pk_get_with_http_info(pk)
|
|
178
178
|
|
|
179
179
|
```ruby
|
|
180
180
|
begin
|
|
@@ -182,7 +182,7 @@ begin
|
|
|
182
182
|
data, status_code, headers = api_instance.host_clusters_pk_get_with_http_info(pk)
|
|
183
183
|
p status_code # => 2xx
|
|
184
184
|
p headers # => { ... }
|
|
185
|
-
p data # => <
|
|
185
|
+
p data # => <HostCluster>
|
|
186
186
|
rescue AutosdeOpenapiClient::ApiError => e
|
|
187
187
|
puts "Error when calling HostClusterApi->host_clusters_pk_get_with_http_info: #{e}"
|
|
188
188
|
end
|
|
@@ -196,7 +196,7 @@ end
|
|
|
196
196
|
|
|
197
197
|
### Return type
|
|
198
198
|
|
|
199
|
-
[**
|
|
199
|
+
[**HostCluster**](HostCluster.md)
|
|
200
200
|
|
|
201
201
|
### Authorization
|
|
202
202
|
|
|
@@ -76,7 +76,7 @@ This endpoint does not need any parameter.
|
|
|
76
76
|
|
|
77
77
|
## host_cluster_membership_pk_delete
|
|
78
78
|
|
|
79
|
-
> <
|
|
79
|
+
> <AsyncResponse> host_cluster_membership_pk_delete(pk)
|
|
80
80
|
|
|
81
81
|
|
|
82
82
|
|
|
@@ -107,7 +107,7 @@ end
|
|
|
107
107
|
|
|
108
108
|
This returns an Array which contains the response data, status code and headers.
|
|
109
109
|
|
|
110
|
-
> <Array(<
|
|
110
|
+
> <Array(<AsyncResponse>, Integer, Hash)> host_cluster_membership_pk_delete_with_http_info(pk)
|
|
111
111
|
|
|
112
112
|
```ruby
|
|
113
113
|
begin
|
|
@@ -115,7 +115,7 @@ begin
|
|
|
115
115
|
data, status_code, headers = api_instance.host_cluster_membership_pk_delete_with_http_info(pk)
|
|
116
116
|
p status_code # => 2xx
|
|
117
117
|
p headers # => { ... }
|
|
118
|
-
p data # => <
|
|
118
|
+
p data # => <AsyncResponse>
|
|
119
119
|
rescue AutosdeOpenapiClient::ApiError => e
|
|
120
120
|
puts "Error when calling HostClusterMembershipApi->host_cluster_membership_pk_delete_with_http_info: #{e}"
|
|
121
121
|
end
|
|
@@ -129,7 +129,7 @@ end
|
|
|
129
129
|
|
|
130
130
|
### Return type
|
|
131
131
|
|
|
132
|
-
[**
|
|
132
|
+
[**AsyncResponse**](AsyncResponse.md)
|
|
133
133
|
|
|
134
134
|
### Authorization
|
|
135
135
|
|
|
@@ -143,7 +143,7 @@ end
|
|
|
143
143
|
|
|
144
144
|
## host_cluster_membership_pk_get
|
|
145
145
|
|
|
146
|
-
> <
|
|
146
|
+
> <HostClusterMembership> host_cluster_membership_pk_get(pk)
|
|
147
147
|
|
|
148
148
|
|
|
149
149
|
|
|
@@ -174,7 +174,7 @@ end
|
|
|
174
174
|
|
|
175
175
|
This returns an Array which contains the response data, status code and headers.
|
|
176
176
|
|
|
177
|
-
> <Array(<
|
|
177
|
+
> <Array(<HostClusterMembership>, Integer, Hash)> host_cluster_membership_pk_get_with_http_info(pk)
|
|
178
178
|
|
|
179
179
|
```ruby
|
|
180
180
|
begin
|
|
@@ -182,7 +182,7 @@ begin
|
|
|
182
182
|
data, status_code, headers = api_instance.host_cluster_membership_pk_get_with_http_info(pk)
|
|
183
183
|
p status_code # => 2xx
|
|
184
184
|
p headers # => { ... }
|
|
185
|
-
p data # => <
|
|
185
|
+
p data # => <HostClusterMembership>
|
|
186
186
|
rescue AutosdeOpenapiClient::ApiError => e
|
|
187
187
|
puts "Error when calling HostClusterMembershipApi->host_cluster_membership_pk_get_with_http_info: #{e}"
|
|
188
188
|
end
|
|
@@ -196,7 +196,7 @@ end
|
|
|
196
196
|
|
|
197
197
|
### Return type
|
|
198
198
|
|
|
199
|
-
[**
|
|
199
|
+
[**HostClusterMembership**](HostClusterMembership.md)
|
|
200
200
|
|
|
201
201
|
### Authorization
|
|
202
202
|
|
|
@@ -210,7 +210,7 @@ end
|
|
|
210
210
|
|
|
211
211
|
## host_cluster_membership_post
|
|
212
212
|
|
|
213
|
-
> <
|
|
213
|
+
> <AsyncResponse> host_cluster_membership_post(host_cluster_membership)
|
|
214
214
|
|
|
215
215
|
|
|
216
216
|
|
|
@@ -241,7 +241,7 @@ end
|
|
|
241
241
|
|
|
242
242
|
This returns an Array which contains the response data, status code and headers.
|
|
243
243
|
|
|
244
|
-
> <Array(<
|
|
244
|
+
> <Array(<AsyncResponse>, Integer, Hash)> host_cluster_membership_post_with_http_info(host_cluster_membership)
|
|
245
245
|
|
|
246
246
|
```ruby
|
|
247
247
|
begin
|
|
@@ -249,7 +249,7 @@ begin
|
|
|
249
249
|
data, status_code, headers = api_instance.host_cluster_membership_post_with_http_info(host_cluster_membership)
|
|
250
250
|
p status_code # => 2xx
|
|
251
251
|
p headers # => { ... }
|
|
252
|
-
p data # => <
|
|
252
|
+
p data # => <AsyncResponse>
|
|
253
253
|
rescue AutosdeOpenapiClient::ApiError => e
|
|
254
254
|
puts "Error when calling HostClusterMembershipApi->host_cluster_membership_post_with_http_info: #{e}"
|
|
255
255
|
end
|
|
@@ -263,7 +263,7 @@ end
|
|
|
263
263
|
|
|
264
264
|
### Return type
|
|
265
265
|
|
|
266
|
-
[**
|
|
266
|
+
[**AsyncResponse**](AsyncResponse.md)
|
|
267
267
|
|
|
268
268
|
### Authorization
|
|
269
269
|
|
|
@@ -76,7 +76,7 @@ This endpoint does not need any parameter.
|
|
|
76
76
|
|
|
77
77
|
## host_clusters_mapping_pk_delete
|
|
78
78
|
|
|
79
|
-
> <
|
|
79
|
+
> <HostClusterVolumeMappingResponse> host_clusters_mapping_pk_delete(pk)
|
|
80
80
|
|
|
81
81
|
|
|
82
82
|
|
|
@@ -107,7 +107,7 @@ end
|
|
|
107
107
|
|
|
108
108
|
This returns an Array which contains the response data, status code and headers.
|
|
109
109
|
|
|
110
|
-
> <Array(<
|
|
110
|
+
> <Array(<HostClusterVolumeMappingResponse>, Integer, Hash)> host_clusters_mapping_pk_delete_with_http_info(pk)
|
|
111
111
|
|
|
112
112
|
```ruby
|
|
113
113
|
begin
|
|
@@ -115,7 +115,7 @@ begin
|
|
|
115
115
|
data, status_code, headers = api_instance.host_clusters_mapping_pk_delete_with_http_info(pk)
|
|
116
116
|
p status_code # => 2xx
|
|
117
117
|
p headers # => { ... }
|
|
118
|
-
p data # => <
|
|
118
|
+
p data # => <HostClusterVolumeMappingResponse>
|
|
119
119
|
rescue AutosdeOpenapiClient::ApiError => e
|
|
120
120
|
puts "Error when calling HostClusterVolumeMappingApi->host_clusters_mapping_pk_delete_with_http_info: #{e}"
|
|
121
121
|
end
|
|
@@ -129,7 +129,7 @@ end
|
|
|
129
129
|
|
|
130
130
|
### Return type
|
|
131
131
|
|
|
132
|
-
[**
|
|
132
|
+
[**HostClusterVolumeMappingResponse**](HostClusterVolumeMappingResponse.md)
|
|
133
133
|
|
|
134
134
|
### Authorization
|
|
135
135
|
|
|
@@ -143,7 +143,7 @@ end
|
|
|
143
143
|
|
|
144
144
|
## host_clusters_mapping_pk_get
|
|
145
145
|
|
|
146
|
-
> <
|
|
146
|
+
> <HostClusterVolumeMappingResponse> host_clusters_mapping_pk_get(pk)
|
|
147
147
|
|
|
148
148
|
|
|
149
149
|
|
|
@@ -174,7 +174,7 @@ end
|
|
|
174
174
|
|
|
175
175
|
This returns an Array which contains the response data, status code and headers.
|
|
176
176
|
|
|
177
|
-
> <Array(<
|
|
177
|
+
> <Array(<HostClusterVolumeMappingResponse>, Integer, Hash)> host_clusters_mapping_pk_get_with_http_info(pk)
|
|
178
178
|
|
|
179
179
|
```ruby
|
|
180
180
|
begin
|
|
@@ -182,7 +182,7 @@ begin
|
|
|
182
182
|
data, status_code, headers = api_instance.host_clusters_mapping_pk_get_with_http_info(pk)
|
|
183
183
|
p status_code # => 2xx
|
|
184
184
|
p headers # => { ... }
|
|
185
|
-
p data # => <
|
|
185
|
+
p data # => <HostClusterVolumeMappingResponse>
|
|
186
186
|
rescue AutosdeOpenapiClient::ApiError => e
|
|
187
187
|
puts "Error when calling HostClusterVolumeMappingApi->host_clusters_mapping_pk_get_with_http_info: #{e}"
|
|
188
188
|
end
|
|
@@ -196,7 +196,7 @@ end
|
|
|
196
196
|
|
|
197
197
|
### Return type
|
|
198
198
|
|
|
199
|
-
[**
|
|
199
|
+
[**HostClusterVolumeMappingResponse**](HostClusterVolumeMappingResponse.md)
|
|
200
200
|
|
|
201
201
|
### Authorization
|
|
202
202
|
|
|
@@ -76,7 +76,7 @@ This endpoint does not need any parameter.
|
|
|
76
76
|
|
|
77
77
|
## host_volume_connection_pk_delete
|
|
78
78
|
|
|
79
|
-
> <
|
|
79
|
+
> <AsyncResponse> host_volume_connection_pk_delete(pk)
|
|
80
80
|
|
|
81
81
|
|
|
82
82
|
|
|
@@ -107,7 +107,7 @@ end
|
|
|
107
107
|
|
|
108
108
|
This returns an Array which contains the response data, status code and headers.
|
|
109
109
|
|
|
110
|
-
> <Array(<
|
|
110
|
+
> <Array(<AsyncResponse>, Integer, Hash)> host_volume_connection_pk_delete_with_http_info(pk)
|
|
111
111
|
|
|
112
112
|
```ruby
|
|
113
113
|
begin
|
|
@@ -115,7 +115,7 @@ begin
|
|
|
115
115
|
data, status_code, headers = api_instance.host_volume_connection_pk_delete_with_http_info(pk)
|
|
116
116
|
p status_code # => 2xx
|
|
117
117
|
p headers # => { ... }
|
|
118
|
-
p data # => <
|
|
118
|
+
p data # => <AsyncResponse>
|
|
119
119
|
rescue AutosdeOpenapiClient::ApiError => e
|
|
120
120
|
puts "Error when calling HostVolumeConnectionApi->host_volume_connection_pk_delete_with_http_info: #{e}"
|
|
121
121
|
end
|
|
@@ -129,7 +129,7 @@ end
|
|
|
129
129
|
|
|
130
130
|
### Return type
|
|
131
131
|
|
|
132
|
-
[**
|
|
132
|
+
[**AsyncResponse**](AsyncResponse.md)
|
|
133
133
|
|
|
134
134
|
### Authorization
|
|
135
135
|
|
|
@@ -143,7 +143,7 @@ end
|
|
|
143
143
|
|
|
144
144
|
## host_volume_connection_pk_get
|
|
145
145
|
|
|
146
|
-
> <
|
|
146
|
+
> <HostVolumeConnection> host_volume_connection_pk_get(pk)
|
|
147
147
|
|
|
148
148
|
|
|
149
149
|
|
|
@@ -174,7 +174,7 @@ end
|
|
|
174
174
|
|
|
175
175
|
This returns an Array which contains the response data, status code and headers.
|
|
176
176
|
|
|
177
|
-
> <Array(<
|
|
177
|
+
> <Array(<HostVolumeConnection>, Integer, Hash)> host_volume_connection_pk_get_with_http_info(pk)
|
|
178
178
|
|
|
179
179
|
```ruby
|
|
180
180
|
begin
|
|
@@ -182,7 +182,7 @@ begin
|
|
|
182
182
|
data, status_code, headers = api_instance.host_volume_connection_pk_get_with_http_info(pk)
|
|
183
183
|
p status_code # => 2xx
|
|
184
184
|
p headers # => { ... }
|
|
185
|
-
p data # => <
|
|
185
|
+
p data # => <HostVolumeConnection>
|
|
186
186
|
rescue AutosdeOpenapiClient::ApiError => e
|
|
187
187
|
puts "Error when calling HostVolumeConnectionApi->host_volume_connection_pk_get_with_http_info: #{e}"
|
|
188
188
|
end
|
|
@@ -196,7 +196,7 @@ end
|
|
|
196
196
|
|
|
197
197
|
### Return type
|
|
198
198
|
|
|
199
|
-
[**
|
|
199
|
+
[**HostVolumeConnection**](HostVolumeConnection.md)
|
|
200
200
|
|
|
201
201
|
### Authorization
|
|
202
202
|
|
|
@@ -210,7 +210,7 @@ end
|
|
|
210
210
|
|
|
211
211
|
## host_volume_connection_post
|
|
212
212
|
|
|
213
|
-
> <
|
|
213
|
+
> <AsyncResponse> host_volume_connection_post(host_volume_connection_create)
|
|
214
214
|
|
|
215
215
|
|
|
216
216
|
|
|
@@ -241,7 +241,7 @@ end
|
|
|
241
241
|
|
|
242
242
|
This returns an Array which contains the response data, status code and headers.
|
|
243
243
|
|
|
244
|
-
> <Array(<
|
|
244
|
+
> <Array(<AsyncResponse>, Integer, Hash)> host_volume_connection_post_with_http_info(host_volume_connection_create)
|
|
245
245
|
|
|
246
246
|
```ruby
|
|
247
247
|
begin
|
|
@@ -249,7 +249,7 @@ begin
|
|
|
249
249
|
data, status_code, headers = api_instance.host_volume_connection_post_with_http_info(host_volume_connection_create)
|
|
250
250
|
p status_code # => 2xx
|
|
251
251
|
p headers # => { ... }
|
|
252
|
-
p data # => <
|
|
252
|
+
p data # => <AsyncResponse>
|
|
253
253
|
rescue AutosdeOpenapiClient::ApiError => e
|
|
254
254
|
puts "Error when calling HostVolumeConnectionApi->host_volume_connection_post_with_http_info: #{e}"
|
|
255
255
|
end
|
|
@@ -263,7 +263,7 @@ end
|
|
|
263
263
|
|
|
264
264
|
### Return type
|
|
265
265
|
|
|
266
|
-
[**
|
|
266
|
+
[**AsyncResponse**](AsyncResponse.md)
|
|
267
267
|
|
|
268
268
|
### Authorization
|
|
269
269
|
|
data/docs/JobApi.md
CHANGED
|
@@ -76,7 +76,7 @@ This endpoint does not need any parameter.
|
|
|
76
76
|
|
|
77
77
|
## jobs_pk_delete
|
|
78
78
|
|
|
79
|
-
> <
|
|
79
|
+
> <Job> jobs_pk_delete(pk)
|
|
80
80
|
|
|
81
81
|
|
|
82
82
|
|
|
@@ -107,7 +107,7 @@ end
|
|
|
107
107
|
|
|
108
108
|
This returns an Array which contains the response data, status code and headers.
|
|
109
109
|
|
|
110
|
-
> <Array(<
|
|
110
|
+
> <Array(<Job>, Integer, Hash)> jobs_pk_delete_with_http_info(pk)
|
|
111
111
|
|
|
112
112
|
```ruby
|
|
113
113
|
begin
|
|
@@ -115,7 +115,7 @@ begin
|
|
|
115
115
|
data, status_code, headers = api_instance.jobs_pk_delete_with_http_info(pk)
|
|
116
116
|
p status_code # => 2xx
|
|
117
117
|
p headers # => { ... }
|
|
118
|
-
p data # => <
|
|
118
|
+
p data # => <Job>
|
|
119
119
|
rescue AutosdeOpenapiClient::ApiError => e
|
|
120
120
|
puts "Error when calling JobApi->jobs_pk_delete_with_http_info: #{e}"
|
|
121
121
|
end
|
|
@@ -129,7 +129,7 @@ end
|
|
|
129
129
|
|
|
130
130
|
### Return type
|
|
131
131
|
|
|
132
|
-
[**
|
|
132
|
+
[**Job**](Job.md)
|
|
133
133
|
|
|
134
134
|
### Authorization
|
|
135
135
|
|
|
@@ -143,7 +143,7 @@ end
|
|
|
143
143
|
|
|
144
144
|
## jobs_pk_get
|
|
145
145
|
|
|
146
|
-
> <
|
|
146
|
+
> <Job> jobs_pk_get(pk)
|
|
147
147
|
|
|
148
148
|
|
|
149
149
|
|
|
@@ -174,7 +174,7 @@ end
|
|
|
174
174
|
|
|
175
175
|
This returns an Array which contains the response data, status code and headers.
|
|
176
176
|
|
|
177
|
-
> <Array(<
|
|
177
|
+
> <Array(<Job>, Integer, Hash)> jobs_pk_get_with_http_info(pk)
|
|
178
178
|
|
|
179
179
|
```ruby
|
|
180
180
|
begin
|
|
@@ -182,7 +182,7 @@ begin
|
|
|
182
182
|
data, status_code, headers = api_instance.jobs_pk_get_with_http_info(pk)
|
|
183
183
|
p status_code # => 2xx
|
|
184
184
|
p headers # => { ... }
|
|
185
|
-
p data # => <
|
|
185
|
+
p data # => <Job>
|
|
186
186
|
rescue AutosdeOpenapiClient::ApiError => e
|
|
187
187
|
puts "Error when calling JobApi->jobs_pk_get_with_http_info: #{e}"
|
|
188
188
|
end
|
|
@@ -196,7 +196,7 @@ end
|
|
|
196
196
|
|
|
197
197
|
### Return type
|
|
198
198
|
|
|
199
|
-
[**
|
|
199
|
+
[**Job**](Job.md)
|
|
200
200
|
|
|
201
201
|
### Authorization
|
|
202
202
|
|
data/docs/NativeCapabilityApi.md
CHANGED
|
@@ -76,7 +76,7 @@ This endpoint does not need any parameter.
|
|
|
76
76
|
|
|
77
77
|
## native_capabilities_pk_delete
|
|
78
78
|
|
|
79
|
-
> <
|
|
79
|
+
> <NativeCapability> native_capabilities_pk_delete(pk)
|
|
80
80
|
|
|
81
81
|
|
|
82
82
|
|
|
@@ -107,7 +107,7 @@ end
|
|
|
107
107
|
|
|
108
108
|
This returns an Array which contains the response data, status code and headers.
|
|
109
109
|
|
|
110
|
-
> <Array(<
|
|
110
|
+
> <Array(<NativeCapability>, Integer, Hash)> native_capabilities_pk_delete_with_http_info(pk)
|
|
111
111
|
|
|
112
112
|
```ruby
|
|
113
113
|
begin
|
|
@@ -115,7 +115,7 @@ begin
|
|
|
115
115
|
data, status_code, headers = api_instance.native_capabilities_pk_delete_with_http_info(pk)
|
|
116
116
|
p status_code # => 2xx
|
|
117
117
|
p headers # => { ... }
|
|
118
|
-
p data # => <
|
|
118
|
+
p data # => <NativeCapability>
|
|
119
119
|
rescue AutosdeOpenapiClient::ApiError => e
|
|
120
120
|
puts "Error when calling NativeCapabilityApi->native_capabilities_pk_delete_with_http_info: #{e}"
|
|
121
121
|
end
|
|
@@ -129,7 +129,7 @@ end
|
|
|
129
129
|
|
|
130
130
|
### Return type
|
|
131
131
|
|
|
132
|
-
[**
|
|
132
|
+
[**NativeCapability**](NativeCapability.md)
|
|
133
133
|
|
|
134
134
|
### Authorization
|
|
135
135
|
|
|
@@ -143,7 +143,7 @@ end
|
|
|
143
143
|
|
|
144
144
|
## native_capabilities_pk_get
|
|
145
145
|
|
|
146
|
-
> <
|
|
146
|
+
> <NativeCapability> native_capabilities_pk_get(pk)
|
|
147
147
|
|
|
148
148
|
|
|
149
149
|
|
|
@@ -174,7 +174,7 @@ end
|
|
|
174
174
|
|
|
175
175
|
This returns an Array which contains the response data, status code and headers.
|
|
176
176
|
|
|
177
|
-
> <Array(<
|
|
177
|
+
> <Array(<NativeCapability>, Integer, Hash)> native_capabilities_pk_get_with_http_info(pk)
|
|
178
178
|
|
|
179
179
|
```ruby
|
|
180
180
|
begin
|
|
@@ -182,7 +182,7 @@ begin
|
|
|
182
182
|
data, status_code, headers = api_instance.native_capabilities_pk_get_with_http_info(pk)
|
|
183
183
|
p status_code # => 2xx
|
|
184
184
|
p headers # => { ... }
|
|
185
|
-
p data # => <
|
|
185
|
+
p data # => <NativeCapability>
|
|
186
186
|
rescue AutosdeOpenapiClient::ApiError => e
|
|
187
187
|
puts "Error when calling NativeCapabilityApi->native_capabilities_pk_get_with_http_info: #{e}"
|
|
188
188
|
end
|
|
@@ -196,7 +196,7 @@ end
|
|
|
196
196
|
|
|
197
197
|
### Return type
|
|
198
198
|
|
|
199
|
-
[**
|
|
199
|
+
[**NativeCapability**](NativeCapability.md)
|
|
200
200
|
|
|
201
201
|
### Authorization
|
|
202
202
|
|
data/docs/ProfileApi.md
CHANGED
|
@@ -76,7 +76,7 @@ This endpoint does not need any parameter.
|
|
|
76
76
|
|
|
77
77
|
## profiles_pk_delete
|
|
78
78
|
|
|
79
|
-
> <
|
|
79
|
+
> <Profile> profiles_pk_delete(pk)
|
|
80
80
|
|
|
81
81
|
|
|
82
82
|
|
|
@@ -107,7 +107,7 @@ end
|
|
|
107
107
|
|
|
108
108
|
This returns an Array which contains the response data, status code and headers.
|
|
109
109
|
|
|
110
|
-
> <Array(<
|
|
110
|
+
> <Array(<Profile>, Integer, Hash)> profiles_pk_delete_with_http_info(pk)
|
|
111
111
|
|
|
112
112
|
```ruby
|
|
113
113
|
begin
|
|
@@ -115,7 +115,7 @@ begin
|
|
|
115
115
|
data, status_code, headers = api_instance.profiles_pk_delete_with_http_info(pk)
|
|
116
116
|
p status_code # => 2xx
|
|
117
117
|
p headers # => { ... }
|
|
118
|
-
p data # => <
|
|
118
|
+
p data # => <Profile>
|
|
119
119
|
rescue AutosdeOpenapiClient::ApiError => e
|
|
120
120
|
puts "Error when calling ProfileApi->profiles_pk_delete_with_http_info: #{e}"
|
|
121
121
|
end
|
|
@@ -129,7 +129,7 @@ end
|
|
|
129
129
|
|
|
130
130
|
### Return type
|
|
131
131
|
|
|
132
|
-
[**
|
|
132
|
+
[**Profile**](Profile.md)
|
|
133
133
|
|
|
134
134
|
### Authorization
|
|
135
135
|
|
|
@@ -143,7 +143,7 @@ end
|
|
|
143
143
|
|
|
144
144
|
## profiles_pk_get
|
|
145
145
|
|
|
146
|
-
> <
|
|
146
|
+
> <Profile> profiles_pk_get(pk)
|
|
147
147
|
|
|
148
148
|
|
|
149
149
|
|
|
@@ -174,7 +174,7 @@ end
|
|
|
174
174
|
|
|
175
175
|
This returns an Array which contains the response data, status code and headers.
|
|
176
176
|
|
|
177
|
-
> <Array(<
|
|
177
|
+
> <Array(<Profile>, Integer, Hash)> profiles_pk_get_with_http_info(pk)
|
|
178
178
|
|
|
179
179
|
```ruby
|
|
180
180
|
begin
|
|
@@ -182,7 +182,7 @@ begin
|
|
|
182
182
|
data, status_code, headers = api_instance.profiles_pk_get_with_http_info(pk)
|
|
183
183
|
p status_code # => 2xx
|
|
184
184
|
p headers # => { ... }
|
|
185
|
-
p data # => <
|
|
185
|
+
p data # => <Profile>
|
|
186
186
|
rescue AutosdeOpenapiClient::ApiError => e
|
|
187
187
|
puts "Error when calling ProfileApi->profiles_pk_get_with_http_info: #{e}"
|
|
188
188
|
end
|
|
@@ -196,7 +196,7 @@ end
|
|
|
196
196
|
|
|
197
197
|
### Return type
|
|
198
198
|
|
|
199
|
-
[**
|
|
199
|
+
[**Profile**](Profile.md)
|
|
200
200
|
|
|
201
201
|
### Authorization
|
|
202
202
|
|