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
|
@@ -74,7 +74,7 @@ module AutosdeOpenapiClient
|
|
|
74
74
|
|
|
75
75
|
# @param pk [Integer]
|
|
76
76
|
# @param [Hash] opts the optional parameters
|
|
77
|
-
# @return [
|
|
77
|
+
# @return [AsyncResponse]
|
|
78
78
|
def host_cluster_membership_pk_delete(pk, opts = {})
|
|
79
79
|
data, _status_code, _headers = host_cluster_membership_pk_delete_with_http_info(pk, opts)
|
|
80
80
|
data
|
|
@@ -82,7 +82,7 @@ module AutosdeOpenapiClient
|
|
|
82
82
|
|
|
83
83
|
# @param pk [Integer]
|
|
84
84
|
# @param [Hash] opts the optional parameters
|
|
85
|
-
# @return [Array<(
|
|
85
|
+
# @return [Array<(AsyncResponse, Integer, Hash)>] AsyncResponse data, response status code and response headers
|
|
86
86
|
def host_cluster_membership_pk_delete_with_http_info(pk, opts = {})
|
|
87
87
|
if @api_client.config.debugging
|
|
88
88
|
@api_client.config.logger.debug 'Calling API: HostClusterMembershipApi.host_cluster_membership_pk_delete ...'
|
|
@@ -109,7 +109,7 @@ module AutosdeOpenapiClient
|
|
|
109
109
|
post_body = opts[:debug_body]
|
|
110
110
|
|
|
111
111
|
# return_type
|
|
112
|
-
return_type = opts[:debug_return_type] || '
|
|
112
|
+
return_type = opts[:debug_return_type] || 'AsyncResponse'
|
|
113
113
|
|
|
114
114
|
# auth_names
|
|
115
115
|
auth_names = opts[:debug_auth_names] || ['bearerAuth']
|
|
@@ -133,7 +133,7 @@ module AutosdeOpenapiClient
|
|
|
133
133
|
|
|
134
134
|
# @param pk [Integer]
|
|
135
135
|
# @param [Hash] opts the optional parameters
|
|
136
|
-
# @return [
|
|
136
|
+
# @return [HostClusterMembership]
|
|
137
137
|
def host_cluster_membership_pk_get(pk, opts = {})
|
|
138
138
|
data, _status_code, _headers = host_cluster_membership_pk_get_with_http_info(pk, opts)
|
|
139
139
|
data
|
|
@@ -141,7 +141,7 @@ module AutosdeOpenapiClient
|
|
|
141
141
|
|
|
142
142
|
# @param pk [Integer]
|
|
143
143
|
# @param [Hash] opts the optional parameters
|
|
144
|
-
# @return [Array<(
|
|
144
|
+
# @return [Array<(HostClusterMembership, Integer, Hash)>] HostClusterMembership data, response status code and response headers
|
|
145
145
|
def host_cluster_membership_pk_get_with_http_info(pk, opts = {})
|
|
146
146
|
if @api_client.config.debugging
|
|
147
147
|
@api_client.config.logger.debug 'Calling API: HostClusterMembershipApi.host_cluster_membership_pk_get ...'
|
|
@@ -168,7 +168,7 @@ module AutosdeOpenapiClient
|
|
|
168
168
|
post_body = opts[:debug_body]
|
|
169
169
|
|
|
170
170
|
# return_type
|
|
171
|
-
return_type = opts[:debug_return_type] || '
|
|
171
|
+
return_type = opts[:debug_return_type] || 'HostClusterMembership'
|
|
172
172
|
|
|
173
173
|
# auth_names
|
|
174
174
|
auth_names = opts[:debug_auth_names] || ['bearerAuth']
|
|
@@ -192,7 +192,7 @@ module AutosdeOpenapiClient
|
|
|
192
192
|
|
|
193
193
|
# @param host_cluster_membership [HostClusterMembership]
|
|
194
194
|
# @param [Hash] opts the optional parameters
|
|
195
|
-
# @return [
|
|
195
|
+
# @return [AsyncResponse]
|
|
196
196
|
def host_cluster_membership_post(host_cluster_membership, opts = {})
|
|
197
197
|
data, _status_code, _headers = host_cluster_membership_post_with_http_info(host_cluster_membership, opts)
|
|
198
198
|
data
|
|
@@ -200,7 +200,7 @@ module AutosdeOpenapiClient
|
|
|
200
200
|
|
|
201
201
|
# @param host_cluster_membership [HostClusterMembership]
|
|
202
202
|
# @param [Hash] opts the optional parameters
|
|
203
|
-
# @return [Array<(
|
|
203
|
+
# @return [Array<(AsyncResponse, Integer, Hash)>] AsyncResponse data, response status code and response headers
|
|
204
204
|
def host_cluster_membership_post_with_http_info(host_cluster_membership, opts = {})
|
|
205
205
|
if @api_client.config.debugging
|
|
206
206
|
@api_client.config.logger.debug 'Calling API: HostClusterMembershipApi.host_cluster_membership_post ...'
|
|
@@ -229,7 +229,7 @@ module AutosdeOpenapiClient
|
|
|
229
229
|
post_body = opts[:debug_body] || @api_client.object_to_http_body(host_cluster_membership)
|
|
230
230
|
|
|
231
231
|
# return_type
|
|
232
|
-
return_type = opts[:debug_return_type] || '
|
|
232
|
+
return_type = opts[:debug_return_type] || 'AsyncResponse'
|
|
233
233
|
|
|
234
234
|
# auth_names
|
|
235
235
|
auth_names = opts[:debug_auth_names] || ['bearerAuth']
|
|
@@ -74,7 +74,7 @@ module AutosdeOpenapiClient
|
|
|
74
74
|
|
|
75
75
|
# @param pk [Integer]
|
|
76
76
|
# @param [Hash] opts the optional parameters
|
|
77
|
-
# @return [
|
|
77
|
+
# @return [HostClusterVolumeMappingResponse]
|
|
78
78
|
def host_clusters_mapping_pk_delete(pk, opts = {})
|
|
79
79
|
data, _status_code, _headers = host_clusters_mapping_pk_delete_with_http_info(pk, opts)
|
|
80
80
|
data
|
|
@@ -82,7 +82,7 @@ module AutosdeOpenapiClient
|
|
|
82
82
|
|
|
83
83
|
# @param pk [Integer]
|
|
84
84
|
# @param [Hash] opts the optional parameters
|
|
85
|
-
# @return [Array<(
|
|
85
|
+
# @return [Array<(HostClusterVolumeMappingResponse, Integer, Hash)>] HostClusterVolumeMappingResponse data, response status code and response headers
|
|
86
86
|
def host_clusters_mapping_pk_delete_with_http_info(pk, opts = {})
|
|
87
87
|
if @api_client.config.debugging
|
|
88
88
|
@api_client.config.logger.debug 'Calling API: HostClusterVolumeMappingApi.host_clusters_mapping_pk_delete ...'
|
|
@@ -109,7 +109,7 @@ module AutosdeOpenapiClient
|
|
|
109
109
|
post_body = opts[:debug_body]
|
|
110
110
|
|
|
111
111
|
# return_type
|
|
112
|
-
return_type = opts[:debug_return_type] || '
|
|
112
|
+
return_type = opts[:debug_return_type] || 'HostClusterVolumeMappingResponse'
|
|
113
113
|
|
|
114
114
|
# auth_names
|
|
115
115
|
auth_names = opts[:debug_auth_names] || ['bearerAuth']
|
|
@@ -133,7 +133,7 @@ module AutosdeOpenapiClient
|
|
|
133
133
|
|
|
134
134
|
# @param pk [Integer]
|
|
135
135
|
# @param [Hash] opts the optional parameters
|
|
136
|
-
# @return [
|
|
136
|
+
# @return [HostClusterVolumeMappingResponse]
|
|
137
137
|
def host_clusters_mapping_pk_get(pk, opts = {})
|
|
138
138
|
data, _status_code, _headers = host_clusters_mapping_pk_get_with_http_info(pk, opts)
|
|
139
139
|
data
|
|
@@ -141,7 +141,7 @@ module AutosdeOpenapiClient
|
|
|
141
141
|
|
|
142
142
|
# @param pk [Integer]
|
|
143
143
|
# @param [Hash] opts the optional parameters
|
|
144
|
-
# @return [Array<(
|
|
144
|
+
# @return [Array<(HostClusterVolumeMappingResponse, Integer, Hash)>] HostClusterVolumeMappingResponse data, response status code and response headers
|
|
145
145
|
def host_clusters_mapping_pk_get_with_http_info(pk, opts = {})
|
|
146
146
|
if @api_client.config.debugging
|
|
147
147
|
@api_client.config.logger.debug 'Calling API: HostClusterVolumeMappingApi.host_clusters_mapping_pk_get ...'
|
|
@@ -168,7 +168,7 @@ module AutosdeOpenapiClient
|
|
|
168
168
|
post_body = opts[:debug_body]
|
|
169
169
|
|
|
170
170
|
# return_type
|
|
171
|
-
return_type = opts[:debug_return_type] || '
|
|
171
|
+
return_type = opts[:debug_return_type] || 'HostClusterVolumeMappingResponse'
|
|
172
172
|
|
|
173
173
|
# auth_names
|
|
174
174
|
auth_names = opts[:debug_auth_names] || ['bearerAuth']
|
|
@@ -74,7 +74,7 @@ module AutosdeOpenapiClient
|
|
|
74
74
|
|
|
75
75
|
# @param pk [Integer]
|
|
76
76
|
# @param [Hash] opts the optional parameters
|
|
77
|
-
# @return [
|
|
77
|
+
# @return [AsyncResponse]
|
|
78
78
|
def host_volume_connection_pk_delete(pk, opts = {})
|
|
79
79
|
data, _status_code, _headers = host_volume_connection_pk_delete_with_http_info(pk, opts)
|
|
80
80
|
data
|
|
@@ -82,7 +82,7 @@ module AutosdeOpenapiClient
|
|
|
82
82
|
|
|
83
83
|
# @param pk [Integer]
|
|
84
84
|
# @param [Hash] opts the optional parameters
|
|
85
|
-
# @return [Array<(
|
|
85
|
+
# @return [Array<(AsyncResponse, Integer, Hash)>] AsyncResponse data, response status code and response headers
|
|
86
86
|
def host_volume_connection_pk_delete_with_http_info(pk, opts = {})
|
|
87
87
|
if @api_client.config.debugging
|
|
88
88
|
@api_client.config.logger.debug 'Calling API: HostVolumeConnectionApi.host_volume_connection_pk_delete ...'
|
|
@@ -109,7 +109,7 @@ module AutosdeOpenapiClient
|
|
|
109
109
|
post_body = opts[:debug_body]
|
|
110
110
|
|
|
111
111
|
# return_type
|
|
112
|
-
return_type = opts[:debug_return_type] || '
|
|
112
|
+
return_type = opts[:debug_return_type] || 'AsyncResponse'
|
|
113
113
|
|
|
114
114
|
# auth_names
|
|
115
115
|
auth_names = opts[:debug_auth_names] || ['bearerAuth']
|
|
@@ -133,7 +133,7 @@ module AutosdeOpenapiClient
|
|
|
133
133
|
|
|
134
134
|
# @param pk [Integer]
|
|
135
135
|
# @param [Hash] opts the optional parameters
|
|
136
|
-
# @return [
|
|
136
|
+
# @return [HostVolumeConnection]
|
|
137
137
|
def host_volume_connection_pk_get(pk, opts = {})
|
|
138
138
|
data, _status_code, _headers = host_volume_connection_pk_get_with_http_info(pk, opts)
|
|
139
139
|
data
|
|
@@ -141,7 +141,7 @@ module AutosdeOpenapiClient
|
|
|
141
141
|
|
|
142
142
|
# @param pk [Integer]
|
|
143
143
|
# @param [Hash] opts the optional parameters
|
|
144
|
-
# @return [Array<(
|
|
144
|
+
# @return [Array<(HostVolumeConnection, Integer, Hash)>] HostVolumeConnection data, response status code and response headers
|
|
145
145
|
def host_volume_connection_pk_get_with_http_info(pk, opts = {})
|
|
146
146
|
if @api_client.config.debugging
|
|
147
147
|
@api_client.config.logger.debug 'Calling API: HostVolumeConnectionApi.host_volume_connection_pk_get ...'
|
|
@@ -168,7 +168,7 @@ module AutosdeOpenapiClient
|
|
|
168
168
|
post_body = opts[:debug_body]
|
|
169
169
|
|
|
170
170
|
# return_type
|
|
171
|
-
return_type = opts[:debug_return_type] || '
|
|
171
|
+
return_type = opts[:debug_return_type] || 'HostVolumeConnection'
|
|
172
172
|
|
|
173
173
|
# auth_names
|
|
174
174
|
auth_names = opts[:debug_auth_names] || ['bearerAuth']
|
|
@@ -192,7 +192,7 @@ module AutosdeOpenapiClient
|
|
|
192
192
|
|
|
193
193
|
# @param host_volume_connection_create [HostVolumeConnectionCreate]
|
|
194
194
|
# @param [Hash] opts the optional parameters
|
|
195
|
-
# @return [
|
|
195
|
+
# @return [AsyncResponse]
|
|
196
196
|
def host_volume_connection_post(host_volume_connection_create, opts = {})
|
|
197
197
|
data, _status_code, _headers = host_volume_connection_post_with_http_info(host_volume_connection_create, opts)
|
|
198
198
|
data
|
|
@@ -200,7 +200,7 @@ module AutosdeOpenapiClient
|
|
|
200
200
|
|
|
201
201
|
# @param host_volume_connection_create [HostVolumeConnectionCreate]
|
|
202
202
|
# @param [Hash] opts the optional parameters
|
|
203
|
-
# @return [Array<(
|
|
203
|
+
# @return [Array<(AsyncResponse, Integer, Hash)>] AsyncResponse data, response status code and response headers
|
|
204
204
|
def host_volume_connection_post_with_http_info(host_volume_connection_create, opts = {})
|
|
205
205
|
if @api_client.config.debugging
|
|
206
206
|
@api_client.config.logger.debug 'Calling API: HostVolumeConnectionApi.host_volume_connection_post ...'
|
|
@@ -229,7 +229,7 @@ module AutosdeOpenapiClient
|
|
|
229
229
|
post_body = opts[:debug_body] || @api_client.object_to_http_body(host_volume_connection_create)
|
|
230
230
|
|
|
231
231
|
# return_type
|
|
232
|
-
return_type = opts[:debug_return_type] || '
|
|
232
|
+
return_type = opts[:debug_return_type] || 'AsyncResponse'
|
|
233
233
|
|
|
234
234
|
# auth_names
|
|
235
235
|
auth_names = opts[:debug_auth_names] || ['bearerAuth']
|
|
@@ -74,7 +74,7 @@ module AutosdeOpenapiClient
|
|
|
74
74
|
|
|
75
75
|
# @param pk [Integer]
|
|
76
76
|
# @param [Hash] opts the optional parameters
|
|
77
|
-
# @return [
|
|
77
|
+
# @return [Job]
|
|
78
78
|
def jobs_pk_delete(pk, opts = {})
|
|
79
79
|
data, _status_code, _headers = jobs_pk_delete_with_http_info(pk, opts)
|
|
80
80
|
data
|
|
@@ -82,7 +82,7 @@ module AutosdeOpenapiClient
|
|
|
82
82
|
|
|
83
83
|
# @param pk [Integer]
|
|
84
84
|
# @param [Hash] opts the optional parameters
|
|
85
|
-
# @return [Array<(
|
|
85
|
+
# @return [Array<(Job, Integer, Hash)>] Job data, response status code and response headers
|
|
86
86
|
def jobs_pk_delete_with_http_info(pk, opts = {})
|
|
87
87
|
if @api_client.config.debugging
|
|
88
88
|
@api_client.config.logger.debug 'Calling API: JobApi.jobs_pk_delete ...'
|
|
@@ -109,7 +109,7 @@ module AutosdeOpenapiClient
|
|
|
109
109
|
post_body = opts[:debug_body]
|
|
110
110
|
|
|
111
111
|
# return_type
|
|
112
|
-
return_type = opts[:debug_return_type] || '
|
|
112
|
+
return_type = opts[:debug_return_type] || 'Job'
|
|
113
113
|
|
|
114
114
|
# auth_names
|
|
115
115
|
auth_names = opts[:debug_auth_names] || ['bearerAuth']
|
|
@@ -133,7 +133,7 @@ module AutosdeOpenapiClient
|
|
|
133
133
|
|
|
134
134
|
# @param pk [Integer]
|
|
135
135
|
# @param [Hash] opts the optional parameters
|
|
136
|
-
# @return [
|
|
136
|
+
# @return [Job]
|
|
137
137
|
def jobs_pk_get(pk, opts = {})
|
|
138
138
|
data, _status_code, _headers = jobs_pk_get_with_http_info(pk, opts)
|
|
139
139
|
data
|
|
@@ -141,7 +141,7 @@ module AutosdeOpenapiClient
|
|
|
141
141
|
|
|
142
142
|
# @param pk [Integer]
|
|
143
143
|
# @param [Hash] opts the optional parameters
|
|
144
|
-
# @return [Array<(
|
|
144
|
+
# @return [Array<(Job, Integer, Hash)>] Job data, response status code and response headers
|
|
145
145
|
def jobs_pk_get_with_http_info(pk, opts = {})
|
|
146
146
|
if @api_client.config.debugging
|
|
147
147
|
@api_client.config.logger.debug 'Calling API: JobApi.jobs_pk_get ...'
|
|
@@ -168,7 +168,7 @@ module AutosdeOpenapiClient
|
|
|
168
168
|
post_body = opts[:debug_body]
|
|
169
169
|
|
|
170
170
|
# return_type
|
|
171
|
-
return_type = opts[:debug_return_type] || '
|
|
171
|
+
return_type = opts[:debug_return_type] || 'Job'
|
|
172
172
|
|
|
173
173
|
# auth_names
|
|
174
174
|
auth_names = opts[:debug_auth_names] || ['bearerAuth']
|
|
@@ -74,7 +74,7 @@ module AutosdeOpenapiClient
|
|
|
74
74
|
|
|
75
75
|
# @param pk [Integer]
|
|
76
76
|
# @param [Hash] opts the optional parameters
|
|
77
|
-
# @return [
|
|
77
|
+
# @return [NativeCapability]
|
|
78
78
|
def native_capabilities_pk_delete(pk, opts = {})
|
|
79
79
|
data, _status_code, _headers = native_capabilities_pk_delete_with_http_info(pk, opts)
|
|
80
80
|
data
|
|
@@ -82,7 +82,7 @@ module AutosdeOpenapiClient
|
|
|
82
82
|
|
|
83
83
|
# @param pk [Integer]
|
|
84
84
|
# @param [Hash] opts the optional parameters
|
|
85
|
-
# @return [Array<(
|
|
85
|
+
# @return [Array<(NativeCapability, Integer, Hash)>] NativeCapability data, response status code and response headers
|
|
86
86
|
def native_capabilities_pk_delete_with_http_info(pk, opts = {})
|
|
87
87
|
if @api_client.config.debugging
|
|
88
88
|
@api_client.config.logger.debug 'Calling API: NativeCapabilityApi.native_capabilities_pk_delete ...'
|
|
@@ -109,7 +109,7 @@ module AutosdeOpenapiClient
|
|
|
109
109
|
post_body = opts[:debug_body]
|
|
110
110
|
|
|
111
111
|
# return_type
|
|
112
|
-
return_type = opts[:debug_return_type] || '
|
|
112
|
+
return_type = opts[:debug_return_type] || 'NativeCapability'
|
|
113
113
|
|
|
114
114
|
# auth_names
|
|
115
115
|
auth_names = opts[:debug_auth_names] || ['bearerAuth']
|
|
@@ -133,7 +133,7 @@ module AutosdeOpenapiClient
|
|
|
133
133
|
|
|
134
134
|
# @param pk [Integer]
|
|
135
135
|
# @param [Hash] opts the optional parameters
|
|
136
|
-
# @return [
|
|
136
|
+
# @return [NativeCapability]
|
|
137
137
|
def native_capabilities_pk_get(pk, opts = {})
|
|
138
138
|
data, _status_code, _headers = native_capabilities_pk_get_with_http_info(pk, opts)
|
|
139
139
|
data
|
|
@@ -141,7 +141,7 @@ module AutosdeOpenapiClient
|
|
|
141
141
|
|
|
142
142
|
# @param pk [Integer]
|
|
143
143
|
# @param [Hash] opts the optional parameters
|
|
144
|
-
# @return [Array<(
|
|
144
|
+
# @return [Array<(NativeCapability, Integer, Hash)>] NativeCapability data, response status code and response headers
|
|
145
145
|
def native_capabilities_pk_get_with_http_info(pk, opts = {})
|
|
146
146
|
if @api_client.config.debugging
|
|
147
147
|
@api_client.config.logger.debug 'Calling API: NativeCapabilityApi.native_capabilities_pk_get ...'
|
|
@@ -168,7 +168,7 @@ module AutosdeOpenapiClient
|
|
|
168
168
|
post_body = opts[:debug_body]
|
|
169
169
|
|
|
170
170
|
# return_type
|
|
171
|
-
return_type = opts[:debug_return_type] || '
|
|
171
|
+
return_type = opts[:debug_return_type] || 'NativeCapability'
|
|
172
172
|
|
|
173
173
|
# auth_names
|
|
174
174
|
auth_names = opts[:debug_auth_names] || ['bearerAuth']
|
|
@@ -74,7 +74,7 @@ module AutosdeOpenapiClient
|
|
|
74
74
|
|
|
75
75
|
# @param pk [Integer]
|
|
76
76
|
# @param [Hash] opts the optional parameters
|
|
77
|
-
# @return [
|
|
77
|
+
# @return [Profile]
|
|
78
78
|
def profiles_pk_delete(pk, opts = {})
|
|
79
79
|
data, _status_code, _headers = profiles_pk_delete_with_http_info(pk, opts)
|
|
80
80
|
data
|
|
@@ -82,7 +82,7 @@ module AutosdeOpenapiClient
|
|
|
82
82
|
|
|
83
83
|
# @param pk [Integer]
|
|
84
84
|
# @param [Hash] opts the optional parameters
|
|
85
|
-
# @return [Array<(
|
|
85
|
+
# @return [Array<(Profile, Integer, Hash)>] Profile data, response status code and response headers
|
|
86
86
|
def profiles_pk_delete_with_http_info(pk, opts = {})
|
|
87
87
|
if @api_client.config.debugging
|
|
88
88
|
@api_client.config.logger.debug 'Calling API: ProfileApi.profiles_pk_delete ...'
|
|
@@ -109,7 +109,7 @@ module AutosdeOpenapiClient
|
|
|
109
109
|
post_body = opts[:debug_body]
|
|
110
110
|
|
|
111
111
|
# return_type
|
|
112
|
-
return_type = opts[:debug_return_type] || '
|
|
112
|
+
return_type = opts[:debug_return_type] || 'Profile'
|
|
113
113
|
|
|
114
114
|
# auth_names
|
|
115
115
|
auth_names = opts[:debug_auth_names] || ['bearerAuth']
|
|
@@ -133,7 +133,7 @@ module AutosdeOpenapiClient
|
|
|
133
133
|
|
|
134
134
|
# @param pk [Integer]
|
|
135
135
|
# @param [Hash] opts the optional parameters
|
|
136
|
-
# @return [
|
|
136
|
+
# @return [Profile]
|
|
137
137
|
def profiles_pk_get(pk, opts = {})
|
|
138
138
|
data, _status_code, _headers = profiles_pk_get_with_http_info(pk, opts)
|
|
139
139
|
data
|
|
@@ -141,7 +141,7 @@ module AutosdeOpenapiClient
|
|
|
141
141
|
|
|
142
142
|
# @param pk [Integer]
|
|
143
143
|
# @param [Hash] opts the optional parameters
|
|
144
|
-
# @return [Array<(
|
|
144
|
+
# @return [Array<(Profile, Integer, Hash)>] Profile data, response status code and response headers
|
|
145
145
|
def profiles_pk_get_with_http_info(pk, opts = {})
|
|
146
146
|
if @api_client.config.debugging
|
|
147
147
|
@api_client.config.logger.debug 'Calling API: ProfileApi.profiles_pk_get ...'
|
|
@@ -168,7 +168,7 @@ module AutosdeOpenapiClient
|
|
|
168
168
|
post_body = opts[:debug_body]
|
|
169
169
|
|
|
170
170
|
# return_type
|
|
171
|
-
return_type = opts[:debug_return_type] || '
|
|
171
|
+
return_type = opts[:debug_return_type] || 'Profile'
|
|
172
172
|
|
|
173
173
|
# auth_names
|
|
174
174
|
auth_names = opts[:debug_auth_names] || ['bearerAuth']
|
|
@@ -74,7 +74,7 @@ module AutosdeOpenapiClient
|
|
|
74
74
|
|
|
75
75
|
# @param pk [Integer]
|
|
76
76
|
# @param [Hash] opts the optional parameters
|
|
77
|
-
# @return [
|
|
77
|
+
# @return [ProvisioningStrategy]
|
|
78
78
|
def provisioning_strategy_pk_delete(pk, opts = {})
|
|
79
79
|
data, _status_code, _headers = provisioning_strategy_pk_delete_with_http_info(pk, opts)
|
|
80
80
|
data
|
|
@@ -82,7 +82,7 @@ module AutosdeOpenapiClient
|
|
|
82
82
|
|
|
83
83
|
# @param pk [Integer]
|
|
84
84
|
# @param [Hash] opts the optional parameters
|
|
85
|
-
# @return [Array<(
|
|
85
|
+
# @return [Array<(ProvisioningStrategy, Integer, Hash)>] ProvisioningStrategy data, response status code and response headers
|
|
86
86
|
def provisioning_strategy_pk_delete_with_http_info(pk, opts = {})
|
|
87
87
|
if @api_client.config.debugging
|
|
88
88
|
@api_client.config.logger.debug 'Calling API: ProvisioningStrategyApi.provisioning_strategy_pk_delete ...'
|
|
@@ -109,7 +109,7 @@ module AutosdeOpenapiClient
|
|
|
109
109
|
post_body = opts[:debug_body]
|
|
110
110
|
|
|
111
111
|
# return_type
|
|
112
|
-
return_type = opts[:debug_return_type] || '
|
|
112
|
+
return_type = opts[:debug_return_type] || 'ProvisioningStrategy'
|
|
113
113
|
|
|
114
114
|
# auth_names
|
|
115
115
|
auth_names = opts[:debug_auth_names] || ['bearerAuth']
|
|
@@ -133,7 +133,7 @@ module AutosdeOpenapiClient
|
|
|
133
133
|
|
|
134
134
|
# @param pk [Integer]
|
|
135
135
|
# @param [Hash] opts the optional parameters
|
|
136
|
-
# @return [
|
|
136
|
+
# @return [ProvisioningStrategy]
|
|
137
137
|
def provisioning_strategy_pk_get(pk, opts = {})
|
|
138
138
|
data, _status_code, _headers = provisioning_strategy_pk_get_with_http_info(pk, opts)
|
|
139
139
|
data
|
|
@@ -141,7 +141,7 @@ module AutosdeOpenapiClient
|
|
|
141
141
|
|
|
142
142
|
# @param pk [Integer]
|
|
143
143
|
# @param [Hash] opts the optional parameters
|
|
144
|
-
# @return [Array<(
|
|
144
|
+
# @return [Array<(ProvisioningStrategy, Integer, Hash)>] ProvisioningStrategy data, response status code and response headers
|
|
145
145
|
def provisioning_strategy_pk_get_with_http_info(pk, opts = {})
|
|
146
146
|
if @api_client.config.debugging
|
|
147
147
|
@api_client.config.logger.debug 'Calling API: ProvisioningStrategyApi.provisioning_strategy_pk_get ...'
|
|
@@ -168,7 +168,7 @@ module AutosdeOpenapiClient
|
|
|
168
168
|
post_body = opts[:debug_body]
|
|
169
169
|
|
|
170
170
|
# return_type
|
|
171
|
-
return_type = opts[:debug_return_type] || '
|
|
171
|
+
return_type = opts[:debug_return_type] || 'ProvisioningStrategy'
|
|
172
172
|
|
|
173
173
|
# auth_names
|
|
174
174
|
auth_names = opts[:debug_auth_names] || ['bearerAuth']
|
|
@@ -74,7 +74,7 @@ module AutosdeOpenapiClient
|
|
|
74
74
|
|
|
75
75
|
# @param pk [Integer]
|
|
76
76
|
# @param [Hash] opts the optional parameters
|
|
77
|
-
# @return [
|
|
77
|
+
# @return [AsyncResponse]
|
|
78
78
|
def services_pk_delete(pk, opts = {})
|
|
79
79
|
data, _status_code, _headers = services_pk_delete_with_http_info(pk, opts)
|
|
80
80
|
data
|
|
@@ -82,7 +82,7 @@ module AutosdeOpenapiClient
|
|
|
82
82
|
|
|
83
83
|
# @param pk [Integer]
|
|
84
84
|
# @param [Hash] opts the optional parameters
|
|
85
|
-
# @return [Array<(
|
|
85
|
+
# @return [Array<(AsyncResponse, Integer, Hash)>] AsyncResponse data, response status code and response headers
|
|
86
86
|
def services_pk_delete_with_http_info(pk, opts = {})
|
|
87
87
|
if @api_client.config.debugging
|
|
88
88
|
@api_client.config.logger.debug 'Calling API: ServiceApi.services_pk_delete ...'
|
|
@@ -109,7 +109,7 @@ module AutosdeOpenapiClient
|
|
|
109
109
|
post_body = opts[:debug_body]
|
|
110
110
|
|
|
111
111
|
# return_type
|
|
112
|
-
return_type = opts[:debug_return_type] || '
|
|
112
|
+
return_type = opts[:debug_return_type] || 'AsyncResponse'
|
|
113
113
|
|
|
114
114
|
# auth_names
|
|
115
115
|
auth_names = opts[:debug_auth_names] || ['bearerAuth']
|
|
@@ -133,7 +133,7 @@ module AutosdeOpenapiClient
|
|
|
133
133
|
|
|
134
134
|
# @param pk [Integer]
|
|
135
135
|
# @param [Hash] opts the optional parameters
|
|
136
|
-
# @return [
|
|
136
|
+
# @return [Service]
|
|
137
137
|
def services_pk_get(pk, opts = {})
|
|
138
138
|
data, _status_code, _headers = services_pk_get_with_http_info(pk, opts)
|
|
139
139
|
data
|
|
@@ -141,7 +141,7 @@ module AutosdeOpenapiClient
|
|
|
141
141
|
|
|
142
142
|
# @param pk [Integer]
|
|
143
143
|
# @param [Hash] opts the optional parameters
|
|
144
|
-
# @return [Array<(
|
|
144
|
+
# @return [Array<(Service, Integer, Hash)>] Service data, response status code and response headers
|
|
145
145
|
def services_pk_get_with_http_info(pk, opts = {})
|
|
146
146
|
if @api_client.config.debugging
|
|
147
147
|
@api_client.config.logger.debug 'Calling API: ServiceApi.services_pk_get ...'
|
|
@@ -168,7 +168,7 @@ module AutosdeOpenapiClient
|
|
|
168
168
|
post_body = opts[:debug_body]
|
|
169
169
|
|
|
170
170
|
# return_type
|
|
171
|
-
return_type = opts[:debug_return_type] || '
|
|
171
|
+
return_type = opts[:debug_return_type] || 'Service'
|
|
172
172
|
|
|
173
173
|
# auth_names
|
|
174
174
|
auth_names = opts[:debug_auth_names] || ['bearerAuth']
|
|
@@ -259,7 +259,7 @@ module AutosdeOpenapiClient
|
|
|
259
259
|
|
|
260
260
|
# @param service_create [ServiceCreate]
|
|
261
261
|
# @param [Hash] opts the optional parameters
|
|
262
|
-
# @return [
|
|
262
|
+
# @return [AsyncResponse]
|
|
263
263
|
def services_post(service_create, opts = {})
|
|
264
264
|
data, _status_code, _headers = services_post_with_http_info(service_create, opts)
|
|
265
265
|
data
|
|
@@ -267,7 +267,7 @@ module AutosdeOpenapiClient
|
|
|
267
267
|
|
|
268
268
|
# @param service_create [ServiceCreate]
|
|
269
269
|
# @param [Hash] opts the optional parameters
|
|
270
|
-
# @return [Array<(
|
|
270
|
+
# @return [Array<(AsyncResponse, Integer, Hash)>] AsyncResponse data, response status code and response headers
|
|
271
271
|
def services_post_with_http_info(service_create, opts = {})
|
|
272
272
|
if @api_client.config.debugging
|
|
273
273
|
@api_client.config.logger.debug 'Calling API: ServiceApi.services_post ...'
|
|
@@ -296,7 +296,7 @@ module AutosdeOpenapiClient
|
|
|
296
296
|
post_body = opts[:debug_body] || @api_client.object_to_http_body(service_create)
|
|
297
297
|
|
|
298
298
|
# return_type
|
|
299
|
-
return_type = opts[:debug_return_type] || '
|
|
299
|
+
return_type = opts[:debug_return_type] || 'AsyncResponse'
|
|
300
300
|
|
|
301
301
|
# auth_names
|
|
302
302
|
auth_names = opts[:debug_auth_names] || ['bearerAuth']
|