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.
Files changed (89) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -4
  3. data/docs/AbstractCapabilityApi.md +8 -8
  4. data/docs/AccountApi.md +8 -8
  5. data/docs/AddressApi.md +12 -12
  6. data/docs/AsyncResponse.md +20 -0
  7. data/docs/AutoSDEProjectApi.md +8 -8
  8. data/docs/AutoSDERoleApi.md +8 -8
  9. data/docs/CapabilityTranslationApi.md +8 -8
  10. data/docs/EventApi.md +12 -12
  11. data/docs/HostApi.md +12 -12
  12. data/docs/HostClusterApi.md +8 -8
  13. data/docs/HostClusterMembershipApi.md +12 -12
  14. data/docs/HostClusterVolumeMappingApi.md +8 -8
  15. data/docs/HostVolumeConnectionApi.md +12 -12
  16. data/docs/JobApi.md +8 -8
  17. data/docs/NativeCapabilityApi.md +8 -8
  18. data/docs/ProfileApi.md +8 -8
  19. data/docs/ProvisioningStrategyApi.md +8 -8
  20. data/docs/ServiceApi.md +12 -12
  21. data/docs/ServiceResourceAttachmentApi.md +42 -42
  22. data/docs/SnapshotApi.md +12 -12
  23. data/docs/StorageHostApi.md +16 -16
  24. data/docs/StorageHostsMappingApi.md +12 -12
  25. data/docs/StorageResourceApi.md +12 -12
  26. data/docs/StorageSystemApi.md +16 -16
  27. data/docs/SystemTypeApi.md +12 -12
  28. data/docs/UserApi.md +8 -8
  29. data/docs/VolumeApi.md +16 -16
  30. data/docs/VolumeSafeDeleteApi.md +8 -8
  31. data/lib/autosde_openapi_client/api/abstract_capability_api.rb +6 -6
  32. data/lib/autosde_openapi_client/api/account_api.rb +6 -6
  33. data/lib/autosde_openapi_client/api/address_api.rb +9 -9
  34. data/lib/autosde_openapi_client/api/auto_sde_project_api.rb +6 -6
  35. data/lib/autosde_openapi_client/api/auto_sde_role_api.rb +6 -6
  36. data/lib/autosde_openapi_client/api/capability_translation_api.rb +6 -6
  37. data/lib/autosde_openapi_client/api/event_api.rb +9 -9
  38. data/lib/autosde_openapi_client/api/host_api.rb +9 -9
  39. data/lib/autosde_openapi_client/api/host_cluster_api.rb +6 -6
  40. data/lib/autosde_openapi_client/api/host_cluster_membership_api.rb +9 -9
  41. data/lib/autosde_openapi_client/api/host_cluster_volume_mapping_api.rb +6 -6
  42. data/lib/autosde_openapi_client/api/host_volume_connection_api.rb +9 -9
  43. data/lib/autosde_openapi_client/api/job_api.rb +6 -6
  44. data/lib/autosde_openapi_client/api/native_capability_api.rb +6 -6
  45. data/lib/autosde_openapi_client/api/profile_api.rb +6 -6
  46. data/lib/autosde_openapi_client/api/provisioning_strategy_api.rb +6 -6
  47. data/lib/autosde_openapi_client/api/service_api.rb +9 -9
  48. data/lib/autosde_openapi_client/api/service_resource_attachment_api.rb +40 -40
  49. data/lib/autosde_openapi_client/api/snapshot_api.rb +9 -9
  50. data/lib/autosde_openapi_client/api/storage_host_api.rb +12 -12
  51. data/lib/autosde_openapi_client/api/storage_hosts_mapping_api.rb +9 -9
  52. data/lib/autosde_openapi_client/api/storage_resource_api.rb +9 -9
  53. data/lib/autosde_openapi_client/api/storage_system_api.rb +12 -12
  54. data/lib/autosde_openapi_client/api/system_type_api.rb +9 -9
  55. data/lib/autosde_openapi_client/api/user_api.rb +6 -6
  56. data/lib/autosde_openapi_client/api/volume_api.rb +12 -12
  57. data/lib/autosde_openapi_client/api/volume_safe_delete_api.rb +6 -6
  58. data/lib/autosde_openapi_client/models/async_response.rb +230 -0
  59. data/lib/autosde_openapi_client/version.rb +2 -2
  60. data/lib/autosde_openapi_client.rb +1 -0
  61. data/spec/api/abstract_capability_api_spec.rb +2 -2
  62. data/spec/api/account_api_spec.rb +2 -2
  63. data/spec/api/address_api_spec.rb +3 -3
  64. data/spec/api/auto_sde_project_api_spec.rb +2 -2
  65. data/spec/api/auto_sde_role_api_spec.rb +2 -2
  66. data/spec/api/capability_translation_api_spec.rb +2 -2
  67. data/spec/api/event_api_spec.rb +3 -3
  68. data/spec/api/host_api_spec.rb +3 -3
  69. data/spec/api/host_cluster_api_spec.rb +2 -2
  70. data/spec/api/host_cluster_membership_api_spec.rb +3 -3
  71. data/spec/api/host_cluster_volume_mapping_api_spec.rb +2 -2
  72. data/spec/api/host_volume_connection_api_spec.rb +3 -3
  73. data/spec/api/job_api_spec.rb +2 -2
  74. data/spec/api/native_capability_api_spec.rb +2 -2
  75. data/spec/api/profile_api_spec.rb +2 -2
  76. data/spec/api/provisioning_strategy_api_spec.rb +2 -2
  77. data/spec/api/service_api_spec.rb +3 -3
  78. data/spec/api/service_resource_attachment_api_spec.rb +11 -11
  79. data/spec/api/snapshot_api_spec.rb +3 -3
  80. data/spec/api/storage_host_api_spec.rb +4 -4
  81. data/spec/api/storage_hosts_mapping_api_spec.rb +3 -3
  82. data/spec/api/storage_resource_api_spec.rb +3 -3
  83. data/spec/api/storage_system_api_spec.rb +4 -4
  84. data/spec/api/system_type_api_spec.rb +3 -3
  85. data/spec/api/user_api_spec.rb +2 -2
  86. data/spec/api/volume_api_spec.rb +4 -4
  87. data/spec/api/volume_safe_delete_api_spec.rb +2 -2
  88. data/spec/models/async_response_spec.rb +40 -0
  89. 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
