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
@@ -0,0 +1,209 @@
|
|
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 PulpAnsibleApiV3NamespacesApi
|
17
|
+
attr_accessor :api_client
|
18
|
+
|
19
|
+
def initialize(api_client = ApiClient.default)
|
20
|
+
@api_client = api_client
|
21
|
+
end
|
22
|
+
# Legacy v3 endpoint.
|
23
|
+
# @param path [String]
|
24
|
+
# @param [Hash] opts the optional parameters
|
25
|
+
# @option opts [String] :company Filter results where company matches value
|
26
|
+
# @option opts [String] :company__contains Filter results where company contains value
|
27
|
+
# @option opts [String] :company__icontains Filter results where company contains value
|
28
|
+
# @option opts [Array<String>] :company__in Filter results where company is in a comma-separated list of values
|
29
|
+
# @option opts [String] :company__startswith Filter results where company starts with value
|
30
|
+
# @option opts [Integer] :limit Number of results to return per page.
|
31
|
+
# @option opts [String] :metadata_sha256 Filter results where metadata_sha256 matches value
|
32
|
+
# @option opts [Array<String>] :metadata_sha256__in Filter results where metadata_sha256 is in a comma-separated list of values
|
33
|
+
# @option opts [String] :name Filter results where name matches value
|
34
|
+
# @option opts [String] :name__contains Filter results where name contains value
|
35
|
+
# @option opts [String] :name__icontains Filter results where name contains value
|
36
|
+
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
37
|
+
# @option opts [String] :name__startswith Filter results where name starts with value
|
38
|
+
# @option opts [Integer] :offset The initial index from which to return the results.
|
39
|
+
# @option opts [Array<String>] :ordering Ordering
|
40
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
41
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
42
|
+
# @return [PaginatedansibleAnsibleNamespaceMetadataResponseList]
|
43
|
+
def list(path, opts = {})
|
44
|
+
data, _status_code, _headers = list_with_http_info(path, opts)
|
45
|
+
data
|
46
|
+
end
|
47
|
+
|
48
|
+
# Legacy v3 endpoint.
|
49
|
+
# @param path [String]
|
50
|
+
# @param [Hash] opts the optional parameters
|
51
|
+
# @option opts [String] :company Filter results where company matches value
|
52
|
+
# @option opts [String] :company__contains Filter results where company contains value
|
53
|
+
# @option opts [String] :company__icontains Filter results where company contains value
|
54
|
+
# @option opts [Array<String>] :company__in Filter results where company is in a comma-separated list of values
|
55
|
+
# @option opts [String] :company__startswith Filter results where company starts with value
|
56
|
+
# @option opts [Integer] :limit Number of results to return per page.
|
57
|
+
# @option opts [String] :metadata_sha256 Filter results where metadata_sha256 matches value
|
58
|
+
# @option opts [Array<String>] :metadata_sha256__in Filter results where metadata_sha256 is in a comma-separated list of values
|
59
|
+
# @option opts [String] :name Filter results where name matches value
|
60
|
+
# @option opts [String] :name__contains Filter results where name contains value
|
61
|
+
# @option opts [String] :name__icontains Filter results where name contains value
|
62
|
+
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
63
|
+
# @option opts [String] :name__startswith Filter results where name starts with value
|
64
|
+
# @option opts [Integer] :offset The initial index from which to return the results.
|
65
|
+
# @option opts [Array<String>] :ordering Ordering
|
66
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
67
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
68
|
+
# @return [Array<(PaginatedansibleAnsibleNamespaceMetadataResponseList, Integer, Hash)>] PaginatedansibleAnsibleNamespaceMetadataResponseList data, response status code and response headers
|
69
|
+
def list_with_http_info(path, opts = {})
|
70
|
+
if @api_client.config.debugging
|
71
|
+
@api_client.config.logger.debug 'Calling API: PulpAnsibleApiV3NamespacesApi.list ...'
|
72
|
+
end
|
73
|
+
# verify the required parameter 'path' is set
|
74
|
+
if @api_client.config.client_side_validation && path.nil?
|
75
|
+
fail ArgumentError, "Missing the required parameter 'path' when calling PulpAnsibleApiV3NamespacesApi.list"
|
76
|
+
end
|
77
|
+
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"]
|
78
|
+
if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
|
79
|
+
fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
|
80
|
+
end
|
81
|
+
# resource path
|
82
|
+
local_var_path = '/pulp_ansible/galaxy/{path}/api/v3/namespaces/'.sub('{' + 'path' + '}', CGI.escape(path.to_s).gsub('%2F', '/'))
|
83
|
+
|
84
|
+
# query parameters
|
85
|
+
query_params = opts[:query_params] || {}
|
86
|
+
query_params[:'company'] = opts[:'company'] if !opts[:'company'].nil?
|
87
|
+
query_params[:'company__contains'] = opts[:'company__contains'] if !opts[:'company__contains'].nil?
|
88
|
+
query_params[:'company__icontains'] = opts[:'company__icontains'] if !opts[:'company__icontains'].nil?
|
89
|
+
query_params[:'company__in'] = @api_client.build_collection_param(opts[:'company__in'], :csv) if !opts[:'company__in'].nil?
|
90
|
+
query_params[:'company__startswith'] = opts[:'company__startswith'] if !opts[:'company__startswith'].nil?
|
91
|
+
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
92
|
+
query_params[:'metadata_sha256'] = opts[:'metadata_sha256'] if !opts[:'metadata_sha256'].nil?
|
93
|
+
query_params[:'metadata_sha256__in'] = @api_client.build_collection_param(opts[:'metadata_sha256__in'], :csv) if !opts[:'metadata_sha256__in'].nil?
|
94
|
+
query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
|
95
|
+
query_params[:'name__contains'] = opts[:'name__contains'] if !opts[:'name__contains'].nil?
|
96
|
+
query_params[:'name__icontains'] = opts[:'name__icontains'] if !opts[:'name__icontains'].nil?
|
97
|
+
query_params[:'name__in'] = @api_client.build_collection_param(opts[:'name__in'], :csv) if !opts[:'name__in'].nil?
|
98
|
+
query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
|
99
|
+
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
100
|
+
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
101
|
+
query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
|
102
|
+
query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
|
103
|
+
|
104
|
+
# header parameters
|
105
|
+
header_params = opts[:header_params] || {}
|
106
|
+
# HTTP header 'Accept' (if needed)
|
107
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
108
|
+
|
109
|
+
# form parameters
|
110
|
+
form_params = opts[:form_params] || {}
|
111
|
+
|
112
|
+
# http body (model)
|
113
|
+
post_body = opts[:body]
|
114
|
+
|
115
|
+
# return_type
|
116
|
+
return_type = opts[:return_type] || 'PaginatedansibleAnsibleNamespaceMetadataResponseList'
|
117
|
+
|
118
|
+
# auth_names
|
119
|
+
auth_names = opts[:auth_names] || ['basicAuth']
|
120
|
+
|
121
|
+
new_options = opts.merge(
|
122
|
+
:header_params => header_params,
|
123
|
+
:query_params => query_params,
|
124
|
+
:form_params => form_params,
|
125
|
+
:body => post_body,
|
126
|
+
:auth_names => auth_names,
|
127
|
+
:return_type => return_type
|
128
|
+
)
|
129
|
+
|
130
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
131
|
+
if @api_client.config.debugging
|
132
|
+
@api_client.config.logger.debug "API called: PulpAnsibleApiV3NamespacesApi#list\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
133
|
+
end
|
134
|
+
return data, status_code, headers
|
135
|
+
end
|
136
|
+
|
137
|
+
# Legacy v3 endpoint.
|
138
|
+
# @param name [String]
|
139
|
+
# @param path [String]
|
140
|
+
# @param [Hash] opts the optional parameters
|
141
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
142
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
143
|
+
# @return [AnsibleAnsibleNamespaceMetadataResponse]
|
144
|
+
def read(name, path, opts = {})
|
145
|
+
data, _status_code, _headers = read_with_http_info(name, path, opts)
|
146
|
+
data
|
147
|
+
end
|
148
|
+
|
149
|
+
# Legacy v3 endpoint.
|
150
|
+
# @param name [String]
|
151
|
+
# @param path [String]
|
152
|
+
# @param [Hash] opts the optional parameters
|
153
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
154
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
155
|
+
# @return [Array<(AnsibleAnsibleNamespaceMetadataResponse, Integer, Hash)>] AnsibleAnsibleNamespaceMetadataResponse data, response status code and response headers
|
156
|
+
def read_with_http_info(name, path, opts = {})
|
157
|
+
if @api_client.config.debugging
|
158
|
+
@api_client.config.logger.debug 'Calling API: PulpAnsibleApiV3NamespacesApi.read ...'
|
159
|
+
end
|
160
|
+
# verify the required parameter 'name' is set
|
161
|
+
if @api_client.config.client_side_validation && name.nil?
|
162
|
+
fail ArgumentError, "Missing the required parameter 'name' when calling PulpAnsibleApiV3NamespacesApi.read"
|
163
|
+
end
|
164
|
+
# verify the required parameter 'path' is set
|
165
|
+
if @api_client.config.client_side_validation && path.nil?
|
166
|
+
fail ArgumentError, "Missing the required parameter 'path' when calling PulpAnsibleApiV3NamespacesApi.read"
|
167
|
+
end
|
168
|
+
# resource path
|
169
|
+
local_var_path = '/pulp_ansible/galaxy/{path}/api/v3/namespaces/{name}/'.sub('{' + 'name' + '}', CGI.escape(name.to_s).gsub('%2F', '/')).sub('{' + 'path' + '}', CGI.escape(path.to_s).gsub('%2F', '/'))
|
170
|
+
|
171
|
+
# query parameters
|
172
|
+
query_params = opts[:query_params] || {}
|
173
|
+
query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
|
174
|
+
query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
|
175
|
+
|
176
|
+
# header parameters
|
177
|
+
header_params = opts[:header_params] || {}
|
178
|
+
# HTTP header 'Accept' (if needed)
|
179
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
180
|
+
|
181
|
+
# form parameters
|
182
|
+
form_params = opts[:form_params] || {}
|
183
|
+
|
184
|
+
# http body (model)
|
185
|
+
post_body = opts[:body]
|
186
|
+
|
187
|
+
# return_type
|
188
|
+
return_type = opts[:return_type] || 'AnsibleAnsibleNamespaceMetadataResponse'
|
189
|
+
|
190
|
+
# auth_names
|
191
|
+
auth_names = opts[:auth_names] || ['basicAuth']
|
192
|
+
|
193
|
+
new_options = opts.merge(
|
194
|
+
:header_params => header_params,
|
195
|
+
:query_params => query_params,
|
196
|
+
:form_params => form_params,
|
197
|
+
:body => post_body,
|
198
|
+
:auth_names => auth_names,
|
199
|
+
:return_type => return_type
|
200
|
+
)
|
201
|
+
|
202
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
203
|
+
if @api_client.config.debugging
|
204
|
+
@api_client.config.logger.debug "API called: PulpAnsibleApiV3NamespacesApi#read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
205
|
+
end
|
206
|
+
return data, status_code, headers
|
207
|
+
end
|
208
|
+
end
|
209
|
+
end
|
data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_client_configuration_api.rb
CHANGED
@@ -19,30 +19,30 @@ module PulpAnsibleClient
|
|
19
19
|
def initialize(api_client = ApiClient.default)
|
20
20
|
@api_client = api_client
|
21
21
|
end
|
22
|
-
#
|
22
|
+
# Return configurations for the ansible-galaxy client.
|
23
23
|
# @param path [String]
|
24
24
|
# @param [Hash] opts the optional parameters
|
25
25
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
26
26
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
27
27
|
# @return [ClientConfigurationResponse]
|
28
|
-
def
|
29
|
-
data, _status_code, _headers =
|
28
|
+
def read(path, opts = {})
|
29
|
+
data, _status_code, _headers = read_with_http_info(path, opts)
|
30
30
|
data
|
31
31
|
end
|
32
32
|
|
33
|
-
#
|
33
|
+
# Return configurations for the ansible-galaxy client.
|
34
34
|
# @param path [String]
|
35
35
|
# @param [Hash] opts the optional parameters
|
36
36
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
37
37
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
38
38
|
# @return [Array<(ClientConfigurationResponse, Integer, Hash)>] ClientConfigurationResponse data, response status code and response headers
|
39
|
-
def
|
39
|
+
def read_with_http_info(path, opts = {})
|
40
40
|
if @api_client.config.debugging
|
41
|
-
@api_client.config.logger.debug 'Calling API: PulpAnsibleApiV3PluginAnsibleClientConfigurationApi.
|
41
|
+
@api_client.config.logger.debug 'Calling API: PulpAnsibleApiV3PluginAnsibleClientConfigurationApi.read ...'
|
42
42
|
end
|
43
43
|
# verify the required parameter 'path' is set
|
44
44
|
if @api_client.config.client_side_validation && path.nil?
|
45
|
-
fail ArgumentError, "Missing the required parameter 'path' when calling PulpAnsibleApiV3PluginAnsibleClientConfigurationApi.
|
45
|
+
fail ArgumentError, "Missing the required parameter 'path' when calling PulpAnsibleApiV3PluginAnsibleClientConfigurationApi.read"
|
46
46
|
end
|
47
47
|
# resource path
|
48
48
|
local_var_path = '/pulp_ansible/galaxy/{path}/api/v3/plugin/ansible/client-configuration/'.sub('{' + 'path' + '}', CGI.escape(path.to_s).gsub('%2F', '/'))
|
@@ -80,7 +80,7 @@ module PulpAnsibleClient
|
|
80
80
|
|
81
81
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
82
82
|
if @api_client.config.debugging
|
83
|
-
@api_client.config.logger.debug "API called: PulpAnsibleApiV3PluginAnsibleClientConfigurationApi#
|
83
|
+
@api_client.config.logger.debug "API called: PulpAnsibleApiV3PluginAnsibleClientConfigurationApi#read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
84
84
|
end
|
85
85
|
return data, status_code, headers
|
86
86
|
end
|
@@ -26,9 +26,7 @@ module PulpAnsibleClient
|
|
26
26
|
# @option opts [Boolean] :deprecated
|
27
27
|
# @option opts [String] :name
|
28
28
|
# @option opts [String] :namespace
|
29
|
-
# @option opts [Array<String>] :ordering Ordering
|
30
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
31
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
29
|
+
# @option opts [Array<String>] :ordering Ordering
|
32
30
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
33
31
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
34
32
|
# @return [Array<CollectionResponse>]
|
@@ -44,9 +42,7 @@ module PulpAnsibleClient
|
|
44
42
|
# @option opts [Boolean] :deprecated
|
45
43
|
# @option opts [String] :name
|
46
44
|
# @option opts [String] :namespace
|
47
|
-
# @option opts [Array<String>] :ordering Ordering
|
48
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
49
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
45
|
+
# @option opts [Array<String>] :ordering Ordering
|
50
46
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
51
47
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
52
48
|
# @return [Array<(Array<CollectionResponse>, Integer, Hash)>] Array<CollectionResponse> data, response status code and response headers
|
@@ -75,8 +71,6 @@ module PulpAnsibleClient
|
|
75
71
|
query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
|
76
72
|
query_params[:'namespace'] = opts[:'namespace'] if !opts[:'namespace'].nil?
|
77
73
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
78
|
-
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
79
|
-
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
80
74
|
query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
|
81
75
|
query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
|
82
76
|
|
data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_api.rb
CHANGED
@@ -106,9 +106,7 @@ module PulpAnsibleClient
|
|
106
106
|
# @option opts [String] :name
|
107
107
|
# @option opts [String] :namespace
|
108
108
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
109
|
-
# @option opts [Array<String>] :ordering Ordering
|
110
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
111
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
109
|
+
# @option opts [Array<String>] :ordering Ordering
|
112
110
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
113
111
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
114
112
|
# @return [PaginatedCollectionResponseList]
|
@@ -126,9 +124,7 @@ module PulpAnsibleClient
|
|
126
124
|
# @option opts [String] :name
|
127
125
|
# @option opts [String] :namespace
|
128
126
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
129
|
-
# @option opts [Array<String>] :ordering Ordering
|
130
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
131
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
127
|
+
# @option opts [Array<String>] :ordering Ordering
|
132
128
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
133
129
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
134
130
|
# @return [Array<(PaginatedCollectionResponseList, Integer, Hash)>] PaginatedCollectionResponseList data, response status code and response headers
|
@@ -159,8 +155,6 @@ module PulpAnsibleClient
|
|
159
155
|
query_params[:'namespace'] = opts[:'namespace'] if !opts[:'namespace'].nil?
|
160
156
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
161
157
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
162
|
-
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
163
|
-
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
164
158
|
query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
|
165
159
|
query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
|
166
160
|
|
@@ -114,9 +114,7 @@ module PulpAnsibleClient
|
|
114
114
|
# @option opts [String] :name2
|
115
115
|
# @option opts [String] :namespace2
|
116
116
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
117
|
-
# @option opts [Array<String>] :ordering Ordering
|
118
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
119
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
117
|
+
# @option opts [Array<String>] :ordering Ordering
|
120
118
|
# @option opts [String] :q
|
121
119
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
122
120
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
@@ -142,9 +140,7 @@ module PulpAnsibleClient
|
|
142
140
|
# @option opts [String] :name2
|
143
141
|
# @option opts [String] :namespace2
|
144
142
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
145
|
-
# @option opts [Array<String>] :ordering Ordering
|
146
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
147
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
143
|
+
# @option opts [Array<String>] :ordering Ordering
|
148
144
|
# @option opts [String] :q
|
149
145
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
150
146
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
@@ -189,8 +185,6 @@ module PulpAnsibleClient
|
|
189
185
|
query_params[:'namespace'] = opts[:'namespace2'] if !opts[:'namespace2'].nil?
|
190
186
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
191
187
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
192
|
-
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
193
|
-
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
194
188
|
query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
|
195
189
|
query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
|
196
190
|
query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
|