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