pulpcore_client 3.23.2 → 3.24.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +7 -5
- data/docs/AccessPoliciesApi.md +6 -2
- data/docs/ArtifactDistributionResponse.md +10 -10
- data/docs/ArtifactsApi.md +6 -2
- data/docs/ContentApi.md +8 -2
- data/docs/ContentguardsApi.md +8 -2
- data/docs/ContentguardsContentRedirectApi.md +6 -2
- data/docs/ContentguardsRbacApi.md +6 -2
- data/docs/DistributionsApi.md +8 -2
- data/docs/DistributionsArtifactsApi.md +6 -2
- data/docs/Domain.md +1 -1
- data/docs/DomainResponse.md +1 -1
- data/docs/DomainsApi.md +6 -2
- data/docs/ExportersFilesystemApi.md +6 -2
- data/docs/ExportersPulpApi.md +6 -2
- data/docs/FilesystemExporter.md +1 -1
- data/docs/FilesystemExporterResponse.md +1 -1
- data/docs/GroupsApi.md +6 -2
- data/docs/GroupsRolesApi.md +6 -2
- data/docs/ImportersPulpApi.md +6 -2
- data/docs/PatchedDomain.md +1 -1
- data/docs/PatchedFilesystemExporter.md +1 -1
- data/docs/PublicationsApi.md +9 -3
- data/docs/RemoteResponse.md +1 -1
- data/docs/RemotesApi.md +8 -2
- data/docs/RepositoriesApi.md +8 -2
- data/docs/RepositoryVersionsApi.md +6 -2
- data/docs/RolesApi.md +6 -2
- data/docs/SigningServicesApi.md +6 -2
- data/docs/TaskSchedulesApi.md +6 -2
- data/docs/TasksApi.md +8 -4
- data/docs/UploadsApi.md +6 -2
- data/docs/UsersApi.md +6 -2
- data/docs/UsersRolesApi.md +6 -2
- data/docs/WorkersApi.md +6 -2
- data/lib/pulpcore_client/api/access_policies_api.rb +8 -2
- data/lib/pulpcore_client/api/artifacts_api.rb +8 -2
- data/lib/pulpcore_client/api/content_api.rb +15 -2
- data/lib/pulpcore_client/api/contentguards_api.rb +15 -2
- data/lib/pulpcore_client/api/contentguards_content_redirect_api.rb +8 -2
- data/lib/pulpcore_client/api/contentguards_rbac_api.rb +8 -2
- data/lib/pulpcore_client/api/distributions_api.rb +15 -2
- data/lib/pulpcore_client/api/distributions_artifacts_api.rb +8 -2
- data/lib/pulpcore_client/api/domains_api.rb +8 -2
- data/lib/pulpcore_client/api/exporters_filesystem_api.rb +8 -2
- data/lib/pulpcore_client/api/exporters_pulp_api.rb +8 -2
- data/lib/pulpcore_client/api/groups_api.rb +8 -2
- data/lib/pulpcore_client/api/groups_roles_api.rb +8 -2
- data/lib/pulpcore_client/api/importers_pulp_api.rb +8 -2
- data/lib/pulpcore_client/api/publications_api.rb +17 -4
- data/lib/pulpcore_client/api/remotes_api.rb +15 -2
- data/lib/pulpcore_client/api/repositories_api.rb +15 -2
- data/lib/pulpcore_client/api/repository_versions_api.rb +7 -2
- data/lib/pulpcore_client/api/roles_api.rb +8 -2
- data/lib/pulpcore_client/api/signing_services_api.rb +8 -2
- data/lib/pulpcore_client/api/task_schedules_api.rb +8 -2
- data/lib/pulpcore_client/api/tasks_api.rb +10 -4
- data/lib/pulpcore_client/api/uploads_api.rb +8 -2
- data/lib/pulpcore_client/api/users_api.rb +8 -2
- data/lib/pulpcore_client/api/users_roles_api.rb +8 -2
- data/lib/pulpcore_client/api/workers_api.rb +8 -2
- data/lib/pulpcore_client/models/artifact_distribution_response.rb +40 -40
- data/lib/pulpcore_client/models/domain.rb +1 -1
- data/lib/pulpcore_client/models/domain_response.rb +1 -1
- data/lib/pulpcore_client/models/filesystem_exporter.rb +1 -1
- data/lib/pulpcore_client/models/filesystem_exporter_response.rb +1 -1
- data/lib/pulpcore_client/models/patched_domain.rb +1 -1
- data/lib/pulpcore_client/models/patched_filesystem_exporter.rb +1 -1
- data/lib/pulpcore_client/models/remote_response.rb +1 -1
- data/lib/pulpcore_client/version.rb +1 -1
- data/spec/api/access_policies_api_spec.rb +3 -1
- data/spec/api/artifacts_api_spec.rb +3 -1
- data/spec/api/content_api_spec.rb +4 -1
- data/spec/api/contentguards_api_spec.rb +4 -1
- data/spec/api/contentguards_content_redirect_api_spec.rb +3 -1
- data/spec/api/contentguards_rbac_api_spec.rb +3 -1
- data/spec/api/distributions_api_spec.rb +4 -1
- data/spec/api/distributions_artifacts_api_spec.rb +3 -1
- data/spec/api/domains_api_spec.rb +3 -1
- data/spec/api/exporters_filesystem_api_spec.rb +3 -1
- data/spec/api/exporters_pulp_api_spec.rb +3 -1
- data/spec/api/groups_api_spec.rb +3 -1
- data/spec/api/groups_roles_api_spec.rb +3 -1
- data/spec/api/importers_pulp_api_spec.rb +3 -1
- data/spec/api/publications_api_spec.rb +5 -2
- data/spec/api/remotes_api_spec.rb +4 -1
- data/spec/api/repositories_api_spec.rb +4 -1
- data/spec/api/repository_versions_api_spec.rb +3 -1
- data/spec/api/roles_api_spec.rb +3 -1
- data/spec/api/signing_services_api_spec.rb +3 -1
- data/spec/api/task_schedules_api_spec.rb +3 -1
- data/spec/api/tasks_api_spec.rb +4 -2
- data/spec/api/uploads_api_spec.rb +3 -1
- data/spec/api/users_api_spec.rb +3 -1
- data/spec/api/users_roles_api_spec.rb +3 -1
- data/spec/api/workers_api_spec.rb +3 -1
- data/spec/models/artifact_distribution_response_spec.rb +7 -7
- metadata +140 -140
|
@@ -67,7 +67,9 @@ describe 'DomainsApi' do
|
|
|
67
67
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
|
68
68
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
69
69
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
70
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
70
|
+
# @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)
|
|
71
|
+
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
72
|
+
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
71
73
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
72
74
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
73
75
|
# @return [PaginatedDomainResponseList]
|
|
@@ -67,7 +67,9 @@ describe 'ExportersFilesystemApi' do
|
|
|
67
67
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
|
68
68
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
69
69
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
70
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
70
|
+
# @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)
|
|
71
|
+
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
72
|
+
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
71
73
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
72
74
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
73
75
|
# @return [PaginatedFilesystemExporterResponseList]
|
|
@@ -67,7 +67,9 @@ describe 'ExportersPulpApi' do
|
|
|
67
67
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
|
68
68
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
69
69
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
70
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
70
|
+
# @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)
|
|
71
|
+
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
72
|
+
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
71
73
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
72
74
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
73
75
|
# @return [PaginatedPulpExporterResponseList]
|
data/spec/api/groups_api_spec.rb
CHANGED
|
@@ -81,7 +81,9 @@ describe 'GroupsApi' do
|
|
|
81
81
|
# @option opts [String] :name__iexact Filter results where name matches value
|
|
82
82
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
|
83
83
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
84
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
84
|
+
# @option opts [Array<String>] :ordering Ordering * `id` - Id * `-id` - Id (descending) * `name` - Name * `-name` - Name (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
85
|
+
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
86
|
+
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
85
87
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
86
88
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
87
89
|
# @return [PaginatedGroupResponseList]
|
|
@@ -66,7 +66,9 @@ describe 'GroupsRolesApi' do
|
|
|
66
66
|
# @option opts [String] :domain Foreign Key referenced by HREF
|
|
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
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
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>] :pulp_href__in Multiple values may be separated by commas.
|
|
71
|
+
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
70
72
|
# @option opts [String] :role
|
|
71
73
|
# @option opts [String] :role__contains
|
|
72
74
|
# @option opts [String] :role__icontains
|
|
@@ -67,7 +67,9 @@ describe 'ImportersPulpApi' do
|
|
|
67
67
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
|
68
68
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
69
69
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
70
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
70
|
+
# @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)
|
|
71
|
+
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
72
|
+
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
71
73
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
72
74
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
73
75
|
# @return [PaginatedPulpImporterResponseList]
|
|
@@ -34,19 +34,22 @@ describe 'PublicationsApi' do
|
|
|
34
34
|
|
|
35
35
|
# unit tests for list
|
|
36
36
|
# List publications
|
|
37
|
-
# A
|
|
37
|
+
# A base class for any publication viewset.
|
|
38
38
|
# @param [Hash] opts the optional parameters
|
|
39
39
|
# @option opts [String] :content Content Unit referenced by HREF
|
|
40
40
|
# @option opts [String] :content__in Content Unit referenced by HREF
|
|
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
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
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
44
|
# @option opts [DateTime] :pulp_created Filter results where pulp_created matches value
|
|
45
45
|
# @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
|
|
46
46
|
# @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
|
|
47
47
|
# @option opts [DateTime] :pulp_created__lt Filter results where pulp_created is less than value
|
|
48
48
|
# @option opts [DateTime] :pulp_created__lte Filter results where pulp_created is less than or equal to value
|
|
49
49
|
# @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
|
|
50
|
+
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
51
|
+
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
52
|
+
# @option opts [Array<String>] :pulp_type__in Pulp type is in * `file.file` - file.file
|
|
50
53
|
# @option opts [String] :repository Repository referenced by HREF
|
|
51
54
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
|
52
55
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
@@ -43,7 +43,9 @@ describe 'RemotesApi' do
|
|
|
43
43
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
|
44
44
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
45
45
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
46
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
46
|
+
# @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)
|
|
47
|
+
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
48
|
+
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
47
49
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
48
50
|
# @option opts [DateTime] :pulp_last_updated Filter results where pulp_last_updated matches value
|
|
49
51
|
# @option opts [DateTime] :pulp_last_updated__gt Filter results where pulp_last_updated is greater than value
|
|
@@ -51,6 +53,7 @@ describe 'RemotesApi' do
|
|
|
51
53
|
# @option opts [DateTime] :pulp_last_updated__lt Filter results where pulp_last_updated is less than value
|
|
52
54
|
# @option opts [DateTime] :pulp_last_updated__lte Filter results where pulp_last_updated is less than or equal to value
|
|
53
55
|
# @option opts [Array<DateTime>] :pulp_last_updated__range Filter results where pulp_last_updated is between two comma separated values
|
|
56
|
+
# @option opts [Array<String>] :pulp_type__in Pulp type is in * `file.file` - file.file
|
|
54
57
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
55
58
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
56
59
|
# @return [PaginatedRemoteResponseList]
|
|
@@ -43,8 +43,11 @@ describe 'RepositoriesApi' do
|
|
|
43
43
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
|
44
44
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
45
45
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
46
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
46
|
+
# @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)
|
|
47
|
+
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
48
|
+
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
47
49
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
50
|
+
# @option opts [Array<String>] :pulp_type__in Pulp type is in * `file.file` - file.file
|
|
48
51
|
# @option opts [String] :remote Foreign Key referenced by HREF
|
|
49
52
|
# @option opts [Integer] :retain_repo_versions Filter results where retain_repo_versions matches value
|
|
50
53
|
# @option opts [Integer] :retain_repo_versions__gt Filter results where retain_repo_versions is greater than value
|
|
@@ -34,6 +34,7 @@ describe 'RepositoryVersionsApi' do
|
|
|
34
34
|
|
|
35
35
|
# unit tests for list
|
|
36
36
|
# List repository versions
|
|
37
|
+
# A mixin to hold the shared get_queryset logic used by RepositoryVersionViewSets.
|
|
37
38
|
# @param [Hash] opts the optional parameters
|
|
38
39
|
# @option opts [String] :content Content Unit referenced by HREF
|
|
39
40
|
# @option opts [String] :content__in Content Unit referenced by HREF
|
|
@@ -45,13 +46,14 @@ describe 'RepositoryVersionsApi' do
|
|
|
45
46
|
# @option opts [Integer] :number__lte Filter results where number is less than or equal to value
|
|
46
47
|
# @option opts [Array<Integer>] :number__range Filter results where number is between two comma separated values
|
|
47
48
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
48
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
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)
|
|
49
50
|
# @option opts [DateTime] :pulp_created Filter results where pulp_created matches value
|
|
50
51
|
# @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
|
|
51
52
|
# @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
|
|
52
53
|
# @option opts [DateTime] :pulp_created__lt Filter results where pulp_created is less than value
|
|
53
54
|
# @option opts [DateTime] :pulp_created__lte Filter results where pulp_created is less than or equal to value
|
|
54
55
|
# @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
|
|
56
|
+
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
55
57
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
56
58
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
57
59
|
# @return [PaginatedRepositoryVersionResponseList]
|
data/spec/api/roles_api_spec.rb
CHANGED
|
@@ -74,7 +74,9 @@ describe 'RolesApi' do
|
|
|
74
74
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
|
75
75
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
76
76
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
77
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
77
|
+
# @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)
|
|
78
|
+
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
79
|
+
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
78
80
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
79
81
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
80
82
|
# @return [PaginatedRoleResponseList]
|
|
@@ -39,7 +39,9 @@ describe 'SigningServicesApi' do
|
|
|
39
39
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
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
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
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>] :pulp_href__in Multiple values may be separated by commas.
|
|
44
|
+
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
43
45
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
44
46
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
45
47
|
# @return [PaginatedSigningServiceResponseList]
|
|
@@ -52,7 +52,9 @@ describe 'TaskSchedulesApi' do
|
|
|
52
52
|
# @option opts [String] :name Filter results where name matches value
|
|
53
53
|
# @option opts [String] :name__contains Filter results where name contains value
|
|
54
54
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
55
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
55
|
+
# @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)
|
|
56
|
+
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
57
|
+
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
56
58
|
# @option opts [String] :task_name Filter results where task_name matches value
|
|
57
59
|
# @option opts [String] :task_name__contains Filter results where task_name contains value
|
|
58
60
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
data/spec/api/tasks_api_spec.rb
CHANGED
|
@@ -77,8 +77,10 @@ describe 'TasksApi' do
|
|
|
77
77
|
# @option opts [String] :name__contains Filter results where name contains value
|
|
78
78
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
|
79
79
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
80
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
80
|
+
# @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) * `started_at` - Started at * `-started_at` - Started at (descending) * `finished_at` - Finished at * `-finished_at` - Finished at (descending) * `error` - Error * `-error` - Error (descending) * `args` - Args * `-args` - Args (descending) * `kwargs` - Kwargs * `-kwargs` - Kwargs (descending) * `reserved_resources_record` - Reserved resources record * `-reserved_resources_record` - Reserved resources record (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
81
81
|
# @option opts [String] :parent_task Filter results where parent_task matches value
|
|
82
|
+
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
83
|
+
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
82
84
|
# @option opts [String] :reserved_resources
|
|
83
85
|
# @option opts [Array<String>] :reserved_resources__in Multiple values may be separated by commas.
|
|
84
86
|
# @option opts [Array<String>] :reserved_resources_record
|
|
@@ -90,7 +92,7 @@ describe 'TasksApi' do
|
|
|
90
92
|
# @option opts [DateTime] :started_at__lt Filter results where started_at is less than value
|
|
91
93
|
# @option opts [DateTime] :started_at__lte Filter results where started_at is less than or equal to value
|
|
92
94
|
# @option opts [Array<DateTime>] :started_at__range Filter results where started_at is between two comma separated values
|
|
93
|
-
# @option opts [String] :state Filter results where state matches value
|
|
95
|
+
# @option opts [String] :state Filter results where state matches value * `waiting` - Waiting * `skipped` - Skipped * `running` - Running * `completed` - Completed * `failed` - Failed * `canceled` - Canceled * `canceling` - Canceling
|
|
94
96
|
# @option opts [Array<String>] :state__in Filter results where state is in a comma-separated list of values
|
|
95
97
|
# @option opts [String] :task_group Filter results where task_group matches value
|
|
96
98
|
# @option opts [String] :worker Filter results where worker matches value
|
|
@@ -87,7 +87,9 @@ describe 'UploadsApi' do
|
|
|
87
87
|
# @param [Hash] opts the optional parameters
|
|
88
88
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
89
89
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
90
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
90
|
+
# @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)
|
|
91
|
+
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
92
|
+
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
91
93
|
# @option opts [Integer] :size Filter results where size matches value
|
|
92
94
|
# @option opts [Integer] :size__gt Filter results where size is greater than value
|
|
93
95
|
# @option opts [Integer] :size__lt Filter results where size is less than value
|
data/spec/api/users_api_spec.rb
CHANGED
|
@@ -79,7 +79,9 @@ describe 'UsersApi' do
|
|
|
79
79
|
# @option opts [Array<String>] :last_name__in Filter results where last_name is in a comma-separated list of values
|
|
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
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
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>] :pulp_href__in Multiple values may be separated by commas.
|
|
84
|
+
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
83
85
|
# @option opts [String] :username Filter results where username matches value
|
|
84
86
|
# @option opts [String] :username__contains Filter results where username contains value
|
|
85
87
|
# @option opts [String] :username__icontains Filter results where username contains value
|
|
@@ -66,7 +66,9 @@ describe 'UsersRolesApi' do
|
|
|
66
66
|
# @option opts [String] :domain Foreign Key referenced by HREF
|
|
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
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
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>] :pulp_href__in Multiple values may be separated by commas.
|
|
71
|
+
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
70
72
|
# @option opts [String] :role
|
|
71
73
|
# @option opts [String] :role__contains
|
|
72
74
|
# @option opts [String] :role__icontains
|
|
@@ -51,7 +51,9 @@ describe 'WorkersApi' do
|
|
|
51
51
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
52
52
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
53
53
|
# @option opts [Boolean] :online
|
|
54
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
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) * `name` - Name * `-name` - Name (descending) * `last_heartbeat` - Last heartbeat * `-last_heartbeat` - Last heartbeat (descending) * `versions` - Versions * `-versions` - Versions (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
55
|
+
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
56
|
+
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
55
57
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
56
58
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
57
59
|
# @return [PaginatedWorkerResponseList]
|
|
@@ -32,43 +32,43 @@ describe 'ArtifactDistributionResponse' do
|
|
|
32
32
|
expect(@instance).to be_instance_of(PulpcoreClient::ArtifactDistributionResponse)
|
|
33
33
|
end
|
|
34
34
|
end
|
|
35
|
-
describe 'test attribute "
|
|
35
|
+
describe 'test attribute "pulp_created"' do
|
|
36
36
|
it 'should work' do
|
|
37
37
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
38
38
|
end
|
|
39
39
|
end
|
|
40
40
|
|
|
41
|
-
describe 'test attribute "
|
|
41
|
+
describe 'test attribute "base_url"' 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 "content_guard"' 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 "pulp_href"' 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 "pulp_labels"' 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 "name"' 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
|
|
69
69
|
end
|
|
70
70
|
|
|
71
|
-
describe 'test attribute "
|
|
71
|
+
describe 'test attribute "base_path"' do
|
|
72
72
|
it 'should work' do
|
|
73
73
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
74
74
|
end
|