pulp_ansible_client 0.15.0 → 0.15.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +7 -6
- data/docs/AnsibleAnsibleDistribution.md +1 -1
- data/docs/AnsibleAnsibleDistributionResponse.md +1 -1
- data/docs/AnsibleAnsibleRepository.md +1 -1
- data/docs/AnsibleAnsibleRepositoryResponse.md +1 -1
- data/docs/AnsibleCollectionRemote.md +1 -1
- data/docs/AnsibleCollectionRemoteResponse.md +3 -1
- data/docs/AnsibleCollectionRemoteResponseHiddenFields.md +19 -0
- data/docs/AnsibleCollectionVersion.md +3 -3
- data/docs/AnsibleCollectionVersionResponse.md +2 -2
- data/docs/AnsibleCollectionsApi.md +4 -4
- data/docs/AnsibleGitRemote.md +26 -26
- data/docs/AnsibleGitRemoteResponse.md +24 -22
- data/docs/AnsibleRoleRemote.md +1 -1
- data/docs/AnsibleRoleRemoteResponse.md +4 -2
- data/docs/AnsibleRoleResponse.md +2 -2
- data/docs/ApiCollectionsApi.md +4 -4
- data/docs/ApiRolesApi.md +4 -4
- data/docs/CollectionImportApi.md +4 -4
- data/docs/ContentCollectionDeprecationsApi.md +8 -8
- data/docs/ContentCollectionSignaturesApi.md +10 -10
- data/docs/ContentCollectionVersionsApi.md +10 -10
- data/docs/ContentRolesApi.md +8 -8
- data/docs/DistributionsAnsibleApi.md +12 -12
- data/docs/GalaxyDetailApi.md +4 -4
- data/docs/PatchedansibleAnsibleDistribution.md +1 -1
- data/docs/PatchedansibleAnsibleRepository.md +1 -1
- data/docs/PatchedansibleCollectionRemote.md +1 -1
- data/docs/PatchedansibleGitRemote.md +26 -26
- data/docs/PatchedansibleRoleRemote.md +1 -1
- data/docs/PulpAnsibleApiApi.md +4 -4
- data/docs/PulpAnsibleApiV2CollectionsVersionsApi.md +4 -4
- data/docs/PulpAnsibleApiV3Api.md +4 -4
- data/docs/PulpAnsibleApiV3ArtifactsCollectionsApi.md +4 -4
- data/docs/PulpAnsibleApiV3CollectionVersionsAllApi.md +4 -4
- data/docs/PulpAnsibleApiV3CollectionsAllApi.md +4 -4
- data/docs/PulpAnsibleApiV3CollectionsApi.md +8 -8
- data/docs/PulpAnsibleApiV3CollectionsVersionsApi.md +8 -8
- data/docs/PulpAnsibleApiV3CollectionsVersionsDocsBlobApi.md +4 -4
- data/docs/PulpAnsibleApiV3PluginAnsibleClientConfigurationApi.md +4 -4
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsAllCollectionsApi.md +4 -4
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsAllVersionsApi.md +4 -4
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsApi.md +4 -4
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsArtifactsApi.md +4 -4
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexApi.md +8 -8
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexVersionsApi.md +8 -8
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexVersionsDocsBlobApi.md +4 -4
- data/docs/PulpAnsibleDefaultApiV3ArtifactsCollectionsApi.md +4 -4
- data/docs/PulpAnsibleDefaultApiV3CollectionsAllApi.md +4 -4
- data/docs/PulpAnsibleDefaultApiV3CollectionsApi.md +8 -8
- data/docs/PulpAnsibleDefaultApiV3CollectionsVersionsApi.md +8 -8
- data/docs/PulpAnsibleDefaultApiV3CollectionsVersionsDocsBlobApi.md +4 -4
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsAllCollectionsApi.md +4 -4
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsAllVersionsApi.md +4 -4
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsApi.md +4 -4
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsArtifactsApi.md +4 -4
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexApi.md +8 -8
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsApi.md +8 -8
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsDocsBlobApi.md +4 -4
- data/docs/PulpAnsibleTagsApi.md +4 -4
- data/docs/RemotesCollectionApi.md +12 -12
- data/docs/RemotesGitApi.md +12 -12
- data/docs/RemotesRoleApi.md +12 -12
- data/docs/RepositoriesAnsibleApi.md +11 -11
- data/docs/RepositoriesAnsibleVersionsApi.md +12 -12
- data/docs/VersionsApi.md +8 -8
- data/lib/pulp_ansible_client/api/ansible_collections_api.rb +7 -7
- data/lib/pulp_ansible_client/api/api_collections_api.rb +6 -6
- data/lib/pulp_ansible_client/api/api_roles_api.rb +6 -6
- data/lib/pulp_ansible_client/api/collection_import_api.rb +6 -6
- data/lib/pulp_ansible_client/api/content_collection_deprecations_api.rb +12 -12
- data/lib/pulp_ansible_client/api/content_collection_signatures_api.rb +13 -13
- data/lib/pulp_ansible_client/api/content_collection_versions_api.rb +16 -16
- data/lib/pulp_ansible_client/api/content_roles_api.rb +13 -13
- data/lib/pulp_ansible_client/api/distributions_ansible_api.rb +17 -17
- data/lib/pulp_ansible_client/api/galaxy_detail_api.rb +6 -6
- data/lib/pulp_ansible_client/api/pulp_ansible_api_api.rb +6 -6
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v2_collections_versions_api.rb +6 -6
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_api.rb +6 -6
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_artifacts_collections_api.rb +6 -6
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collection_versions_all_api.rb +6 -6
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_all_api.rb +7 -7
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_api.rb +13 -13
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_versions_api.rb +13 -13
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_versions_docs_blob_api.rb +6 -6
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_client_configuration_api.rb +6 -6
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_collections_api.rb +7 -7
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_versions_api.rb +6 -6
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_api.rb +6 -6
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_artifacts_api.rb +6 -6
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_api.rb +13 -13
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api.rb +13 -13
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api.rb +6 -6
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_artifacts_collections_api.rb +6 -6
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_all_api.rb +7 -7
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_api.rb +13 -13
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_versions_api.rb +13 -13
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_versions_docs_blob_api.rb +6 -6
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_collections_api.rb +7 -7
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_versions_api.rb +6 -6
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_api.rb +6 -6
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_artifacts_api.rb +6 -6
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_api.rb +13 -13
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api.rb +13 -13
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api.rb +6 -6
- data/lib/pulp_ansible_client/api/pulp_ansible_tags_api.rb +6 -6
- data/lib/pulp_ansible_client/api/remotes_collection_api.rb +17 -17
- data/lib/pulp_ansible_client/api/remotes_git_api.rb +17 -17
- data/lib/pulp_ansible_client/api/remotes_role_api.rb +17 -17
- data/lib/pulp_ansible_client/api/repositories_ansible_api.rb +15 -15
- data/lib/pulp_ansible_client/api/repositories_ansible_versions_api.rb +17 -17
- data/lib/pulp_ansible_client/api/versions_api.rb +12 -12
- data/lib/pulp_ansible_client/models/ansible_ansible_distribution.rb +4 -2
- data/lib/pulp_ansible_client/models/ansible_ansible_distribution_response.rb +4 -2
- data/lib/pulp_ansible_client/models/ansible_ansible_repository.rb +4 -2
- data/lib/pulp_ansible_client/models/ansible_ansible_repository_response.rb +4 -2
- data/lib/pulp_ansible_client/models/ansible_collection_remote.rb +4 -2
- data/lib/pulp_ansible_client/models/ansible_collection_remote_response.rb +17 -3
- data/lib/pulp_ansible_client/models/ansible_collection_remote_response_hidden_fields.rb +215 -0
- data/lib/pulp_ansible_client/models/ansible_collection_version.rb +11 -11
- data/lib/pulp_ansible_client/models/ansible_collection_version_response.rb +10 -10
- data/lib/pulp_ansible_client/models/ansible_git_remote.rb +220 -218
- data/lib/pulp_ansible_client/models/ansible_git_remote_response.rb +137 -123
- data/lib/pulp_ansible_client/models/ansible_role_remote.rb +4 -2
- data/lib/pulp_ansible_client/models/ansible_role_remote_response.rb +21 -7
- data/lib/pulp_ansible_client/models/ansible_role_response.rb +10 -10
- data/lib/pulp_ansible_client/models/patchedansible_ansible_distribution.rb +4 -2
- data/lib/pulp_ansible_client/models/patchedansible_ansible_repository.rb +4 -2
- data/lib/pulp_ansible_client/models/patchedansible_collection_remote.rb +4 -2
- data/lib/pulp_ansible_client/models/patchedansible_git_remote.rb +210 -208
- data/lib/pulp_ansible_client/models/patchedansible_role_remote.rb +4 -2
- data/lib/pulp_ansible_client/version.rb +1 -1
- data/lib/pulp_ansible_client.rb +1 -0
- data/spec/api/ansible_collections_api_spec.rb +2 -2
- data/spec/api/api_collections_api_spec.rb +2 -2
- data/spec/api/api_roles_api_spec.rb +2 -2
- data/spec/api/collection_import_api_spec.rb +2 -2
- data/spec/api/content_collection_deprecations_api_spec.rb +4 -4
- data/spec/api/content_collection_signatures_api_spec.rb +4 -4
- data/spec/api/content_collection_versions_api_spec.rb +5 -5
- data/spec/api/content_roles_api_spec.rb +4 -4
- data/spec/api/distributions_ansible_api_spec.rb +6 -6
- data/spec/api/galaxy_detail_api_spec.rb +2 -2
- data/spec/api/pulp_ansible_api_api_spec.rb +2 -2
- data/spec/api/pulp_ansible_api_v2_collections_versions_api_spec.rb +2 -2
- data/spec/api/pulp_ansible_api_v3_api_spec.rb +2 -2
- data/spec/api/pulp_ansible_api_v3_artifacts_collections_api_spec.rb +2 -2
- data/spec/api/pulp_ansible_api_v3_collection_versions_all_api_spec.rb +2 -2
- data/spec/api/pulp_ansible_api_v3_collections_all_api_spec.rb +2 -2
- data/spec/api/pulp_ansible_api_v3_collections_api_spec.rb +4 -4
- data/spec/api/pulp_ansible_api_v3_collections_versions_api_spec.rb +4 -4
- data/spec/api/pulp_ansible_api_v3_collections_versions_docs_blob_api_spec.rb +2 -2
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_client_configuration_api_spec.rb +2 -2
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_collections_api_spec.rb +2 -2
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_versions_api_spec.rb +2 -2
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_api_spec.rb +2 -2
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_artifacts_api_spec.rb +2 -2
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_api_spec.rb +4 -4
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api_spec.rb +4 -4
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api_spec.rb +2 -2
- data/spec/api/pulp_ansible_default_api_v3_artifacts_collections_api_spec.rb +2 -2
- data/spec/api/pulp_ansible_default_api_v3_collections_all_api_spec.rb +2 -2
- data/spec/api/pulp_ansible_default_api_v3_collections_api_spec.rb +4 -4
- data/spec/api/pulp_ansible_default_api_v3_collections_versions_api_spec.rb +4 -4
- data/spec/api/pulp_ansible_default_api_v3_collections_versions_docs_blob_api_spec.rb +2 -2
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_collections_api_spec.rb +2 -2
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_versions_api_spec.rb +2 -2
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_api_spec.rb +2 -2
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_artifacts_api_spec.rb +2 -2
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_api_spec.rb +4 -4
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api_spec.rb +4 -4
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api_spec.rb +2 -2
- data/spec/api/pulp_ansible_tags_api_spec.rb +2 -2
- data/spec/api/remotes_collection_api_spec.rb +6 -6
- data/spec/api/remotes_git_api_spec.rb +6 -6
- data/spec/api/remotes_role_api_spec.rb +6 -6
- data/spec/api/repositories_ansible_api_spec.rb +5 -5
- data/spec/api/repositories_ansible_versions_api_spec.rb +6 -6
- data/spec/api/versions_api_spec.rb +4 -4
- data/spec/models/ansible_collection_remote_response_hidden_fields_spec.rb +47 -0
- data/spec/models/ansible_collection_remote_response_spec.rb +6 -0
- data/spec/models/ansible_collection_version_response_spec.rb +2 -2
- data/spec/models/ansible_collection_version_spec.rb +2 -2
- data/spec/models/ansible_git_remote_response_spec.rb +20 -14
- data/spec/models/ansible_git_remote_spec.rb +19 -19
- data/spec/models/ansible_role_remote_response_spec.rb +6 -0
- data/spec/models/ansible_role_response_spec.rb +2 -2
- data/spec/models/patchedansible_git_remote_spec.rb +19 -19
- metadata +104 -100
|
@@ -22,8 +22,8 @@ module PulpAnsibleClient
|
|
|
22
22
|
# Legacy v3 endpoint.
|
|
23
23
|
# @param path [String]
|
|
24
24
|
# @param [Hash] opts the optional parameters
|
|
25
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
26
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
25
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
26
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
27
27
|
# @return [Array<UnpaginatedCollectionVersionResponse>]
|
|
28
28
|
def list(path, opts = {})
|
|
29
29
|
data, _status_code, _headers = list_with_http_info(path, opts)
|
|
@@ -33,8 +33,8 @@ module PulpAnsibleClient
|
|
|
33
33
|
# Legacy v3 endpoint.
|
|
34
34
|
# @param path [String]
|
|
35
35
|
# @param [Hash] opts the optional parameters
|
|
36
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
37
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
36
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
37
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
38
38
|
# @return [Array<(Array<UnpaginatedCollectionVersionResponse>, Integer, Hash)>] Array<UnpaginatedCollectionVersionResponse> data, response status code and response headers
|
|
39
39
|
def list_with_http_info(path, opts = {})
|
|
40
40
|
if @api_client.config.debugging
|
|
@@ -49,8 +49,8 @@ module PulpAnsibleClient
|
|
|
49
49
|
|
|
50
50
|
# query parameters
|
|
51
51
|
query_params = opts[:query_params] || {}
|
|
52
|
-
query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
|
|
53
|
-
query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
|
|
52
|
+
query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
|
|
53
|
+
query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
|
|
54
54
|
|
|
55
55
|
# header parameters
|
|
56
56
|
header_params = opts[:header_params] || {}
|
|
@@ -26,8 +26,8 @@ module PulpAnsibleClient
|
|
|
26
26
|
# @option opts [String] :name
|
|
27
27
|
# @option opts [String] :namespace
|
|
28
28
|
# @option opts [Array<String>] :ordering Ordering
|
|
29
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
30
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
29
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
30
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
31
31
|
# @return [Array<CollectionResponse>]
|
|
32
32
|
def list(path, opts = {})
|
|
33
33
|
data, _status_code, _headers = list_with_http_info(path, opts)
|
|
@@ -41,8 +41,8 @@ module PulpAnsibleClient
|
|
|
41
41
|
# @option opts [String] :name
|
|
42
42
|
# @option opts [String] :namespace
|
|
43
43
|
# @option opts [Array<String>] :ordering Ordering
|
|
44
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
45
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
44
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
45
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
46
46
|
# @return [Array<(Array<CollectionResponse>, Integer, Hash)>] Array<CollectionResponse> data, response status code and response headers
|
|
47
47
|
def list_with_http_info(path, opts = {})
|
|
48
48
|
if @api_client.config.debugging
|
|
@@ -52,7 +52,7 @@ module PulpAnsibleClient
|
|
|
52
52
|
if @api_client.config.client_side_validation && path.nil?
|
|
53
53
|
fail ArgumentError, "Missing the required parameter 'path' when calling PulpAnsibleApiV3CollectionsAllApi.list"
|
|
54
54
|
end
|
|
55
|
-
allowable_values = ["-
|
|
55
|
+
allowable_values = ["-name", "-namespace", "-pk", "-pulp_created", "-pulp_id", "-pulp_last_updated", "name", "namespace", "pk", "pulp_created", "pulp_id", "pulp_last_updated"]
|
|
56
56
|
if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
|
|
57
57
|
fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
|
|
58
58
|
end
|
|
@@ -65,8 +65,8 @@ module PulpAnsibleClient
|
|
|
65
65
|
query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
|
|
66
66
|
query_params[:'namespace'] = opts[:'namespace'] if !opts[:'namespace'].nil?
|
|
67
67
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
|
68
|
-
query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
|
|
69
|
-
query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
|
|
68
|
+
query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
|
|
69
|
+
query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
|
|
70
70
|
|
|
71
71
|
# header parameters
|
|
72
72
|
header_params = opts[:header_params] || {}
|
|
@@ -100,8 +100,8 @@ module PulpAnsibleClient
|
|
|
100
100
|
# @option opts [String] :namespace
|
|
101
101
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
102
102
|
# @option opts [Array<String>] :ordering Ordering
|
|
103
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
104
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
103
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
104
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
105
105
|
# @return [PaginatedCollectionResponseList]
|
|
106
106
|
def list(path, opts = {})
|
|
107
107
|
data, _status_code, _headers = list_with_http_info(path, opts)
|
|
@@ -117,8 +117,8 @@ module PulpAnsibleClient
|
|
|
117
117
|
# @option opts [String] :namespace
|
|
118
118
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
119
119
|
# @option opts [Array<String>] :ordering Ordering
|
|
120
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
121
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
120
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
121
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
122
122
|
# @return [Array<(PaginatedCollectionResponseList, Integer, Hash)>] PaginatedCollectionResponseList data, response status code and response headers
|
|
123
123
|
def list_with_http_info(path, opts = {})
|
|
124
124
|
if @api_client.config.debugging
|
|
@@ -128,7 +128,7 @@ module PulpAnsibleClient
|
|
|
128
128
|
if @api_client.config.client_side_validation && path.nil?
|
|
129
129
|
fail ArgumentError, "Missing the required parameter 'path' when calling PulpAnsibleApiV3CollectionsApi.list"
|
|
130
130
|
end
|
|
131
|
-
allowable_values = ["-
|
|
131
|
+
allowable_values = ["-name", "-namespace", "-pk", "-pulp_created", "-pulp_id", "-pulp_last_updated", "name", "namespace", "pk", "pulp_created", "pulp_id", "pulp_last_updated"]
|
|
132
132
|
if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
|
|
133
133
|
fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
|
|
134
134
|
end
|
|
@@ -143,8 +143,8 @@ module PulpAnsibleClient
|
|
|
143
143
|
query_params[:'namespace'] = opts[:'namespace'] if !opts[:'namespace'].nil?
|
|
144
144
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
|
145
145
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
|
146
|
-
query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
|
|
147
|
-
query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
|
|
146
|
+
query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
|
|
147
|
+
query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
|
|
148
148
|
|
|
149
149
|
# header parameters
|
|
150
150
|
header_params = opts[:header_params] || {}
|
|
@@ -184,8 +184,8 @@ module PulpAnsibleClient
|
|
|
184
184
|
# @param namespace [String]
|
|
185
185
|
# @param path [String]
|
|
186
186
|
# @param [Hash] opts the optional parameters
|
|
187
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
188
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
187
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
188
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
189
189
|
# @return [CollectionResponse]
|
|
190
190
|
def read(name, namespace, path, opts = {})
|
|
191
191
|
data, _status_code, _headers = read_with_http_info(name, namespace, path, opts)
|
|
@@ -197,8 +197,8 @@ module PulpAnsibleClient
|
|
|
197
197
|
# @param namespace [String]
|
|
198
198
|
# @param path [String]
|
|
199
199
|
# @param [Hash] opts the optional parameters
|
|
200
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
201
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
200
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
201
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
202
202
|
# @return [Array<(CollectionResponse, Integer, Hash)>] CollectionResponse data, response status code and response headers
|
|
203
203
|
def read_with_http_info(name, namespace, path, opts = {})
|
|
204
204
|
if @api_client.config.debugging
|
|
@@ -221,8 +221,8 @@ module PulpAnsibleClient
|
|
|
221
221
|
|
|
222
222
|
# query parameters
|
|
223
223
|
query_params = opts[:query_params] || {}
|
|
224
|
-
query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
|
|
225
|
-
query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
|
|
224
|
+
query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
|
|
225
|
+
query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
|
|
226
226
|
|
|
227
227
|
# header parameters
|
|
228
228
|
header_params = opts[:header_params] || {}
|
|
@@ -114,8 +114,8 @@ module PulpAnsibleClient
|
|
|
114
114
|
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
|
115
115
|
# @option opts [String] :tags Filter by comma separate list of tags that must all be matched
|
|
116
116
|
# @option opts [String] :version Filter results where version matches value
|
|
117
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
118
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
117
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
118
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
119
119
|
# @return [PaginatedCollectionVersionListResponseList]
|
|
120
120
|
def list(name, namespace, path, opts = {})
|
|
121
121
|
data, _status_code, _headers = list_with_http_info(name, namespace, path, opts)
|
|
@@ -139,8 +139,8 @@ module PulpAnsibleClient
|
|
|
139
139
|
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
|
140
140
|
# @option opts [String] :tags Filter by comma separate list of tags that must all be matched
|
|
141
141
|
# @option opts [String] :version Filter results where version matches value
|
|
142
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
143
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
142
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
143
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
144
144
|
# @return [Array<(PaginatedCollectionVersionListResponseList, Integer, Hash)>] PaginatedCollectionVersionListResponseList data, response status code and response headers
|
|
145
145
|
def list_with_http_info(name, namespace, path, opts = {})
|
|
146
146
|
if @api_client.config.debugging
|
|
@@ -158,7 +158,7 @@ module PulpAnsibleClient
|
|
|
158
158
|
if @api_client.config.client_side_validation && path.nil?
|
|
159
159
|
fail ArgumentError, "Missing the required parameter 'path' when calling PulpAnsibleApiV3CollectionsVersionsApi.list"
|
|
160
160
|
end
|
|
161
|
-
allowable_values = ["-
|
|
161
|
+
allowable_values = ["-authors", "-contents", "-dependencies", "-description", "-docs_blob", "-documentation", "-files", "-homepage", "-is_highest", "-issues", "-license", "-manifest", "-name", "-namespace", "-pk", "-pulp_created", "-pulp_id", "-pulp_last_updated", "-pulp_type", "-repository", "-requires_ansible", "-search_vector", "-timestamp_of_interest", "-upstream_id", "-version", "authors", "contents", "dependencies", "description", "docs_blob", "documentation", "files", "homepage", "is_highest", "issues", "license", "manifest", "name", "namespace", "pk", "pulp_created", "pulp_id", "pulp_last_updated", "pulp_type", "repository", "requires_ansible", "search_vector", "timestamp_of_interest", "upstream_id", "version"]
|
|
162
162
|
if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
|
|
163
163
|
fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
|
|
164
164
|
end
|
|
@@ -179,8 +179,8 @@ module PulpAnsibleClient
|
|
|
179
179
|
query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
|
|
180
180
|
query_params[:'tags'] = opts[:'tags'] if !opts[:'tags'].nil?
|
|
181
181
|
query_params[:'version'] = opts[:'version'] if !opts[:'version'].nil?
|
|
182
|
-
query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
|
|
183
|
-
query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
|
|
182
|
+
query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
|
|
183
|
+
query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
|
|
184
184
|
|
|
185
185
|
# header parameters
|
|
186
186
|
header_params = opts[:header_params] || {}
|
|
@@ -221,8 +221,8 @@ module PulpAnsibleClient
|
|
|
221
221
|
# @param path [String]
|
|
222
222
|
# @param version [String]
|
|
223
223
|
# @param [Hash] opts the optional parameters
|
|
224
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
225
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
224
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
225
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
226
226
|
# @return [CollectionVersionResponse]
|
|
227
227
|
def read(name, namespace, path, version, opts = {})
|
|
228
228
|
data, _status_code, _headers = read_with_http_info(name, namespace, path, version, opts)
|
|
@@ -235,8 +235,8 @@ module PulpAnsibleClient
|
|
|
235
235
|
# @param path [String]
|
|
236
236
|
# @param version [String]
|
|
237
237
|
# @param [Hash] opts the optional parameters
|
|
238
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
239
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
238
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
239
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
240
240
|
# @return [Array<(CollectionVersionResponse, Integer, Hash)>] CollectionVersionResponse data, response status code and response headers
|
|
241
241
|
def read_with_http_info(name, namespace, path, version, opts = {})
|
|
242
242
|
if @api_client.config.debugging
|
|
@@ -263,8 +263,8 @@ module PulpAnsibleClient
|
|
|
263
263
|
|
|
264
264
|
# query parameters
|
|
265
265
|
query_params = opts[:query_params] || {}
|
|
266
|
-
query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
|
|
267
|
-
query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
|
|
266
|
+
query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
|
|
267
|
+
query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
|
|
268
268
|
|
|
269
269
|
# header parameters
|
|
270
270
|
header_params = opts[:header_params] || {}
|
|
@@ -25,8 +25,8 @@ module PulpAnsibleClient
|
|
|
25
25
|
# @param path [String]
|
|
26
26
|
# @param version [String]
|
|
27
27
|
# @param [Hash] opts the optional parameters
|
|
28
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
29
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
28
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
29
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
30
30
|
# @return [CollectionVersionDocsResponse]
|
|
31
31
|
def read(name, namespace, path, version, opts = {})
|
|
32
32
|
data, _status_code, _headers = read_with_http_info(name, namespace, path, version, opts)
|
|
@@ -39,8 +39,8 @@ module PulpAnsibleClient
|
|
|
39
39
|
# @param path [String]
|
|
40
40
|
# @param version [String]
|
|
41
41
|
# @param [Hash] opts the optional parameters
|
|
42
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
43
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
42
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
43
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
44
44
|
# @return [Array<(CollectionVersionDocsResponse, Integer, Hash)>] CollectionVersionDocsResponse data, response status code and response headers
|
|
45
45
|
def read_with_http_info(name, namespace, path, version, opts = {})
|
|
46
46
|
if @api_client.config.debugging
|
|
@@ -67,8 +67,8 @@ module PulpAnsibleClient
|
|
|
67
67
|
|
|
68
68
|
# query parameters
|
|
69
69
|
query_params = opts[:query_params] || {}
|
|
70
|
-
query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
|
|
71
|
-
query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
|
|
70
|
+
query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
|
|
71
|
+
query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
|
|
72
72
|
|
|
73
73
|
# header parameters
|
|
74
74
|
header_params = opts[:header_params] || {}
|
data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_client_configuration_api.rb
CHANGED
|
@@ -22,8 +22,8 @@ module PulpAnsibleClient
|
|
|
22
22
|
# Get the client configs.
|
|
23
23
|
# @param path [String]
|
|
24
24
|
# @param [Hash] opts the optional parameters
|
|
25
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
26
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
25
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
26
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
27
27
|
# @return [ClientConfigurationResponse]
|
|
28
28
|
def get(path, opts = {})
|
|
29
29
|
data, _status_code, _headers = get_with_http_info(path, opts)
|
|
@@ -33,8 +33,8 @@ module PulpAnsibleClient
|
|
|
33
33
|
# Get the client configs.
|
|
34
34
|
# @param path [String]
|
|
35
35
|
# @param [Hash] opts the optional parameters
|
|
36
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
37
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
36
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
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
39
|
def get_with_http_info(path, opts = {})
|
|
40
40
|
if @api_client.config.debugging
|
|
@@ -49,8 +49,8 @@ module PulpAnsibleClient
|
|
|
49
49
|
|
|
50
50
|
# query parameters
|
|
51
51
|
query_params = opts[:query_params] || {}
|
|
52
|
-
query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
|
|
53
|
-
query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
|
|
52
|
+
query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
|
|
53
|
+
query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
|
|
54
54
|
|
|
55
55
|
# header parameters
|
|
56
56
|
header_params = opts[:header_params] || {}
|
|
@@ -27,8 +27,8 @@ module PulpAnsibleClient
|
|
|
27
27
|
# @option opts [String] :name
|
|
28
28
|
# @option opts [String] :namespace
|
|
29
29
|
# @option opts [Array<String>] :ordering Ordering
|
|
30
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
31
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
30
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
31
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
32
32
|
# @return [Array<CollectionResponse>]
|
|
33
33
|
def list(distro_base_path, path, opts = {})
|
|
34
34
|
data, _status_code, _headers = list_with_http_info(distro_base_path, path, opts)
|
|
@@ -43,8 +43,8 @@ module PulpAnsibleClient
|
|
|
43
43
|
# @option opts [String] :name
|
|
44
44
|
# @option opts [String] :namespace
|
|
45
45
|
# @option opts [Array<String>] :ordering Ordering
|
|
46
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
47
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
46
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
47
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
48
48
|
# @return [Array<(Array<CollectionResponse>, Integer, Hash)>] Array<CollectionResponse> data, response status code and response headers
|
|
49
49
|
def list_with_http_info(distro_base_path, path, opts = {})
|
|
50
50
|
if @api_client.config.debugging
|
|
@@ -58,7 +58,7 @@ module PulpAnsibleClient
|
|
|
58
58
|
if @api_client.config.client_side_validation && path.nil?
|
|
59
59
|
fail ArgumentError, "Missing the required parameter 'path' when calling PulpAnsibleApiV3PluginAnsibleContentCollectionsAllCollectionsApi.list"
|
|
60
60
|
end
|
|
61
|
-
allowable_values = ["-
|
|
61
|
+
allowable_values = ["-name", "-namespace", "-pk", "-pulp_created", "-pulp_id", "-pulp_last_updated", "name", "namespace", "pk", "pulp_created", "pulp_id", "pulp_last_updated"]
|
|
62
62
|
if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
|
|
63
63
|
fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
|
|
64
64
|
end
|
|
@@ -71,8 +71,8 @@ module PulpAnsibleClient
|
|
|
71
71
|
query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
|
|
72
72
|
query_params[:'namespace'] = opts[:'namespace'] if !opts[:'namespace'].nil?
|
|
73
73
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
|
74
|
-
query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
|
|
75
|
-
query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
|
|
74
|
+
query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
|
|
75
|
+
query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
|
|
76
76
|
|
|
77
77
|
# header parameters
|
|
78
78
|
header_params = opts[:header_params] || {}
|
|
@@ -23,8 +23,8 @@ module PulpAnsibleClient
|
|
|
23
23
|
# @param distro_base_path [String]
|
|
24
24
|
# @param path [String]
|
|
25
25
|
# @param [Hash] opts the optional parameters
|
|
26
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
27
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
26
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
27
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
28
28
|
# @return [Array<UnpaginatedCollectionVersionResponse>]
|
|
29
29
|
def list(distro_base_path, path, opts = {})
|
|
30
30
|
data, _status_code, _headers = list_with_http_info(distro_base_path, path, opts)
|
|
@@ -35,8 +35,8 @@ module PulpAnsibleClient
|
|
|
35
35
|
# @param distro_base_path [String]
|
|
36
36
|
# @param path [String]
|
|
37
37
|
# @param [Hash] opts the optional parameters
|
|
38
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
39
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
38
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
39
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
40
40
|
# @return [Array<(Array<UnpaginatedCollectionVersionResponse>, Integer, Hash)>] Array<UnpaginatedCollectionVersionResponse> data, response status code and response headers
|
|
41
41
|
def list_with_http_info(distro_base_path, path, opts = {})
|
|
42
42
|
if @api_client.config.debugging
|
|
@@ -55,8 +55,8 @@ module PulpAnsibleClient
|
|
|
55
55
|
|
|
56
56
|
# query parameters
|
|
57
57
|
query_params = opts[:query_params] || {}
|
|
58
|
-
query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
|
|
59
|
-
query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
|
|
58
|
+
query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
|
|
59
|
+
query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
|
|
60
60
|
|
|
61
61
|
# header parameters
|
|
62
62
|
header_params = opts[:header_params] || {}
|
data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_api.rb
CHANGED
|
@@ -23,8 +23,8 @@ module PulpAnsibleClient
|
|
|
23
23
|
# @param distro_base_path [String]
|
|
24
24
|
# @param path [String]
|
|
25
25
|
# @param [Hash] opts the optional parameters
|
|
26
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
27
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
26
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
27
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
28
28
|
# @return [RepoMetadataResponse]
|
|
29
29
|
def read(distro_base_path, path, opts = {})
|
|
30
30
|
data, _status_code, _headers = read_with_http_info(distro_base_path, path, opts)
|
|
@@ -35,8 +35,8 @@ module PulpAnsibleClient
|
|
|
35
35
|
# @param distro_base_path [String]
|
|
36
36
|
# @param path [String]
|
|
37
37
|
# @param [Hash] opts the optional parameters
|
|
38
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
39
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
38
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
39
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
40
40
|
# @return [Array<(RepoMetadataResponse, Integer, Hash)>] RepoMetadataResponse data, response status code and response headers
|
|
41
41
|
def read_with_http_info(distro_base_path, path, opts = {})
|
|
42
42
|
if @api_client.config.debugging
|
|
@@ -55,8 +55,8 @@ module PulpAnsibleClient
|
|
|
55
55
|
|
|
56
56
|
# query parameters
|
|
57
57
|
query_params = opts[:query_params] || {}
|
|
58
|
-
query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
|
|
59
|
-
query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
|
|
58
|
+
query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
|
|
59
|
+
query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
|
|
60
60
|
|
|
61
61
|
# header parameters
|
|
62
62
|
header_params = opts[:header_params] || {}
|
|
@@ -24,8 +24,8 @@ module PulpAnsibleClient
|
|
|
24
24
|
# @param filename [String]
|
|
25
25
|
# @param path [String]
|
|
26
26
|
# @param [Hash] opts the optional parameters
|
|
27
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
28
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
27
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
28
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
29
29
|
# @return [nil]
|
|
30
30
|
def download(distro_base_path, filename, path, opts = {})
|
|
31
31
|
download_with_http_info(distro_base_path, filename, path, opts)
|
|
@@ -37,8 +37,8 @@ module PulpAnsibleClient
|
|
|
37
37
|
# @param filename [String]
|
|
38
38
|
# @param path [String]
|
|
39
39
|
# @param [Hash] opts the optional parameters
|
|
40
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
41
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
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
42
|
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
|
43
43
|
def download_with_http_info(distro_base_path, filename, path, opts = {})
|
|
44
44
|
if @api_client.config.debugging
|
|
@@ -61,8 +61,8 @@ module PulpAnsibleClient
|
|
|
61
61
|
|
|
62
62
|
# query parameters
|
|
63
63
|
query_params = opts[:query_params] || {}
|
|
64
|
-
query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
|
|
65
|
-
query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
|
|
64
|
+
query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
|
|
65
|
+
query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
|
|
66
66
|
|
|
67
67
|
# header parameters
|
|
68
68
|
header_params = opts[:header_params] || {}
|
data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_api.rb
CHANGED
|
@@ -107,8 +107,8 @@ module PulpAnsibleClient
|
|
|
107
107
|
# @option opts [String] :namespace
|
|
108
108
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
109
109
|
# @option opts [Array<String>] :ordering Ordering
|
|
110
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
111
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
110
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
111
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
112
112
|
# @return [PaginatedCollectionResponseList]
|
|
113
113
|
def list(distro_base_path, path, opts = {})
|
|
114
114
|
data, _status_code, _headers = list_with_http_info(distro_base_path, path, opts)
|
|
@@ -125,8 +125,8 @@ module PulpAnsibleClient
|
|
|
125
125
|
# @option opts [String] :namespace
|
|
126
126
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
127
127
|
# @option opts [Array<String>] :ordering Ordering
|
|
128
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
129
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
128
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
129
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
130
130
|
# @return [Array<(PaginatedCollectionResponseList, Integer, Hash)>] PaginatedCollectionResponseList data, response status code and response headers
|
|
131
131
|
def list_with_http_info(distro_base_path, path, opts = {})
|
|
132
132
|
if @api_client.config.debugging
|
|
@@ -140,7 +140,7 @@ module PulpAnsibleClient
|
|
|
140
140
|
if @api_client.config.client_side_validation && path.nil?
|
|
141
141
|
fail ArgumentError, "Missing the required parameter 'path' when calling PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexApi.list"
|
|
142
142
|
end
|
|
143
|
-
allowable_values = ["-
|
|
143
|
+
allowable_values = ["-name", "-namespace", "-pk", "-pulp_created", "-pulp_id", "-pulp_last_updated", "name", "namespace", "pk", "pulp_created", "pulp_id", "pulp_last_updated"]
|
|
144
144
|
if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
|
|
145
145
|
fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
|
|
146
146
|
end
|
|
@@ -155,8 +155,8 @@ module PulpAnsibleClient
|
|
|
155
155
|
query_params[:'namespace'] = opts[:'namespace'] if !opts[:'namespace'].nil?
|
|
156
156
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
|
157
157
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
|
158
|
-
query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
|
|
159
|
-
query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
|
|
158
|
+
query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
|
|
159
|
+
query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
|
|
160
160
|
|
|
161
161
|
# header parameters
|
|
162
162
|
header_params = opts[:header_params] || {}
|
|
@@ -197,8 +197,8 @@ module PulpAnsibleClient
|
|
|
197
197
|
# @param namespace [String]
|
|
198
198
|
# @param path [String]
|
|
199
199
|
# @param [Hash] opts the optional parameters
|
|
200
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
201
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
200
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
201
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
202
202
|
# @return [CollectionResponse]
|
|
203
203
|
def read(distro_base_path, name, namespace, path, opts = {})
|
|
204
204
|
data, _status_code, _headers = read_with_http_info(distro_base_path, name, namespace, path, opts)
|
|
@@ -211,8 +211,8 @@ module PulpAnsibleClient
|
|
|
211
211
|
# @param namespace [String]
|
|
212
212
|
# @param path [String]
|
|
213
213
|
# @param [Hash] opts the optional parameters
|
|
214
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
215
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
214
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
215
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
216
216
|
# @return [Array<(CollectionResponse, Integer, Hash)>] CollectionResponse data, response status code and response headers
|
|
217
217
|
def read_with_http_info(distro_base_path, name, namespace, path, opts = {})
|
|
218
218
|
if @api_client.config.debugging
|
|
@@ -239,8 +239,8 @@ module PulpAnsibleClient
|
|
|
239
239
|
|
|
240
240
|
# query parameters
|
|
241
241
|
query_params = opts[:query_params] || {}
|
|
242
|
-
query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
|
|
243
|
-
query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
|
|
242
|
+
query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
|
|
243
|
+
query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
|
|
244
244
|
|
|
245
245
|
# header parameters
|
|
246
246
|
header_params = opts[:header_params] || {}
|
|
@@ -121,8 +121,8 @@ module PulpAnsibleClient
|
|
|
121
121
|
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
|
122
122
|
# @option opts [String] :tags Filter by comma separate list of tags that must all be matched
|
|
123
123
|
# @option opts [String] :version Filter results where version matches value
|
|
124
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
125
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
124
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
125
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
126
126
|
# @return [PaginatedCollectionVersionListResponseList]
|
|
127
127
|
def list(distro_base_path, name, namespace, path, opts = {})
|
|
128
128
|
data, _status_code, _headers = list_with_http_info(distro_base_path, name, namespace, path, opts)
|
|
@@ -147,8 +147,8 @@ module PulpAnsibleClient
|
|
|
147
147
|
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
|
148
148
|
# @option opts [String] :tags Filter by comma separate list of tags that must all be matched
|
|
149
149
|
# @option opts [String] :version Filter results where version matches value
|
|
150
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
151
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
150
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
151
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
152
152
|
# @return [Array<(PaginatedCollectionVersionListResponseList, Integer, Hash)>] PaginatedCollectionVersionListResponseList data, response status code and response headers
|
|
153
153
|
def list_with_http_info(distro_base_path, name, namespace, path, opts = {})
|
|
154
154
|
if @api_client.config.debugging
|
|
@@ -170,7 +170,7 @@ module PulpAnsibleClient
|
|
|
170
170
|
if @api_client.config.client_side_validation && path.nil?
|
|
171
171
|
fail ArgumentError, "Missing the required parameter 'path' when calling PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexVersionsApi.list"
|
|
172
172
|
end
|
|
173
|
-
allowable_values = ["-
|
|
173
|
+
allowable_values = ["-authors", "-contents", "-dependencies", "-description", "-docs_blob", "-documentation", "-files", "-homepage", "-is_highest", "-issues", "-license", "-manifest", "-name", "-namespace", "-pk", "-pulp_created", "-pulp_id", "-pulp_last_updated", "-pulp_type", "-repository", "-requires_ansible", "-search_vector", "-timestamp_of_interest", "-upstream_id", "-version", "authors", "contents", "dependencies", "description", "docs_blob", "documentation", "files", "homepage", "is_highest", "issues", "license", "manifest", "name", "namespace", "pk", "pulp_created", "pulp_id", "pulp_last_updated", "pulp_type", "repository", "requires_ansible", "search_vector", "timestamp_of_interest", "upstream_id", "version"]
|
|
174
174
|
if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
|
|
175
175
|
fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
|
|
176
176
|
end
|
|
@@ -191,8 +191,8 @@ module PulpAnsibleClient
|
|
|
191
191
|
query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
|
|
192
192
|
query_params[:'tags'] = opts[:'tags'] if !opts[:'tags'].nil?
|
|
193
193
|
query_params[:'version'] = opts[:'version'] if !opts[:'version'].nil?
|
|
194
|
-
query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
|
|
195
|
-
query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
|
|
194
|
+
query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
|
|
195
|
+
query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
|
|
196
196
|
|
|
197
197
|
# header parameters
|
|
198
198
|
header_params = opts[:header_params] || {}
|
|
@@ -234,8 +234,8 @@ module PulpAnsibleClient
|
|
|
234
234
|
# @param path [String]
|
|
235
235
|
# @param version [String]
|
|
236
236
|
# @param [Hash] opts the optional parameters
|
|
237
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
238
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
237
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
238
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
239
239
|
# @return [CollectionVersionResponse]
|
|
240
240
|
def read(distro_base_path, name, namespace, path, version, opts = {})
|
|
241
241
|
data, _status_code, _headers = read_with_http_info(distro_base_path, name, namespace, path, version, opts)
|
|
@@ -249,8 +249,8 @@ module PulpAnsibleClient
|
|
|
249
249
|
# @param path [String]
|
|
250
250
|
# @param version [String]
|
|
251
251
|
# @param [Hash] opts the optional parameters
|
|
252
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
253
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
252
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
253
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
254
254
|
# @return [Array<(CollectionVersionResponse, Integer, Hash)>] CollectionVersionResponse data, response status code and response headers
|
|
255
255
|
def read_with_http_info(distro_base_path, name, namespace, path, version, opts = {})
|
|
256
256
|
if @api_client.config.debugging
|
|
@@ -281,8 +281,8 @@ module PulpAnsibleClient
|
|
|
281
281
|
|
|
282
282
|
# query parameters
|
|
283
283
|
query_params = opts[:query_params] || {}
|
|
284
|
-
query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
|
|
285
|
-
query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
|
|
284
|
+
query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
|
|
285
|
+
query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
|
|
286
286
|
|
|
287
287
|
# header parameters
|
|
288
288
|
header_params = opts[:header_params] || {}
|