pulpcore_client 3.61.0 → 3.63.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 +5 -4
- data/docs/AccessPoliciesApi.md +2 -0
- data/docs/AccessPolicyResponse.md +2 -0
- data/docs/ArtifactDistributionResponse.md +13 -11
- data/docs/ArtifactResponse.md +2 -0
- data/docs/ArtifactsApi.md +4 -2
- data/docs/CompositeContentGuardResponse.md +2 -0
- data/docs/ContentApi.md +8 -6
- data/docs/ContentGuardResponse.md +2 -0
- data/docs/ContentRedirectContentGuardResponse.md +2 -0
- data/docs/ContentguardsApi.md +2 -0
- data/docs/ContentguardsCompositeApi.md +2 -0
- data/docs/ContentguardsContentRedirectApi.md +2 -0
- data/docs/ContentguardsHeaderApi.md +2 -0
- data/docs/ContentguardsRbacApi.md +2 -0
- data/docs/DistributionResponse.md +2 -0
- data/docs/DistributionsApi.md +2 -0
- data/docs/DistributionsArtifactsApi.md +2 -0
- data/docs/DomainResponse.md +2 -0
- data/docs/DomainsApi.md +2 -0
- data/docs/ExportersFilesystemApi.md +2 -0
- data/docs/ExportersPulpApi.md +2 -0
- data/docs/FilesystemExportResponse.md +2 -0
- data/docs/FilesystemExporterResponse.md +2 -0
- data/docs/GroupResponse.md +2 -0
- data/docs/GroupRoleResponse.md +2 -0
- data/docs/GroupUserResponse.md +3 -1
- data/docs/GroupsApi.md +2 -0
- data/docs/GroupsRolesApi.md +2 -0
- data/docs/HeaderContentGuardResponse.md +2 -0
- data/docs/ImportResponse.md +2 -0
- data/docs/ImportersPulpApi.md +2 -0
- data/docs/MinimalTaskResponse.md +2 -0
- data/docs/MultipleArtifactContentResponse.md +2 -0
- data/docs/PatchedUpstreamPulp.md +2 -2
- data/docs/PublicationResponse.md +2 -0
- data/docs/PublicationsApi.md +10 -8
- data/docs/PulpExportResponse.md +2 -0
- data/docs/PulpExporterResponse.md +2 -0
- data/docs/PulpImporterResponse.md +2 -0
- data/docs/RBACContentGuardResponse.md +2 -0
- data/docs/RemoteResponse.md +2 -0
- data/docs/RemotesApi.md +2 -0
- data/docs/RepositoriesApi.md +6 -4
- data/docs/RepositoryResponse.md +2 -0
- data/docs/RepositoryVersionResponse.md +2 -0
- data/docs/RepositoryVersionsApi.md +6 -4
- data/docs/RoleResponse.md +2 -0
- data/docs/RolesApi.md +2 -0
- data/docs/SigningServiceResponse.md +2 -0
- data/docs/SigningServicesApi.md +2 -0
- data/docs/TaskGroupResponse.md +2 -0
- data/docs/TaskResponse.md +2 -0
- data/docs/TaskScheduleResponse.md +2 -0
- data/docs/TaskSchedulesApi.md +2 -0
- data/docs/TasksApi.md +2 -0
- data/docs/UploadDetailResponse.md +2 -0
- data/docs/UploadResponse.md +2 -0
- data/docs/UploadsApi.md +2 -0
- data/docs/UpstreamPulp.md +2 -2
- data/docs/UpstreamPulpResponse.md +4 -2
- data/docs/UpstreamPulpsApi.md +58 -0
- data/docs/UserGroupResponse.md +3 -1
- data/docs/UserResponse.md +2 -0
- data/docs/UserRoleResponse.md +2 -0
- data/docs/UsersApi.md +2 -0
- data/docs/UsersRolesApi.md +2 -0
- data/docs/WorkerResponse.md +2 -0
- data/docs/WorkersApi.md +2 -0
- data/lib/pulpcore_client/api/access_policies_api.rb +3 -0
- data/lib/pulpcore_client/api/artifacts_api.rb +5 -2
- data/lib/pulpcore_client/api/content_api.rb +9 -6
- data/lib/pulpcore_client/api/contentguards_api.rb +3 -0
- data/lib/pulpcore_client/api/contentguards_composite_api.rb +3 -0
- data/lib/pulpcore_client/api/contentguards_content_redirect_api.rb +3 -0
- data/lib/pulpcore_client/api/contentguards_header_api.rb +3 -0
- data/lib/pulpcore_client/api/contentguards_rbac_api.rb +3 -0
- data/lib/pulpcore_client/api/distributions_api.rb +3 -0
- data/lib/pulpcore_client/api/distributions_artifacts_api.rb +3 -0
- data/lib/pulpcore_client/api/domains_api.rb +3 -0
- data/lib/pulpcore_client/api/exporters_filesystem_api.rb +3 -0
- data/lib/pulpcore_client/api/exporters_pulp_api.rb +3 -0
- data/lib/pulpcore_client/api/groups_api.rb +3 -0
- data/lib/pulpcore_client/api/groups_roles_api.rb +3 -0
- data/lib/pulpcore_client/api/importers_pulp_api.rb +3 -0
- data/lib/pulpcore_client/api/publications_api.rb +12 -9
- data/lib/pulpcore_client/api/remotes_api.rb +3 -0
- data/lib/pulpcore_client/api/repositories_api.rb +7 -4
- data/lib/pulpcore_client/api/repository_versions_api.rb +8 -5
- data/lib/pulpcore_client/api/roles_api.rb +3 -0
- data/lib/pulpcore_client/api/signing_services_api.rb +3 -0
- data/lib/pulpcore_client/api/task_schedules_api.rb +3 -0
- data/lib/pulpcore_client/api/tasks_api.rb +3 -0
- data/lib/pulpcore_client/api/uploads_api.rb +3 -0
- data/lib/pulpcore_client/api/upstream_pulps_api.rb +91 -0
- data/lib/pulpcore_client/api/users_api.rb +3 -0
- data/lib/pulpcore_client/api/users_roles_api.rb +3 -0
- data/lib/pulpcore_client/api/workers_api.rb +3 -0
- data/lib/pulpcore_client/models/access_policy_response.rb +11 -1
- data/lib/pulpcore_client/models/artifact_distribution_response.rb +62 -52
- data/lib/pulpcore_client/models/artifact_response.rb +11 -1
- data/lib/pulpcore_client/models/composite_content_guard_response.rb +11 -1
- data/lib/pulpcore_client/models/content_guard_response.rb +11 -1
- data/lib/pulpcore_client/models/content_redirect_content_guard_response.rb +11 -1
- data/lib/pulpcore_client/models/distribution_response.rb +11 -1
- data/lib/pulpcore_client/models/domain_response.rb +11 -1
- data/lib/pulpcore_client/models/filesystem_export_response.rb +11 -1
- data/lib/pulpcore_client/models/filesystem_exporter_response.rb +11 -1
- data/lib/pulpcore_client/models/group_response.rb +10 -1
- data/lib/pulpcore_client/models/group_role_response.rb +11 -1
- data/lib/pulpcore_client/models/group_user_response.rb +13 -4
- data/lib/pulpcore_client/models/header_content_guard_response.rb +11 -1
- data/lib/pulpcore_client/models/import_response.rb +11 -1
- data/lib/pulpcore_client/models/minimal_task_response.rb +11 -1
- data/lib/pulpcore_client/models/multiple_artifact_content_response.rb +11 -1
- data/lib/pulpcore_client/models/patched_upstream_pulp.rb +9 -9
- data/lib/pulpcore_client/models/publication_response.rb +11 -1
- data/lib/pulpcore_client/models/pulp_export_response.rb +11 -1
- data/lib/pulpcore_client/models/pulp_exporter_response.rb +11 -1
- data/lib/pulpcore_client/models/pulp_importer_response.rb +11 -1
- data/lib/pulpcore_client/models/rbac_content_guard_response.rb +11 -1
- data/lib/pulpcore_client/models/remote_response.rb +11 -1
- data/lib/pulpcore_client/models/repository_response.rb +11 -1
- data/lib/pulpcore_client/models/repository_version_response.rb +11 -1
- data/lib/pulpcore_client/models/role_response.rb +11 -1
- data/lib/pulpcore_client/models/signing_service_response.rb +11 -1
- data/lib/pulpcore_client/models/task_group_response.rb +11 -1
- data/lib/pulpcore_client/models/task_response.rb +11 -1
- data/lib/pulpcore_client/models/task_schedule_response.rb +11 -1
- data/lib/pulpcore_client/models/upload_detail_response.rb +11 -1
- data/lib/pulpcore_client/models/upload_response.rb +11 -1
- data/lib/pulpcore_client/models/upstream_pulp.rb +9 -9
- data/lib/pulpcore_client/models/upstream_pulp_response.rb +19 -9
- data/lib/pulpcore_client/models/user_group_response.rb +13 -4
- data/lib/pulpcore_client/models/user_response.rb +10 -1
- data/lib/pulpcore_client/models/user_role_response.rb +11 -1
- data/lib/pulpcore_client/models/worker_response.rb +11 -1
- data/lib/pulpcore_client/version.rb +1 -1
- data/spec/api/access_policies_api_spec.rb +1 -0
- data/spec/api/artifacts_api_spec.rb +2 -1
- data/spec/api/content_api_spec.rb +4 -3
- data/spec/api/contentguards_api_spec.rb +1 -0
- data/spec/api/contentguards_composite_api_spec.rb +1 -0
- data/spec/api/contentguards_content_redirect_api_spec.rb +1 -0
- data/spec/api/contentguards_header_api_spec.rb +1 -0
- data/spec/api/contentguards_rbac_api_spec.rb +1 -0
- data/spec/api/distributions_api_spec.rb +1 -0
- data/spec/api/distributions_artifacts_api_spec.rb +1 -0
- data/spec/api/domains_api_spec.rb +1 -0
- data/spec/api/exporters_filesystem_api_spec.rb +1 -0
- data/spec/api/exporters_pulp_api_spec.rb +1 -0
- data/spec/api/groups_api_spec.rb +1 -0
- data/spec/api/groups_roles_api_spec.rb +1 -0
- data/spec/api/importers_pulp_api_spec.rb +1 -0
- data/spec/api/publications_api_spec.rb +5 -4
- data/spec/api/remotes_api_spec.rb +1 -0
- data/spec/api/repositories_api_spec.rb +3 -2
- data/spec/api/repository_versions_api_spec.rb +3 -2
- data/spec/api/roles_api_spec.rb +1 -0
- data/spec/api/signing_services_api_spec.rb +1 -0
- data/spec/api/task_schedules_api_spec.rb +1 -0
- data/spec/api/tasks_api_spec.rb +1 -0
- data/spec/api/uploads_api_spec.rb +1 -0
- data/spec/api/upstream_pulps_api_spec.rb +29 -0
- data/spec/api/users_api_spec.rb +1 -0
- data/spec/api/users_roles_api_spec.rb +1 -0
- data/spec/api/workers_api_spec.rb +1 -0
- data/spec/models/access_policy_response_spec.rb +6 -0
- data/spec/models/artifact_distribution_response_spec.rb +14 -8
- data/spec/models/artifact_response_spec.rb +6 -0
- data/spec/models/composite_content_guard_response_spec.rb +6 -0
- data/spec/models/content_guard_response_spec.rb +6 -0
- data/spec/models/content_redirect_content_guard_response_spec.rb +6 -0
- data/spec/models/distribution_response_spec.rb +6 -0
- data/spec/models/domain_response_spec.rb +6 -0
- data/spec/models/filesystem_export_response_spec.rb +6 -0
- data/spec/models/filesystem_exporter_response_spec.rb +6 -0
- data/spec/models/group_response_spec.rb +6 -0
- data/spec/models/group_role_response_spec.rb +6 -0
- data/spec/models/group_user_response_spec.rb +6 -0
- data/spec/models/header_content_guard_response_spec.rb +6 -0
- data/spec/models/import_response_spec.rb +6 -0
- data/spec/models/minimal_task_response_spec.rb +6 -0
- data/spec/models/multiple_artifact_content_response_spec.rb +6 -0
- data/spec/models/patched_upstream_pulp_spec.rb +1 -1
- data/spec/models/publication_response_spec.rb +6 -0
- data/spec/models/pulp_export_response_spec.rb +6 -0
- data/spec/models/pulp_exporter_response_spec.rb +6 -0
- data/spec/models/pulp_importer_response_spec.rb +6 -0
- data/spec/models/rbac_content_guard_response_spec.rb +6 -0
- data/spec/models/remote_response_spec.rb +6 -0
- data/spec/models/repository_response_spec.rb +6 -0
- data/spec/models/repository_version_response_spec.rb +6 -0
- data/spec/models/role_response_spec.rb +6 -0
- data/spec/models/signing_service_response_spec.rb +6 -0
- data/spec/models/task_group_response_spec.rb +6 -0
- data/spec/models/task_response_spec.rb +6 -0
- data/spec/models/task_schedule_response_spec.rb +6 -0
- data/spec/models/upload_detail_response_spec.rb +6 -0
- data/spec/models/upload_response_spec.rb +6 -0
- data/spec/models/upstream_pulp_response_spec.rb +7 -1
- data/spec/models/upstream_pulp_spec.rb +1 -1
- data/spec/models/user_group_response_spec.rb +6 -0
- data/spec/models/user_response_spec.rb +6 -0
- data/spec/models/user_role_response_spec.rb +6 -0
- data/spec/models/worker_response_spec.rb +6 -0
- metadata +2 -2
|
@@ -38,6 +38,7 @@ module PulpcoreClient
|
|
|
38
38
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
39
39
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
40
40
|
# @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) * `hidden` - Hidden * `-hidden` - Hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
41
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
41
42
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
42
43
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
43
44
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
@@ -72,6 +73,7 @@ module PulpcoreClient
|
|
|
72
73
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
73
74
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
74
75
|
# @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) * `hidden` - Hidden * `-hidden` - Hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
76
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
75
77
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
76
78
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
77
79
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
@@ -111,6 +113,7 @@ module PulpcoreClient
|
|
|
111
113
|
query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
|
|
112
114
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
|
113
115
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
|
116
|
+
query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
|
|
114
117
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
|
115
118
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
|
116
119
|
query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
|
|
@@ -160,6 +160,7 @@ module PulpcoreClient
|
|
|
160
160
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
161
161
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
162
162
|
# @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)
|
|
163
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
163
164
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
164
165
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
165
166
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
@@ -186,6 +187,7 @@ module PulpcoreClient
|
|
|
186
187
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
187
188
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
188
189
|
# @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)
|
|
190
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
189
191
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
190
192
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
191
193
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
@@ -217,6 +219,7 @@ module PulpcoreClient
|
|
|
217
219
|
query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
|
|
218
220
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
|
219
221
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
|
222
|
+
query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
|
|
220
223
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
|
221
224
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
|
222
225
|
query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
|
|
@@ -160,6 +160,7 @@ module PulpcoreClient
|
|
|
160
160
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
161
161
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
162
162
|
# @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)
|
|
163
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
163
164
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
164
165
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
165
166
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
@@ -186,6 +187,7 @@ module PulpcoreClient
|
|
|
186
187
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
187
188
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
188
189
|
# @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)
|
|
190
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
189
191
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
190
192
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
191
193
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
@@ -217,6 +219,7 @@ module PulpcoreClient
|
|
|
217
219
|
query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
|
|
218
220
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
|
219
221
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
|
222
|
+
query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
|
|
220
223
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
|
221
224
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
|
222
225
|
query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
|
|
@@ -160,6 +160,7 @@ module PulpcoreClient
|
|
|
160
160
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
161
161
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
162
162
|
# @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)
|
|
163
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
163
164
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
164
165
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
165
166
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
@@ -186,6 +187,7 @@ module PulpcoreClient
|
|
|
186
187
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
187
188
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
188
189
|
# @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)
|
|
190
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
189
191
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
190
192
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
191
193
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
@@ -217,6 +219,7 @@ module PulpcoreClient
|
|
|
217
219
|
query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
|
|
218
220
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
|
219
221
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
|
222
|
+
query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
|
|
220
223
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
|
221
224
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
|
222
225
|
query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
|
|
@@ -226,6 +226,7 @@ module PulpcoreClient
|
|
|
226
226
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
|
227
227
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
228
228
|
# @option opts [Array<String>] :ordering Ordering * `id` - Id * `-id` - Id (descending) * `name` - Name * `-name` - Name (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
229
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
229
230
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
230
231
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
231
232
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
@@ -250,6 +251,7 @@ module PulpcoreClient
|
|
|
250
251
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
|
251
252
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
252
253
|
# @option opts [Array<String>] :ordering Ordering * `id` - Id * `-id` - Id (descending) * `name` - Name * `-name` - Name (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
254
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
253
255
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
254
256
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
255
257
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
@@ -279,6 +281,7 @@ module PulpcoreClient
|
|
|
279
281
|
query_params[:'name__in'] = @api_client.build_collection_param(opts[:'name__in'], :csv) if !opts[:'name__in'].nil?
|
|
280
282
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
|
281
283
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
|
284
|
+
query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
|
|
282
285
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
|
283
286
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
|
284
287
|
query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
|
|
@@ -158,6 +158,7 @@ module PulpcoreClient
|
|
|
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
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>] :prn__in Multiple values may be separated by commas.
|
|
161
162
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
162
163
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
163
164
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
@@ -183,6 +184,7 @@ module PulpcoreClient
|
|
|
183
184
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
184
185
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
185
186
|
# @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)
|
|
187
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
186
188
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
187
189
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
188
190
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
@@ -216,6 +218,7 @@ module PulpcoreClient
|
|
|
216
218
|
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
|
217
219
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
|
218
220
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
|
221
|
+
query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
|
|
219
222
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
|
220
223
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
|
221
224
|
query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
|
|
@@ -158,6 +158,7 @@ module PulpcoreClient
|
|
|
158
158
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
159
159
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
160
160
|
# @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)
|
|
161
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
161
162
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
162
163
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
163
164
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
@@ -184,6 +185,7 @@ module PulpcoreClient
|
|
|
184
185
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
185
186
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
186
187
|
# @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)
|
|
188
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
187
189
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
188
190
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
189
191
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
@@ -215,6 +217,7 @@ module PulpcoreClient
|
|
|
215
217
|
query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
|
|
216
218
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
|
217
219
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
|
220
|
+
query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
|
|
218
221
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
|
219
222
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
|
220
223
|
query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
|
|
@@ -22,11 +22,12 @@ module PulpcoreClient
|
|
|
22
22
|
# List publications
|
|
23
23
|
# A base class for any publication viewset.
|
|
24
24
|
# @param [Hash] opts the optional parameters
|
|
25
|
-
# @option opts [String] :content Content Unit referenced by HREF
|
|
26
|
-
# @option opts [String] :content__in
|
|
25
|
+
# @option opts [String] :content Content Unit referenced by HREF/PRN
|
|
26
|
+
# @option opts [Array<String>] :content__in Multiple values may be separated by commas.
|
|
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
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
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
30
31
|
# @option opts [DateTime] :pulp_created Filter results where pulp_created matches value
|
|
31
32
|
# @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
|
|
32
33
|
# @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
|
|
@@ -38,8 +39,8 @@ module PulpcoreClient
|
|
|
38
39
|
# @option opts [String] :pulp_type Pulp type * `file.file` - file.file
|
|
39
40
|
# @option opts [Array<String>] :pulp_type__in Multiple values may be separated by commas. * `file.file` - file.file
|
|
40
41
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
41
|
-
# @option opts [String] :repository Repository referenced by HREF
|
|
42
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
|
42
|
+
# @option opts [String] :repository Repository referenced by HREF/PRN
|
|
43
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
|
43
44
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
44
45
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
45
46
|
# @return [PaginatedPublicationResponseList]
|
|
@@ -51,11 +52,12 @@ module PulpcoreClient
|
|
|
51
52
|
# List publications
|
|
52
53
|
# A base class for any publication viewset.
|
|
53
54
|
# @param [Hash] opts the optional parameters
|
|
54
|
-
# @option opts [String] :content Content Unit referenced by HREF
|
|
55
|
-
# @option opts [String] :content__in
|
|
55
|
+
# @option opts [String] :content Content Unit referenced by HREF/PRN
|
|
56
|
+
# @option opts [Array<String>] :content__in Multiple values may be separated by commas.
|
|
56
57
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
57
58
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
58
59
|
# @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)
|
|
60
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
59
61
|
# @option opts [DateTime] :pulp_created Filter results where pulp_created matches value
|
|
60
62
|
# @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
|
|
61
63
|
# @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
|
|
@@ -67,8 +69,8 @@ module PulpcoreClient
|
|
|
67
69
|
# @option opts [String] :pulp_type Pulp type * `file.file` - file.file
|
|
68
70
|
# @option opts [Array<String>] :pulp_type__in Multiple values may be separated by commas. * `file.file` - file.file
|
|
69
71
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
70
|
-
# @option opts [String] :repository Repository referenced by HREF
|
|
71
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
|
72
|
+
# @option opts [String] :repository Repository referenced by HREF/PRN
|
|
73
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
|
72
74
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
73
75
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
74
76
|
# @return [Array<(PaginatedPublicationResponseList, Integer, Hash)>] PaginatedPublicationResponseList data, response status code and response headers
|
|
@@ -94,10 +96,11 @@ module PulpcoreClient
|
|
|
94
96
|
# query parameters
|
|
95
97
|
query_params = opts[:query_params] || {}
|
|
96
98
|
query_params[:'content'] = opts[:'content'] if !opts[:'content'].nil?
|
|
97
|
-
query_params[:'content__in'] = opts[:'content__in'] if !opts[:'content__in'].nil?
|
|
99
|
+
query_params[:'content__in'] = @api_client.build_collection_param(opts[:'content__in'], :csv) if !opts[:'content__in'].nil?
|
|
98
100
|
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
|
99
101
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
|
100
102
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
|
103
|
+
query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
|
|
101
104
|
query_params[:'pulp_created'] = opts[:'pulp_created'] if !opts[:'pulp_created'].nil?
|
|
102
105
|
query_params[:'pulp_created__gt'] = opts[:'pulp_created__gt'] if !opts[:'pulp_created__gt'].nil?
|
|
103
106
|
query_params[:'pulp_created__gte'] = opts[:'pulp_created__gte'] if !opts[:'pulp_created__gte'].nil?
|
|
@@ -34,6 +34,7 @@ module PulpcoreClient
|
|
|
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
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) * `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)
|
|
37
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
37
38
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
38
39
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
39
40
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
@@ -69,6 +70,7 @@ module PulpcoreClient
|
|
|
69
70
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
70
71
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
71
72
|
# @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)
|
|
73
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
72
74
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
73
75
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
74
76
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
@@ -117,6 +119,7 @@ module PulpcoreClient
|
|
|
117
119
|
query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
|
|
118
120
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
|
119
121
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
|
122
|
+
query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
|
|
120
123
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
|
121
124
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
|
122
125
|
query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
|
|
@@ -22,7 +22,7 @@ module PulpcoreClient
|
|
|
22
22
|
# List repositories
|
|
23
23
|
# Endpoint to list all repositories.
|
|
24
24
|
# @param [Hash] opts the optional parameters
|
|
25
|
-
# @option opts [String] :latest_with_content Content Unit referenced by HREF
|
|
25
|
+
# @option opts [String] :latest_with_content Content Unit referenced by HREF/PRN
|
|
26
26
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
27
27
|
# @option opts [String] :name Filter results where name matches value
|
|
28
28
|
# @option opts [String] :name__contains Filter results where name contains value
|
|
@@ -35,6 +35,7 @@ module PulpcoreClient
|
|
|
35
35
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
36
36
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
37
37
|
# @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)
|
|
38
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
38
39
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
39
40
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
40
41
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
@@ -50,7 +51,7 @@ module PulpcoreClient
|
|
|
50
51
|
# @option opts [Integer] :retain_repo_versions__lte Filter results where retain_repo_versions is less than or equal to value
|
|
51
52
|
# @option opts [Integer] :retain_repo_versions__ne Filter results where retain_repo_versions not equal to value
|
|
52
53
|
# @option opts [Array<Integer>] :retain_repo_versions__range Filter results where retain_repo_versions is between two comma separated values
|
|
53
|
-
# @option opts [String] :with_content Content Unit referenced by HREF
|
|
54
|
+
# @option opts [String] :with_content Content Unit referenced by HREF/PRN
|
|
54
55
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
55
56
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
56
57
|
# @return [PaginatedRepositoryResponseList]
|
|
@@ -62,7 +63,7 @@ module PulpcoreClient
|
|
|
62
63
|
# List repositories
|
|
63
64
|
# Endpoint to list all repositories.
|
|
64
65
|
# @param [Hash] opts the optional parameters
|
|
65
|
-
# @option opts [String] :latest_with_content Content Unit referenced by HREF
|
|
66
|
+
# @option opts [String] :latest_with_content Content Unit referenced by HREF/PRN
|
|
66
67
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
67
68
|
# @option opts [String] :name Filter results where name matches value
|
|
68
69
|
# @option opts [String] :name__contains Filter results where name contains value
|
|
@@ -75,6 +76,7 @@ module PulpcoreClient
|
|
|
75
76
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
76
77
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
77
78
|
# @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)
|
|
79
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
78
80
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
79
81
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
80
82
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
@@ -90,7 +92,7 @@ module PulpcoreClient
|
|
|
90
92
|
# @option opts [Integer] :retain_repo_versions__lte Filter results where retain_repo_versions is less than or equal to value
|
|
91
93
|
# @option opts [Integer] :retain_repo_versions__ne Filter results where retain_repo_versions not equal to value
|
|
92
94
|
# @option opts [Array<Integer>] :retain_repo_versions__range Filter results where retain_repo_versions is between two comma separated values
|
|
93
|
-
# @option opts [String] :with_content Content Unit referenced by HREF
|
|
95
|
+
# @option opts [String] :with_content Content Unit referenced by HREF/PRN
|
|
94
96
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
95
97
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
96
98
|
# @return [Array<(PaginatedRepositoryResponseList, Integer, Hash)>] PaginatedRepositoryResponseList data, response status code and response headers
|
|
@@ -128,6 +130,7 @@ module PulpcoreClient
|
|
|
128
130
|
query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
|
|
129
131
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
|
130
132
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
|
133
|
+
query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
|
|
131
134
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
|
132
135
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
|
133
136
|
query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
|
|
@@ -22,8 +22,8 @@ module PulpcoreClient
|
|
|
22
22
|
# List repository versions
|
|
23
23
|
# A mixin to hold the shared get_queryset logic used by RepositoryVersionViewSets.
|
|
24
24
|
# @param [Hash] opts the optional parameters
|
|
25
|
-
# @option opts [String] :content Content Unit referenced by HREF
|
|
26
|
-
# @option opts [String] :content__in
|
|
25
|
+
# @option opts [String] :content Content Unit referenced by HREF/PRN
|
|
26
|
+
# @option opts [Array<String>] :content__in Multiple values may be separated by commas.
|
|
27
27
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
28
28
|
# @option opts [Integer] :number Filter results where number matches value
|
|
29
29
|
# @option opts [Integer] :number__gt Filter results where number is greater than value
|
|
@@ -33,6 +33,7 @@ module PulpcoreClient
|
|
|
33
33
|
# @option opts [Array<Integer>] :number__range Filter results where number is between two comma separated values
|
|
34
34
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
35
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)
|
|
36
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
36
37
|
# @option opts [DateTime] :pulp_created Filter results where pulp_created matches value
|
|
37
38
|
# @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
|
|
38
39
|
# @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
|
|
@@ -52,8 +53,8 @@ module PulpcoreClient
|
|
|
52
53
|
# List repository versions
|
|
53
54
|
# A mixin to hold the shared get_queryset logic used by RepositoryVersionViewSets.
|
|
54
55
|
# @param [Hash] opts the optional parameters
|
|
55
|
-
# @option opts [String] :content Content Unit referenced by HREF
|
|
56
|
-
# @option opts [String] :content__in
|
|
56
|
+
# @option opts [String] :content Content Unit referenced by HREF/PRN
|
|
57
|
+
# @option opts [Array<String>] :content__in Multiple values may be separated by commas.
|
|
57
58
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
58
59
|
# @option opts [Integer] :number Filter results where number matches value
|
|
59
60
|
# @option opts [Integer] :number__gt Filter results where number is greater than value
|
|
@@ -63,6 +64,7 @@ module PulpcoreClient
|
|
|
63
64
|
# @option opts [Array<Integer>] :number__range Filter results where number is between two comma separated values
|
|
64
65
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
65
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) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
67
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
66
68
|
# @option opts [DateTime] :pulp_created Filter results where pulp_created matches value
|
|
67
69
|
# @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
|
|
68
70
|
# @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
|
|
@@ -88,7 +90,7 @@ module PulpcoreClient
|
|
|
88
90
|
# query parameters
|
|
89
91
|
query_params = opts[:query_params] || {}
|
|
90
92
|
query_params[:'content'] = opts[:'content'] if !opts[:'content'].nil?
|
|
91
|
-
query_params[:'content__in'] = opts[:'content__in'] if !opts[:'content__in'].nil?
|
|
93
|
+
query_params[:'content__in'] = @api_client.build_collection_param(opts[:'content__in'], :csv) if !opts[:'content__in'].nil?
|
|
92
94
|
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
|
93
95
|
query_params[:'number'] = opts[:'number'] if !opts[:'number'].nil?
|
|
94
96
|
query_params[:'number__gt'] = opts[:'number__gt'] if !opts[:'number__gt'].nil?
|
|
@@ -98,6 +100,7 @@ module PulpcoreClient
|
|
|
98
100
|
query_params[:'number__range'] = @api_client.build_collection_param(opts[:'number__range'], :csv) if !opts[:'number__range'].nil?
|
|
99
101
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
|
100
102
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
|
103
|
+
query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
|
|
101
104
|
query_params[:'pulp_created'] = opts[:'pulp_created'] if !opts[:'pulp_created'].nil?
|
|
102
105
|
query_params[:'pulp_created__gt'] = opts[:'pulp_created__gt'] if !opts[:'pulp_created__gt'].nil?
|
|
103
106
|
query_params[:'pulp_created__gte'] = opts[:'pulp_created__gte'] if !opts[:'pulp_created__gte'].nil?
|
|
@@ -165,6 +165,7 @@ module PulpcoreClient
|
|
|
165
165
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
166
166
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
167
167
|
# @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)
|
|
168
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
168
169
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
169
170
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
170
171
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
@@ -198,6 +199,7 @@ module PulpcoreClient
|
|
|
198
199
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
199
200
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
200
201
|
# @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)
|
|
202
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
201
203
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
202
204
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
203
205
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
@@ -236,6 +238,7 @@ module PulpcoreClient
|
|
|
236
238
|
query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
|
|
237
239
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
|
238
240
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
|
241
|
+
query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
|
|
239
242
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
|
240
243
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
|
241
244
|
query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
|
|
@@ -26,6 +26,7 @@ module PulpcoreClient
|
|
|
26
26
|
# @option opts [String] :name Filter results where name matches value
|
|
27
27
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
28
28
|
# @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) * `public_key` - Public key * `-public_key` - Public key (descending) * `pubkey_fingerprint` - Pubkey fingerprint * `-pubkey_fingerprint` - Pubkey fingerprint (descending) * `script` - Script * `-script` - Script (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
29
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
29
30
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
30
31
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
31
32
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
@@ -44,6 +45,7 @@ module PulpcoreClient
|
|
|
44
45
|
# @option opts [String] :name Filter results where name matches value
|
|
45
46
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
46
47
|
# @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) * `public_key` - Public key * `-public_key` - Public key (descending) * `pubkey_fingerprint` - Pubkey fingerprint * `-pubkey_fingerprint` - Pubkey fingerprint (descending) * `script` - Script * `-script` - Script (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
48
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
47
49
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
48
50
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
49
51
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
@@ -67,6 +69,7 @@ module PulpcoreClient
|
|
|
67
69
|
query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
|
|
68
70
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
|
69
71
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
|
72
|
+
query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
|
|
70
73
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
|
71
74
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
|
72
75
|
query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
|
|
@@ -97,6 +97,7 @@ module PulpcoreClient
|
|
|
97
97
|
# @option opts [String] :name__contains Filter results where name contains value
|
|
98
98
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
99
99
|
# @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) * `next_dispatch` - Next dispatch * `-next_dispatch` - Next dispatch (descending) * `dispatch_interval` - Dispatch interval * `-dispatch_interval` - Dispatch interval (descending) * `task_name` - Task name * `-task_name` - Task name (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
100
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
100
101
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
101
102
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
102
103
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
@@ -118,6 +119,7 @@ module PulpcoreClient
|
|
|
118
119
|
# @option opts [String] :name__contains Filter results where name contains value
|
|
119
120
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
120
121
|
# @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) * `next_dispatch` - Next dispatch * `-next_dispatch` - Next dispatch (descending) * `dispatch_interval` - Dispatch interval * `-dispatch_interval` - Dispatch interval (descending) * `task_name` - Task name * `-task_name` - Task name (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
122
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
121
123
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
122
124
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
123
125
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
@@ -144,6 +146,7 @@ module PulpcoreClient
|
|
|
144
146
|
query_params[:'name__contains'] = opts[:'name__contains'] if !opts[:'name__contains'].nil?
|
|
145
147
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
|
146
148
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
|
149
|
+
query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
|
|
147
150
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
|
148
151
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
|
149
152
|
query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
|
|
@@ -172,6 +172,7 @@ module PulpcoreClient
|
|
|
172
172
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
173
173
|
# @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) * `state` - State * `-state` - State (descending) * `name` - Name * `-name` - Name (descending) * `logging_cid` - Logging cid * `-logging_cid` - Logging cid (descending) * `unblocked_at` - Unblocked at * `-unblocked_at` - Unblocked at (descending) * `started_at` - Started at * `-started_at` - Started at (descending) * `finished_at` - Finished at * `-finished_at` - Finished at (descending) * `error` - Error * `-error` - Error (descending) * `enc_args` - Enc args * `-enc_args` - Enc args (descending) * `enc_kwargs` - Enc kwargs * `-enc_kwargs` - Enc kwargs (descending) * `reserved_resources_record` - Reserved resources record * `-reserved_resources_record` - Reserved resources record (descending) * `versions` - Versions * `-versions` - Versions (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
174
174
|
# @option opts [String] :parent_task Filter results where parent_task matches value
|
|
175
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
175
176
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
176
177
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
177
178
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
@@ -223,6 +224,7 @@ module PulpcoreClient
|
|
|
223
224
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
224
225
|
# @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) * `state` - State * `-state` - State (descending) * `name` - Name * `-name` - Name (descending) * `logging_cid` - Logging cid * `-logging_cid` - Logging cid (descending) * `unblocked_at` - Unblocked at * `-unblocked_at` - Unblocked at (descending) * `started_at` - Started at * `-started_at` - Started at (descending) * `finished_at` - Finished at * `-finished_at` - Finished at (descending) * `error` - Error * `-error` - Error (descending) * `enc_args` - Enc args * `-enc_args` - Enc args (descending) * `enc_kwargs` - Enc kwargs * `-enc_kwargs` - Enc kwargs (descending) * `reserved_resources_record` - Reserved resources record * `-reserved_resources_record` - Reserved resources record (descending) * `versions` - Versions * `-versions` - Versions (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
225
226
|
# @option opts [String] :parent_task Filter results where parent_task matches value
|
|
227
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
226
228
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
227
229
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
228
230
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
@@ -283,6 +285,7 @@ module PulpcoreClient
|
|
|
283
285
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
|
284
286
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
|
285
287
|
query_params[:'parent_task'] = opts[:'parent_task'] if !opts[:'parent_task'].nil?
|
|
288
|
+
query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
|
|
286
289
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
|
287
290
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
|
288
291
|
query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
|
|
@@ -289,6 +289,7 @@ module PulpcoreClient
|
|
|
289
289
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
290
290
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
291
291
|
# @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) * `size` - Size * `-size` - Size (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
292
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
292
293
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
293
294
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
294
295
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
@@ -310,6 +311,7 @@ module PulpcoreClient
|
|
|
310
311
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
311
312
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
312
313
|
# @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) * `size` - Size * `-size` - Size (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
314
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
313
315
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
314
316
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
315
317
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
@@ -336,6 +338,7 @@ module PulpcoreClient
|
|
|
336
338
|
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
|
337
339
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
|
338
340
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
|
341
|
+
query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
|
|
339
342
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
|
340
343
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
|
341
344
|
query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
|