pulp_ansible_client 0.16.2 → 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 +5 -5
- data/docs/AnsibleCollectionVersionMark.md +19 -0
- data/docs/AnsibleCollectionVersionMarkResponse.md +23 -0
- data/docs/AnsibleCollectionVersionResponse.md +3 -3
- data/docs/AnsibleCollectionsApi.md +230 -6
- data/docs/AnsibleGitRemote.md +26 -26
- data/docs/AnsibleGitRemoteResponse.md +26 -26
- 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 +26 -26
- 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 +10 -10
- data/lib/pulp_ansible_client/models/ansible_git_remote.rb +249 -249
- 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 +11 -11
- 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 +244 -244
- 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 +18 -18
- data/spec/models/ansible_git_remote_spec.rb +20 -20
- 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 +20 -20
- 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 +231 -103
@@ -107,9 +107,7 @@ module PulpAnsibleClient
|
|
107
107
|
# @option opts [String] :name2
|
108
108
|
# @option opts [String] :namespace2
|
109
109
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
110
|
-
# @option opts [Array<String>] :ordering Ordering
|
111
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
112
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
110
|
+
# @option opts [Array<String>] :ordering Ordering
|
113
111
|
# @option opts [String] :q
|
114
112
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
115
113
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
@@ -134,9 +132,7 @@ module PulpAnsibleClient
|
|
134
132
|
# @option opts [String] :name2
|
135
133
|
# @option opts [String] :namespace2
|
136
134
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
137
|
-
# @option opts [Array<String>] :ordering Ordering
|
138
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
139
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
135
|
+
# @option opts [Array<String>] :ordering Ordering
|
140
136
|
# @option opts [String] :q
|
141
137
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
142
138
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
@@ -177,8 +173,6 @@ module PulpAnsibleClient
|
|
177
173
|
query_params[:'namespace'] = opts[:'namespace2'] if !opts[:'namespace2'].nil?
|
178
174
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
179
175
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
180
|
-
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
181
|
-
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
182
176
|
query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
|
183
177
|
query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
|
184
178
|
query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
|
@@ -0,0 +1,501 @@
|
|
1
|
+
=begin
|
2
|
+
#Pulp 3 API
|
3
|
+
|
4
|
+
#Fetch, Upload, Organize, and Distribute Software Packages
|
5
|
+
|
6
|
+
The version of the OpenAPI document: v3
|
7
|
+
Contact: pulp-list@redhat.com
|
8
|
+
Generated by: https://openapi-generator.tech
|
9
|
+
OpenAPI Generator version: 4.3.1
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'cgi'
|
14
|
+
|
15
|
+
module PulpAnsibleClient
|
16
|
+
class PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesApi
|
17
|
+
attr_accessor :api_client
|
18
|
+
|
19
|
+
def initialize(api_client = ApiClient.default)
|
20
|
+
@api_client = api_client
|
21
|
+
end
|
22
|
+
# Custom exception handler mixin class.
|
23
|
+
# @param distro_base_path [String]
|
24
|
+
# @param name [String] Required named, only accepts lowercase, numbers and underscores.
|
25
|
+
# @param [Hash] opts the optional parameters
|
26
|
+
# @option opts [String] :company Optional namespace company owner.
|
27
|
+
# @option opts [String] :email Optional namespace contact email.
|
28
|
+
# @option opts [String] :description Optional short description.
|
29
|
+
# @option opts [String] :resources Optional resource page in markdown format.
|
30
|
+
# @option opts [Array<NamespaceLink>] :links Labeled related links.
|
31
|
+
# @option opts [File] :avatar Optional avatar image for Namespace
|
32
|
+
# @return [AsyncOperationResponse]
|
33
|
+
def create(distro_base_path, name, opts = {})
|
34
|
+
data, _status_code, _headers = create_with_http_info(distro_base_path, name, opts)
|
35
|
+
data
|
36
|
+
end
|
37
|
+
|
38
|
+
# Custom exception handler mixin class.
|
39
|
+
# @param distro_base_path [String]
|
40
|
+
# @param name [String] Required named, only accepts lowercase, numbers and underscores.
|
41
|
+
# @param [Hash] opts the optional parameters
|
42
|
+
# @option opts [String] :company Optional namespace company owner.
|
43
|
+
# @option opts [String] :email Optional namespace contact email.
|
44
|
+
# @option opts [String] :description Optional short description.
|
45
|
+
# @option opts [String] :resources Optional resource page in markdown format.
|
46
|
+
# @option opts [Array<NamespaceLink>] :links Labeled related links.
|
47
|
+
# @option opts [File] :avatar Optional avatar image for Namespace
|
48
|
+
# @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
|
49
|
+
def create_with_http_info(distro_base_path, name, opts = {})
|
50
|
+
if @api_client.config.debugging
|
51
|
+
@api_client.config.logger.debug 'Calling API: PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesApi.create ...'
|
52
|
+
end
|
53
|
+
# verify the required parameter 'distro_base_path' is set
|
54
|
+
if @api_client.config.client_side_validation && distro_base_path.nil?
|
55
|
+
fail ArgumentError, "Missing the required parameter 'distro_base_path' when calling PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesApi.create"
|
56
|
+
end
|
57
|
+
# verify the required parameter 'name' is set
|
58
|
+
if @api_client.config.client_side_validation && name.nil?
|
59
|
+
fail ArgumentError, "Missing the required parameter 'name' when calling PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesApi.create"
|
60
|
+
end
|
61
|
+
if @api_client.config.client_side_validation && name.to_s.length > 64
|
62
|
+
fail ArgumentError, 'invalid value for "name" when calling PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesApi.create, the character length must be smaller than or equal to 64.'
|
63
|
+
end
|
64
|
+
|
65
|
+
if @api_client.config.client_side_validation && name.to_s.length < 3
|
66
|
+
fail ArgumentError, 'invalid value for "name" when calling PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesApi.create, the character length must be great than or equal to 3.'
|
67
|
+
end
|
68
|
+
|
69
|
+
pattern = Regexp.new(/^(?!.*__)[a-z]+[0-9a-z_]*$/)
|
70
|
+
if @api_client.config.client_side_validation && name !~ pattern
|
71
|
+
fail ArgumentError, "invalid value for 'name' when calling PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesApi.create, must conform to the pattern #{pattern}."
|
72
|
+
end
|
73
|
+
|
74
|
+
if @api_client.config.client_side_validation && !opts[:'company'].nil? && opts[:'company'].to_s.length > 64
|
75
|
+
fail ArgumentError, 'invalid value for "opts[:"company"]" when calling PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesApi.create, the character length must be smaller than or equal to 64.'
|
76
|
+
end
|
77
|
+
|
78
|
+
if @api_client.config.client_side_validation && !opts[:'email'].nil? && opts[:'email'].to_s.length > 256
|
79
|
+
fail ArgumentError, 'invalid value for "opts[:"email"]" when calling PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesApi.create, the character length must be smaller than or equal to 256.'
|
80
|
+
end
|
81
|
+
|
82
|
+
if @api_client.config.client_side_validation && !opts[:'description'].nil? && opts[:'description'].to_s.length > 256
|
83
|
+
fail ArgumentError, 'invalid value for "opts[:"description"]" when calling PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesApi.create, the character length must be smaller than or equal to 256.'
|
84
|
+
end
|
85
|
+
|
86
|
+
# resource path
|
87
|
+
local_var_path = '/pulp_ansible/galaxy/default/api/v3/plugin/ansible/content/{distro_base_path}/namespaces/'.sub('{' + 'distro_base_path' + '}', CGI.escape(distro_base_path.to_s).gsub('%2F', '/'))
|
88
|
+
|
89
|
+
# query parameters
|
90
|
+
query_params = opts[:query_params] || {}
|
91
|
+
|
92
|
+
# header parameters
|
93
|
+
header_params = opts[:header_params] || {}
|
94
|
+
# HTTP header 'Accept' (if needed)
|
95
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
96
|
+
# HTTP header 'Content-Type'
|
97
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['multipart/form-data', 'application/x-www-form-urlencoded'])
|
98
|
+
|
99
|
+
# form parameters
|
100
|
+
form_params = opts[:form_params] || {}
|
101
|
+
form_params['name'] = name
|
102
|
+
form_params['company'] = opts[:'company'] if !opts[:'company'].nil?
|
103
|
+
form_params['email'] = opts[:'email'] if !opts[:'email'].nil?
|
104
|
+
form_params['description'] = opts[:'description'] if !opts[:'description'].nil?
|
105
|
+
form_params['resources'] = opts[:'resources'] if !opts[:'resources'].nil?
|
106
|
+
form_params['links'] = @api_client.build_collection_param(opts[:'links'], :csv) if !opts[:'links'].nil?
|
107
|
+
form_params['avatar'] = opts[:'avatar'] if !opts[:'avatar'].nil?
|
108
|
+
|
109
|
+
# http body (model)
|
110
|
+
post_body = opts[:body]
|
111
|
+
|
112
|
+
# return_type
|
113
|
+
return_type = opts[:return_type] || 'AsyncOperationResponse'
|
114
|
+
|
115
|
+
# auth_names
|
116
|
+
auth_names = opts[:auth_names] || ['basicAuth']
|
117
|
+
|
118
|
+
new_options = opts.merge(
|
119
|
+
:header_params => header_params,
|
120
|
+
:query_params => query_params,
|
121
|
+
:form_params => form_params,
|
122
|
+
:body => post_body,
|
123
|
+
:auth_names => auth_names,
|
124
|
+
:return_type => return_type
|
125
|
+
)
|
126
|
+
|
127
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
128
|
+
if @api_client.config.debugging
|
129
|
+
@api_client.config.logger.debug "API called: PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesApi#create\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
130
|
+
end
|
131
|
+
return data, status_code, headers
|
132
|
+
end
|
133
|
+
|
134
|
+
# Try to remove the Namespace if no Collections under Namespace are present.
|
135
|
+
# @param distro_base_path [String]
|
136
|
+
# @param name [String]
|
137
|
+
# @param [Hash] opts the optional parameters
|
138
|
+
# @return [AsyncOperationResponse]
|
139
|
+
def delete(distro_base_path, name, opts = {})
|
140
|
+
data, _status_code, _headers = delete_with_http_info(distro_base_path, name, opts)
|
141
|
+
data
|
142
|
+
end
|
143
|
+
|
144
|
+
# Try to remove the Namespace if no Collections under Namespace are present.
|
145
|
+
# @param distro_base_path [String]
|
146
|
+
# @param name [String]
|
147
|
+
# @param [Hash] opts the optional parameters
|
148
|
+
# @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
|
149
|
+
def delete_with_http_info(distro_base_path, name, opts = {})
|
150
|
+
if @api_client.config.debugging
|
151
|
+
@api_client.config.logger.debug 'Calling API: PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesApi.delete ...'
|
152
|
+
end
|
153
|
+
# verify the required parameter 'distro_base_path' is set
|
154
|
+
if @api_client.config.client_side_validation && distro_base_path.nil?
|
155
|
+
fail ArgumentError, "Missing the required parameter 'distro_base_path' when calling PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesApi.delete"
|
156
|
+
end
|
157
|
+
# verify the required parameter 'name' is set
|
158
|
+
if @api_client.config.client_side_validation && name.nil?
|
159
|
+
fail ArgumentError, "Missing the required parameter 'name' when calling PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesApi.delete"
|
160
|
+
end
|
161
|
+
# resource path
|
162
|
+
local_var_path = '/pulp_ansible/galaxy/default/api/v3/plugin/ansible/content/{distro_base_path}/namespaces/{name}/'.sub('{' + 'distro_base_path' + '}', CGI.escape(distro_base_path.to_s).gsub('%2F', '/')).sub('{' + 'name' + '}', CGI.escape(name.to_s).gsub('%2F', '/'))
|
163
|
+
|
164
|
+
# query parameters
|
165
|
+
query_params = opts[:query_params] || {}
|
166
|
+
|
167
|
+
# header parameters
|
168
|
+
header_params = opts[:header_params] || {}
|
169
|
+
# HTTP header 'Accept' (if needed)
|
170
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
171
|
+
|
172
|
+
# form parameters
|
173
|
+
form_params = opts[:form_params] || {}
|
174
|
+
|
175
|
+
# http body (model)
|
176
|
+
post_body = opts[:body]
|
177
|
+
|
178
|
+
# return_type
|
179
|
+
return_type = opts[:return_type] || 'AsyncOperationResponse'
|
180
|
+
|
181
|
+
# auth_names
|
182
|
+
auth_names = opts[:auth_names] || ['basicAuth']
|
183
|
+
|
184
|
+
new_options = opts.merge(
|
185
|
+
:header_params => header_params,
|
186
|
+
:query_params => query_params,
|
187
|
+
:form_params => form_params,
|
188
|
+
:body => post_body,
|
189
|
+
:auth_names => auth_names,
|
190
|
+
:return_type => return_type
|
191
|
+
)
|
192
|
+
|
193
|
+
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path, new_options)
|
194
|
+
if @api_client.config.debugging
|
195
|
+
@api_client.config.logger.debug "API called: PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesApi#delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
196
|
+
end
|
197
|
+
return data, status_code, headers
|
198
|
+
end
|
199
|
+
|
200
|
+
# Custom exception handler mixin class.
|
201
|
+
# @param distro_base_path [String]
|
202
|
+
# @param [Hash] opts the optional parameters
|
203
|
+
# @option opts [String] :company Filter results where company matches value
|
204
|
+
# @option opts [String] :company__contains Filter results where company contains value
|
205
|
+
# @option opts [String] :company__icontains Filter results where company contains value
|
206
|
+
# @option opts [Array<String>] :company__in Filter results where company is in a comma-separated list of values
|
207
|
+
# @option opts [String] :company__startswith Filter results where company starts with value
|
208
|
+
# @option opts [Integer] :limit Number of results to return per page.
|
209
|
+
# @option opts [String] :metadata_sha256 Filter results where metadata_sha256 matches value
|
210
|
+
# @option opts [Array<String>] :metadata_sha256__in Filter results where metadata_sha256 is in a comma-separated list of values
|
211
|
+
# @option opts [String] :name Filter results where name matches value
|
212
|
+
# @option opts [String] :name__contains Filter results where name contains value
|
213
|
+
# @option opts [String] :name__icontains Filter results where name contains value
|
214
|
+
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
215
|
+
# @option opts [String] :name__startswith Filter results where name starts with value
|
216
|
+
# @option opts [Integer] :offset The initial index from which to return the results.
|
217
|
+
# @option opts [Array<String>] :ordering Ordering
|
218
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
219
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
220
|
+
# @return [PaginatedansibleAnsibleNamespaceMetadataResponseList]
|
221
|
+
def list(distro_base_path, opts = {})
|
222
|
+
data, _status_code, _headers = list_with_http_info(distro_base_path, opts)
|
223
|
+
data
|
224
|
+
end
|
225
|
+
|
226
|
+
# Custom exception handler mixin class.
|
227
|
+
# @param distro_base_path [String]
|
228
|
+
# @param [Hash] opts the optional parameters
|
229
|
+
# @option opts [String] :company Filter results where company matches value
|
230
|
+
# @option opts [String] :company__contains Filter results where company contains value
|
231
|
+
# @option opts [String] :company__icontains Filter results where company contains value
|
232
|
+
# @option opts [Array<String>] :company__in Filter results where company is in a comma-separated list of values
|
233
|
+
# @option opts [String] :company__startswith Filter results where company starts with value
|
234
|
+
# @option opts [Integer] :limit Number of results to return per page.
|
235
|
+
# @option opts [String] :metadata_sha256 Filter results where metadata_sha256 matches value
|
236
|
+
# @option opts [Array<String>] :metadata_sha256__in Filter results where metadata_sha256 is in a comma-separated list of values
|
237
|
+
# @option opts [String] :name Filter results where name matches value
|
238
|
+
# @option opts [String] :name__contains Filter results where name contains value
|
239
|
+
# @option opts [String] :name__icontains Filter results where name contains value
|
240
|
+
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
241
|
+
# @option opts [String] :name__startswith Filter results where name starts with value
|
242
|
+
# @option opts [Integer] :offset The initial index from which to return the results.
|
243
|
+
# @option opts [Array<String>] :ordering Ordering
|
244
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
245
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
246
|
+
# @return [Array<(PaginatedansibleAnsibleNamespaceMetadataResponseList, Integer, Hash)>] PaginatedansibleAnsibleNamespaceMetadataResponseList data, response status code and response headers
|
247
|
+
def list_with_http_info(distro_base_path, opts = {})
|
248
|
+
if @api_client.config.debugging
|
249
|
+
@api_client.config.logger.debug 'Calling API: PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesApi.list ...'
|
250
|
+
end
|
251
|
+
# verify the required parameter 'distro_base_path' is set
|
252
|
+
if @api_client.config.client_side_validation && distro_base_path.nil?
|
253
|
+
fail ArgumentError, "Missing the required parameter 'distro_base_path' when calling PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesApi.list"
|
254
|
+
end
|
255
|
+
allowable_values = ["-avatar_sha256", "-company", "-description", "-email", "-links", "-metadata_sha256", "-name", "-pk", "-pulp_created", "-pulp_id", "-pulp_last_updated", "-pulp_type", "-resources", "-timestamp_of_interest", "-upstream_id", "avatar_sha256", "company", "description", "email", "links", "metadata_sha256", "name", "pk", "pulp_created", "pulp_id", "pulp_last_updated", "pulp_type", "resources", "timestamp_of_interest", "upstream_id"]
|
256
|
+
if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
|
257
|
+
fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
|
258
|
+
end
|
259
|
+
# resource path
|
260
|
+
local_var_path = '/pulp_ansible/galaxy/default/api/v3/plugin/ansible/content/{distro_base_path}/namespaces/'.sub('{' + 'distro_base_path' + '}', CGI.escape(distro_base_path.to_s).gsub('%2F', '/'))
|
261
|
+
|
262
|
+
# query parameters
|
263
|
+
query_params = opts[:query_params] || {}
|
264
|
+
query_params[:'company'] = opts[:'company'] if !opts[:'company'].nil?
|
265
|
+
query_params[:'company__contains'] = opts[:'company__contains'] if !opts[:'company__contains'].nil?
|
266
|
+
query_params[:'company__icontains'] = opts[:'company__icontains'] if !opts[:'company__icontains'].nil?
|
267
|
+
query_params[:'company__in'] = @api_client.build_collection_param(opts[:'company__in'], :csv) if !opts[:'company__in'].nil?
|
268
|
+
query_params[:'company__startswith'] = opts[:'company__startswith'] if !opts[:'company__startswith'].nil?
|
269
|
+
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
270
|
+
query_params[:'metadata_sha256'] = opts[:'metadata_sha256'] if !opts[:'metadata_sha256'].nil?
|
271
|
+
query_params[:'metadata_sha256__in'] = @api_client.build_collection_param(opts[:'metadata_sha256__in'], :csv) if !opts[:'metadata_sha256__in'].nil?
|
272
|
+
query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
|
273
|
+
query_params[:'name__contains'] = opts[:'name__contains'] if !opts[:'name__contains'].nil?
|
274
|
+
query_params[:'name__icontains'] = opts[:'name__icontains'] if !opts[:'name__icontains'].nil?
|
275
|
+
query_params[:'name__in'] = @api_client.build_collection_param(opts[:'name__in'], :csv) if !opts[:'name__in'].nil?
|
276
|
+
query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
|
277
|
+
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
278
|
+
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
279
|
+
query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
|
280
|
+
query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
|
281
|
+
|
282
|
+
# header parameters
|
283
|
+
header_params = opts[:header_params] || {}
|
284
|
+
# HTTP header 'Accept' (if needed)
|
285
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
286
|
+
|
287
|
+
# form parameters
|
288
|
+
form_params = opts[:form_params] || {}
|
289
|
+
|
290
|
+
# http body (model)
|
291
|
+
post_body = opts[:body]
|
292
|
+
|
293
|
+
# return_type
|
294
|
+
return_type = opts[:return_type] || 'PaginatedansibleAnsibleNamespaceMetadataResponseList'
|
295
|
+
|
296
|
+
# auth_names
|
297
|
+
auth_names = opts[:auth_names] || ['basicAuth']
|
298
|
+
|
299
|
+
new_options = opts.merge(
|
300
|
+
:header_params => header_params,
|
301
|
+
:query_params => query_params,
|
302
|
+
:form_params => form_params,
|
303
|
+
:body => post_body,
|
304
|
+
:auth_names => auth_names,
|
305
|
+
:return_type => return_type
|
306
|
+
)
|
307
|
+
|
308
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
309
|
+
if @api_client.config.debugging
|
310
|
+
@api_client.config.logger.debug "API called: PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesApi#list\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
311
|
+
end
|
312
|
+
return data, status_code, headers
|
313
|
+
end
|
314
|
+
|
315
|
+
# Custom exception handler mixin class.
|
316
|
+
# @param distro_base_path [String]
|
317
|
+
# @param name [String]
|
318
|
+
# @param [Hash] opts the optional parameters
|
319
|
+
# @option opts [String] :name Required named, only accepts lowercase, numbers and underscores.
|
320
|
+
# @option opts [String] :company Optional namespace company owner.
|
321
|
+
# @option opts [String] :email Optional namespace contact email.
|
322
|
+
# @option opts [String] :description Optional short description.
|
323
|
+
# @option opts [String] :resources Optional resource page in markdown format.
|
324
|
+
# @option opts [Array<NamespaceLink>] :links Labeled related links.
|
325
|
+
# @option opts [File] :avatar Optional avatar image for Namespace
|
326
|
+
# @return [AsyncOperationResponse]
|
327
|
+
def partial_update(distro_base_path, name, opts = {})
|
328
|
+
data, _status_code, _headers = partial_update_with_http_info(distro_base_path, name, opts)
|
329
|
+
data
|
330
|
+
end
|
331
|
+
|
332
|
+
# Custom exception handler mixin class.
|
333
|
+
# @param distro_base_path [String]
|
334
|
+
# @param name [String]
|
335
|
+
# @param [Hash] opts the optional parameters
|
336
|
+
# @option opts [String] :name Required named, only accepts lowercase, numbers and underscores.
|
337
|
+
# @option opts [String] :company Optional namespace company owner.
|
338
|
+
# @option opts [String] :email Optional namespace contact email.
|
339
|
+
# @option opts [String] :description Optional short description.
|
340
|
+
# @option opts [String] :resources Optional resource page in markdown format.
|
341
|
+
# @option opts [Array<NamespaceLink>] :links Labeled related links.
|
342
|
+
# @option opts [File] :avatar Optional avatar image for Namespace
|
343
|
+
# @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
|
344
|
+
def partial_update_with_http_info(distro_base_path, name, opts = {})
|
345
|
+
if @api_client.config.debugging
|
346
|
+
@api_client.config.logger.debug 'Calling API: PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesApi.partial_update ...'
|
347
|
+
end
|
348
|
+
# verify the required parameter 'distro_base_path' is set
|
349
|
+
if @api_client.config.client_side_validation && distro_base_path.nil?
|
350
|
+
fail ArgumentError, "Missing the required parameter 'distro_base_path' when calling PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesApi.partial_update"
|
351
|
+
end
|
352
|
+
# verify the required parameter 'name' is set
|
353
|
+
if @api_client.config.client_side_validation && name.nil?
|
354
|
+
fail ArgumentError, "Missing the required parameter 'name' when calling PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesApi.partial_update"
|
355
|
+
end
|
356
|
+
if @api_client.config.client_side_validation && !opts[:'name'].nil? && opts[:'name'].to_s.length > 64
|
357
|
+
fail ArgumentError, 'invalid value for "opts[:"name"]" when calling PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesApi.partial_update, the character length must be smaller than or equal to 64.'
|
358
|
+
end
|
359
|
+
|
360
|
+
if @api_client.config.client_side_validation && !opts[:'name'].nil? && opts[:'name'].to_s.length < 3
|
361
|
+
fail ArgumentError, 'invalid value for "opts[:"name"]" when calling PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesApi.partial_update, the character length must be great than or equal to 3.'
|
362
|
+
end
|
363
|
+
|
364
|
+
pattern = Regexp.new(/^(?!.*__)[a-z]+[0-9a-z_]*$/)
|
365
|
+
if @api_client.config.client_side_validation && !opts[:'name'].nil? && opts[:'name'] !~ pattern
|
366
|
+
fail ArgumentError, "invalid value for 'opts[:\"name\"]' when calling PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesApi.partial_update, must conform to the pattern #{pattern}."
|
367
|
+
end
|
368
|
+
|
369
|
+
if @api_client.config.client_side_validation && !opts[:'company'].nil? && opts[:'company'].to_s.length > 64
|
370
|
+
fail ArgumentError, 'invalid value for "opts[:"company"]" when calling PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesApi.partial_update, the character length must be smaller than or equal to 64.'
|
371
|
+
end
|
372
|
+
|
373
|
+
if @api_client.config.client_side_validation && !opts[:'email'].nil? && opts[:'email'].to_s.length > 256
|
374
|
+
fail ArgumentError, 'invalid value for "opts[:"email"]" when calling PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesApi.partial_update, the character length must be smaller than or equal to 256.'
|
375
|
+
end
|
376
|
+
|
377
|
+
if @api_client.config.client_side_validation && !opts[:'description'].nil? && opts[:'description'].to_s.length > 256
|
378
|
+
fail ArgumentError, 'invalid value for "opts[:"description"]" when calling PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesApi.partial_update, the character length must be smaller than or equal to 256.'
|
379
|
+
end
|
380
|
+
|
381
|
+
# resource path
|
382
|
+
local_var_path = '/pulp_ansible/galaxy/default/api/v3/plugin/ansible/content/{distro_base_path}/namespaces/{name}/'.sub('{' + 'distro_base_path' + '}', CGI.escape(distro_base_path.to_s).gsub('%2F', '/')).sub('{' + 'name' + '}', CGI.escape(name.to_s).gsub('%2F', '/'))
|
383
|
+
|
384
|
+
# query parameters
|
385
|
+
query_params = opts[:query_params] || {}
|
386
|
+
|
387
|
+
# header parameters
|
388
|
+
header_params = opts[:header_params] || {}
|
389
|
+
# HTTP header 'Accept' (if needed)
|
390
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
391
|
+
# HTTP header 'Content-Type'
|
392
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['multipart/form-data', 'application/x-www-form-urlencoded'])
|
393
|
+
|
394
|
+
# form parameters
|
395
|
+
form_params = opts[:form_params] || {}
|
396
|
+
form_params['name'] = opts[:'name'] if !opts[:'name'].nil?
|
397
|
+
form_params['company'] = opts[:'company'] if !opts[:'company'].nil?
|
398
|
+
form_params['email'] = opts[:'email'] if !opts[:'email'].nil?
|
399
|
+
form_params['description'] = opts[:'description'] if !opts[:'description'].nil?
|
400
|
+
form_params['resources'] = opts[:'resources'] if !opts[:'resources'].nil?
|
401
|
+
form_params['links'] = @api_client.build_collection_param(opts[:'links'], :csv) if !opts[:'links'].nil?
|
402
|
+
form_params['avatar'] = opts[:'avatar'] if !opts[:'avatar'].nil?
|
403
|
+
|
404
|
+
# http body (model)
|
405
|
+
post_body = opts[:body]
|
406
|
+
|
407
|
+
# return_type
|
408
|
+
return_type = opts[:return_type] || 'AsyncOperationResponse'
|
409
|
+
|
410
|
+
# auth_names
|
411
|
+
auth_names = opts[:auth_names] || ['basicAuth']
|
412
|
+
|
413
|
+
new_options = opts.merge(
|
414
|
+
:header_params => header_params,
|
415
|
+
:query_params => query_params,
|
416
|
+
:form_params => form_params,
|
417
|
+
:body => post_body,
|
418
|
+
:auth_names => auth_names,
|
419
|
+
:return_type => return_type
|
420
|
+
)
|
421
|
+
|
422
|
+
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path, new_options)
|
423
|
+
if @api_client.config.debugging
|
424
|
+
@api_client.config.logger.debug "API called: PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesApi#partial_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
425
|
+
end
|
426
|
+
return data, status_code, headers
|
427
|
+
end
|
428
|
+
|
429
|
+
# Custom exception handler mixin class.
|
430
|
+
# @param distro_base_path [String]
|
431
|
+
# @param name [String]
|
432
|
+
# @param [Hash] opts the optional parameters
|
433
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
434
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
435
|
+
# @return [AnsibleAnsibleNamespaceMetadataResponse]
|
436
|
+
def read(distro_base_path, name, opts = {})
|
437
|
+
data, _status_code, _headers = read_with_http_info(distro_base_path, name, opts)
|
438
|
+
data
|
439
|
+
end
|
440
|
+
|
441
|
+
# Custom exception handler mixin class.
|
442
|
+
# @param distro_base_path [String]
|
443
|
+
# @param name [String]
|
444
|
+
# @param [Hash] opts the optional parameters
|
445
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
446
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
447
|
+
# @return [Array<(AnsibleAnsibleNamespaceMetadataResponse, Integer, Hash)>] AnsibleAnsibleNamespaceMetadataResponse data, response status code and response headers
|
448
|
+
def read_with_http_info(distro_base_path, name, opts = {})
|
449
|
+
if @api_client.config.debugging
|
450
|
+
@api_client.config.logger.debug 'Calling API: PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesApi.read ...'
|
451
|
+
end
|
452
|
+
# verify the required parameter 'distro_base_path' is set
|
453
|
+
if @api_client.config.client_side_validation && distro_base_path.nil?
|
454
|
+
fail ArgumentError, "Missing the required parameter 'distro_base_path' when calling PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesApi.read"
|
455
|
+
end
|
456
|
+
# verify the required parameter 'name' is set
|
457
|
+
if @api_client.config.client_side_validation && name.nil?
|
458
|
+
fail ArgumentError, "Missing the required parameter 'name' when calling PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesApi.read"
|
459
|
+
end
|
460
|
+
# resource path
|
461
|
+
local_var_path = '/pulp_ansible/galaxy/default/api/v3/plugin/ansible/content/{distro_base_path}/namespaces/{name}/'.sub('{' + 'distro_base_path' + '}', CGI.escape(distro_base_path.to_s).gsub('%2F', '/')).sub('{' + 'name' + '}', CGI.escape(name.to_s).gsub('%2F', '/'))
|
462
|
+
|
463
|
+
# query parameters
|
464
|
+
query_params = opts[:query_params] || {}
|
465
|
+
query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
|
466
|
+
query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
|
467
|
+
|
468
|
+
# header parameters
|
469
|
+
header_params = opts[:header_params] || {}
|
470
|
+
# HTTP header 'Accept' (if needed)
|
471
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
472
|
+
|
473
|
+
# form parameters
|
474
|
+
form_params = opts[:form_params] || {}
|
475
|
+
|
476
|
+
# http body (model)
|
477
|
+
post_body = opts[:body]
|
478
|
+
|
479
|
+
# return_type
|
480
|
+
return_type = opts[:return_type] || 'AnsibleAnsibleNamespaceMetadataResponse'
|
481
|
+
|
482
|
+
# auth_names
|
483
|
+
auth_names = opts[:auth_names] || ['basicAuth']
|
484
|
+
|
485
|
+
new_options = opts.merge(
|
486
|
+
:header_params => header_params,
|
487
|
+
:query_params => query_params,
|
488
|
+
:form_params => form_params,
|
489
|
+
:body => post_body,
|
490
|
+
:auth_names => auth_names,
|
491
|
+
:return_type => return_type
|
492
|
+
)
|
493
|
+
|
494
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
495
|
+
if @api_client.config.debugging
|
496
|
+
@api_client.config.logger.debug "API called: PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesApi#read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
497
|
+
end
|
498
|
+
return data, status_code, headers
|
499
|
+
end
|
500
|
+
end
|
501
|
+
end
|