autosde_openapi_client 1.2 → 1.2.3

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 +8 -8
  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 +8 -8
  11. data/docs/HostApi.md +8 -8
  12. data/docs/HostClusterApi.md +8 -8
  13. data/docs/HostClusterMembershipApi.md +8 -8
  14. data/docs/HostClusterVolumeMappingApi.md +8 -8
  15. data/docs/HostVolumeConnectionApi.md +8 -8
  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 +8 -8
  21. data/docs/ServiceResourceAttachmentApi.md +40 -40
  22. data/docs/SnapshotApi.md +8 -8
  23. data/docs/StorageHostApi.md +12 -12
  24. data/docs/StorageHostsMappingApi.md +8 -8
  25. data/docs/StorageResourceApi.md +12 -12
  26. data/docs/StorageSystemApi.md +12 -12
  27. data/docs/SystemTypeApi.md +8 -8
  28. data/docs/UserApi.md +8 -8
  29. data/docs/VolumeApi.md +12 -12
  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 +6 -6
  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 +6 -6
  38. data/lib/autosde_openapi_client/api/host_api.rb +6 -6
  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 +6 -6
  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 +6 -6
  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 +6 -6
  48. data/lib/autosde_openapi_client/api/service_resource_attachment_api.rb +37 -37
  49. data/lib/autosde_openapi_client/api/snapshot_api.rb +6 -6
  50. data/lib/autosde_openapi_client/api/storage_host_api.rb +9 -9
  51. data/lib/autosde_openapi_client/api/storage_hosts_mapping_api.rb +6 -6
  52. data/lib/autosde_openapi_client/api/storage_resource_api.rb +9 -9
  53. data/lib/autosde_openapi_client/api/storage_system_api.rb +9 -9
  54. data/lib/autosde_openapi_client/api/system_type_api.rb +6 -6
  55. data/lib/autosde_openapi_client/api/user_api.rb +6 -6
  56. data/lib/autosde_openapi_client/api/volume_api.rb +9 -9
  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 +2 -2
  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 +2 -2
  68. data/spec/api/host_api_spec.rb +2 -2
  69. data/spec/api/host_cluster_api_spec.rb +2 -2
  70. data/spec/api/host_cluster_membership_api_spec.rb +2 -2
  71. data/spec/api/host_cluster_volume_mapping_api_spec.rb +2 -2
  72. data/spec/api/host_volume_connection_api_spec.rb +2 -2
  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 +2 -2
  78. data/spec/api/service_resource_attachment_api_spec.rb +10 -10
  79. data/spec/api/snapshot_api_spec.rb +2 -2
  80. data/spec/api/storage_host_api_spec.rb +3 -3
  81. data/spec/api/storage_hosts_mapping_api_spec.rb +2 -2
  82. data/spec/api/storage_resource_api_spec.rb +3 -3
  83. data/spec/api/storage_system_api_spec.rb +3 -3
  84. data/spec/api/system_type_api_spec.rb +2 -2
  85. data/spec/api/user_api_spec.rb +2 -2
  86. data/spec/api/volume_api_spec.rb +3 -3
  87. data/spec/api/volume_safe_delete_api_spec.rb +2 -2
  88. data/spec/models/async_response_spec.rb +40 -0
  89. metadata +82 -78
@@ -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
 
@@ -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
 
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
 
@@ -76,7 +76,7 @@ This endpoint does not need any parameter.
76
76
 
77
77
  ## provisioning_strategy_pk_delete
78
78
 
79
- > <Array<ProvisioningStrategy>> provisioning_strategy_pk_delete(pk)
79
+ > <ProvisioningStrategy> provisioning_strategy_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<ProvisioningStrategy>>, Integer, Hash)> provisioning_strategy_pk_delete_with_http_info(pk)
110
+ > <Array(<ProvisioningStrategy>, Integer, Hash)> provisioning_strategy_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.provisioning_strategy_pk_delete_with_http_info(pk)
116
116
  p status_code # => 2xx
117
117
  p headers # => { ... }
118
- p data # => <Array<ProvisioningStrategy>>
118
+ p data # => <ProvisioningStrategy>
119
119
  rescue AutosdeOpenapiClient::ApiError => e
120
120
  puts "Error when calling ProvisioningStrategyApi->provisioning_strategy_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;ProvisioningStrategy&gt;**](ProvisioningStrategy.md)
