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
|
@@ -85,6 +85,7 @@ describe 'ContentguardsCompositeApi' do
|
|
|
85
85
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
86
86
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
87
87
|
# @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) * `description` - Description * `-description` - Description (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
88
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
88
89
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
89
90
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
90
91
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
@@ -85,6 +85,7 @@ describe 'ContentguardsContentRedirectApi' do
|
|
|
85
85
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
86
86
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
87
87
|
# @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) * `description` - Description * `-description` - Description (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
88
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
88
89
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
89
90
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
90
91
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
@@ -85,6 +85,7 @@ describe 'ContentguardsHeaderApi' do
|
|
|
85
85
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
86
86
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
87
87
|
# @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) * `description` - Description * `-description` - Description (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
88
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
88
89
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
89
90
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
90
91
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
@@ -85,6 +85,7 @@ describe 'ContentguardsRbacApi' do
|
|
|
85
85
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
86
86
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
87
87
|
# @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) * `description` - Description * `-description` - Description (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
88
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
88
89
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
89
90
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
90
91
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
@@ -52,6 +52,7 @@ describe 'DistributionsApi' do
|
|
|
52
52
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
53
53
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
54
54
|
# @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)
|
|
55
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
55
56
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
56
57
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
57
58
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
@@ -52,6 +52,7 @@ describe 'DistributionsArtifactsApi' do
|
|
|
52
52
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
53
53
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
54
54
|
# @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)
|
|
55
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
55
56
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
56
57
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
57
58
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
@@ -72,6 +72,7 @@ describe 'DomainsApi' do
|
|
|
72
72
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
73
73
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
74
74
|
# @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)
|
|
75
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
75
76
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
76
77
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
77
78
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
@@ -72,6 +72,7 @@ describe 'ExportersFilesystemApi' do
|
|
|
72
72
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
73
73
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
74
74
|
# @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)
|
|
75
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
75
76
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
76
77
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
77
78
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
@@ -72,6 +72,7 @@ describe 'ExportersPulpApi' do
|
|
|
72
72
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
73
73
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
74
74
|
# @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)
|
|
75
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
75
76
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
76
77
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
77
78
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
data/spec/api/groups_api_spec.rb
CHANGED
|
@@ -83,6 +83,7 @@ describe 'GroupsApi' do
|
|
|
83
83
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
|
84
84
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
85
85
|
# @option opts [Array<String>] :ordering Ordering * `id` - Id * `-id` - Id (descending) * `name` - Name * `-name` - Name (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
86
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
86
87
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
87
88
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
88
89
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
@@ -67,6 +67,7 @@ describe 'GroupsRolesApi' do
|
|
|
67
67
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
68
68
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
69
69
|
# @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)
|
|
70
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
70
71
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
71
72
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
72
73
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
@@ -72,6 +72,7 @@ describe 'ImportersPulpApi' do
|
|
|
72
72
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
73
73
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
74
74
|
# @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)
|
|
75
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
75
76
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
76
77
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
77
78
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
@@ -36,11 +36,12 @@ describe 'PublicationsApi' do
|
|
|
36
36
|
# List publications
|
|
37
37
|
# A base class for any publication viewset.
|
|
38
38
|
# @param [Hash] opts the optional parameters
|
|
39
|
-
# @option opts [String] :content Content Unit referenced by HREF
|
|
40
|
-
# @option opts [String] :content__in
|
|
39
|
+
# @option opts [String] :content Content Unit referenced by HREF/PRN
|
|
40
|
+
# @option opts [Array<String>] :content__in Multiple values may be separated by commas.
|
|
41
41
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
42
42
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
43
43
|
# @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)
|
|
44
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
44
45
|
# @option opts [DateTime] :pulp_created Filter results where pulp_created matches value
|
|
45
46
|
# @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
|
|
46
47
|
# @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
|
|
@@ -52,8 +53,8 @@ describe 'PublicationsApi' do
|
|
|
52
53
|
# @option opts [String] :pulp_type Pulp type * `file.file` - file.file
|
|
53
54
|
# @option opts [Array<String>] :pulp_type__in Multiple values may be separated by commas. * `file.file` - file.file
|
|
54
55
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
55
|
-
# @option opts [String] :repository Repository referenced by HREF
|
|
56
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
|
56
|
+
# @option opts [String] :repository Repository referenced by HREF/PRN
|
|
57
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
|
57
58
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
58
59
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
59
60
|
# @return [PaginatedPublicationResponseList]
|
|
@@ -48,6 +48,7 @@ describe 'RemotesApi' do
|
|
|
48
48
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
49
49
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
50
50
|
# @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)
|
|
51
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
51
52
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
52
53
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
53
54
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
@@ -36,7 +36,7 @@ describe 'RepositoriesApi' do
|
|
|
36
36
|
# List repositories
|
|
37
37
|
# Endpoint to list all repositories.
|
|
38
38
|
# @param [Hash] opts the optional parameters
|
|
39
|
-
# @option opts [String] :latest_with_content Content Unit referenced by HREF
|
|
39
|
+
# @option opts [String] :latest_with_content Content Unit referenced by HREF/PRN
|
|
40
40
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
41
41
|
# @option opts [String] :name Filter results where name matches value
|
|
42
42
|
# @option opts [String] :name__contains Filter results where name contains value
|
|
@@ -49,6 +49,7 @@ describe 'RepositoriesApi' do
|
|
|
49
49
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
50
50
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
51
51
|
# @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)
|
|
52
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
52
53
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
53
54
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
54
55
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
@@ -64,7 +65,7 @@ describe 'RepositoriesApi' do
|
|
|
64
65
|
# @option opts [Integer] :retain_repo_versions__lte Filter results where retain_repo_versions is less than or equal to value
|
|
65
66
|
# @option opts [Integer] :retain_repo_versions__ne Filter results where retain_repo_versions not equal to value
|
|
66
67
|
# @option opts [Array<Integer>] :retain_repo_versions__range Filter results where retain_repo_versions is between two comma separated values
|
|
67
|
-
# @option opts [String] :with_content Content Unit referenced by HREF
|
|
68
|
+
# @option opts [String] :with_content Content Unit referenced by HREF/PRN
|
|
68
69
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
69
70
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
70
71
|
# @return [PaginatedRepositoryResponseList]
|
|
@@ -36,8 +36,8 @@ describe 'RepositoryVersionsApi' do
|
|
|
36
36
|
# List repository versions
|
|
37
37
|
# A mixin to hold the shared get_queryset logic used by RepositoryVersionViewSets.
|
|
38
38
|
# @param [Hash] opts the optional parameters
|
|
39
|
-
# @option opts [String] :content Content Unit referenced by HREF
|
|
40
|
-
# @option opts [String] :content__in
|
|
39
|
+
# @option opts [String] :content Content Unit referenced by HREF/PRN
|
|
40
|
+
# @option opts [Array<String>] :content__in Multiple values may be separated by commas.
|
|
41
41
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
42
42
|
# @option opts [Integer] :number Filter results where number matches value
|
|
43
43
|
# @option opts [Integer] :number__gt Filter results where number is greater than value
|
|
@@ -47,6 +47,7 @@ describe 'RepositoryVersionsApi' do
|
|
|
47
47
|
# @option opts [Array<Integer>] :number__range Filter results where number is between two comma separated values
|
|
48
48
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
49
49
|
# @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)
|
|
50
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
50
51
|
# @option opts [DateTime] :pulp_created Filter results where pulp_created matches value
|
|
51
52
|
# @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
|
|
52
53
|
# @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
|
data/spec/api/roles_api_spec.rb
CHANGED
|
@@ -79,6 +79,7 @@ describe 'RolesApi' do
|
|
|
79
79
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
80
80
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
81
81
|
# @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)
|
|
82
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
82
83
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
83
84
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
84
85
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
@@ -40,6 +40,7 @@ describe 'SigningServicesApi' do
|
|
|
40
40
|
# @option opts [String] :name Filter results where name matches value
|
|
41
41
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
42
42
|
# @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)
|
|
43
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
43
44
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
44
45
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
45
46
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
@@ -54,6 +54,7 @@ describe 'TaskSchedulesApi' do
|
|
|
54
54
|
# @option opts [String] :name__contains Filter results where name contains value
|
|
55
55
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
56
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) * `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)
|
|
57
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
57
58
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
58
59
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
59
60
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
data/spec/api/tasks_api_spec.rb
CHANGED
|
@@ -81,6 +81,7 @@ describe 'TasksApi' do
|
|
|
81
81
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
82
82
|
# @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)
|
|
83
83
|
# @option opts [String] :parent_task Filter results where parent_task matches value
|
|
84
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
84
85
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
85
86
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
86
87
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
@@ -89,6 +89,7 @@ describe 'UploadsApi' do
|
|
|
89
89
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
90
90
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
91
91
|
# @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)
|
|
92
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
92
93
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
93
94
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
94
95
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
@@ -73,8 +73,37 @@ describe 'UpstreamPulpsApi' do
|
|
|
73
73
|
# List upstream pulps
|
|
74
74
|
# API for configuring an upstream Pulp to replicate. This API is provided as a tech preview.
|
|
75
75
|
# @param [Hash] opts the optional parameters
|
|
76
|
+
# @option opts [String] :base_url Filter results where base_url matches value
|
|
77
|
+
# @option opts [String] :base_url__contains Filter results where base_url contains value
|
|
78
|
+
# @option opts [String] :base_url__icontains Filter results where base_url contains value
|
|
79
|
+
# @option opts [String] :base_url__iexact Filter results where base_url matches value
|
|
80
|
+
# @option opts [Array<String>] :base_url__in Filter results where base_url is in a comma-separated list of values
|
|
81
|
+
# @option opts [String] :base_url__iregex Filter results where base_url matches regex value
|
|
82
|
+
# @option opts [String] :base_url__istartswith Filter results where base_url starts with value
|
|
83
|
+
# @option opts [String] :base_url__regex Filter results where base_url matches regex value
|
|
84
|
+
# @option opts [String] :base_url__startswith Filter results where base_url starts with value
|
|
85
|
+
# @option opts [DateTime] :last_replication Filter results where last_replication matches value
|
|
86
|
+
# @option opts [DateTime] :last_replication__gt Filter results where last_replication is greater than value
|
|
87
|
+
# @option opts [DateTime] :last_replication__gte Filter results where last_replication is greater than or equal to value
|
|
88
|
+
# @option opts [DateTime] :last_replication__lt Filter results where last_replication is less than value
|
|
89
|
+
# @option opts [DateTime] :last_replication__lte Filter results where last_replication is less than or equal to value
|
|
90
|
+
# @option opts [Array<DateTime>] :last_replication__range Filter results where last_replication is between two comma separated values
|
|
76
91
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
92
|
+
# @option opts [String] :name Filter results where name matches value
|
|
93
|
+
# @option opts [String] :name__contains Filter results where name contains value
|
|
94
|
+
# @option opts [String] :name__icontains Filter results where name contains value
|
|
95
|
+
# @option opts [String] :name__iexact Filter results where name matches value
|
|
96
|
+
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
|
97
|
+
# @option opts [String] :name__iregex Filter results where name matches regex value
|
|
98
|
+
# @option opts [String] :name__istartswith Filter results where name starts with value
|
|
99
|
+
# @option opts [String] :name__regex Filter results where name matches regex value
|
|
100
|
+
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
77
101
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
102
|
+
# @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) * `base_url` - Base url * `-base_url` - Base url (descending) * `api_root` - Api root * `-api_root` - Api root (descending) * `domain` - Domain * `-domain` - Domain (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) * `pulp_label_select` - Pulp label select * `-pulp_label_select` - Pulp label select (descending) * `q_select` - Q select * `-q_select` - Q select (descending) * `last_replication` - Last replication * `-last_replication` - Last replication (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
103
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
104
|
+
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
105
|
+
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
106
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
78
107
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
79
108
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
80
109
|
# @return [PaginatedUpstreamPulpResponseList]
|
data/spec/api/users_api_spec.rb
CHANGED
|
@@ -80,6 +80,7 @@ describe 'UsersApi' do
|
|
|
80
80
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
81
81
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
82
82
|
# @option opts [Array<String>] :ordering Ordering * `id` - Id * `-id` - Id (descending) * `password` - Password * `-password` - Password (descending) * `last_login` - Last login * `-last_login` - Last login (descending) * `is_superuser` - Is superuser * `-is_superuser` - Is superuser (descending) * `username` - Username * `-username` - Username (descending) * `first_name` - First name * `-first_name` - First name (descending) * `last_name` - Last name * `-last_name` - Last name (descending) * `email` - Email * `-email` - Email (descending) * `is_staff` - Is staff * `-is_staff` - Is staff (descending) * `is_active` - Is active * `-is_active` - Is active (descending) * `date_joined` - Date joined * `-date_joined` - Date joined (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
83
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
83
84
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
84
85
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
85
86
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
@@ -67,6 +67,7 @@ describe 'UsersRolesApi' do
|
|
|
67
67
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
68
68
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
69
69
|
# @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)
|
|
70
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
70
71
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
71
72
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
72
73
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
@@ -56,6 +56,7 @@ describe 'WorkersApi' do
|
|
|
56
56
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
57
57
|
# @option opts [Boolean] :online
|
|
58
58
|
# @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) * `last_heartbeat` - Last heartbeat * `-last_heartbeat` - Last heartbeat (descending) * `versions` - Versions * `-versions` - Versions (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
59
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
59
60
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
60
61
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
61
62
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
@@ -38,6 +38,12 @@ describe 'AccessPolicyResponse' do
|
|
|
38
38
|
end
|
|
39
39
|
end
|
|
40
40
|
|
|
41
|
+
describe 'test attribute "prn"' do
|
|
42
|
+
it 'should work' do
|
|
43
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
44
|
+
end
|
|
45
|
+
end
|
|
46
|
+
|
|
41
47
|
describe 'test attribute "pulp_created"' do
|
|
42
48
|
it 'should work' do
|
|
43
49
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -38,31 +38,31 @@ describe 'ArtifactDistributionResponse' do
|
|
|
38
38
|
end
|
|
39
39
|
end
|
|
40
40
|
|
|
41
|
-
describe 'test attribute "
|
|
41
|
+
describe 'test attribute "base_path"' do
|
|
42
42
|
it 'should work' do
|
|
43
43
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
44
44
|
end
|
|
45
45
|
end
|
|
46
46
|
|
|
47
|
-
describe 'test attribute "
|
|
47
|
+
describe 'test attribute "name"' do
|
|
48
48
|
it 'should work' do
|
|
49
49
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
50
50
|
end
|
|
51
51
|
end
|
|
52
52
|
|
|
53
|
-
describe 'test attribute "
|
|
53
|
+
describe 'test attribute "base_url"' do
|
|
54
54
|
it 'should work' do
|
|
55
55
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
56
56
|
end
|
|
57
57
|
end
|
|
58
58
|
|
|
59
|
-
describe 'test attribute "
|
|
59
|
+
describe 'test attribute "hidden"' do
|
|
60
60
|
it 'should work' do
|
|
61
61
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
62
62
|
end
|
|
63
63
|
end
|
|
64
64
|
|
|
65
|
-
describe 'test attribute "
|
|
65
|
+
describe 'test attribute "prn"' do
|
|
66
66
|
it 'should work' do
|
|
67
67
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
68
68
|
end
|
|
@@ -74,19 +74,25 @@ describe 'ArtifactDistributionResponse' do
|
|
|
74
74
|
end
|
|
75
75
|
end
|
|
76
76
|
|
|
77
|
-
describe 'test attribute "
|
|
77
|
+
describe 'test attribute "pulp_last_updated"' do
|
|
78
78
|
it 'should work' do
|
|
79
79
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
80
80
|
end
|
|
81
81
|
end
|
|
82
82
|
|
|
83
|
-
describe 'test attribute "
|
|
83
|
+
describe 'test attribute "pulp_href"' do
|
|
84
84
|
it 'should work' do
|
|
85
85
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
86
86
|
end
|
|
87
87
|
end
|
|
88
88
|
|
|
89
|
-
describe 'test attribute "
|
|
89
|
+
describe 'test attribute "content_guard"' do
|
|
90
|
+
it 'should work' do
|
|
91
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
92
|
+
end
|
|
93
|
+
end
|
|
94
|
+
|
|
95
|
+
describe 'test attribute "pulp_created"' do
|
|
90
96
|
it 'should work' do
|
|
91
97
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
92
98
|
end
|
|
@@ -38,6 +38,12 @@ describe 'ArtifactResponse' do
|
|
|
38
38
|
end
|
|
39
39
|
end
|
|
40
40
|
|
|
41
|
+
describe 'test attribute "prn"' do
|
|
42
|
+
it 'should work' do
|
|
43
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
44
|
+
end
|
|
45
|
+
end
|
|
46
|
+
|
|
41
47
|
describe 'test attribute "pulp_created"' do
|
|
42
48
|
it 'should work' do
|
|
43
49
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -38,6 +38,12 @@ describe 'CompositeContentGuardResponse' do
|
|
|
38
38
|
end
|
|
39
39
|
end
|
|
40
40
|
|
|
41
|
+
describe 'test attribute "prn"' do
|
|
42
|
+
it 'should work' do
|
|
43
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
44
|
+
end
|
|
45
|
+
end
|
|
46
|
+
|
|
41
47
|
describe 'test attribute "pulp_created"' do
|
|
42
48
|
it 'should work' do
|
|
43
49
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -38,6 +38,12 @@ describe 'ContentGuardResponse' do
|
|
|
38
38
|
end
|
|
39
39
|
end
|
|
40
40
|
|
|
41
|
+
describe 'test attribute "prn"' do
|
|
42
|
+
it 'should work' do
|
|
43
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
44
|
+
end
|
|
45
|
+
end
|
|
46
|
+
|
|
41
47
|
describe 'test attribute "pulp_created"' do
|
|
42
48
|
it 'should work' do
|
|
43
49
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -38,6 +38,12 @@ describe 'ContentRedirectContentGuardResponse' do
|
|
|
38
38
|
end
|
|
39
39
|
end
|
|
40
40
|
|
|
41
|
+
describe 'test attribute "prn"' do
|
|
42
|
+
it 'should work' do
|
|
43
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
44
|
+
end
|
|
45
|
+
end
|
|
46
|
+
|
|
41
47
|
describe 'test attribute "pulp_created"' do
|
|
42
48
|
it 'should work' do
|
|
43
49
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -38,6 +38,12 @@ describe 'DistributionResponse' do
|
|
|
38
38
|
end
|
|
39
39
|
end
|
|
40
40
|
|
|
41
|
+
describe 'test attribute "prn"' do
|
|
42
|
+
it 'should work' do
|
|
43
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
44
|
+
end
|
|
45
|
+
end
|
|
46
|
+
|
|
41
47
|
describe 'test attribute "pulp_created"' do
|
|
42
48
|
it 'should work' do
|
|
43
49
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -38,6 +38,12 @@ describe 'DomainResponse' do
|
|
|
38
38
|
end
|
|
39
39
|
end
|
|
40
40
|
|
|
41
|
+
describe 'test attribute "prn"' do
|
|
42
|
+
it 'should work' do
|
|
43
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
44
|
+
end
|
|
45
|
+
end
|
|
46
|
+
|
|
41
47
|
describe 'test attribute "pulp_created"' do
|
|
42
48
|
it 'should work' do
|
|
43
49
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -38,6 +38,12 @@ describe 'FilesystemExportResponse' do
|
|
|
38
38
|
end
|
|
39
39
|
end
|
|
40
40
|
|
|
41
|
+
describe 'test attribute "prn"' do
|
|
42
|
+
it 'should work' do
|
|
43
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
44
|
+
end
|
|
45
|
+
end
|
|
46
|
+
|
|
41
47
|
describe 'test attribute "pulp_created"' do
|
|
42
48
|
it 'should work' do
|
|
43
49
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -38,6 +38,12 @@ describe 'FilesystemExporterResponse' do
|
|
|
38
38
|
end
|
|
39
39
|
end
|
|
40
40
|
|
|
41
|
+
describe 'test attribute "prn"' do
|
|
42
|
+
it 'should work' do
|
|
43
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
44
|
+
end
|
|
45
|
+
end
|
|
46
|
+
|
|
41
47
|
describe 'test attribute "pulp_created"' do
|
|
42
48
|
it 'should work' do
|
|
43
49
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -44,6 +44,12 @@ describe 'GroupResponse' do
|
|
|
44
44
|
end
|
|
45
45
|
end
|
|
46
46
|
|
|
47
|
+
describe 'test attribute "prn"' do
|
|
48
|
+
it 'should work' do
|
|
49
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
50
|
+
end
|
|
51
|
+
end
|
|
52
|
+
|
|
47
53
|
describe 'test attribute "id"' do
|
|
48
54
|
it 'should work' do
|
|
49
55
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -38,6 +38,12 @@ describe 'GroupRoleResponse' do
|
|
|
38
38
|
end
|
|
39
39
|
end
|
|
40
40
|
|
|
41
|
+
describe 'test attribute "prn"' do
|
|
42
|
+
it 'should work' do
|
|
43
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
44
|
+
end
|
|
45
|
+
end
|
|
46
|
+
|
|
41
47
|
describe 'test attribute "pulp_created"' do
|
|
42
48
|
it 'should work' do
|
|
43
49
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -38,6 +38,12 @@ describe 'HeaderContentGuardResponse' do
|
|
|
38
38
|
end
|
|
39
39
|
end
|
|
40
40
|
|
|
41
|
+
describe 'test attribute "prn"' do
|
|
42
|
+
it 'should work' do
|
|
43
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
44
|
+
end
|
|
45
|
+
end
|
|
46
|
+
|
|
41
47
|
describe 'test attribute "pulp_created"' do
|
|
42
48
|
it 'should work' do
|
|
43
49
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|