pulp_ansible_client 0.16.2 → 0.17.0.dev1676430674
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.
Potentially problematic release.
This version of pulp_ansible_client might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/README.md +8 -7
- data/docs/AnsibleAnsibleRepository.md +1 -1
- data/docs/AnsibleAnsibleRepositoryResponse.md +4 -2
- data/docs/AnsibleCollectionRemote.md +1 -1
- data/docs/AnsibleCollectionRemoteResponse.md +4 -2
- data/docs/AnsibleCollectionVersion.md +3 -3
- data/docs/AnsibleCollectionVersionResponse.md +2 -2
- data/docs/AnsibleCollectionsApi.md +2 -6
- data/docs/AnsibleGitRemote.md +25 -25
- data/docs/AnsibleGitRemoteResponse.md +25 -25
- data/docs/AnsibleRoleRemote.md +1 -1
- data/docs/AnsibleRoleRemoteResponse.md +1 -1
- data/docs/AnsibleRoleResponse.md +2 -2
- data/docs/CollectionRefResponse.md +1 -1
- data/docs/CollectionResponse.md +6 -6
- data/docs/CollectionVersionListResponse.md +1 -1
- data/docs/CollectionVersionResponse.md +4 -4
- data/docs/ContentCollectionDeprecationsApi.md +2 -6
- data/docs/ContentCollectionSignaturesApi.md +2 -6
- data/docs/ContentCollectionVersionsApi.md +4 -8
- data/docs/ContentRolesApi.md +2 -6
- data/docs/DistributionsAnsibleApi.md +2 -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/PatchedansibleAnsibleRepository.md +1 -1
- data/docs/PatchedansibleCollectionRemote.md +1 -1
- data/docs/PatchedansibleGitRemote.md +25 -25
- 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/PulpAnsibleApiV3PluginAnsibleContentCollectionsAllCollectionsApi.md +2 -6
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexApi.md +2 -6
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexVersionsApi.md +2 -6
- data/docs/PulpAnsibleDefaultApiV3CollectionsAllApi.md +2 -6
- data/docs/PulpAnsibleDefaultApiV3CollectionsApi.md +2 -6
- data/docs/PulpAnsibleDefaultApiV3CollectionsVersionsApi.md +2 -6
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsAllCollectionsApi.md +2 -6
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexApi.md +2 -6
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsApi.md +2 -6
- data/docs/RemotesCollectionApi.md +10 -6
- data/docs/RemotesGitApi.md +2 -6
- data/docs/RemotesRoleApi.md +2 -6
- data/docs/RepositoriesAnsibleApi.md +2 -6
- data/docs/RepositoriesAnsibleVersionsApi.md +2 -4
- data/docs/RepositoryAddRemoveContent.md +2 -2
- data/docs/Task.md +19 -0
- data/docs/TaskResponse.md +45 -0
- data/docs/UnpaginatedCollectionVersionResponse.md +4 -4
- data/lib/pulp_ansible_client/api/ansible_collections_api.rb +2 -8
- data/lib/pulp_ansible_client/api/content_collection_deprecations_api.rb +2 -8
- data/lib/pulp_ansible_client/api/content_collection_signatures_api.rb +2 -8
- data/lib/pulp_ansible_client/api/content_collection_versions_api.rb +5 -11
- data/lib/pulp_ansible_client/api/content_roles_api.rb +2 -8
- data/lib/pulp_ansible_client/api/distributions_ansible_api.rb +2 -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_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_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_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/remotes_collection_api.rb +15 -9
- data/lib/pulp_ansible_client/api/remotes_git_api.rb +2 -8
- data/lib/pulp_ansible_client/api/remotes_role_api.rb +2 -8
- data/lib/pulp_ansible_client/api/repositories_ansible_api.rb +2 -8
- data/lib/pulp_ansible_client/api/repositories_ansible_versions_api.rb +2 -5
- data/lib/pulp_ansible_client/models/ansible_ansible_repository.rb +1 -1
- data/lib/pulp_ansible_client/models/ansible_ansible_repository_response.rb +15 -6
- 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 +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 +230 -230
- data/lib/pulp_ansible_client/models/ansible_git_remote_response.rb +149 -149
- 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_ref_response.rb +0 -1
- data/lib/pulp_ansible_client/models/collection_response.rb +0 -6
- data/lib/pulp_ansible_client/models/collection_version_list_response.rb +0 -1
- data/lib/pulp_ansible_client/models/collection_version_response.rb +0 -4
- 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/patchedansible_ansible_repository.rb +1 -1
- data/lib/pulp_ansible_client/models/patchedansible_collection_remote.rb +1 -1
- data/lib/pulp_ansible_client/models/patchedansible_git_remote.rb +215 -215
- 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_add_remove_content.rb +2 -2
- 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 +0 -4
- data/lib/pulp_ansible_client/version.rb +1 -1
- data/lib/pulp_ansible_client.rb +3 -0
- data/spec/api/ansible_collections_api_spec.rb +1 -3
- data/spec/api/content_collection_deprecations_api_spec.rb +1 -3
- data/spec/api/content_collection_signatures_api_spec.rb +1 -3
- data/spec/api/content_collection_versions_api_spec.rb +2 -4
- data/spec/api/content_roles_api_spec.rb +1 -3
- data/spec/api/distributions_ansible_api_spec.rb +1 -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_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_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_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/remotes_collection_api_spec.rb +5 -3
- data/spec/api/remotes_git_api_spec.rb +1 -3
- data/spec/api/remotes_role_api_spec.rb +1 -3
- data/spec/api/repositories_ansible_api_spec.rb +1 -3
- data/spec/api/repositories_ansible_versions_api_spec.rb +1 -2
- data/spec/models/ansible_ansible_repository_response_spec.rb +6 -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 +19 -19
- data/spec/models/ansible_git_remote_spec.rb +19 -19
- data/spec/models/ansible_role_response_spec.rb +2 -2
- data/spec/models/patchedansible_git_remote_spec.rb +19 -19
- data/spec/models/progress_report_response_spec.rb +71 -0
- data/spec/models/task_response_spec.rb +125 -0
- data/spec/models/task_spec.rb +47 -0
- metadata +114 -102
|
@@ -26,9 +26,7 @@ module PulpAnsibleClient
|
|
|
26
26
|
# @option opts [Boolean] :deprecated
|
|
27
27
|
# @option opts [String] :name
|
|
28
28
|
# @option opts [String] :namespace
|
|
29
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
30
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
31
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
29
|
+
# @option opts [Array<String>] :ordering Ordering
|
|
32
30
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
33
31
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
34
32
|
# @return [Array<CollectionResponse>]
|
|
@@ -44,9 +42,7 @@ module PulpAnsibleClient
|
|
|
44
42
|
# @option opts [Boolean] :deprecated
|
|
45
43
|
# @option opts [String] :name
|
|
46
44
|
# @option opts [String] :namespace
|
|
47
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
48
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
49
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
45
|
+
# @option opts [Array<String>] :ordering Ordering
|
|
50
46
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
51
47
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
52
48
|
# @return [Array<(Array<CollectionResponse>, Integer, Hash)>] Array<CollectionResponse> data, response status code and response headers
|
|
@@ -75,8 +71,6 @@ module PulpAnsibleClient
|
|
|
75
71
|
query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
|
|
76
72
|
query_params[:'namespace'] = opts[:'namespace'] if !opts[:'namespace'].nil?
|
|
77
73
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
|
78
|
-
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
|
79
|
-
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
|
80
74
|
query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
|
|
81
75
|
query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
|
|
82
76
|
|
data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_api.rb
CHANGED
|
@@ -106,9 +106,7 @@ module PulpAnsibleClient
|
|
|
106
106
|
# @option opts [String] :name
|
|
107
107
|
# @option opts [String] :namespace
|
|
108
108
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
109
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
110
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
111
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
109
|
+
# @option opts [Array<String>] :ordering Ordering
|
|
112
110
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
113
111
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
114
112
|
# @return [PaginatedCollectionResponseList]
|
|
@@ -126,9 +124,7 @@ module PulpAnsibleClient
|
|
|
126
124
|
# @option opts [String] :name
|
|
127
125
|
# @option opts [String] :namespace
|
|
128
126
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
129
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
130
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
131
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
127
|
+
# @option opts [Array<String>] :ordering Ordering
|
|
132
128
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
133
129
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
134
130
|
# @return [Array<(PaginatedCollectionResponseList, Integer, Hash)>] PaginatedCollectionResponseList data, response status code and response headers
|
|
@@ -159,8 +155,6 @@ module PulpAnsibleClient
|
|
|
159
155
|
query_params[:'namespace'] = opts[:'namespace'] if !opts[:'namespace'].nil?
|
|
160
156
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
|
161
157
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
|
162
|
-
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
|
163
|
-
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
|
164
158
|
query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
|
|
165
159
|
query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
|
|
166
160
|
|
|
@@ -114,9 +114,7 @@ module PulpAnsibleClient
|
|
|
114
114
|
# @option opts [String] :name2
|
|
115
115
|
# @option opts [String] :namespace2
|
|
116
116
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
117
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
118
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
119
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
117
|
+
# @option opts [Array<String>] :ordering Ordering
|
|
120
118
|
# @option opts [String] :q
|
|
121
119
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
|
122
120
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
|
@@ -142,9 +140,7 @@ module PulpAnsibleClient
|
|
|
142
140
|
# @option opts [String] :name2
|
|
143
141
|
# @option opts [String] :namespace2
|
|
144
142
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
145
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
146
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
147
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
143
|
+
# @option opts [Array<String>] :ordering Ordering
|
|
148
144
|
# @option opts [String] :q
|
|
149
145
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
|
150
146
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
|
@@ -189,8 +185,6 @@ module PulpAnsibleClient
|
|
|
189
185
|
query_params[:'namespace'] = opts[:'namespace2'] if !opts[:'namespace2'].nil?
|
|
190
186
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
|
191
187
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
|
192
|
-
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
|
193
|
-
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
|
194
188
|
query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
|
|
195
189
|
query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
|
|
196
190
|
query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
|
|
@@ -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?
|
|
@@ -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
|
|
|
@@ -107,9 +107,7 @@ module PulpAnsibleClient
|
|
|
107
107
|
# @option opts [String] :name2
|
|
108
108
|
# @option opts [String] :namespace2
|
|
109
109
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
110
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
111
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
112
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
110
|
+
# @option opts [Array<String>] :ordering Ordering
|
|
113
111
|
# @option opts [String] :q
|
|
114
112
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
|
115
113
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
|
@@ -134,9 +132,7 @@ module PulpAnsibleClient
|
|
|
134
132
|
# @option opts [String] :name2
|
|
135
133
|
# @option opts [String] :namespace2
|
|
136
134
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
137
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
138
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
139
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
135
|
+
# @option opts [Array<String>] :ordering Ordering
|
|
140
136
|
# @option opts [String] :q
|
|
141
137
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
|
142
138
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
|
@@ -177,8 +173,6 @@ module PulpAnsibleClient
|
|
|
177
173
|
query_params[:'namespace'] = opts[:'namespace2'] if !opts[:'namespace2'].nil?
|
|
178
174
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
|
179
175
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
|
180
|
-
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
|
181
|
-
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
|
182
176
|
query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
|
|
183
177
|
query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
|
|
184
178
|
query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
|
|
@@ -155,9 +155,7 @@ module PulpAnsibleClient
|
|
|
155
155
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
|
156
156
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
157
157
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
158
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
159
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
160
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
158
|
+
# @option opts [Array<String>] :ordering Ordering
|
|
161
159
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
162
160
|
# @option opts [DateTime] :pulp_last_updated Filter results where pulp_last_updated matches value
|
|
163
161
|
# @option opts [DateTime] :pulp_last_updated__gt Filter results where pulp_last_updated is greater than value
|
|
@@ -165,6 +163,10 @@ module PulpAnsibleClient
|
|
|
165
163
|
# @option opts [DateTime] :pulp_last_updated__lt Filter results where pulp_last_updated is less than value
|
|
166
164
|
# @option opts [DateTime] :pulp_last_updated__lte Filter results where pulp_last_updated is less than or equal to value
|
|
167
165
|
# @option opts [Array<DateTime>] :pulp_last_updated__range Filter results where pulp_last_updated is between two comma separated values
|
|
166
|
+
# @option opts [String] :url Filter results where url matches value
|
|
167
|
+
# @option opts [String] :url__contains Filter results where url contains value
|
|
168
|
+
# @option opts [String] :url__icontains Filter results where url contains value
|
|
169
|
+
# @option opts [Array<String>] :url__in Filter results where url is in a comma-separated list of values
|
|
168
170
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
169
171
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
170
172
|
# @return [PaginatedansibleCollectionRemoteResponseList]
|
|
@@ -183,9 +185,7 @@ module PulpAnsibleClient
|
|
|
183
185
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
|
184
186
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
185
187
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
186
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
187
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
188
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
188
|
+
# @option opts [Array<String>] :ordering Ordering
|
|
189
189
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
190
190
|
# @option opts [DateTime] :pulp_last_updated Filter results where pulp_last_updated matches value
|
|
191
191
|
# @option opts [DateTime] :pulp_last_updated__gt Filter results where pulp_last_updated is greater than value
|
|
@@ -193,6 +193,10 @@ module PulpAnsibleClient
|
|
|
193
193
|
# @option opts [DateTime] :pulp_last_updated__lt Filter results where pulp_last_updated is less than value
|
|
194
194
|
# @option opts [DateTime] :pulp_last_updated__lte Filter results where pulp_last_updated is less than or equal to value
|
|
195
195
|
# @option opts [Array<DateTime>] :pulp_last_updated__range Filter results where pulp_last_updated is between two comma separated values
|
|
196
|
+
# @option opts [String] :url Filter results where url matches value
|
|
197
|
+
# @option opts [String] :url__contains Filter results where url contains value
|
|
198
|
+
# @option opts [String] :url__icontains Filter results where url contains value
|
|
199
|
+
# @option opts [Array<String>] :url__in Filter results where url is in a comma-separated list of values
|
|
196
200
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
197
201
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
198
202
|
# @return [Array<(PaginatedansibleCollectionRemoteResponseList, Integer, Hash)>] PaginatedansibleCollectionRemoteResponseList data, response status code and response headers
|
|
@@ -200,7 +204,7 @@ module PulpAnsibleClient
|
|
|
200
204
|
if @api_client.config.debugging
|
|
201
205
|
@api_client.config.logger.debug 'Calling API: RemotesCollectionApi.list ...'
|
|
202
206
|
end
|
|
203
|
-
allowable_values = ["-ca_cert", "-client_cert", "-client_key", "-connect_timeout", "-download_concurrency", "-headers", "-max_retries", "-name", "-password", "-pk", "-policy", "-proxy_password", "-proxy_url", "-proxy_username", "-pulp_created", "-pulp_id", "-pulp_labels", "-pulp_last_updated", "-pulp_type", "-rate_limit", "-sock_connect_timeout", "-sock_read_timeout", "-tls_validation", "-total_timeout", "-url", "-username", "ca_cert", "client_cert", "client_key", "connect_timeout", "download_concurrency", "headers", "max_retries", "name", "password", "pk", "policy", "proxy_password", "proxy_url", "proxy_username", "pulp_created", "pulp_id", "pulp_labels", "pulp_last_updated", "pulp_type", "rate_limit", "sock_connect_timeout", "sock_read_timeout", "tls_validation", "total_timeout", "url", "username"]
|
|
207
|
+
allowable_values = ["-auth_url", "-ca_cert", "-client_cert", "-client_key", "-connect_timeout", "-download_concurrency", "-headers", "-max_retries", "-name", "-password", "-pk", "-policy", "-proxy_password", "-proxy_url", "-proxy_username", "-pulp_created", "-pulp_id", "-pulp_labels", "-pulp_last_updated", "-pulp_type", "-rate_limit", "-requirements_file", "-signed_only", "-sock_connect_timeout", "-sock_read_timeout", "-sync_dependencies", "-tls_validation", "-token", "-total_timeout", "-url", "-username", "auth_url", "ca_cert", "client_cert", "client_key", "connect_timeout", "download_concurrency", "headers", "max_retries", "name", "password", "pk", "policy", "proxy_password", "proxy_url", "proxy_username", "pulp_created", "pulp_id", "pulp_labels", "pulp_last_updated", "pulp_type", "rate_limit", "requirements_file", "signed_only", "sock_connect_timeout", "sock_read_timeout", "sync_dependencies", "tls_validation", "token", "total_timeout", "url", "username"]
|
|
204
208
|
if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
|
|
205
209
|
fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
|
|
206
210
|
end
|
|
@@ -217,8 +221,6 @@ module PulpAnsibleClient
|
|
|
217
221
|
query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
|
|
218
222
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
|
219
223
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
|
220
|
-
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
|
221
|
-
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
|
222
224
|
query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
|
|
223
225
|
query_params[:'pulp_last_updated'] = opts[:'pulp_last_updated'] if !opts[:'pulp_last_updated'].nil?
|
|
224
226
|
query_params[:'pulp_last_updated__gt'] = opts[:'pulp_last_updated__gt'] if !opts[:'pulp_last_updated__gt'].nil?
|
|
@@ -226,6 +228,10 @@ module PulpAnsibleClient
|
|
|
226
228
|
query_params[:'pulp_last_updated__lt'] = opts[:'pulp_last_updated__lt'] if !opts[:'pulp_last_updated__lt'].nil?
|
|
227
229
|
query_params[:'pulp_last_updated__lte'] = opts[:'pulp_last_updated__lte'] if !opts[:'pulp_last_updated__lte'].nil?
|
|
228
230
|
query_params[:'pulp_last_updated__range'] = @api_client.build_collection_param(opts[:'pulp_last_updated__range'], :csv) if !opts[:'pulp_last_updated__range'].nil?
|
|
231
|
+
query_params[:'url'] = opts[:'url'] if !opts[:'url'].nil?
|
|
232
|
+
query_params[:'url__contains'] = opts[:'url__contains'] if !opts[:'url__contains'].nil?
|
|
233
|
+
query_params[:'url__icontains'] = opts[:'url__icontains'] if !opts[:'url__icontains'].nil?
|
|
234
|
+
query_params[:'url__in'] = @api_client.build_collection_param(opts[:'url__in'], :csv) if !opts[:'url__in'].nil?
|
|
229
235
|
query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
|
|
230
236
|
query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
|
|
231
237
|
|
|
@@ -155,9 +155,7 @@ module PulpAnsibleClient
|
|
|
155
155
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
|
156
156
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
157
157
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
158
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
159
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
160
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
158
|
+
# @option opts [Array<String>] :ordering Ordering
|
|
161
159
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
162
160
|
# @option opts [DateTime] :pulp_last_updated Filter results where pulp_last_updated matches value
|
|
163
161
|
# @option opts [DateTime] :pulp_last_updated__gt Filter results where pulp_last_updated is greater than value
|
|
@@ -183,9 +181,7 @@ module PulpAnsibleClient
|
|
|
183
181
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
|
184
182
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
185
183
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
186
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
187
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
188
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
184
|
+
# @option opts [Array<String>] :ordering Ordering
|
|
189
185
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
190
186
|
# @option opts [DateTime] :pulp_last_updated Filter results where pulp_last_updated matches value
|
|
191
187
|
# @option opts [DateTime] :pulp_last_updated__gt Filter results where pulp_last_updated is greater than value
|
|
@@ -217,8 +213,6 @@ module PulpAnsibleClient
|
|
|
217
213
|
query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
|
|
218
214
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
|
219
215
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
|
220
|
-
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
|
221
|
-
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
|
222
216
|
query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
|
|
223
217
|
query_params[:'pulp_last_updated'] = opts[:'pulp_last_updated'] if !opts[:'pulp_last_updated'].nil?
|
|
224
218
|
query_params[:'pulp_last_updated__gt'] = opts[:'pulp_last_updated__gt'] if !opts[:'pulp_last_updated__gt'].nil?
|
|
@@ -155,9 +155,7 @@ module PulpAnsibleClient
|
|
|
155
155
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
|
156
156
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
157
157
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
158
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
159
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
160
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
158
|
+
# @option opts [Array<String>] :ordering Ordering
|
|
161
159
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
162
160
|
# @option opts [DateTime] :pulp_last_updated Filter results where pulp_last_updated matches value
|
|
163
161
|
# @option opts [DateTime] :pulp_last_updated__gt Filter results where pulp_last_updated is greater than value
|
|
@@ -183,9 +181,7 @@ module PulpAnsibleClient
|
|
|
183
181
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
|
184
182
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
185
183
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
186
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
187
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
188
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
184
|
+
# @option opts [Array<String>] :ordering Ordering
|
|
189
185
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
190
186
|
# @option opts [DateTime] :pulp_last_updated Filter results where pulp_last_updated matches value
|
|
191
187
|
# @option opts [DateTime] :pulp_last_updated__gt Filter results where pulp_last_updated is greater than value
|
|
@@ -217,8 +213,6 @@ module PulpAnsibleClient
|
|
|
217
213
|
query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
|
|
218
214
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
|
219
215
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
|
220
|
-
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
|
221
|
-
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
|
222
216
|
query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
|
|
223
217
|
query_params[:'pulp_last_updated'] = opts[:'pulp_last_updated'] if !opts[:'pulp_last_updated'].nil?
|
|
224
218
|
query_params[:'pulp_last_updated__gt'] = opts[:'pulp_last_updated__gt'] if !opts[:'pulp_last_updated__gt'].nil?
|
|
@@ -155,9 +155,7 @@ module PulpAnsibleClient
|
|
|
155
155
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
|
156
156
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
157
157
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
158
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
159
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
160
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
158
|
+
# @option opts [Array<String>] :ordering Ordering
|
|
161
159
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
162
160
|
# @option opts [String] :remote Foreign Key referenced by HREF
|
|
163
161
|
# @option opts [Integer] :retain_repo_versions Filter results where retain_repo_versions matches value
|
|
@@ -186,9 +184,7 @@ module PulpAnsibleClient
|
|
|
186
184
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
|
187
185
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
188
186
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
189
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
190
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
191
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
187
|
+
# @option opts [Array<String>] :ordering Ordering
|
|
192
188
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
193
189
|
# @option opts [String] :remote Foreign Key referenced by HREF
|
|
194
190
|
# @option opts [Integer] :retain_repo_versions Filter results where retain_repo_versions matches value
|
|
@@ -223,8 +219,6 @@ module PulpAnsibleClient
|
|
|
223
219
|
query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
|
|
224
220
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
|
225
221
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
|
226
|
-
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
|
227
|
-
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
|
228
222
|
query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
|
|
229
223
|
query_params[:'remote'] = opts[:'remote'] if !opts[:'remote'].nil?
|
|
230
224
|
query_params[:'retain_repo_versions'] = opts[:'retain_repo_versions'] if !opts[:'retain_repo_versions'].nil?
|
|
@@ -95,14 +95,13 @@ module PulpAnsibleClient
|
|
|
95
95
|
# @option opts [Integer] :number__lte Filter results where number is less than or equal to value
|
|
96
96
|
# @option opts [Array<Integer>] :number__range Filter results where number is between two comma separated values
|
|
97
97
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
98
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
98
|
+
# @option opts [Array<String>] :ordering Ordering
|
|
99
99
|
# @option opts [DateTime] :pulp_created Filter results where pulp_created matches value
|
|
100
100
|
# @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
|
|
101
101
|
# @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
|
|
102
102
|
# @option opts [DateTime] :pulp_created__lt Filter results where pulp_created is less than value
|
|
103
103
|
# @option opts [DateTime] :pulp_created__lte Filter results where pulp_created is less than or equal to value
|
|
104
104
|
# @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
|
|
105
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
106
105
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
107
106
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
108
107
|
# @return [PaginatedRepositoryVersionResponseList]
|
|
@@ -125,14 +124,13 @@ module PulpAnsibleClient
|
|
|
125
124
|
# @option opts [Integer] :number__lte Filter results where number is less than or equal to value
|
|
126
125
|
# @option opts [Array<Integer>] :number__range Filter results where number is between two comma separated values
|
|
127
126
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
128
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
127
|
+
# @option opts [Array<String>] :ordering Ordering
|
|
129
128
|
# @option opts [DateTime] :pulp_created Filter results where pulp_created matches value
|
|
130
129
|
# @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
|
|
131
130
|
# @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
|
|
132
131
|
# @option opts [DateTime] :pulp_created__lt Filter results where pulp_created is less than value
|
|
133
132
|
# @option opts [DateTime] :pulp_created__lte Filter results where pulp_created is less than or equal to value
|
|
134
133
|
# @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
|
|
135
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
136
134
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
137
135
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
138
136
|
# @return [Array<(PaginatedRepositoryVersionResponseList, Integer, Hash)>] PaginatedRepositoryVersionResponseList data, response status code and response headers
|
|
@@ -170,7 +168,6 @@ module PulpAnsibleClient
|
|
|
170
168
|
query_params[:'pulp_created__lt'] = opts[:'pulp_created__lt'] if !opts[:'pulp_created__lt'].nil?
|
|
171
169
|
query_params[:'pulp_created__lte'] = opts[:'pulp_created__lte'] if !opts[:'pulp_created__lte'].nil?
|
|
172
170
|
query_params[:'pulp_created__range'] = @api_client.build_collection_param(opts[:'pulp_created__range'], :csv) if !opts[:'pulp_created__range'].nil?
|
|
173
|
-
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
|
174
171
|
query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
|
|
175
172
|
query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
|
|
176
173
|
|