pulpcore_client 3.23.2 → 3.24.0
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 -5
- data/docs/AccessPoliciesApi.md +6 -2
- data/docs/ArtifactDistributionResponse.md +10 -10
- data/docs/ArtifactsApi.md +6 -2
- data/docs/ContentApi.md +8 -2
- data/docs/ContentguardsApi.md +8 -2
- data/docs/ContentguardsContentRedirectApi.md +6 -2
- data/docs/ContentguardsRbacApi.md +6 -2
- data/docs/DistributionsApi.md +8 -2
- data/docs/DistributionsArtifactsApi.md +6 -2
- data/docs/Domain.md +1 -1
- data/docs/DomainResponse.md +1 -1
- data/docs/DomainsApi.md +6 -2
- data/docs/ExportersFilesystemApi.md +6 -2
- data/docs/ExportersPulpApi.md +6 -2
- data/docs/FilesystemExporter.md +1 -1
- data/docs/FilesystemExporterResponse.md +1 -1
- data/docs/GroupsApi.md +6 -2
- data/docs/GroupsRolesApi.md +6 -2
- data/docs/ImportersPulpApi.md +6 -2
- data/docs/PatchedDomain.md +1 -1
- data/docs/PatchedFilesystemExporter.md +1 -1
- data/docs/PublicationsApi.md +9 -3
- data/docs/RemoteResponse.md +1 -1
- data/docs/RemotesApi.md +8 -2
- data/docs/RepositoriesApi.md +8 -2
- data/docs/RepositoryVersionsApi.md +6 -2
- data/docs/RolesApi.md +6 -2
- data/docs/SigningServicesApi.md +6 -2
- data/docs/TaskSchedulesApi.md +6 -2
- data/docs/TasksApi.md +8 -4
- data/docs/UploadsApi.md +6 -2
- data/docs/UsersApi.md +6 -2
- data/docs/UsersRolesApi.md +6 -2
- data/docs/WorkersApi.md +6 -2
- data/lib/pulpcore_client/api/access_policies_api.rb +8 -2
- data/lib/pulpcore_client/api/artifacts_api.rb +8 -2
- data/lib/pulpcore_client/api/content_api.rb +15 -2
- data/lib/pulpcore_client/api/contentguards_api.rb +15 -2
- data/lib/pulpcore_client/api/contentguards_content_redirect_api.rb +8 -2
- data/lib/pulpcore_client/api/contentguards_rbac_api.rb +8 -2
- data/lib/pulpcore_client/api/distributions_api.rb +15 -2
- data/lib/pulpcore_client/api/distributions_artifacts_api.rb +8 -2
- data/lib/pulpcore_client/api/domains_api.rb +8 -2
- data/lib/pulpcore_client/api/exporters_filesystem_api.rb +8 -2
- data/lib/pulpcore_client/api/exporters_pulp_api.rb +8 -2
- data/lib/pulpcore_client/api/groups_api.rb +8 -2
- data/lib/pulpcore_client/api/groups_roles_api.rb +8 -2
- data/lib/pulpcore_client/api/importers_pulp_api.rb +8 -2
- data/lib/pulpcore_client/api/publications_api.rb +17 -4
- data/lib/pulpcore_client/api/remotes_api.rb +15 -2
- data/lib/pulpcore_client/api/repositories_api.rb +15 -2
- data/lib/pulpcore_client/api/repository_versions_api.rb +7 -2
- data/lib/pulpcore_client/api/roles_api.rb +8 -2
- data/lib/pulpcore_client/api/signing_services_api.rb +8 -2
- data/lib/pulpcore_client/api/task_schedules_api.rb +8 -2
- data/lib/pulpcore_client/api/tasks_api.rb +10 -4
- data/lib/pulpcore_client/api/uploads_api.rb +8 -2
- data/lib/pulpcore_client/api/users_api.rb +8 -2
- data/lib/pulpcore_client/api/users_roles_api.rb +8 -2
- data/lib/pulpcore_client/api/workers_api.rb +8 -2
- data/lib/pulpcore_client/models/artifact_distribution_response.rb +40 -40
- data/lib/pulpcore_client/models/domain.rb +1 -1
- data/lib/pulpcore_client/models/domain_response.rb +1 -1
- data/lib/pulpcore_client/models/filesystem_exporter.rb +1 -1
- data/lib/pulpcore_client/models/filesystem_exporter_response.rb +1 -1
- data/lib/pulpcore_client/models/patched_domain.rb +1 -1
- data/lib/pulpcore_client/models/patched_filesystem_exporter.rb +1 -1
- data/lib/pulpcore_client/models/remote_response.rb +1 -1
- data/lib/pulpcore_client/version.rb +1 -1
- data/spec/api/access_policies_api_spec.rb +3 -1
- data/spec/api/artifacts_api_spec.rb +3 -1
- data/spec/api/content_api_spec.rb +4 -1
- data/spec/api/contentguards_api_spec.rb +4 -1
- data/spec/api/contentguards_content_redirect_api_spec.rb +3 -1
- data/spec/api/contentguards_rbac_api_spec.rb +3 -1
- data/spec/api/distributions_api_spec.rb +4 -1
- data/spec/api/distributions_artifacts_api_spec.rb +3 -1
- data/spec/api/domains_api_spec.rb +3 -1
- data/spec/api/exporters_filesystem_api_spec.rb +3 -1
- data/spec/api/exporters_pulp_api_spec.rb +3 -1
- data/spec/api/groups_api_spec.rb +3 -1
- data/spec/api/groups_roles_api_spec.rb +3 -1
- data/spec/api/importers_pulp_api_spec.rb +3 -1
- data/spec/api/publications_api_spec.rb +5 -2
- data/spec/api/remotes_api_spec.rb +4 -1
- data/spec/api/repositories_api_spec.rb +4 -1
- data/spec/api/repository_versions_api_spec.rb +3 -1
- data/spec/api/roles_api_spec.rb +3 -1
- data/spec/api/signing_services_api_spec.rb +3 -1
- data/spec/api/task_schedules_api_spec.rb +3 -1
- data/spec/api/tasks_api_spec.rb +4 -2
- data/spec/api/uploads_api_spec.rb +3 -1
- data/spec/api/users_api_spec.rb +3 -1
- data/spec/api/users_roles_api_spec.rb +3 -1
- data/spec/api/workers_api_spec.rb +3 -1
- data/spec/models/artifact_distribution_response_spec.rb +7 -7
- metadata +140 -140
|
@@ -33,8 +33,11 @@ module PulpcoreClient
|
|
|
33
33
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
|
34
34
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
35
35
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
36
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
36
|
+
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
37
|
+
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
38
|
+
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
37
39
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
40
|
+
# @option opts [Array<String>] :pulp_type__in Pulp type is in * `core.artifact` - core.artifact * `file.file` - file.file
|
|
38
41
|
# @option opts [String] :repository Filter results where repository matches value
|
|
39
42
|
# @option opts [Array<String>] :repository__in Filter results where repository is in a comma-separated list of values
|
|
40
43
|
# @option opts [String] :with_content Filter distributions based on the content served by them
|
|
@@ -60,8 +63,11 @@ module PulpcoreClient
|
|
|
60
63
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
|
61
64
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
62
65
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
63
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
66
|
+
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
67
|
+
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
68
|
+
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
64
69
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
70
|
+
# @option opts [Array<String>] :pulp_type__in Pulp type is in * `core.artifact` - core.artifact * `file.file` - file.file
|
|
65
71
|
# @option opts [String] :repository Filter results where repository matches value
|
|
66
72
|
# @option opts [Array<String>] :repository__in Filter results where repository is in a comma-separated list of values
|
|
67
73
|
# @option opts [String] :with_content Filter distributions based on the content served by them
|
|
@@ -76,6 +82,10 @@ module PulpcoreClient
|
|
|
76
82
|
if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
|
|
77
83
|
fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
|
|
78
84
|
end
|
|
85
|
+
allowable_values = ["core.artifact", "file.file"]
|
|
86
|
+
if @api_client.config.client_side_validation && opts[:'pulp_type__in'] && !opts[:'pulp_type__in'].all? { |item| allowable_values.include?(item) }
|
|
87
|
+
fail ArgumentError, "invalid value for \"pulp_type__in\", must include one of #{allowable_values}"
|
|
88
|
+
end
|
|
79
89
|
# resource path
|
|
80
90
|
local_var_path = '/pulp/api/v3/distributions/'
|
|
81
91
|
|
|
@@ -93,7 +103,10 @@ module PulpcoreClient
|
|
|
93
103
|
query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
|
|
94
104
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
|
95
105
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
|
106
|
+
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
|
107
|
+
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
|
96
108
|
query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
|
|
109
|
+
query_params[:'pulp_type__in'] = @api_client.build_collection_param(opts[:'pulp_type__in'], :csv) if !opts[:'pulp_type__in'].nil?
|
|
97
110
|
query_params[:'repository'] = opts[:'repository'] if !opts[:'repository'].nil?
|
|
98
111
|
query_params[:'repository__in'] = @api_client.build_collection_param(opts[:'repository__in'], :csv) if !opts[:'repository__in'].nil?
|
|
99
112
|
query_params[:'with_content'] = opts[:'with_content'] if !opts[:'with_content'].nil?
|
|
@@ -33,7 +33,9 @@ module PulpcoreClient
|
|
|
33
33
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
|
34
34
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
35
35
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
36
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
36
|
+
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
37
|
+
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
38
|
+
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
37
39
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
38
40
|
# @option opts [String] :repository Filter results where repository matches value
|
|
39
41
|
# @option opts [Array<String>] :repository__in Filter results where repository is in a comma-separated list of values
|
|
@@ -60,7 +62,9 @@ module PulpcoreClient
|
|
|
60
62
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
|
61
63
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
62
64
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
63
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
65
|
+
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
66
|
+
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
67
|
+
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
64
68
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
65
69
|
# @option opts [String] :repository Filter results where repository matches value
|
|
66
70
|
# @option opts [Array<String>] :repository__in Filter results where repository is in a comma-separated list of values
|
|
@@ -93,6 +97,8 @@ module PulpcoreClient
|
|
|
93
97
|
query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
|
|
94
98
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
|
95
99
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
|
100
|
+
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
|
101
|
+
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
|
96
102
|
query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
|
|
97
103
|
query_params[:'repository'] = opts[:'repository'] if !opts[:'repository'].nil?
|
|
98
104
|
query_params[:'repository__in'] = @api_client.build_collection_param(opts[:'repository__in'], :csv) if !opts[:'repository__in'].nil?
|
|
@@ -155,7 +155,9 @@ module PulpcoreClient
|
|
|
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
|
|
158
|
+
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `name` - Name * `-name` - Name (descending) * `description` - Description * `-description` - Description (descending) * `storage_class` - Storage class * `-storage_class` - Storage class (descending) * `storage_settings` - Storage settings * `-storage_settings` - Storage settings (descending) * `redirect_to_object_storage` - Redirect to object storage * `-redirect_to_object_storage` - Redirect to object storage (descending) * `hide_guarded_distributions` - Hide guarded distributions * `-hide_guarded_distributions` - Hide guarded distributions (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
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.
|
|
159
161
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
160
162
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
161
163
|
# @return [PaginatedDomainResponseList]
|
|
@@ -174,7 +176,9 @@ module PulpcoreClient
|
|
|
174
176
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
|
175
177
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
176
178
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
177
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
179
|
+
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `name` - Name * `-name` - Name (descending) * `description` - Description * `-description` - Description (descending) * `storage_class` - Storage class * `-storage_class` - Storage class (descending) * `storage_settings` - Storage settings * `-storage_settings` - Storage settings (descending) * `redirect_to_object_storage` - Redirect to object storage * `-redirect_to_object_storage` - Redirect to object storage (descending) * `hide_guarded_distributions` - Hide guarded distributions * `-hide_guarded_distributions` - Hide guarded distributions (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
180
|
+
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
181
|
+
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
178
182
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
179
183
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
180
184
|
# @return [Array<(PaginatedDomainResponseList, Integer, Hash)>] PaginatedDomainResponseList data, response status code and response headers
|
|
@@ -199,6 +203,8 @@ module PulpcoreClient
|
|
|
199
203
|
query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
|
|
200
204
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
|
201
205
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
|
206
|
+
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
|
207
|
+
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
|
202
208
|
query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
|
|
203
209
|
query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
|
|
204
210
|
|
|
@@ -155,7 +155,9 @@ module PulpcoreClient
|
|
|
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
|
|
158
|
+
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `path` - Path * `-path` - Path (descending) * `method` - Method * `-method` - Method (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
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.
|
|
159
161
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
160
162
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
161
163
|
# @return [PaginatedFilesystemExporterResponseList]
|
|
@@ -174,7 +176,9 @@ module PulpcoreClient
|
|
|
174
176
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
|
175
177
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
176
178
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
177
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
179
|
+
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `path` - Path * `-path` - Path (descending) * `method` - Method * `-method` - Method (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
180
|
+
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
181
|
+
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
178
182
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
179
183
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
180
184
|
# @return [Array<(PaginatedFilesystemExporterResponseList, Integer, Hash)>] PaginatedFilesystemExporterResponseList data, response status code and response headers
|
|
@@ -199,6 +203,8 @@ module PulpcoreClient
|
|
|
199
203
|
query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
|
|
200
204
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
|
201
205
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
|
206
|
+
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
|
207
|
+
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
|
202
208
|
query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
|
|
203
209
|
query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
|
|
204
210
|
|
|
@@ -155,7 +155,9 @@ module PulpcoreClient
|
|
|
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
|
|
158
|
+
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `path` - Path * `-path` - Path (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
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.
|
|
159
161
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
160
162
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
161
163
|
# @return [PaginatedPulpExporterResponseList]
|
|
@@ -174,7 +176,9 @@ module PulpcoreClient
|
|
|
174
176
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
|
175
177
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
176
178
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
177
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
179
|
+
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `path` - Path * `-path` - Path (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
180
|
+
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
181
|
+
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
178
182
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
179
183
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
180
184
|
# @return [Array<(PaginatedPulpExporterResponseList, Integer, Hash)>] PaginatedPulpExporterResponseList data, response status code and response headers
|
|
@@ -199,6 +203,8 @@ module PulpcoreClient
|
|
|
199
203
|
query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
|
|
200
204
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
|
201
205
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
|
206
|
+
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
|
207
|
+
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
|
202
208
|
query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
|
|
203
209
|
query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
|
|
204
210
|
|
|
@@ -223,7 +223,9 @@ module PulpcoreClient
|
|
|
223
223
|
# @option opts [String] :name__iexact Filter results where name matches value
|
|
224
224
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
|
225
225
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
226
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
226
|
+
# @option opts [Array<String>] :ordering Ordering * `id` - Id * `-id` - Id (descending) * `name` - Name * `-name` - Name (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
227
|
+
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
228
|
+
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
227
229
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
228
230
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
229
231
|
# @return [PaginatedGroupResponseList]
|
|
@@ -244,7 +246,9 @@ module PulpcoreClient
|
|
|
244
246
|
# @option opts [String] :name__iexact Filter results where name matches value
|
|
245
247
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
|
246
248
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
247
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
249
|
+
# @option opts [Array<String>] :ordering Ordering * `id` - Id * `-id` - Id (descending) * `name` - Name * `-name` - Name (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
250
|
+
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
251
|
+
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
248
252
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
249
253
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
250
254
|
# @return [Array<(PaginatedGroupResponseList, Integer, Hash)>] PaginatedGroupResponseList data, response status code and response headers
|
|
@@ -271,6 +275,8 @@ module PulpcoreClient
|
|
|
271
275
|
query_params[:'name__in'] = @api_client.build_collection_param(opts[:'name__in'], :csv) if !opts[:'name__in'].nil?
|
|
272
276
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
|
273
277
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
|
278
|
+
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
|
279
|
+
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
|
274
280
|
query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
|
|
275
281
|
query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
|
|
276
282
|
|
|
@@ -157,7 +157,9 @@ module PulpcoreClient
|
|
|
157
157
|
# @option opts [String] :domain Foreign Key referenced by HREF
|
|
158
158
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
159
159
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
160
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
160
|
+
# @option opts [Array<String>] :ordering Ordering * `role` - Role * `-role` - Role (descending) * `description` - Description * `-description` - Description (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
161
|
+
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
162
|
+
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
161
163
|
# @option opts [String] :role
|
|
162
164
|
# @option opts [String] :role__contains
|
|
163
165
|
# @option opts [String] :role__icontains
|
|
@@ -179,7 +181,9 @@ module PulpcoreClient
|
|
|
179
181
|
# @option opts [String] :domain Foreign Key referenced by HREF
|
|
180
182
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
181
183
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
182
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
184
|
+
# @option opts [Array<String>] :ordering Ordering * `role` - Role * `-role` - Role (descending) * `description` - Description * `-description` - Description (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
185
|
+
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
186
|
+
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
183
187
|
# @option opts [String] :role
|
|
184
188
|
# @option opts [String] :role__contains
|
|
185
189
|
# @option opts [String] :role__icontains
|
|
@@ -210,6 +214,8 @@ module PulpcoreClient
|
|
|
210
214
|
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
|
211
215
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
|
212
216
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
|
217
|
+
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
|
218
|
+
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
|
213
219
|
query_params[:'role'] = opts[:'role'] if !opts[:'role'].nil?
|
|
214
220
|
query_params[:'role__contains'] = opts[:'role__contains'] if !opts[:'role__contains'].nil?
|
|
215
221
|
query_params[:'role__icontains'] = opts[:'role__icontains'] if !opts[:'role__icontains'].nil?
|
|
@@ -153,7 +153,9 @@ module PulpcoreClient
|
|
|
153
153
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
|
154
154
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
155
155
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
156
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
156
|
+
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
157
|
+
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
158
|
+
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
157
159
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
158
160
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
159
161
|
# @return [PaginatedPulpImporterResponseList]
|
|
@@ -172,7 +174,9 @@ module PulpcoreClient
|
|
|
172
174
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
|
173
175
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
174
176
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
175
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
177
|
+
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
178
|
+
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
179
|
+
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
176
180
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
177
181
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
178
182
|
# @return [Array<(PaginatedPulpImporterResponseList, Integer, Hash)>] PaginatedPulpImporterResponseList data, response status code and response headers
|
|
@@ -197,6 +201,8 @@ module PulpcoreClient
|
|
|
197
201
|
query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
|
|
198
202
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
|
199
203
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
|
204
|
+
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
|
205
|
+
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
|
200
206
|
query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
|
|
201
207
|
query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
|
|
202
208
|
|
|
@@ -20,19 +20,22 @@ module PulpcoreClient
|
|
|
20
20
|
@api_client = api_client
|
|
21
21
|
end
|
|
22
22
|
# List publications
|
|
23
|
-
# A
|
|
23
|
+
# A base class for any publication viewset.
|
|
24
24
|
# @param [Hash] opts the optional parameters
|
|
25
25
|
# @option opts [String] :content Content Unit referenced by HREF
|
|
26
26
|
# @option opts [String] :content__in Content Unit referenced by HREF
|
|
27
27
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
28
28
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
29
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
29
|
+
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `complete` - Complete * `-complete` - Complete (descending) * `pass_through` - Pass through * `-pass_through` - Pass through (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
30
30
|
# @option opts [DateTime] :pulp_created Filter results where pulp_created matches value
|
|
31
31
|
# @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
|
|
32
32
|
# @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
|
|
33
33
|
# @option opts [DateTime] :pulp_created__lt Filter results where pulp_created is less than value
|
|
34
34
|
# @option opts [DateTime] :pulp_created__lte Filter results where pulp_created is less than or equal to value
|
|
35
35
|
# @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
|
|
36
|
+
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
37
|
+
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
38
|
+
# @option opts [Array<String>] :pulp_type__in Pulp type is in * `file.file` - file.file
|
|
36
39
|
# @option opts [String] :repository Repository referenced by HREF
|
|
37
40
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
|
38
41
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
@@ -44,19 +47,22 @@ module PulpcoreClient
|
|
|
44
47
|
end
|
|
45
48
|
|
|
46
49
|
# List publications
|
|
47
|
-
# A
|
|
50
|
+
# A base class for any publication viewset.
|
|
48
51
|
# @param [Hash] opts the optional parameters
|
|
49
52
|
# @option opts [String] :content Content Unit referenced by HREF
|
|
50
53
|
# @option opts [String] :content__in Content Unit referenced by HREF
|
|
51
54
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
52
55
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
53
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
56
|
+
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `complete` - Complete * `-complete` - Complete (descending) * `pass_through` - Pass through * `-pass_through` - Pass through (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
54
57
|
# @option opts [DateTime] :pulp_created Filter results where pulp_created matches value
|
|
55
58
|
# @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
|
|
56
59
|
# @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
|
|
57
60
|
# @option opts [DateTime] :pulp_created__lt Filter results where pulp_created is less than value
|
|
58
61
|
# @option opts [DateTime] :pulp_created__lte Filter results where pulp_created is less than or equal to value
|
|
59
62
|
# @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
|
|
63
|
+
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
64
|
+
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
65
|
+
# @option opts [Array<String>] :pulp_type__in Pulp type is in * `file.file` - file.file
|
|
60
66
|
# @option opts [String] :repository Repository referenced by HREF
|
|
61
67
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
|
62
68
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
@@ -70,6 +76,10 @@ module PulpcoreClient
|
|
|
70
76
|
if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
|
|
71
77
|
fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
|
|
72
78
|
end
|
|
79
|
+
allowable_values = ["file.file"]
|
|
80
|
+
if @api_client.config.client_side_validation && opts[:'pulp_type__in'] && !opts[:'pulp_type__in'].all? { |item| allowable_values.include?(item) }
|
|
81
|
+
fail ArgumentError, "invalid value for \"pulp_type__in\", must include one of #{allowable_values}"
|
|
82
|
+
end
|
|
73
83
|
# resource path
|
|
74
84
|
local_var_path = '/pulp/api/v3/publications/'
|
|
75
85
|
|
|
@@ -86,6 +96,9 @@ module PulpcoreClient
|
|
|
86
96
|
query_params[:'pulp_created__lt'] = opts[:'pulp_created__lt'] if !opts[:'pulp_created__lt'].nil?
|
|
87
97
|
query_params[:'pulp_created__lte'] = opts[:'pulp_created__lte'] if !opts[:'pulp_created__lte'].nil?
|
|
88
98
|
query_params[:'pulp_created__range'] = @api_client.build_collection_param(opts[:'pulp_created__range'], :csv) if !opts[:'pulp_created__range'].nil?
|
|
99
|
+
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
|
100
|
+
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
|
101
|
+
query_params[:'pulp_type__in'] = @api_client.build_collection_param(opts[:'pulp_type__in'], :csv) if !opts[:'pulp_type__in'].nil?
|
|
89
102
|
query_params[:'repository'] = opts[:'repository'] if !opts[:'repository'].nil?
|
|
90
103
|
query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
|
|
91
104
|
query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
|
|
@@ -29,7 +29,9 @@ module PulpcoreClient
|
|
|
29
29
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
|
30
30
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
31
31
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
32
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
32
|
+
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `url` - Url * `-url` - Url (descending) * `ca_cert` - Ca cert * `-ca_cert` - Ca cert (descending) * `client_cert` - Client cert * `-client_cert` - Client cert (descending) * `client_key` - Client key * `-client_key` - Client key (descending) * `tls_validation` - Tls validation * `-tls_validation` - Tls validation (descending) * `username` - Username * `-username` - Username (descending) * `password` - Password * `-password` - Password (descending) * `proxy_url` - Proxy url * `-proxy_url` - Proxy url (descending) * `proxy_username` - Proxy username * `-proxy_username` - Proxy username (descending) * `proxy_password` - Proxy password * `-proxy_password` - Proxy password (descending) * `download_concurrency` - Download concurrency * `-download_concurrency` - Download concurrency (descending) * `max_retries` - Max retries * `-max_retries` - Max retries (descending) * `policy` - Policy * `-policy` - Policy (descending) * `total_timeout` - Total timeout * `-total_timeout` - Total timeout (descending) * `connect_timeout` - Connect timeout * `-connect_timeout` - Connect timeout (descending) * `sock_connect_timeout` - Sock connect timeout * `-sock_connect_timeout` - Sock connect timeout (descending) * `sock_read_timeout` - Sock read timeout * `-sock_read_timeout` - Sock read timeout (descending) * `headers` - Headers * `-headers` - Headers (descending) * `rate_limit` - Rate limit * `-rate_limit` - Rate limit (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
33
|
+
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
34
|
+
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
33
35
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
34
36
|
# @option opts [DateTime] :pulp_last_updated Filter results where pulp_last_updated matches value
|
|
35
37
|
# @option opts [DateTime] :pulp_last_updated__gt Filter results where pulp_last_updated is greater than value
|
|
@@ -37,6 +39,7 @@ module PulpcoreClient
|
|
|
37
39
|
# @option opts [DateTime] :pulp_last_updated__lt Filter results where pulp_last_updated is less than value
|
|
38
40
|
# @option opts [DateTime] :pulp_last_updated__lte Filter results where pulp_last_updated is less than or equal to value
|
|
39
41
|
# @option opts [Array<DateTime>] :pulp_last_updated__range Filter results where pulp_last_updated is between two comma separated values
|
|
42
|
+
# @option opts [Array<String>] :pulp_type__in Pulp type is in * `file.file` - file.file
|
|
40
43
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
41
44
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
42
45
|
# @return [PaginatedRemoteResponseList]
|
|
@@ -55,7 +58,9 @@ module PulpcoreClient
|
|
|
55
58
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
|
56
59
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
57
60
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
58
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
61
|
+
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `url` - Url * `-url` - Url (descending) * `ca_cert` - Ca cert * `-ca_cert` - Ca cert (descending) * `client_cert` - Client cert * `-client_cert` - Client cert (descending) * `client_key` - Client key * `-client_key` - Client key (descending) * `tls_validation` - Tls validation * `-tls_validation` - Tls validation (descending) * `username` - Username * `-username` - Username (descending) * `password` - Password * `-password` - Password (descending) * `proxy_url` - Proxy url * `-proxy_url` - Proxy url (descending) * `proxy_username` - Proxy username * `-proxy_username` - Proxy username (descending) * `proxy_password` - Proxy password * `-proxy_password` - Proxy password (descending) * `download_concurrency` - Download concurrency * `-download_concurrency` - Download concurrency (descending) * `max_retries` - Max retries * `-max_retries` - Max retries (descending) * `policy` - Policy * `-policy` - Policy (descending) * `total_timeout` - Total timeout * `-total_timeout` - Total timeout (descending) * `connect_timeout` - Connect timeout * `-connect_timeout` - Connect timeout (descending) * `sock_connect_timeout` - Sock connect timeout * `-sock_connect_timeout` - Sock connect timeout (descending) * `sock_read_timeout` - Sock read timeout * `-sock_read_timeout` - Sock read timeout (descending) * `headers` - Headers * `-headers` - Headers (descending) * `rate_limit` - Rate limit * `-rate_limit` - Rate limit (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
62
|
+
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
63
|
+
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
59
64
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
60
65
|
# @option opts [DateTime] :pulp_last_updated Filter results where pulp_last_updated matches value
|
|
61
66
|
# @option opts [DateTime] :pulp_last_updated__gt Filter results where pulp_last_updated is greater than value
|
|
@@ -63,6 +68,7 @@ module PulpcoreClient
|
|
|
63
68
|
# @option opts [DateTime] :pulp_last_updated__lt Filter results where pulp_last_updated is less than value
|
|
64
69
|
# @option opts [DateTime] :pulp_last_updated__lte Filter results where pulp_last_updated is less than or equal to value
|
|
65
70
|
# @option opts [Array<DateTime>] :pulp_last_updated__range Filter results where pulp_last_updated is between two comma separated values
|
|
71
|
+
# @option opts [Array<String>] :pulp_type__in Pulp type is in * `file.file` - file.file
|
|
66
72
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
67
73
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
68
74
|
# @return [Array<(PaginatedRemoteResponseList, Integer, Hash)>] PaginatedRemoteResponseList data, response status code and response headers
|
|
@@ -74,6 +80,10 @@ module PulpcoreClient
|
|
|
74
80
|
if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
|
|
75
81
|
fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
|
|
76
82
|
end
|
|
83
|
+
allowable_values = ["file.file"]
|
|
84
|
+
if @api_client.config.client_side_validation && opts[:'pulp_type__in'] && !opts[:'pulp_type__in'].all? { |item| allowable_values.include?(item) }
|
|
85
|
+
fail ArgumentError, "invalid value for \"pulp_type__in\", must include one of #{allowable_values}"
|
|
86
|
+
end
|
|
77
87
|
# resource path
|
|
78
88
|
local_var_path = '/pulp/api/v3/remotes/'
|
|
79
89
|
|
|
@@ -87,6 +97,8 @@ module PulpcoreClient
|
|
|
87
97
|
query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
|
|
88
98
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
|
89
99
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
|
100
|
+
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
|
101
|
+
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
|
90
102
|
query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
|
|
91
103
|
query_params[:'pulp_last_updated'] = opts[:'pulp_last_updated'] if !opts[:'pulp_last_updated'].nil?
|
|
92
104
|
query_params[:'pulp_last_updated__gt'] = opts[:'pulp_last_updated__gt'] if !opts[:'pulp_last_updated__gt'].nil?
|
|
@@ -94,6 +106,7 @@ module PulpcoreClient
|
|
|
94
106
|
query_params[:'pulp_last_updated__lt'] = opts[:'pulp_last_updated__lt'] if !opts[:'pulp_last_updated__lt'].nil?
|
|
95
107
|
query_params[:'pulp_last_updated__lte'] = opts[:'pulp_last_updated__lte'] if !opts[:'pulp_last_updated__lte'].nil?
|
|
96
108
|
query_params[:'pulp_last_updated__range'] = @api_client.build_collection_param(opts[:'pulp_last_updated__range'], :csv) if !opts[:'pulp_last_updated__range'].nil?
|
|
109
|
+
query_params[:'pulp_type__in'] = @api_client.build_collection_param(opts[:'pulp_type__in'], :csv) if !opts[:'pulp_type__in'].nil?
|
|
97
110
|
query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
|
|
98
111
|
query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
|
|
99
112
|
|
|
@@ -29,8 +29,11 @@ module PulpcoreClient
|
|
|
29
29
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
|
30
30
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
31
31
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
32
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
32
|
+
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `description` - Description * `-description` - Description (descending) * `next_version` - Next version * `-next_version` - Next version (descending) * `retain_repo_versions` - Retain repo versions * `-retain_repo_versions` - Retain repo versions (descending) * `user_hidden` - User hidden * `-user_hidden` - User hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
33
|
+
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
34
|
+
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
33
35
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
36
|
+
# @option opts [Array<String>] :pulp_type__in Pulp type is in * `file.file` - file.file
|
|
34
37
|
# @option opts [String] :remote Foreign Key referenced by HREF
|
|
35
38
|
# @option opts [Integer] :retain_repo_versions Filter results where retain_repo_versions matches value
|
|
36
39
|
# @option opts [Integer] :retain_repo_versions__gt Filter results where retain_repo_versions is greater than value
|
|
@@ -58,8 +61,11 @@ module PulpcoreClient
|
|
|
58
61
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
|
59
62
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
60
63
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
61
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
64
|
+
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `description` - Description * `-description` - Description (descending) * `next_version` - Next version * `-next_version` - Next version (descending) * `retain_repo_versions` - Retain repo versions * `-retain_repo_versions` - Retain repo versions (descending) * `user_hidden` - User hidden * `-user_hidden` - User hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
65
|
+
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
66
|
+
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
62
67
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
68
|
+
# @option opts [Array<String>] :pulp_type__in Pulp type is in * `file.file` - file.file
|
|
63
69
|
# @option opts [String] :remote Foreign Key referenced by HREF
|
|
64
70
|
# @option opts [Integer] :retain_repo_versions Filter results where retain_repo_versions matches value
|
|
65
71
|
# @option opts [Integer] :retain_repo_versions__gt Filter results where retain_repo_versions is greater than value
|
|
@@ -80,6 +86,10 @@ module PulpcoreClient
|
|
|
80
86
|
if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
|
|
81
87
|
fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
|
|
82
88
|
end
|
|
89
|
+
allowable_values = ["file.file"]
|
|
90
|
+
if @api_client.config.client_side_validation && opts[:'pulp_type__in'] && !opts[:'pulp_type__in'].all? { |item| allowable_values.include?(item) }
|
|
91
|
+
fail ArgumentError, "invalid value for \"pulp_type__in\", must include one of #{allowable_values}"
|
|
92
|
+
end
|
|
83
93
|
# resource path
|
|
84
94
|
local_var_path = '/pulp/api/v3/repositories/'
|
|
85
95
|
|
|
@@ -93,7 +103,10 @@ module PulpcoreClient
|
|
|
93
103
|
query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
|
|
94
104
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
|
95
105
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
|
106
|
+
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
|
107
|
+
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
|
96
108
|
query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
|
|
109
|
+
query_params[:'pulp_type__in'] = @api_client.build_collection_param(opts[:'pulp_type__in'], :csv) if !opts[:'pulp_type__in'].nil?
|
|
97
110
|
query_params[:'remote'] = opts[:'remote'] if !opts[:'remote'].nil?
|
|
98
111
|
query_params[:'retain_repo_versions'] = opts[:'retain_repo_versions'] if !opts[:'retain_repo_versions'].nil?
|
|
99
112
|
query_params[:'retain_repo_versions__gt'] = opts[:'retain_repo_versions__gt'] if !opts[:'retain_repo_versions__gt'].nil?
|
|
@@ -20,6 +20,7 @@ module PulpcoreClient
|
|
|
20
20
|
@api_client = api_client
|
|
21
21
|
end
|
|
22
22
|
# List repository versions
|
|
23
|
+
# A mixin to hold the shared get_queryset logic used by RepositoryVersionViewSets.
|
|
23
24
|
# @param [Hash] opts the optional parameters
|
|
24
25
|
# @option opts [String] :content Content Unit referenced by HREF
|
|
25
26
|
# @option opts [String] :content__in Content Unit referenced by HREF
|
|
@@ -31,13 +32,14 @@ module PulpcoreClient
|
|
|
31
32
|
# @option opts [Integer] :number__lte Filter results where number is less than or equal to value
|
|
32
33
|
# @option opts [Array<Integer>] :number__range Filter results where number is between two comma separated values
|
|
33
34
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
34
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
35
|
+
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
35
36
|
# @option opts [DateTime] :pulp_created Filter results where pulp_created matches value
|
|
36
37
|
# @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
|
|
37
38
|
# @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
|
|
38
39
|
# @option opts [DateTime] :pulp_created__lt Filter results where pulp_created is less than value
|
|
39
40
|
# @option opts [DateTime] :pulp_created__lte Filter results where pulp_created is less than or equal to value
|
|
40
41
|
# @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
|
|
42
|
+
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
41
43
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
42
44
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
43
45
|
# @return [PaginatedRepositoryVersionResponseList]
|
|
@@ -47,6 +49,7 @@ module PulpcoreClient
|
|
|
47
49
|
end
|
|
48
50
|
|
|
49
51
|
# List repository versions
|
|
52
|
+
# A mixin to hold the shared get_queryset logic used by RepositoryVersionViewSets.
|
|
50
53
|
# @param [Hash] opts the optional parameters
|
|
51
54
|
# @option opts [String] :content Content Unit referenced by HREF
|
|
52
55
|
# @option opts [String] :content__in Content Unit referenced by HREF
|
|
@@ -58,13 +61,14 @@ module PulpcoreClient
|
|
|
58
61
|
# @option opts [Integer] :number__lte Filter results where number is less than or equal to value
|
|
59
62
|
# @option opts [Array<Integer>] :number__range Filter results where number is between two comma separated values
|
|
60
63
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
61
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
64
|
+
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
62
65
|
# @option opts [DateTime] :pulp_created Filter results where pulp_created matches value
|
|
63
66
|
# @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
|
|
64
67
|
# @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
|
|
65
68
|
# @option opts [DateTime] :pulp_created__lt Filter results where pulp_created is less than value
|
|
66
69
|
# @option opts [DateTime] :pulp_created__lte Filter results where pulp_created is less than or equal to value
|
|
67
70
|
# @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
|
|
71
|
+
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
68
72
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
69
73
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
70
74
|
# @return [Array<(PaginatedRepositoryVersionResponseList, Integer, Hash)>] PaginatedRepositoryVersionResponseList data, response status code and response headers
|
|
@@ -98,6 +102,7 @@ module PulpcoreClient
|
|
|
98
102
|
query_params[:'pulp_created__lt'] = opts[:'pulp_created__lt'] if !opts[:'pulp_created__lt'].nil?
|
|
99
103
|
query_params[:'pulp_created__lte'] = opts[:'pulp_created__lte'] if !opts[:'pulp_created__lte'].nil?
|
|
100
104
|
query_params[:'pulp_created__range'] = @api_client.build_collection_param(opts[:'pulp_created__range'], :csv) if !opts[:'pulp_created__range'].nil?
|
|
105
|
+
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
|
101
106
|
query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
|
|
102
107
|
query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
|
|
103
108
|
|
|
@@ -160,7 +160,9 @@ module PulpcoreClient
|
|
|
160
160
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
|
161
161
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
162
162
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
163
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
163
|
+
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `name` - Name * `-name` - Name (descending) * `description` - Description * `-description` - Description (descending) * `locked` - Locked * `-locked` - Locked (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
164
|
+
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
165
|
+
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
164
166
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
165
167
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
166
168
|
# @return [PaginatedRoleResponseList]
|
|
@@ -186,7 +188,9 @@ module PulpcoreClient
|
|
|
186
188
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
|
187
189
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
188
190
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
189
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
191
|
+
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `name` - Name * `-name` - Name (descending) * `description` - Description * `-description` - Description (descending) * `locked` - Locked * `-locked` - Locked (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
192
|
+
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
193
|
+
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
190
194
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
191
195
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
192
196
|
# @return [Array<(PaginatedRoleResponseList, Integer, Hash)>] PaginatedRoleResponseList data, response status code and response headers
|
|
@@ -218,6 +222,8 @@ module PulpcoreClient
|
|
|
218
222
|
query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
|
|
219
223
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
|
220
224
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
|
225
|
+
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
|
226
|
+
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
|
221
227
|
query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
|
|
222
228
|
query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
|
|
223
229
|
|