pulp_container_client 2.10.13 → 2.11.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +41 -17
- data/docs/ContainerBlobResponse.md +1 -3
- data/docs/ContainerContainerDistribution.md +5 -5
- data/docs/ContainerContainerDistributionResponse.md +9 -9
- data/docs/ContainerContainerPushRepository.md +7 -5
- data/docs/ContainerContainerPushRepositoryResponse.md +14 -12
- data/docs/ContainerContainerRemote.md +3 -1
- data/docs/ContainerContainerRemoteResponse.md +3 -1
- data/docs/ContainerContainerRepository.md +3 -1
- data/docs/ContainerContainerRepositoryResponse.md +3 -1
- data/docs/ContainerManifestSignatureResponse.md +33 -0
- data/docs/{RepositorySyncURL.md → ContainerRepositorySyncURL.md} +5 -3
- data/docs/ContentBlobsApi.md +0 -2
- data/docs/ContentSignaturesApi.md +158 -0
- data/docs/ContentSummary.md +21 -0
- data/docs/DistributionsContainerApi.md +228 -0
- data/docs/MyPermissionsResponse.md +17 -0
- data/docs/NestedRole.md +21 -0
- data/docs/NestedRoleResponse.md +21 -0
- data/docs/ObjectRolesResponse.md +17 -0
- data/docs/{PaginatedcontainerContentRedirectContentGuardResponseList.md → PaginatedcontainerManifestSignatureResponseList.md} +3 -3
- data/docs/PatchedcontainerContainerDistribution.md +5 -5
- data/docs/PatchedcontainerContainerPushRepository.md +7 -5
- data/docs/PatchedcontainerContainerRemote.md +3 -1
- data/docs/PatchedcontainerContainerRepository.md +3 -1
- data/docs/PulpContainerNamespacesApi.md +228 -0
- data/docs/RemotesContainerApi.md +228 -0
- data/docs/RemoveSignatures.md +17 -0
- data/docs/RemoveSignaturesResponse.md +17 -0
- data/docs/RepositoriesContainerApi.md +288 -4
- data/docs/RepositoriesContainerPushApi.md +339 -0
- data/docs/RepositoriesContainerPushVersionsApi.md +4 -4
- data/docs/RepositoriesContainerVersionsApi.md +4 -4
- data/docs/RepositorySign.md +21 -0
- data/docs/RepositoryVersion.md +17 -0
- data/git_push.sh +58 -0
- data/lib/pulp_container_client/api/content_blobs_api.rb +0 -7
- data/lib/pulp_container_client/api/content_signatures_api.rb +200 -0
- data/lib/pulp_container_client/api/distributions_container_api.rb +268 -0
- data/lib/pulp_container_client/api/pulp_container_namespaces_api.rb +268 -0
- data/lib/pulp_container_client/api/remotes_container_api.rb +268 -0
- data/lib/pulp_container_client/api/repositories_container_api.rb +347 -9
- data/lib/pulp_container_client/api/repositories_container_push_api.rb +406 -0
- data/lib/pulp_container_client/api/repositories_container_push_versions_api.rb +9 -9
- data/lib/pulp_container_client/api/repositories_container_versions_api.rb +9 -9
- data/lib/pulp_container_client/api_client.rb +5 -2
- data/lib/pulp_container_client/configuration.rb +0 -1
- data/lib/pulp_container_client/models/container_blob_response.rb +4 -19
- data/lib/pulp_container_client/models/container_container_distribution.rb +21 -21
- data/lib/pulp_container_client/models/container_container_distribution_response.rb +34 -34
- data/lib/pulp_container_client/models/container_container_push_repository.rb +44 -33
- data/lib/pulp_container_client/models/container_container_push_repository_response.rb +55 -44
- data/lib/pulp_container_client/models/container_container_remote.rb +30 -5
- data/lib/pulp_container_client/models/container_container_remote_response.rb +15 -5
- data/lib/pulp_container_client/models/container_container_repository.rb +16 -5
- data/lib/pulp_container_client/models/container_container_repository_response.rb +16 -5
- data/lib/pulp_container_client/models/{container_content_redirect_content_guard.rb → container_manifest_signature_response.rb} +108 -44
- data/lib/pulp_container_client/models/{repository_sync_url.rb → container_repository_sync_url.rb} +20 -8
- data/lib/pulp_container_client/models/content_summary.rb +246 -0
- data/lib/pulp_container_client/models/my_permissions_response.rb +213 -0
- data/lib/pulp_container_client/models/{container_content_redirect_content_guard_response.rb → nested_role.rb} +30 -39
- data/lib/pulp_container_client/models/nested_role_response.rb +234 -0
- data/lib/pulp_container_client/models/{repair.rb → object_roles_response.rb} +17 -13
- data/lib/pulp_container_client/models/{paginatedcontainer_content_redirect_content_guard_response_list.rb → paginatedcontainer_manifest_signature_response_list.rb} +4 -4
- data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +21 -21
- data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +44 -33
- data/lib/pulp_container_client/models/patchedcontainer_container_remote.rb +30 -5
- data/lib/pulp_container_client/models/patchedcontainer_container_repository.rb +16 -5
- data/lib/pulp_container_client/models/remove_signatures.rb +232 -0
- data/lib/pulp_container_client/models/remove_signatures_response.rb +213 -0
- data/lib/pulp_container_client/models/{patchedcontainer_content_redirect_content_guard.rb → repository_sign.rb} +40 -43
- data/lib/pulp_container_client/models/repository_version.rb +208 -0
- data/lib/pulp_container_client/version.rb +1 -1
- data/lib/pulp_container_client.rb +13 -7
- data/pulp_container_client.gemspec +3 -3
- data/spec/api/content_blobs_api_spec.rb +0 -1
- data/spec/api/content_signatures_api_spec.rb +78 -0
- data/spec/api/distributions_container_api_spec.rb +50 -0
- data/spec/api/pulp_container_namespaces_api_spec.rb +50 -0
- data/spec/api/remotes_container_api_spec.rb +50 -0
- data/spec/api/repositories_container_api_spec.rb +64 -1
- data/spec/api/repositories_container_push_api_spec.rb +75 -0
- data/spec/api/repositories_container_push_versions_api_spec.rb +1 -1
- data/spec/api/repositories_container_versions_api_spec.rb +1 -1
- data/spec/models/container_blob_response_spec.rb +0 -6
- data/spec/models/container_container_distribution_response_spec.rb +7 -7
- data/spec/models/container_container_distribution_spec.rb +5 -5
- data/spec/models/container_container_push_repository_response_spec.rb +13 -7
- data/spec/models/container_container_push_repository_spec.rb +9 -3
- data/spec/models/container_container_remote_response_spec.rb +6 -0
- data/spec/models/container_container_remote_spec.rb +6 -0
- data/spec/models/container_container_repository_response_spec.rb +6 -0
- data/spec/models/container_container_repository_spec.rb +6 -0
- data/spec/models/container_manifest_signature_response_spec.rb +89 -0
- data/spec/models/{container_content_redirect_content_guard_response_spec.rb → container_repository_sync_url_spec.rb} +9 -15
- data/spec/models/{container_content_redirect_content_guard_spec.rb → content_summary_spec.rb} +14 -8
- data/spec/models/my_permissions_response_spec.rb +41 -0
- data/spec/models/nested_role_response_spec.rb +53 -0
- data/spec/models/{patchedcontainer_content_redirect_content_guard_spec.rb → nested_role_spec.rb} +14 -8
- data/spec/models/object_roles_response_spec.rb +41 -0
- data/spec/models/{paginatedcontainer_content_redirect_content_guard_response_list_spec.rb → paginatedcontainer_manifest_signature_response_list_spec.rb} +6 -6
- data/spec/models/patchedcontainer_container_distribution_spec.rb +5 -5
- data/spec/models/patchedcontainer_container_push_repository_spec.rb +9 -3
- data/spec/models/patchedcontainer_container_remote_spec.rb +6 -0
- data/spec/models/patchedcontainer_container_repository_spec.rb +6 -0
- data/spec/models/remove_signatures_response_spec.rb +41 -0
- data/spec/models/{repair_spec.rb → remove_signatures_spec.rb} +7 -7
- data/spec/models/{repository_sync_url_spec.rb → repository_sign_spec.rb} +14 -8
- data/spec/models/repository_version_spec.rb +41 -0
- metadata +99 -74
- data/docs/ContainerContentRedirectContentGuard.md +0 -19
- data/docs/ContainerContentRedirectContentGuardResponse.md +0 -23
- data/docs/ContentguardsContentRedirectApi.md +0 -361
- data/docs/PatchedcontainerContentRedirectContentGuard.md +0 -19
- data/docs/Repair.md +0 -17
- data/lib/pulp_container_client/api/contentguards_content_redirect_api.rb +0 -440
- data/spec/api/contentguards_content_redirect_api_spec.rb +0 -120
@@ -19,6 +19,74 @@ module PulpContainerClient
|
|
19
19
|
def initialize(api_client = ApiClient.default)
|
20
20
|
@api_client = api_client
|
21
21
|
end
|
22
|
+
# Add a role for this object to users/groups.
|
23
|
+
# @param container_container_remote_href [String]
|
24
|
+
# @param nested_role [NestedRole]
|
25
|
+
# @param [Hash] opts the optional parameters
|
26
|
+
# @return [NestedRoleResponse]
|
27
|
+
def add_role(container_container_remote_href, nested_role, opts = {})
|
28
|
+
data, _status_code, _headers = add_role_with_http_info(container_container_remote_href, nested_role, opts)
|
29
|
+
data
|
30
|
+
end
|
31
|
+
|
32
|
+
# Add a role for this object to users/groups.
|
33
|
+
# @param container_container_remote_href [String]
|
34
|
+
# @param nested_role [NestedRole]
|
35
|
+
# @param [Hash] opts the optional parameters
|
36
|
+
# @return [Array<(NestedRoleResponse, Integer, Hash)>] NestedRoleResponse data, response status code and response headers
|
37
|
+
def add_role_with_http_info(container_container_remote_href, nested_role, opts = {})
|
38
|
+
if @api_client.config.debugging
|
39
|
+
@api_client.config.logger.debug 'Calling API: RemotesContainerApi.add_role ...'
|
40
|
+
end
|
41
|
+
# verify the required parameter 'container_container_remote_href' is set
|
42
|
+
if @api_client.config.client_side_validation && container_container_remote_href.nil?
|
43
|
+
fail ArgumentError, "Missing the required parameter 'container_container_remote_href' when calling RemotesContainerApi.add_role"
|
44
|
+
end
|
45
|
+
# verify the required parameter 'nested_role' is set
|
46
|
+
if @api_client.config.client_side_validation && nested_role.nil?
|
47
|
+
fail ArgumentError, "Missing the required parameter 'nested_role' when calling RemotesContainerApi.add_role"
|
48
|
+
end
|
49
|
+
# resource path
|
50
|
+
local_var_path = '{container_container_remote_href}add_role/'.sub('{' + 'container_container_remote_href' + '}', CGI.escape(container_container_remote_href.to_s).gsub('%2F', '/'))
|
51
|
+
|
52
|
+
# query parameters
|
53
|
+
query_params = opts[:query_params] || {}
|
54
|
+
|
55
|
+
# header parameters
|
56
|
+
header_params = opts[:header_params] || {}
|
57
|
+
# HTTP header 'Accept' (if needed)
|
58
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
59
|
+
# HTTP header 'Content-Type'
|
60
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
|
61
|
+
|
62
|
+
# form parameters
|
63
|
+
form_params = opts[:form_params] || {}
|
64
|
+
|
65
|
+
# http body (model)
|
66
|
+
post_body = opts[:body] || @api_client.object_to_http_body(nested_role)
|
67
|
+
|
68
|
+
# return_type
|
69
|
+
return_type = opts[:return_type] || 'NestedRoleResponse'
|
70
|
+
|
71
|
+
# auth_names
|
72
|
+
auth_names = opts[:auth_names] || ['basicAuth']
|
73
|
+
|
74
|
+
new_options = opts.merge(
|
75
|
+
:header_params => header_params,
|
76
|
+
:query_params => query_params,
|
77
|
+
:form_params => form_params,
|
78
|
+
:body => post_body,
|
79
|
+
:auth_names => auth_names,
|
80
|
+
:return_type => return_type
|
81
|
+
)
|
82
|
+
|
83
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
84
|
+
if @api_client.config.debugging
|
85
|
+
@api_client.config.logger.debug "API called: RemotesContainerApi#add_role\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
86
|
+
end
|
87
|
+
return data, status_code, headers
|
88
|
+
end
|
89
|
+
|
22
90
|
# Create a container remote
|
23
91
|
# Container remotes represent an external repository that implements the Container Registry API. Container remotes support deferred downloading by configuring the ``policy`` field. ``on_demand`` and ``streamed`` policies can provide significant disk space savings.
|
24
92
|
# @param container_container_remote [ContainerContainerRemote]
|
@@ -252,6 +320,138 @@ module PulpContainerClient
|
|
252
320
|
return data, status_code, headers
|
253
321
|
end
|
254
322
|
|
323
|
+
# List roles assigned to this object.
|
324
|
+
# @param container_container_remote_href [String]
|
325
|
+
# @param [Hash] opts the optional parameters
|
326
|
+
# @option opts [String] :fields A list of fields to include in the response.
|
327
|
+
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
328
|
+
# @return [ObjectRolesResponse]
|
329
|
+
def list_roles(container_container_remote_href, opts = {})
|
330
|
+
data, _status_code, _headers = list_roles_with_http_info(container_container_remote_href, opts)
|
331
|
+
data
|
332
|
+
end
|
333
|
+
|
334
|
+
# List roles assigned to this object.
|
335
|
+
# @param container_container_remote_href [String]
|
336
|
+
# @param [Hash] opts the optional parameters
|
337
|
+
# @option opts [String] :fields A list of fields to include in the response.
|
338
|
+
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
339
|
+
# @return [Array<(ObjectRolesResponse, Integer, Hash)>] ObjectRolesResponse data, response status code and response headers
|
340
|
+
def list_roles_with_http_info(container_container_remote_href, opts = {})
|
341
|
+
if @api_client.config.debugging
|
342
|
+
@api_client.config.logger.debug 'Calling API: RemotesContainerApi.list_roles ...'
|
343
|
+
end
|
344
|
+
# verify the required parameter 'container_container_remote_href' is set
|
345
|
+
if @api_client.config.client_side_validation && container_container_remote_href.nil?
|
346
|
+
fail ArgumentError, "Missing the required parameter 'container_container_remote_href' when calling RemotesContainerApi.list_roles"
|
347
|
+
end
|
348
|
+
# resource path
|
349
|
+
local_var_path = '{container_container_remote_href}list_roles/'.sub('{' + 'container_container_remote_href' + '}', CGI.escape(container_container_remote_href.to_s).gsub('%2F', '/'))
|
350
|
+
|
351
|
+
# query parameters
|
352
|
+
query_params = opts[:query_params] || {}
|
353
|
+
query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
|
354
|
+
query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
|
355
|
+
|
356
|
+
# header parameters
|
357
|
+
header_params = opts[:header_params] || {}
|
358
|
+
# HTTP header 'Accept' (if needed)
|
359
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
360
|
+
|
361
|
+
# form parameters
|
362
|
+
form_params = opts[:form_params] || {}
|
363
|
+
|
364
|
+
# http body (model)
|
365
|
+
post_body = opts[:body]
|
366
|
+
|
367
|
+
# return_type
|
368
|
+
return_type = opts[:return_type] || 'ObjectRolesResponse'
|
369
|
+
|
370
|
+
# auth_names
|
371
|
+
auth_names = opts[:auth_names] || ['basicAuth']
|
372
|
+
|
373
|
+
new_options = opts.merge(
|
374
|
+
:header_params => header_params,
|
375
|
+
:query_params => query_params,
|
376
|
+
:form_params => form_params,
|
377
|
+
:body => post_body,
|
378
|
+
:auth_names => auth_names,
|
379
|
+
:return_type => return_type
|
380
|
+
)
|
381
|
+
|
382
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
383
|
+
if @api_client.config.debugging
|
384
|
+
@api_client.config.logger.debug "API called: RemotesContainerApi#list_roles\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
385
|
+
end
|
386
|
+
return data, status_code, headers
|
387
|
+
end
|
388
|
+
|
389
|
+
# List permissions available to the current user on this object.
|
390
|
+
# @param container_container_remote_href [String]
|
391
|
+
# @param [Hash] opts the optional parameters
|
392
|
+
# @option opts [String] :fields A list of fields to include in the response.
|
393
|
+
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
394
|
+
# @return [MyPermissionsResponse]
|
395
|
+
def my_permissions(container_container_remote_href, opts = {})
|
396
|
+
data, _status_code, _headers = my_permissions_with_http_info(container_container_remote_href, opts)
|
397
|
+
data
|
398
|
+
end
|
399
|
+
|
400
|
+
# List permissions available to the current user on this object.
|
401
|
+
# @param container_container_remote_href [String]
|
402
|
+
# @param [Hash] opts the optional parameters
|
403
|
+
# @option opts [String] :fields A list of fields to include in the response.
|
404
|
+
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
405
|
+
# @return [Array<(MyPermissionsResponse, Integer, Hash)>] MyPermissionsResponse data, response status code and response headers
|
406
|
+
def my_permissions_with_http_info(container_container_remote_href, opts = {})
|
407
|
+
if @api_client.config.debugging
|
408
|
+
@api_client.config.logger.debug 'Calling API: RemotesContainerApi.my_permissions ...'
|
409
|
+
end
|
410
|
+
# verify the required parameter 'container_container_remote_href' is set
|
411
|
+
if @api_client.config.client_side_validation && container_container_remote_href.nil?
|
412
|
+
fail ArgumentError, "Missing the required parameter 'container_container_remote_href' when calling RemotesContainerApi.my_permissions"
|
413
|
+
end
|
414
|
+
# resource path
|
415
|
+
local_var_path = '{container_container_remote_href}my_permissions/'.sub('{' + 'container_container_remote_href' + '}', CGI.escape(container_container_remote_href.to_s).gsub('%2F', '/'))
|
416
|
+
|
417
|
+
# query parameters
|
418
|
+
query_params = opts[:query_params] || {}
|
419
|
+
query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
|
420
|
+
query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
|
421
|
+
|
422
|
+
# header parameters
|
423
|
+
header_params = opts[:header_params] || {}
|
424
|
+
# HTTP header 'Accept' (if needed)
|
425
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
426
|
+
|
427
|
+
# form parameters
|
428
|
+
form_params = opts[:form_params] || {}
|
429
|
+
|
430
|
+
# http body (model)
|
431
|
+
post_body = opts[:body]
|
432
|
+
|
433
|
+
# return_type
|
434
|
+
return_type = opts[:return_type] || 'MyPermissionsResponse'
|
435
|
+
|
436
|
+
# auth_names
|
437
|
+
auth_names = opts[:auth_names] || ['basicAuth']
|
438
|
+
|
439
|
+
new_options = opts.merge(
|
440
|
+
:header_params => header_params,
|
441
|
+
:query_params => query_params,
|
442
|
+
:form_params => form_params,
|
443
|
+
:body => post_body,
|
444
|
+
:auth_names => auth_names,
|
445
|
+
:return_type => return_type
|
446
|
+
)
|
447
|
+
|
448
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
449
|
+
if @api_client.config.debugging
|
450
|
+
@api_client.config.logger.debug "API called: RemotesContainerApi#my_permissions\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
451
|
+
end
|
452
|
+
return data, status_code, headers
|
453
|
+
end
|
454
|
+
|
255
455
|
# Update a container remote
|
256
456
|
# Trigger an asynchronous partial update task
|
257
457
|
# @param container_container_remote_href [String]
|
@@ -390,6 +590,74 @@ module PulpContainerClient
|
|
390
590
|
return data, status_code, headers
|
391
591
|
end
|
392
592
|
|
593
|
+
# Remove a role for this object from users/groups.
|
594
|
+
# @param container_container_remote_href [String]
|
595
|
+
# @param nested_role [NestedRole]
|
596
|
+
# @param [Hash] opts the optional parameters
|
597
|
+
# @return [NestedRoleResponse]
|
598
|
+
def remove_role(container_container_remote_href, nested_role, opts = {})
|
599
|
+
data, _status_code, _headers = remove_role_with_http_info(container_container_remote_href, nested_role, opts)
|
600
|
+
data
|
601
|
+
end
|
602
|
+
|
603
|
+
# Remove a role for this object from users/groups.
|
604
|
+
# @param container_container_remote_href [String]
|
605
|
+
# @param nested_role [NestedRole]
|
606
|
+
# @param [Hash] opts the optional parameters
|
607
|
+
# @return [Array<(NestedRoleResponse, Integer, Hash)>] NestedRoleResponse data, response status code and response headers
|
608
|
+
def remove_role_with_http_info(container_container_remote_href, nested_role, opts = {})
|
609
|
+
if @api_client.config.debugging
|
610
|
+
@api_client.config.logger.debug 'Calling API: RemotesContainerApi.remove_role ...'
|
611
|
+
end
|
612
|
+
# verify the required parameter 'container_container_remote_href' is set
|
613
|
+
if @api_client.config.client_side_validation && container_container_remote_href.nil?
|
614
|
+
fail ArgumentError, "Missing the required parameter 'container_container_remote_href' when calling RemotesContainerApi.remove_role"
|
615
|
+
end
|
616
|
+
# verify the required parameter 'nested_role' is set
|
617
|
+
if @api_client.config.client_side_validation && nested_role.nil?
|
618
|
+
fail ArgumentError, "Missing the required parameter 'nested_role' when calling RemotesContainerApi.remove_role"
|
619
|
+
end
|
620
|
+
# resource path
|
621
|
+
local_var_path = '{container_container_remote_href}remove_role/'.sub('{' + 'container_container_remote_href' + '}', CGI.escape(container_container_remote_href.to_s).gsub('%2F', '/'))
|
622
|
+
|
623
|
+
# query parameters
|
624
|
+
query_params = opts[:query_params] || {}
|
625
|
+
|
626
|
+
# header parameters
|
627
|
+
header_params = opts[:header_params] || {}
|
628
|
+
# HTTP header 'Accept' (if needed)
|
629
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
630
|
+
# HTTP header 'Content-Type'
|
631
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
|
632
|
+
|
633
|
+
# form parameters
|
634
|
+
form_params = opts[:form_params] || {}
|
635
|
+
|
636
|
+
# http body (model)
|
637
|
+
post_body = opts[:body] || @api_client.object_to_http_body(nested_role)
|
638
|
+
|
639
|
+
# return_type
|
640
|
+
return_type = opts[:return_type] || 'NestedRoleResponse'
|
641
|
+
|
642
|
+
# auth_names
|
643
|
+
auth_names = opts[:auth_names] || ['basicAuth']
|
644
|
+
|
645
|
+
new_options = opts.merge(
|
646
|
+
:header_params => header_params,
|
647
|
+
:query_params => query_params,
|
648
|
+
:form_params => form_params,
|
649
|
+
:body => post_body,
|
650
|
+
:auth_names => auth_names,
|
651
|
+
:return_type => return_type
|
652
|
+
)
|
653
|
+
|
654
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
655
|
+
if @api_client.config.debugging
|
656
|
+
@api_client.config.logger.debug "API called: RemotesContainerApi#remove_role\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
657
|
+
end
|
658
|
+
return data, status_code, headers
|
659
|
+
end
|
660
|
+
|
393
661
|
# Update a container remote
|
394
662
|
# Trigger an asynchronous update task
|
395
663
|
# @param container_container_remote_href [String]
|