132
+ [**ProvisioningStrategy**](ProvisioningStrategy.md)
133
133
 
134
134
  ### Authorization
135
135
 
@@ -143,7 +143,7 @@ end
143
143
 
144
144
  ## provisioning_strategy_pk_get
145
145
 
146
- > <Array<ProvisioningStrategy>> provisioning_strategy_pk_get(pk)
146
+ > <ProvisioningStrategy> provisioning_strategy_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<ProvisioningStrategy>>, Integer, Hash)> provisioning_strategy_pk_get_with_http_info(pk)
177
+ > <Array(<ProvisioningStrategy>, Integer, Hash)> provisioning_strategy_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.provisioning_strategy_pk_get_with_http_info(pk)
183
183
  p status_code # => 2xx
184
184
  p headers # => { ... }
185
- p data # => <Array<ProvisioningStrategy>>
185
+ p data # => <ProvisioningStrategy>
186
186
  rescue AutosdeOpenapiClient::ApiError => e
187
187
  puts "Error when calling ProvisioningStrategyApi->provisioning_strategy_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;ProvisioningStrategy&gt;**](ProvisioningStrategy.md)
199
+ [**ProvisioningStrategy**](ProvisioningStrategy.md)
200
200
 
201
201
  ### Authorization
202
202
 
data/docs/ServiceApi.md CHANGED
@@ -77,7 +77,7 @@ This endpoint does not need any parameter.
77
77
 
78
78
  ## services_pk_delete
79
79
 
80
- > <Array<Service>> services_pk_delete(pk)
80
+ > <AsyncResponse> services_pk_delete(pk)
81
81
 
82
82
 
83
83
 
@@ -108,7 +108,7 @@ end
108
108
 
109
109
  This returns an Array which contains the response data, status code and headers.
110
110
 
111
- > <Array(<Array<Service>>, Integer, Hash)> services_pk_delete_with_http_info(pk)
111
+ > <Array(<AsyncResponse>, Integer, Hash)> services_pk_delete_with_http_info(pk)
112
112
 
113
113
  ```ruby
114
114
  begin
@@ -116,7 +116,7 @@ begin
116
116
  data, status_code, headers = api_instance.services_pk_delete_with_http_info(pk)
117
117
  p status_code # => 2xx
118
118
  p headers # => { ... }
119
- p data # => <Array<Service>>
119
+ p data # => <AsyncResponse>
120
120
  rescue AutosdeOpenapiClient::ApiError => e
121
121
  puts "Error when calling ServiceApi->services_pk_delete_with_http_info: #{e}"
122
122
  end
@@ -130,7 +130,7 @@ end
130
130
 
131
131
  ### Return type
132
132
 
133
- [**Array&lt;Service&gt;**](Service.md)
133
+ [**AsyncResponse**](AsyncResponse.md)
134
134
 
135
135
  ### Authorization
136
136
 
@@ -144,7 +144,7 @@ end
144
144
 
145
145
  ## services_pk_get
146
146
 
147
- > <Array<Service>> services_pk_get(pk)
147
+ > <Service> services_pk_get(pk)
148
148
 
149
149
 
150
150
 
@@ -175,7 +175,7 @@ end
175
175
 
176
176
  This returns an Array which contains the response data, status code and headers.
177
177
 
178
- > <Array(<Array<Service>>, Integer, Hash)> services_pk_get_with_http_info(pk)
178
+ > <Array(<Service>, Integer, Hash)> services_pk_get_with_http_info(pk)
179
179
 
180
180
  ```ruby
181
181
  begin
@@ -183,7 +183,7 @@ begin
183
183
  data, status_code, headers = api_instance.services_pk_get_with_http_info(pk)
184
184
  p status_code # => 2xx
185
185
  p headers # => { ... }
186
- p data # => <Array<Service>>
186
+ p data # => <Service>
187
187
  rescue AutosdeOpenapiClient::ApiError => e
188
188
  puts "Error when calling ServiceApi->services_pk_get_with_http_info: #{e}"
189
189
  end
@@ -197,7 +197,7 @@ end
197
197
 
198
198
  ### Return type
199
199
 
200
- [**Array&lt;Service&gt;**](Service.md)
200
+ [**Service**](Service.md)
201
201
 
202
202
  ### Authorization
203
203