pulp_ansible_client 0.16.3 → 0.17.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 +88 -22
- data/docs/AnsibleAnsibleNamespaceMetadata.md +29 -0
- data/docs/AnsibleAnsibleNamespaceMetadataResponse.md +35 -0
- data/docs/AnsibleAnsibleRepository.md +3 -1
- data/docs/AnsibleAnsibleRepositoryResponse.md +5 -1
- data/docs/AnsibleCollectionRemote.md +1 -1
- data/docs/AnsibleCollectionRemoteResponse.md +4 -2
- data/docs/AnsibleCollectionVersion.md +4 -4
- data/docs/AnsibleCollectionVersionMark.md +19 -0
- data/docs/AnsibleCollectionVersionMarkResponse.md +23 -0
- data/docs/AnsibleCollectionVersionResponse.md +4 -4
- data/docs/AnsibleCollectionsApi.md +230 -6
- data/docs/AnsibleGitRemote.md +30 -30
- data/docs/AnsibleGitRemoteResponse.md +28 -28
- data/docs/AnsibleRepositoryMark.md +19 -0
- data/docs/AnsibleRoleRemote.md +1 -1
- data/docs/AnsibleRoleRemoteResponse.md +1 -1
- data/docs/AnsibleRoleResponse.md +3 -3
- data/docs/CollectionNamespaceResponse.md +3 -1
- data/docs/CollectionRefResponse.md +1 -1
- data/docs/CollectionResponse.md +6 -6
- data/docs/CollectionSummaryResponse.md +35 -0
- data/docs/CollectionVersionCopyMove.md +21 -0
- data/docs/CollectionVersionListResponse.md +4 -2
- data/docs/CollectionVersionResponse.md +6 -4
- data/docs/CollectionVersionSearchList.md +27 -0
- data/docs/CollectionVersionSearchListResponse.md +29 -0
- data/docs/ContentCollectionDeprecationsApi.md +2 -6
- data/docs/ContentCollectionMarksApi.md +198 -0
- data/docs/ContentCollectionSignaturesApi.md +2 -6
- data/docs/ContentCollectionVersionsApi.md +6 -10
- data/docs/ContentNamespacesApi.md +220 -0
- data/docs/ContentRolesApi.md +2 -6
- data/docs/DistributionsAnsibleApi.md +230 -6
- data/docs/GalaxyCollectionResponse.md +4 -4
- data/docs/GalaxyCollectionVersionResponse.md +4 -4
- data/docs/GalaxyRoleResponse.md +1 -1
- data/docs/GalaxyRoleVersionResponse.md +1 -1
- data/docs/MyPermissionsResponse.md +17 -0
- data/docs/NamespaceLink.md +19 -0
- data/docs/NamespaceLinkResponse.md +19 -0
- data/docs/NestedRole.md +21 -0
- data/docs/NestedRoleResponse.md +21 -0
- data/docs/ObjectRolesResponse.md +17 -0
- data/docs/PaginatedCollectionVersionSearchListResponseList.md +21 -0
- data/docs/PaginatedansibleAnsibleNamespaceMetadataResponseList.md +23 -0
- data/docs/PaginatedansibleCollectionVersionMarkResponseList.md +23 -0
- data/docs/PatchedansibleAnsibleNamespaceMetadata.md +29 -0
- data/docs/PatchedansibleAnsibleRepository.md +3 -1
- data/docs/PatchedansibleCollectionRemote.md +1 -1
- data/docs/PatchedansibleGitRemote.md +30 -30
- data/docs/PatchedansibleRoleRemote.md +1 -1
- data/docs/ProgressReportResponse.md +27 -0
- data/docs/PulpAnsibleApiV3CollectionsAllApi.md +2 -6
- data/docs/PulpAnsibleApiV3CollectionsApi.md +2 -6
- data/docs/PulpAnsibleApiV3CollectionsVersionsApi.md +2 -6
- data/docs/PulpAnsibleApiV3NamespacesApi.md +158 -0
- data/docs/PulpAnsibleApiV3PluginAnsibleClientConfigurationApi.md +6 -6
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsAllCollectionsApi.md +2 -6
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexApi.md +2 -6
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexVersionsApi.md +2 -6
- data/docs/PulpAnsibleApiV3PluginAnsibleContentNamespacesApi.md +363 -0
- data/docs/PulpAnsibleApiV3PluginAnsibleSearchCollectionVersionsApi.md +168 -0
- data/docs/PulpAnsibleDefaultApiV3CollectionsAllApi.md +2 -6
- data/docs/PulpAnsibleDefaultApiV3CollectionsApi.md +2 -6
- data/docs/PulpAnsibleDefaultApiV3CollectionsVersionsApi.md +2 -6
- data/docs/PulpAnsibleDefaultApiV3NamespacesApi.md +154 -0
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleClientConfigurationApi.md +6 -6
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsAllCollectionsApi.md +2 -6
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexApi.md +2 -6
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsApi.md +2 -6
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesApi.md +353 -0
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleSearchCollectionVersionsApi.md +164 -0
- data/docs/RemotesCollectionApi.md +238 -6
- data/docs/RemotesGitApi.md +230 -6
- data/docs/RemotesRoleApi.md +230 -6
- data/docs/RepositoriesAnsibleApi.md +450 -6
- data/docs/RepositoriesAnsibleVersionsApi.md +2 -4
- data/docs/Repository.md +25 -0
- data/docs/RepositoryResponse.md +33 -0
- data/docs/Task.md +19 -0
- data/docs/TaskResponse.md +45 -0
- data/docs/UnpaginatedCollectionVersionResponse.md +6 -4
- data/docs/VersionsApi.md +10 -10
- data/lib/pulp_ansible_client/api/ansible_collections_api.rb +270 -8
- data/lib/pulp_ansible_client/api/content_collection_deprecations_api.rb +2 -8
- data/lib/pulp_ansible_client/api/content_collection_marks_api.rb +247 -0
- data/lib/pulp_ansible_client/api/content_collection_signatures_api.rb +2 -8
- data/lib/pulp_ansible_client/api/content_collection_versions_api.rb +8 -14
- data/lib/pulp_ansible_client/api/content_namespaces_api.rb +276 -0
- data/lib/pulp_ansible_client/api/content_roles_api.rb +2 -8
- data/lib/pulp_ansible_client/api/distributions_ansible_api.rb +270 -8
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_all_api.rb +2 -8
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_api.rb +2 -8
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_versions_api.rb +2 -8
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_namespaces_api.rb +209 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_client_configuration_api.rb +8 -8
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_collections_api.rb +2 -8
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_api.rb +2 -8
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api.rb +2 -8
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_namespaces_api.rb +531 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_search_collection_versions_api.rb +229 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_all_api.rb +2 -8
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_api.rb +2 -8
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_versions_api.rb +2 -8
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_namespaces_api.rb +197 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_client_configuration_api.rb +7 -7
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_collections_api.rb +2 -8
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_api.rb +2 -8
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api.rb +2 -8
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_namespaces_api.rb +501 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_search_collection_versions_api.rb +217 -0
- data/lib/pulp_ansible_client/api/remotes_collection_api.rb +283 -9
- data/lib/pulp_ansible_client/api/remotes_git_api.rb +270 -8
- data/lib/pulp_ansible_client/api/remotes_role_api.rb +270 -8
- data/lib/pulp_ansible_client/api/repositories_ansible_api.rb +542 -8
- data/lib/pulp_ansible_client/api/repositories_ansible_versions_api.rb +2 -5
- data/lib/pulp_ansible_client/api/versions_api.rb +12 -12
- data/lib/pulp_ansible_client/models/ansible_ansible_namespace_metadata.rb +359 -0
- data/lib/pulp_ansible_client/models/ansible_ansible_namespace_metadata_response.rb +402 -0
- data/lib/pulp_ansible_client/models/ansible_ansible_repository.rb +14 -5
- data/lib/pulp_ansible_client/models/ansible_ansible_repository_response.rb +23 -5
- data/lib/pulp_ansible_client/models/ansible_collection_remote.rb +1 -1
- data/lib/pulp_ansible_client/models/ansible_collection_remote_response.rb +14 -5
- data/lib/pulp_ansible_client/models/ansible_collection_version.rb +18 -18
- data/lib/pulp_ansible_client/models/ansible_collection_version_mark.rb +258 -0
- data/lib/pulp_ansible_client/models/ansible_collection_version_mark_response.rb +268 -0
- data/lib/pulp_ansible_client/models/ansible_collection_version_response.rb +14 -14
- data/lib/pulp_ansible_client/models/ansible_git_remote.rb +243 -243
- data/lib/pulp_ansible_client/models/ansible_git_remote_response.rb +144 -144
- data/lib/pulp_ansible_client/models/ansible_repository_mark.rb +260 -0
- data/lib/pulp_ansible_client/models/ansible_role_remote.rb +1 -1
- data/lib/pulp_ansible_client/models/ansible_role_remote_response.rb +1 -1
- data/lib/pulp_ansible_client/models/ansible_role_response.rb +10 -10
- data/lib/pulp_ansible_client/models/collection_namespace_response.rb +13 -4
- data/lib/pulp_ansible_client/models/collection_ref_response.rb +0 -1
- data/lib/pulp_ansible_client/models/collection_response.rb +0 -6
- data/lib/pulp_ansible_client/models/collection_summary_response.rb +359 -0
- data/lib/pulp_ansible_client/models/collection_version_copy_move.rb +242 -0
- data/lib/pulp_ansible_client/models/collection_version_list_response.rb +16 -6
- data/lib/pulp_ansible_client/models/collection_version_response.rb +12 -5
- data/lib/pulp_ansible_client/models/collection_version_search_list.rb +279 -0
- data/lib/pulp_ansible_client/models/collection_version_search_list_response.rb +287 -0
- data/lib/pulp_ansible_client/models/galaxy_collection_response.rb +0 -4
- data/lib/pulp_ansible_client/models/galaxy_collection_version_response.rb +0 -4
- data/lib/pulp_ansible_client/models/galaxy_role_response.rb +0 -1
- data/lib/pulp_ansible_client/models/galaxy_role_version_response.rb +0 -1
- data/lib/pulp_ansible_client/models/my_permissions_response.rb +213 -0
- data/lib/pulp_ansible_client/models/namespace_link.rb +282 -0
- data/lib/pulp_ansible_client/models/namespace_link_response.rb +264 -0
- data/lib/pulp_ansible_client/models/nested_role.rb +253 -0
- data/lib/pulp_ansible_client/models/nested_role_response.rb +234 -0
- data/lib/pulp_ansible_client/models/object_roles_response.rb +213 -0
- data/lib/pulp_ansible_client/models/paginated_collection_version_search_list_response_list.rb +226 -0
- data/lib/pulp_ansible_client/models/paginatedansible_ansible_namespace_metadata_response_list.rb +237 -0
- data/lib/pulp_ansible_client/models/paginatedansible_collection_version_mark_response_list.rb +237 -0
- data/lib/pulp_ansible_client/models/patchedansible_ansible_namespace_metadata.rb +350 -0
- data/lib/pulp_ansible_client/models/patchedansible_ansible_repository.rb +14 -5
- data/lib/pulp_ansible_client/models/patchedansible_collection_remote.rb +1 -1
- data/lib/pulp_ansible_client/models/patchedansible_git_remote.rb +234 -234
- data/lib/pulp_ansible_client/models/patchedansible_role_remote.rb +1 -1
- data/lib/pulp_ansible_client/models/progress_report_response.rb +259 -0
- data/lib/pulp_ansible_client/models/repository.rb +306 -0
- data/lib/pulp_ansible_client/models/repository_response.rb +309 -0
- data/lib/pulp_ansible_client/models/task.rb +266 -0
- data/lib/pulp_ansible_client/models/task_response.rb +366 -0
- data/lib/pulp_ansible_client/models/unpaginated_collection_version_response.rb +12 -5
- data/lib/pulp_ansible_client/version.rb +1 -1
- data/lib/pulp_ansible_client.rb +32 -0
- data/spec/api/ansible_collections_api_spec.rb +51 -3
- data/spec/api/content_collection_deprecations_api_spec.rb +1 -3
- data/spec/api/content_collection_marks_api_spec.rb +83 -0
- data/spec/api/content_collection_signatures_api_spec.rb +1 -3
- data/spec/api/content_collection_versions_api_spec.rb +3 -5
- data/spec/api/content_namespaces_api_spec.rb +93 -0
- data/spec/api/content_roles_api_spec.rb +1 -3
- data/spec/api/distributions_ansible_api_spec.rb +51 -3
- data/spec/api/pulp_ansible_api_v3_collections_all_api_spec.rb +1 -3
- data/spec/api/pulp_ansible_api_v3_collections_api_spec.rb +1 -3
- data/spec/api/pulp_ansible_api_v3_collections_versions_api_spec.rb +1 -3
- data/spec/api/pulp_ansible_api_v3_namespaces_api_spec.rb +77 -0
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_client_configuration_api_spec.rb +3 -3
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_collections_api_spec.rb +1 -3
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_api_spec.rb +1 -3
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api_spec.rb +1 -3
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_namespaces_api_spec.rb +131 -0
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_search_collection_versions_api_spec.rb +83 -0
- data/spec/api/pulp_ansible_default_api_v3_collections_all_api_spec.rb +1 -3
- data/spec/api/pulp_ansible_default_api_v3_collections_api_spec.rb +1 -3
- data/spec/api/pulp_ansible_default_api_v3_collections_versions_api_spec.rb +1 -3
- data/spec/api/pulp_ansible_default_api_v3_namespaces_api_spec.rb +75 -0
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_client_configuration_api_spec.rb +3 -3
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_collections_api_spec.rb +1 -3
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_api_spec.rb +1 -3
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api_spec.rb +1 -3
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_namespaces_api_spec.rb +126 -0
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_search_collection_versions_api_spec.rb +81 -0
- data/spec/api/remotes_collection_api_spec.rb +55 -3
- data/spec/api/remotes_git_api_spec.rb +51 -3
- data/spec/api/remotes_role_api_spec.rb +51 -3
- data/spec/api/repositories_ansible_api_spec.rb +99 -3
- data/spec/api/repositories_ansible_versions_api_spec.rb +1 -2
- data/spec/api/versions_api_spec.rb +4 -4
- data/spec/models/ansible_ansible_namespace_metadata_response_spec.rb +95 -0
- data/spec/models/ansible_ansible_namespace_metadata_spec.rb +77 -0
- data/spec/models/ansible_ansible_repository_response_spec.rb +12 -0
- data/spec/models/ansible_ansible_repository_spec.rb +6 -0
- data/spec/models/ansible_collection_remote_response_spec.rb +6 -0
- data/spec/models/ansible_collection_version_mark_response_spec.rb +59 -0
- data/spec/models/ansible_collection_version_mark_spec.rb +47 -0
- data/spec/models/ansible_collection_version_response_spec.rb +2 -2
- data/spec/models/ansible_collection_version_spec.rb +3 -3
- data/spec/models/ansible_git_remote_response_spec.rb +19 -19
- data/spec/models/ansible_git_remote_spec.rb +19 -19
- data/spec/models/ansible_repository_mark_spec.rb +47 -0
- data/spec/models/ansible_role_response_spec.rb +3 -3
- data/spec/models/collection_namespace_response_spec.rb +6 -0
- data/spec/models/collection_summary_response_spec.rb +95 -0
- data/spec/models/collection_version_copy_move_spec.rb +53 -0
- data/spec/models/collection_version_list_response_spec.rb +6 -0
- data/spec/models/collection_version_response_spec.rb +6 -0
- data/spec/models/collection_version_search_list_response_spec.rb +77 -0
- data/spec/models/collection_version_search_list_spec.rb +71 -0
- data/spec/models/my_permissions_response_spec.rb +41 -0
- data/spec/models/namespace_link_response_spec.rb +47 -0
- data/spec/models/namespace_link_spec.rb +47 -0
- data/spec/models/nested_role_response_spec.rb +53 -0
- data/spec/models/nested_role_spec.rb +53 -0
- data/spec/models/object_roles_response_spec.rb +41 -0
- data/spec/models/paginated_collection_version_search_list_response_list_spec.rb +53 -0
- data/spec/models/paginatedansible_ansible_namespace_metadata_response_list_spec.rb +59 -0
- data/spec/models/paginatedansible_collection_version_mark_response_list_spec.rb +59 -0
- data/spec/models/patchedansible_ansible_namespace_metadata_spec.rb +77 -0
- data/spec/models/patchedansible_ansible_repository_spec.rb +6 -0
- data/spec/models/patchedansible_git_remote_spec.rb +19 -19
- data/spec/models/progress_report_response_spec.rb +71 -0
- data/spec/models/repository_response_spec.rb +89 -0
- data/spec/models/repository_spec.rb +65 -0
- data/spec/models/task_response_spec.rb +125 -0
- data/spec/models/task_spec.rb +47 -0
- data/spec/models/unpaginated_collection_version_response_spec.rb +6 -0
- metadata +230 -102
@@ -19,6 +19,74 @@ module PulpAnsibleClient
|
|
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 ansible_git_remote_href [String]
|
24
|
+
# @param nested_role [NestedRole]
|
25
|
+
# @param [Hash] opts the optional parameters
|
26
|
+
# @return [NestedRoleResponse]
|
27
|
+
def add_role(ansible_git_remote_href, nested_role, opts = {})
|
28
|
+
data, _status_code, _headers = add_role_with_http_info(ansible_git_remote_href, nested_role, opts)
|
29
|
+
data
|
30
|
+
end
|
31
|
+
|
32
|
+
# Add a role for this object to users/groups.
|
33
|
+
# @param ansible_git_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(ansible_git_remote_href, nested_role, opts = {})
|
38
|
+
if @api_client.config.debugging
|
39
|
+
@api_client.config.logger.debug 'Calling API: RemotesGitApi.add_role ...'
|
40
|
+
end
|
41
|
+
# verify the required parameter 'ansible_git_remote_href' is set
|
42
|
+
if @api_client.config.client_side_validation && ansible_git_remote_href.nil?
|
43
|
+
fail ArgumentError, "Missing the required parameter 'ansible_git_remote_href' when calling RemotesGitApi.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 RemotesGitApi.add_role"
|
48
|
+
end
|
49
|
+
# resource path
|
50
|
+
local_var_path = '{ansible_git_remote_href}add_role/'.sub('{' + 'ansible_git_remote_href' + '}', CGI.escape(ansible_git_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: RemotesGitApi#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 git remote
|
23
91
|
# ViewSet for Ansible Remotes. This is a tech preview feature. The functionality may change in the future.
|
24
92
|
# @param ansible_git_remote [AnsibleGitRemote]
|
@@ -155,9 +223,7 @@ module PulpAnsibleClient
|
|
155
223
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
156
224
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
157
225
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
158
|
-
# @option opts [Array<String>] :ordering Ordering
|
159
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
160
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
226
|
+
# @option opts [Array<String>] :ordering Ordering
|
161
227
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
162
228
|
# @option opts [DateTime] :pulp_last_updated Filter results where pulp_last_updated matches value
|
163
229
|
# @option opts [DateTime] :pulp_last_updated__gt Filter results where pulp_last_updated is greater than value
|
@@ -183,9 +249,7 @@ module PulpAnsibleClient
|
|
183
249
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
184
250
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
185
251
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
186
|
-
# @option opts [Array<String>] :ordering Ordering
|
187
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
188
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
252
|
+
# @option opts [Array<String>] :ordering Ordering
|
189
253
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
190
254
|
# @option opts [DateTime] :pulp_last_updated Filter results where pulp_last_updated matches value
|
191
255
|
# @option opts [DateTime] :pulp_last_updated__gt Filter results where pulp_last_updated is greater than value
|
@@ -217,8 +281,6 @@ module PulpAnsibleClient
|
|
217
281
|
query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
|
218
282
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
219
283
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
220
|
-
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
221
|
-
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
222
284
|
query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
|
223
285
|
query_params[:'pulp_last_updated'] = opts[:'pulp_last_updated'] if !opts[:'pulp_last_updated'].nil?
|
224
286
|
query_params[:'pulp_last_updated__gt'] = opts[:'pulp_last_updated__gt'] if !opts[:'pulp_last_updated__gt'].nil?
|
@@ -262,6 +324,138 @@ module PulpAnsibleClient
|
|
262
324
|
return data, status_code, headers
|
263
325
|
end
|
264
326
|
|
327
|
+
# List roles assigned to this object.
|
328
|
+
# @param ansible_git_remote_href [String]
|
329
|
+
# @param [Hash] opts the optional parameters
|
330
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
331
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
332
|
+
# @return [ObjectRolesResponse]
|
333
|
+
def list_roles(ansible_git_remote_href, opts = {})
|
334
|
+
data, _status_code, _headers = list_roles_with_http_info(ansible_git_remote_href, opts)
|
335
|
+
data
|
336
|
+
end
|
337
|
+
|
338
|
+
# List roles assigned to this object.
|
339
|
+
# @param ansible_git_remote_href [String]
|
340
|
+
# @param [Hash] opts the optional parameters
|
341
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
342
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
343
|
+
# @return [Array<(ObjectRolesResponse, Integer, Hash)>] ObjectRolesResponse data, response status code and response headers
|
344
|
+
def list_roles_with_http_info(ansible_git_remote_href, opts = {})
|
345
|
+
if @api_client.config.debugging
|
346
|
+
@api_client.config.logger.debug 'Calling API: RemotesGitApi.list_roles ...'
|
347
|
+
end
|
348
|
+
# verify the required parameter 'ansible_git_remote_href' is set
|
349
|
+
if @api_client.config.client_side_validation && ansible_git_remote_href.nil?
|
350
|
+
fail ArgumentError, "Missing the required parameter 'ansible_git_remote_href' when calling RemotesGitApi.list_roles"
|
351
|
+
end
|
352
|
+
# resource path
|
353
|
+
local_var_path = '{ansible_git_remote_href}list_roles/'.sub('{' + 'ansible_git_remote_href' + '}', CGI.escape(ansible_git_remote_href.to_s).gsub('%2F', '/'))
|
354
|
+
|
355
|
+
# query parameters
|
356
|
+
query_params = opts[:query_params] || {}
|
357
|
+
query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
|
358
|
+
query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
|
359
|
+
|
360
|
+
# header parameters
|
361
|
+
header_params = opts[:header_params] || {}
|
362
|
+
# HTTP header 'Accept' (if needed)
|
363
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
364
|
+
|
365
|
+
# form parameters
|
366
|
+
form_params = opts[:form_params] || {}
|
367
|
+
|
368
|
+
# http body (model)
|
369
|
+
post_body = opts[:body]
|
370
|
+
|
371
|
+
# return_type
|
372
|
+
return_type = opts[:return_type] || 'ObjectRolesResponse'
|
373
|
+
|
374
|
+
# auth_names
|
375
|
+
auth_names = opts[:auth_names] || ['basicAuth']
|
376
|
+
|
377
|
+
new_options = opts.merge(
|
378
|
+
:header_params => header_params,
|
379
|
+
:query_params => query_params,
|
380
|
+
:form_params => form_params,
|
381
|
+
:body => post_body,
|
382
|
+
:auth_names => auth_names,
|
383
|
+
:return_type => return_type
|
384
|
+
)
|
385
|
+
|
386
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
387
|
+
if @api_client.config.debugging
|
388
|
+
@api_client.config.logger.debug "API called: RemotesGitApi#list_roles\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
389
|
+
end
|
390
|
+
return data, status_code, headers
|
391
|
+
end
|
392
|
+
|
393
|
+
# List permissions available to the current user on this object.
|
394
|
+
# @param ansible_git_remote_href [String]
|
395
|
+
# @param [Hash] opts the optional parameters
|
396
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
397
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
398
|
+
# @return [MyPermissionsResponse]
|
399
|
+
def my_permissions(ansible_git_remote_href, opts = {})
|
400
|
+
data, _status_code, _headers = my_permissions_with_http_info(ansible_git_remote_href, opts)
|
401
|
+
data
|
402
|
+
end
|
403
|
+
|
404
|
+
# List permissions available to the current user on this object.
|
405
|
+
# @param ansible_git_remote_href [String]
|
406
|
+
# @param [Hash] opts the optional parameters
|
407
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
408
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
409
|
+
# @return [Array<(MyPermissionsResponse, Integer, Hash)>] MyPermissionsResponse data, response status code and response headers
|
410
|
+
def my_permissions_with_http_info(ansible_git_remote_href, opts = {})
|
411
|
+
if @api_client.config.debugging
|
412
|
+
@api_client.config.logger.debug 'Calling API: RemotesGitApi.my_permissions ...'
|
413
|
+
end
|
414
|
+
# verify the required parameter 'ansible_git_remote_href' is set
|
415
|
+
if @api_client.config.client_side_validation && ansible_git_remote_href.nil?
|
416
|
+
fail ArgumentError, "Missing the required parameter 'ansible_git_remote_href' when calling RemotesGitApi.my_permissions"
|
417
|
+
end
|
418
|
+
# resource path
|
419
|
+
local_var_path = '{ansible_git_remote_href}my_permissions/'.sub('{' + 'ansible_git_remote_href' + '}', CGI.escape(ansible_git_remote_href.to_s).gsub('%2F', '/'))
|
420
|
+
|
421
|
+
# query parameters
|
422
|
+
query_params = opts[:query_params] || {}
|
423
|
+
query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
|
424
|
+
query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
|
425
|
+
|
426
|
+
# header parameters
|
427
|
+
header_params = opts[:header_params] || {}
|
428
|
+
# HTTP header 'Accept' (if needed)
|
429
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
430
|
+
|
431
|
+
# form parameters
|
432
|
+
form_params = opts[:form_params] || {}
|
433
|
+
|
434
|
+
# http body (model)
|
435
|
+
post_body = opts[:body]
|
436
|
+
|
437
|
+
# return_type
|
438
|
+
return_type = opts[:return_type] || 'MyPermissionsResponse'
|
439
|
+
|
440
|
+
# auth_names
|
441
|
+
auth_names = opts[:auth_names] || ['basicAuth']
|
442
|
+
|
443
|
+
new_options = opts.merge(
|
444
|
+
:header_params => header_params,
|
445
|
+
:query_params => query_params,
|
446
|
+
:form_params => form_params,
|
447
|
+
:body => post_body,
|
448
|
+
:auth_names => auth_names,
|
449
|
+
:return_type => return_type
|
450
|
+
)
|
451
|
+
|
452
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
453
|
+
if @api_client.config.debugging
|
454
|
+
@api_client.config.logger.debug "API called: RemotesGitApi#my_permissions\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
455
|
+
end
|
456
|
+
return data, status_code, headers
|
457
|
+
end
|
458
|
+
|
265
459
|
# Update a git remote
|
266
460
|
# Trigger an asynchronous partial update task
|
267
461
|
# @param ansible_git_remote_href [String]
|
@@ -400,6 +594,74 @@ module PulpAnsibleClient
|
|
400
594
|
return data, status_code, headers
|
401
595
|
end
|
402
596
|
|
597
|
+
# Remove a role for this object from users/groups.
|
598
|
+
# @param ansible_git_remote_href [String]
|
599
|
+
# @param nested_role [NestedRole]
|
600
|
+
# @param [Hash] opts the optional parameters
|
601
|
+
# @return [NestedRoleResponse]
|
602
|
+
def remove_role(ansible_git_remote_href, nested_role, opts = {})
|
603
|
+
data, _status_code, _headers = remove_role_with_http_info(ansible_git_remote_href, nested_role, opts)
|
604
|
+
data
|
605
|
+
end
|
606
|
+
|
607
|
+
# Remove a role for this object from users/groups.
|
608
|
+
# @param ansible_git_remote_href [String]
|
609
|
+
# @param nested_role [NestedRole]
|
610
|
+
# @param [Hash] opts the optional parameters
|
611
|
+
# @return [Array<(NestedRoleResponse, Integer, Hash)>] NestedRoleResponse data, response status code and response headers
|
612
|
+
def remove_role_with_http_info(ansible_git_remote_href, nested_role, opts = {})
|
613
|
+
if @api_client.config.debugging
|
614
|
+
@api_client.config.logger.debug 'Calling API: RemotesGitApi.remove_role ...'
|
615
|
+
end
|
616
|
+
# verify the required parameter 'ansible_git_remote_href' is set
|
617
|
+
if @api_client.config.client_side_validation && ansible_git_remote_href.nil?
|
618
|
+
fail ArgumentError, "Missing the required parameter 'ansible_git_remote_href' when calling RemotesGitApi.remove_role"
|
619
|
+
end
|
620
|
+
# verify the required parameter 'nested_role' is set
|
621
|
+
if @api_client.config.client_side_validation && nested_role.nil?
|
622
|
+
fail ArgumentError, "Missing the required parameter 'nested_role' when calling RemotesGitApi.remove_role"
|
623
|
+
end
|
624
|
+
# resource path
|
625
|
+
local_var_path = '{ansible_git_remote_href}remove_role/'.sub('{' + 'ansible_git_remote_href' + '}', CGI.escape(ansible_git_remote_href.to_s).gsub('%2F', '/'))
|
626
|
+
|
627
|
+
# query parameters
|
628
|
+
query_params = opts[:query_params] || {}
|
629
|
+
|
630
|
+
# header parameters
|
631
|
+
header_params = opts[:header_params] || {}
|
632
|
+
# HTTP header 'Accept' (if needed)
|
633
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
634
|
+
# HTTP header 'Content-Type'
|
635
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
|
636
|
+
|
637
|
+
# form parameters
|
638
|
+
form_params = opts[:form_params] || {}
|
639
|
+
|
640
|
+
# http body (model)
|
641
|
+
post_body = opts[:body] || @api_client.object_to_http_body(nested_role)
|
642
|
+
|
643
|
+
# return_type
|
644
|
+
return_type = opts[:return_type] || 'NestedRoleResponse'
|
645
|
+
|
646
|
+
# auth_names
|
647
|
+
auth_names = opts[:auth_names] || ['basicAuth']
|
648
|
+
|
649
|
+
new_options = opts.merge(
|
650
|
+
:header_params => header_params,
|
651
|
+
:query_params => query_params,
|
652
|
+
:form_params => form_params,
|
653
|
+
:body => post_body,
|
654
|
+
:auth_names => auth_names,
|
655
|
+
:return_type => return_type
|
656
|
+
)
|
657
|
+
|
658
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
659
|
+
if @api_client.config.debugging
|
660
|
+
@api_client.config.logger.debug "API called: RemotesGitApi#remove_role\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
661
|
+
end
|
662
|
+
return data, status_code, headers
|
663
|
+
end
|
664
|
+
|
403
665
|
# Update a git remote
|
404
666
|
# Trigger an asynchronous update task
|
405
667
|
# @param ansible_git_remote_href [String]
|
@@ -19,6 +19,74 @@ module PulpAnsibleClient
|
|
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 ansible_role_remote_href [String]
|
24
|
+
# @param nested_role [NestedRole]
|
25
|
+
# @param [Hash] opts the optional parameters
|
26
|
+
# @return [NestedRoleResponse]
|
27
|
+
def add_role(ansible_role_remote_href, nested_role, opts = {})
|
28
|
+
data, _status_code, _headers = add_role_with_http_info(ansible_role_remote_href, nested_role, opts)
|
29
|
+
data
|
30
|
+
end
|
31
|
+
|
32
|
+
# Add a role for this object to users/groups.
|
33
|
+
# @param ansible_role_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(ansible_role_remote_href, nested_role, opts = {})
|
38
|
+
if @api_client.config.debugging
|
39
|
+
@api_client.config.logger.debug 'Calling API: RemotesRoleApi.add_role ...'
|
40
|
+
end
|
41
|
+
# verify the required parameter 'ansible_role_remote_href' is set
|
42
|
+
if @api_client.config.client_side_validation && ansible_role_remote_href.nil?
|
43
|
+
fail ArgumentError, "Missing the required parameter 'ansible_role_remote_href' when calling RemotesRoleApi.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 RemotesRoleApi.add_role"
|
48
|
+
end
|
49
|
+
# resource path
|
50
|
+
local_var_path = '{ansible_role_remote_href}add_role/'.sub('{' + 'ansible_role_remote_href' + '}', CGI.escape(ansible_role_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: RemotesRoleApi#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 role remote
|
23
91
|
# ViewSet for Role Remotes.
|
24
92
|
# @param ansible_role_remote [AnsibleRoleRemote]
|
@@ -155,9 +223,7 @@ module PulpAnsibleClient
|
|
155
223
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
156
224
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
157
225
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
158
|
-
# @option opts [Array<String>] :ordering Ordering
|
159
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
160
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
226
|
+
# @option opts [Array<String>] :ordering Ordering
|
161
227
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
162
228
|
# @option opts [DateTime] :pulp_last_updated Filter results where pulp_last_updated matches value
|
163
229
|
# @option opts [DateTime] :pulp_last_updated__gt Filter results where pulp_last_updated is greater than value
|
@@ -183,9 +249,7 @@ module PulpAnsibleClient
|
|
183
249
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
184
250
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
185
251
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
186
|
-
# @option opts [Array<String>] :ordering Ordering
|
187
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
188
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
252
|
+
# @option opts [Array<String>] :ordering Ordering
|
189
253
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
190
254
|
# @option opts [DateTime] :pulp_last_updated Filter results where pulp_last_updated matches value
|
191
255
|
# @option opts [DateTime] :pulp_last_updated__gt Filter results where pulp_last_updated is greater than value
|
@@ -217,8 +281,6 @@ module PulpAnsibleClient
|
|
217
281
|
query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
|
218
282
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
219
283
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
220
|
-
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
221
|
-
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
222
284
|
query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
|
223
285
|
query_params[:'pulp_last_updated'] = opts[:'pulp_last_updated'] if !opts[:'pulp_last_updated'].nil?
|
224
286
|
query_params[:'pulp_last_updated__gt'] = opts[:'pulp_last_updated__gt'] if !opts[:'pulp_last_updated__gt'].nil?
|
@@ -262,6 +324,138 @@ module PulpAnsibleClient
|
|
262
324
|
return data, status_code, headers
|
263
325
|
end
|
264
326
|
|
327
|
+
# List roles assigned to this object.
|
328
|
+
# @param ansible_role_remote_href [String]
|
329
|
+
# @param [Hash] opts the optional parameters
|
330
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
331
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
332
|
+
# @return [ObjectRolesResponse]
|
333
|
+
def list_roles(ansible_role_remote_href, opts = {})
|
334
|
+
data, _status_code, _headers = list_roles_with_http_info(ansible_role_remote_href, opts)
|
335
|
+
data
|
336
|
+
end
|
337
|
+
|
338
|
+
# List roles assigned to this object.
|
339
|
+
# @param ansible_role_remote_href [String]
|
340
|
+
# @param [Hash] opts the optional parameters
|
341
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
342
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
343
|
+
# @return [Array<(ObjectRolesResponse, Integer, Hash)>] ObjectRolesResponse data, response status code and response headers
|
344
|
+
def list_roles_with_http_info(ansible_role_remote_href, opts = {})
|
345
|
+
if @api_client.config.debugging
|
346
|
+
@api_client.config.logger.debug 'Calling API: RemotesRoleApi.list_roles ...'
|
347
|
+
end
|
348
|
+
# verify the required parameter 'ansible_role_remote_href' is set
|
349
|
+
if @api_client.config.client_side_validation && ansible_role_remote_href.nil?
|
350
|
+
fail ArgumentError, "Missing the required parameter 'ansible_role_remote_href' when calling RemotesRoleApi.list_roles"
|
351
|
+
end
|
352
|
+
# resource path
|
353
|
+
local_var_path = '{ansible_role_remote_href}list_roles/'.sub('{' + 'ansible_role_remote_href' + '}', CGI.escape(ansible_role_remote_href.to_s).gsub('%2F', '/'))
|
354
|
+
|
355
|
+
# query parameters
|
356
|
+
query_params = opts[:query_params] || {}
|
357
|
+
query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
|
358
|
+
query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
|
359
|
+
|
360
|
+
# header parameters
|
361
|
+
header_params = opts[:header_params] || {}
|
362
|
+
# HTTP header 'Accept' (if needed)
|
363
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
364
|
+
|
365
|
+
# form parameters
|
366
|
+
form_params = opts[:form_params] || {}
|
367
|
+
|
368
|
+
# http body (model)
|
369
|
+
post_body = opts[:body]
|
370
|
+
|
371
|
+
# return_type
|
372
|
+
return_type = opts[:return_type] || 'ObjectRolesResponse'
|
373
|
+
|
374
|
+
# auth_names
|
375
|
+
auth_names = opts[:auth_names] || ['basicAuth']
|
376
|
+
|
377
|
+
new_options = opts.merge(
|
378
|
+
:header_params => header_params,
|
379
|
+
:query_params => query_params,
|
380
|
+
:form_params => form_params,
|
381
|
+
:body => post_body,
|
382
|
+
:auth_names => auth_names,
|
383
|
+
:return_type => return_type
|
384
|
+
)
|
385
|
+
|
386
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
387
|
+
if @api_client.config.debugging
|
388
|
+
@api_client.config.logger.debug "API called: RemotesRoleApi#list_roles\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
389
|
+
end
|
390
|
+
return data, status_code, headers
|
391
|
+
end
|
392
|
+
|
393
|
+
# List permissions available to the current user on this object.
|
394
|
+
# @param ansible_role_remote_href [String]
|
395
|
+
# @param [Hash] opts the optional parameters
|
396
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
397
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
398
|
+
# @return [MyPermissionsResponse]
|
399
|
+
def my_permissions(ansible_role_remote_href, opts = {})
|
400
|
+
data, _status_code, _headers = my_permissions_with_http_info(ansible_role_remote_href, opts)
|
401
|
+
data
|
402
|
+
end
|
403
|
+
|
404
|
+
# List permissions available to the current user on this object.
|
405
|
+
# @param ansible_role_remote_href [String]
|
406
|
+
# @param [Hash] opts the optional parameters
|
407
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
408
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
409
|
+
# @return [Array<(MyPermissionsResponse, Integer, Hash)>] MyPermissionsResponse data, response status code and response headers
|
410
|
+
def my_permissions_with_http_info(ansible_role_remote_href, opts = {})
|
411
|
+
if @api_client.config.debugging
|
412
|
+
@api_client.config.logger.debug 'Calling API: RemotesRoleApi.my_permissions ...'
|
413
|
+
end
|
414
|
+
# verify the required parameter 'ansible_role_remote_href' is set
|
415
|
+
if @api_client.config.client_side_validation && ansible_role_remote_href.nil?
|
416
|
+
fail ArgumentError, "Missing the required parameter 'ansible_role_remote_href' when calling RemotesRoleApi.my_permissions"
|
417
|
+
end
|
418
|
+
# resource path
|
419
|
+
local_var_path = '{ansible_role_remote_href}my_permissions/'.sub('{' + 'ansible_role_remote_href' + '}', CGI.escape(ansible_role_remote_href.to_s).gsub('%2F', '/'))
|
420
|
+
|
421
|
+
# query parameters
|
422
|
+
query_params = opts[:query_params] || {}
|
423
|
+
query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
|
424
|
+
query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
|
425
|
+
|
426
|
+
# header parameters
|
427
|
+
header_params = opts[:header_params] || {}
|
428
|
+
# HTTP header 'Accept' (if needed)
|
429
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
430
|
+
|
431
|
+
# form parameters
|
432
|
+
form_params = opts[:form_params] || {}
|
433
|
+
|
434
|
+
# http body (model)
|
435
|
+
post_body = opts[:body]
|
436
|
+
|
437
|
+
# return_type
|
438
|
+
return_type = opts[:return_type] || 'MyPermissionsResponse'
|
439
|
+
|
440
|
+
# auth_names
|
441
|
+
auth_names = opts[:auth_names] || ['basicAuth']
|
442
|
+
|
443
|
+
new_options = opts.merge(
|
444
|
+
:header_params => header_params,
|
445
|
+
:query_params => query_params,
|
446
|
+
:form_params => form_params,
|
447
|
+
:body => post_body,
|
448
|
+
:auth_names => auth_names,
|
449
|
+
:return_type => return_type
|
450
|
+
)
|
451
|
+
|
452
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
453
|
+
if @api_client.config.debugging
|
454
|
+
@api_client.config.logger.debug "API called: RemotesRoleApi#my_permissions\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
455
|
+
end
|
456
|
+
return data, status_code, headers
|
457
|
+
end
|
458
|
+
|
265
459
|
# Update a role remote
|
266
460
|
# Trigger an asynchronous partial update task
|
267
461
|
# @param ansible_role_remote_href [String]
|
@@ -400,6 +594,74 @@ module PulpAnsibleClient
|
|
400
594
|
return data, status_code, headers
|
401
595
|
end
|
402
596
|
|
597
|
+
# Remove a role for this object from users/groups.
|
598
|
+
# @param ansible_role_remote_href [String]
|
599
|
+
# @param nested_role [NestedRole]
|
600
|
+
# @param [Hash] opts the optional parameters
|
601
|
+
# @return [NestedRoleResponse]
|
602
|
+
def remove_role(ansible_role_remote_href, nested_role, opts = {})
|
603
|
+
data, _status_code, _headers = remove_role_with_http_info(ansible_role_remote_href, nested_role, opts)
|
604
|
+
data
|
605
|
+
end
|
606
|
+
|
607
|
+
# Remove a role for this object from users/groups.
|
608
|
+
# @param ansible_role_remote_href [String]
|
609
|
+
# @param nested_role [NestedRole]
|
610
|
+
# @param [Hash] opts the optional parameters
|
611
|
+
# @return [Array<(NestedRoleResponse, Integer, Hash)>] NestedRoleResponse data, response status code and response headers
|
612
|
+
def remove_role_with_http_info(ansible_role_remote_href, nested_role, opts = {})
|
613
|
+
if @api_client.config.debugging
|
614
|
+
@api_client.config.logger.debug 'Calling API: RemotesRoleApi.remove_role ...'
|
615
|
+
end
|
616
|
+
# verify the required parameter 'ansible_role_remote_href' is set
|
617
|
+
if @api_client.config.client_side_validation && ansible_role_remote_href.nil?
|
618
|
+
fail ArgumentError, "Missing the required parameter 'ansible_role_remote_href' when calling RemotesRoleApi.remove_role"
|
619
|
+
end
|
620
|
+
# verify the required parameter 'nested_role' is set
|
621
|
+
if @api_client.config.client_side_validation && nested_role.nil?
|
622
|
+
fail ArgumentError, "Missing the required parameter 'nested_role' when calling RemotesRoleApi.remove_role"
|
623
|
+
end
|
624
|
+
# resource path
|
625
|
+
local_var_path = '{ansible_role_remote_href}remove_role/'.sub('{' + 'ansible_role_remote_href' + '}', CGI.escape(ansible_role_remote_href.to_s).gsub('%2F', '/'))
|
626
|
+
|
627
|
+
# query parameters
|
628
|
+
query_params = opts[:query_params] || {}
|
629
|
+
|
630
|
+
# header parameters
|
631
|
+
header_params = opts[:header_params] || {}
|
632
|
+
# HTTP header 'Accept' (if needed)
|
633
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
634
|
+
# HTTP header 'Content-Type'
|
635
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
|
636
|
+
|
637
|
+
# form parameters
|
638
|
+
form_params = opts[:form_params] || {}
|
639
|
+
|
640
|
+
# http body (model)
|
641
|
+
post_body = opts[:body] || @api_client.object_to_http_body(nested_role)
|
642
|
+
|
643
|
+
# return_type
|
644
|
+
return_type = opts[:return_type] || 'NestedRoleResponse'
|
645
|
+
|
646
|
+
# auth_names
|
647
|
+
auth_names = opts[:auth_names] || ['basicAuth']
|
648
|
+
|
649
|
+
new_options = opts.merge(
|
650
|
+
:header_params => header_params,
|
651
|
+
:query_params => query_params,
|
652
|
+
:form_params => form_params,
|
653
|
+
:body => post_body,
|
654
|
+
:auth_names => auth_names,
|
655
|
+
:return_type => return_type
|
656
|
+
)
|
657
|
+
|
658
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
659
|
+
if @api_client.config.debugging
|
660
|
+
@api_client.config.logger.debug "API called: RemotesRoleApi#remove_role\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
661
|
+
end
|
662
|
+
return data, status_code, headers
|
663
|
+
end
|
664
|
+
|
403
665
|
# Update a role remote
|
404
666
|
# Trigger an asynchronous update task
|
405
667
|
# @param ansible_role_remote_href [String]
|