- > <Array<Host>> hosts_pk_delete(pk)
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(<Array<Host>>, Integer, Hash)> hosts_pk_delete_with_http_info(pk)
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 # => <Array<Host>>
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
- [**Array&lt;Host&gt;**](Host.md)
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
- > <Array<Host>> hosts_pk_get(pk)
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(<Array<Host>>, Integer, Hash)> hosts_pk_get_with_http_info(pk)
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 # => <Array<Host>>
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
- [**Array&lt;Host&gt;**](Host.md)
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
- > <Host> hosts_post(host_create)
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(<Host>, Integer, Hash)> hosts_post_with_http_info(host_create)
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 # => <Host>
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
- [**Host**](Host.md)
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_pk_delete
78
78
 
79
- > <Array<HostCluster>> host_clusters_pk_delete(pk)
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(<Array<HostCluster>>, Integer, Hash)> host_clusters_pk_delete_with_http_info(pk)
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 # => <Array<HostCluster>>
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
- [**Array&lt;HostCluster&gt;**](HostCluster.md)
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
- > <Array<HostCluster>> host_clusters_pk_get(pk)
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(<Array<HostCluster>>, Integer, Hash)> host_clusters_pk_get_with_http_info(pk)
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 # => <Array<HostCluster>>
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
- [**Array&lt;HostCluster&gt;**](HostCluster.md)
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
- > <Array<HostClusterMembership>> host_cluster_membership_pk_delete(pk)
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(<Array<HostClusterMembership>>, Integer, Hash)> host_cluster_membership_pk_delete_with_http_info(pk)
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 # => <Array<HostClusterMembership>>
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
- [**Array&lt;HostClusterMembership&gt;**](HostClusterMembership.md)
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
- > <Array<HostClusterMembership>> host_cluster_membership_pk_get(pk)
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(<Array<HostClusterMembership>>, Integer, Hash)> host_cluster_membership_pk_get_with_http_info(pk)
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 # => <Array<HostClusterMembership>>
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
- [**Array&lt;HostClusterMembership&gt;**](HostClusterMembership.md)
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
- > <HostClusterMembership> host_cluster_membership_post(host_cluster_membership)
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(<HostClusterMembership>, Integer, Hash)> host_cluster_membership_post_with_http_info(host_cluster_membership)
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 # => <HostClusterMembership>
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
- [**HostClusterMembership**](HostClusterMembership.md)
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
- > <Array<HostClusterVolumeMappingResponse>> host_clusters_mapping_pk_delete(pk)
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(<Array<HostClusterVolumeMappingResponse>>, Integer, Hash)> host_clusters_mapping_pk_delete_with_http_info(pk)
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 # => <Array<HostClusterVolumeMappingResponse>>
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
- [**Array&lt;HostClusterVolumeMappingResponse&gt;**](HostClusterVolumeMappingResponse.md)
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
- > <Array<HostClusterVolumeMappingResponse>> host_clusters_mapping_pk_get(pk)
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(<Array<HostClusterVolumeMappingResponse>>, Integer, Hash)> host_clusters_mapping_pk_get_with_http_info(pk)
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 # => <Array<HostClusterVolumeMappingResponse>>
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
- [**Array&lt;HostClusterVolumeMappingResponse&gt;**](HostClusterVolumeMappingResponse.md)
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
- > <Array<HostVolumeConnection>> host_volume_connection_pk_delete(pk)
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(<Array<HostVolumeConnection>>, Integer, Hash)> host_volume_connection_pk_delete_with_http_info(pk)
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 # => <Array<HostVolumeConnection>>
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
- [**Array&lt;HostVolumeConnection&gt;**](HostVolumeConnection.md)
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
- > <Array<HostVolumeConnection>> host_volume_connection_pk_get(pk)
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(<Array<HostVolumeConnection>>, Integer, Hash)> host_volume_connection_pk_get_with_http_info(pk)
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 # => <Array<HostVolumeConnection>>
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
- [**Array&lt;HostVolumeConnection&gt;**](HostVolumeConnection.md)
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
- > <HostVolumeConnection> host_volume_connection_post(host_volume_connection_create)
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(<HostVolumeConnection>, Integer, Hash)> host_volume_connection_post_with_http_info(host_volume_connection_create)
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 # => <HostVolumeConnection>
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
- [**HostVolumeConnection**](HostVolumeConnection.md)
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
- > <Array<Job>> jobs_pk_delete(pk)
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(<Array<Job>>, Integer, Hash)> jobs_pk_delete_with_http_info(pk)
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 # => <Array<Job>>
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
- [**Array&lt;Job&gt;**](Job.md)
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
- > <Array<Job>> jobs_pk_get(pk)
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(<Array<Job>>, Integer, Hash)> jobs_pk_get_with_http_info(pk)
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 # => <Array<Job>>
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
- [**Array&lt;Job&gt;**](Job.md)
199
+ [**Job**](Job.md)
200
200
 
201
201
  ### Authorization
202
202
 
@@ -76,7 +76,7 @@ This endpoint does not need any parameter.
76
76
 
77
77
  ## native_capabilities_pk_delete
78
78
 
79
- > <Array<NativeCapability>> native_capabilities_pk_delete(pk)
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(<Array<NativeCapability>>, Integer, Hash)> native_capabilities_pk_delete_with_http_info(pk)
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 # => <Array<NativeCapability>>
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
- [**Array&lt;NativeCapability&gt;**](NativeCapability.md)
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
- > <Array<NativeCapability>> native_capabilities_pk_get(pk)
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(<Array<NativeCapability>>, Integer, Hash)> native_capabilities_pk_get_with_http_info(pk)
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 # => <Array<NativeCapability>>
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
- [**Array&lt;NativeCapability&gt;**](NativeCapability.md)
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
- > <Array<Profile>> profiles_pk_delete(pk)
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(<Array<Profile>>, Integer, Hash)> profiles_pk_delete_with_http_info(pk)
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 # => <Array<Profile>>
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
- [**Array&lt;Profile&gt;**](Profile.md)
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
- > <Array<Profile>> profiles_pk_get(pk)
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(<Array<Profile>>, Integer, Hash)> profiles_pk_get_with_http_info(pk)
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 # => <Array<Profile>>
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
- [**Array&lt;Profile&gt;**](Profile.md)
199
+ [**Profile**](Profile.md)
200
200
 
201
201
  ### Authorization
202
202