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
data/docs/RemotesApi.md
CHANGED
|
@@ -37,7 +37,9 @@ opts = {
|
|
|
37
37
|
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
|
38
38
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
|
39
39
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
40
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
40
|
+
ordering: ['ordering_example'], # Array<String> | 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)
|
|
41
|
+
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
42
|
+
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
41
43
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
|
42
44
|
pulp_last_updated: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated matches value
|
|
43
45
|
pulp_last_updated__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is greater than value
|
|
@@ -45,6 +47,7 @@ opts = {
|
|
|
45
47
|
pulp_last_updated__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is less than value
|
|
46
48
|
pulp_last_updated__lte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is less than or equal to value
|
|
47
49
|
pulp_last_updated__range: [DateTime.parse('2013-10-20T19:20:30+01:00')], # Array<DateTime> | Filter results where pulp_last_updated is between two comma separated values
|
|
50
|
+
pulp_type__in: ['pulp_type__in_example'], # Array<String> | Pulp type is in * `file.file` - file.file
|
|
48
51
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
49
52
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
50
53
|
}
|
|
@@ -70,7 +73,9 @@ Name | Type | Description | Notes
|
|
|
70
73
|
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
|
71
74
|
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
|
72
75
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
73
|
-
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
|
76
|
+
**ordering** | [**Array<String>**](String.md)| 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) | [optional]
|
|
77
|
+
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
78
|
+
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
74
79
|
**pulp_label_select** | **String**| Filter labels by search string | [optional]
|
|
75
80
|
**pulp_last_updated** | **DateTime**| Filter results where pulp_last_updated matches value | [optional]
|
|
76
81
|
**pulp_last_updated__gt** | **DateTime**| Filter results where pulp_last_updated is greater than value | [optional]
|
|
@@ -78,6 +83,7 @@ Name | Type | Description | Notes
|
|
|
78
83
|
**pulp_last_updated__lt** | **DateTime**| Filter results where pulp_last_updated is less than value | [optional]
|
|
79
84
|
**pulp_last_updated__lte** | **DateTime**| Filter results where pulp_last_updated is less than or equal to value | [optional]
|
|
80
85
|
**pulp_last_updated__range** | [**Array<DateTime>**](DateTime.md)| Filter results where pulp_last_updated is between two comma separated values | [optional]
|
|
86
|
+
**pulp_type__in** | [**Array<String>**](String.md)| Pulp type is in * `file.file` - file.file | [optional]
|
|
81
87
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
82
88
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
83
89
|
|
data/docs/RepositoriesApi.md
CHANGED
|
@@ -37,8 +37,11 @@ opts = {
|
|
|
37
37
|
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
|
38
38
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
|
39
39
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
40
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
40
|
+
ordering: ['ordering_example'], # Array<String> | 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)
|
|
41
|
+
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
42
|
+
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
41
43
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
|
44
|
+
pulp_type__in: ['pulp_type__in_example'], # Array<String> | Pulp type is in * `file.file` - file.file
|
|
42
45
|
remote: 'remote_example', # String | Foreign Key referenced by HREF
|
|
43
46
|
retain_repo_versions: 56, # Integer | Filter results where retain_repo_versions matches value
|
|
44
47
|
retain_repo_versions__gt: 56, # Integer | Filter results where retain_repo_versions is greater than value
|
|
@@ -73,8 +76,11 @@ Name | Type | Description | Notes
|
|
|
73
76
|
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
|
74
77
|
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
|
75
78
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
76
|
-
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
|
79
|
+
**ordering** | [**Array<String>**](String.md)| 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) | [optional]
|
|
80
|
+
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
81
|
+
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
77
82
|
**pulp_label_select** | **String**| Filter labels by search string | [optional]
|
|
83
|
+
**pulp_type__in** | [**Array<String>**](String.md)| Pulp type is in * `file.file` - file.file | [optional]
|
|
78
84
|
**remote** | **String**| Foreign Key referenced by HREF | [optional]
|
|
79
85
|
**retain_repo_versions** | **Integer**| Filter results where retain_repo_versions matches value | [optional]
|
|
80
86
|
**retain_repo_versions__gt** | **Integer**| Filter results where retain_repo_versions is greater than value | [optional]
|
|
@@ -14,6 +14,8 @@ Method | HTTP request | Description
|
|
|
14
14
|
|
|
15
15
|
List repository versions
|
|
16
16
|
|
|
17
|
+
A mixin to hold the shared get_queryset logic used by RepositoryVersionViewSets.
|
|
18
|
+
|
|
17
19
|
### Example
|
|
18
20
|
|
|
19
21
|
```ruby
|
|
@@ -38,13 +40,14 @@ opts = {
|
|
|
38
40
|
number__lte: 56, # Integer | Filter results where number is less than or equal to value
|
|
39
41
|
number__range: [56], # Array<Integer> | Filter results where number is between two comma separated values
|
|
40
42
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
41
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
43
|
+
ordering: ['ordering_example'], # Array<String> | 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)
|
|
42
44
|
pulp_created: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created matches value
|
|
43
45
|
pulp_created__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than value
|
|
44
46
|
pulp_created__gte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than or equal to value
|
|
45
47
|
pulp_created__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than value
|
|
46
48
|
pulp_created__lte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than or equal to value
|
|
47
49
|
pulp_created__range: [DateTime.parse('2013-10-20T19:20:30+01:00')], # Array<DateTime> | Filter results where pulp_created is between two comma separated values
|
|
50
|
+
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
48
51
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
49
52
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
50
53
|
}
|
|
@@ -73,13 +76,14 @@ Name | Type | Description | Notes
|
|
|
73
76
|
**number__lte** | **Integer**| Filter results where number is less than or equal to value | [optional]
|
|
74
77
|
**number__range** | [**Array<Integer>**](Integer.md)| Filter results where number is between two comma separated values | [optional]
|
|
75
78
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
76
|
-
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
|
79
|
+
**ordering** | [**Array<String>**](String.md)| 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) | [optional]
|
|
77
80
|
**pulp_created** | **DateTime**| Filter results where pulp_created matches value | [optional]
|
|
78
81
|
**pulp_created__gt** | **DateTime**| Filter results where pulp_created is greater than value | [optional]
|
|
79
82
|
**pulp_created__gte** | **DateTime**| Filter results where pulp_created is greater than or equal to value | [optional]
|
|
80
83
|
**pulp_created__lt** | **DateTime**| Filter results where pulp_created is less than value | [optional]
|
|
81
84
|
**pulp_created__lte** | **DateTime**| Filter results where pulp_created is less than or equal to value | [optional]
|
|
82
85
|
**pulp_created__range** | [**Array<DateTime>**](DateTime.md)| Filter results where pulp_created is between two comma separated values | [optional]
|
|
86
|
+
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
83
87
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
84
88
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
85
89
|
|
data/docs/RolesApi.md
CHANGED
|
@@ -154,7 +154,9 @@ opts = {
|
|
|
154
154
|
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
|
155
155
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
|
156
156
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
157
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
157
|
+
ordering: ['ordering_example'], # Array<String> | 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)
|
|
158
|
+
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
159
|
+
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
158
160
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
159
161
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
160
162
|
}
|
|
@@ -187,7 +189,9 @@ Name | Type | Description | Notes
|
|
|
187
189
|
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
|
188
190
|
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
|
189
191
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
190
|
-
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
|
192
|
+
**ordering** | [**Array<String>**](String.md)| 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) | [optional]
|
|
193
|
+
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
194
|
+
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
191
195
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
192
196
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
193
197
|
|
data/docs/SigningServicesApi.md
CHANGED
|
@@ -34,7 +34,9 @@ opts = {
|
|
|
34
34
|
limit: 56, # Integer | Number of results to return per page.
|
|
35
35
|
name: 'name_example', # String | Filter results where name matches value
|
|
36
36
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
37
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
37
|
+
ordering: ['ordering_example'], # Array<String> | 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)
|
|
38
|
+
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
39
|
+
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
38
40
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
39
41
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
40
42
|
}
|
|
@@ -56,7 +58,9 @@ Name | Type | Description | Notes
|
|
|
56
58
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
|
57
59
|
**name** | **String**| Filter results where name matches value | [optional]
|
|
58
60
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
59
|
-
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
|
61
|
+
**ordering** | [**Array<String>**](String.md)| 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) | [optional]
|
|
62
|
+
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
63
|
+
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
60
64
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
61
65
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
62
66
|
|
data/docs/TaskSchedulesApi.md
CHANGED
|
@@ -93,7 +93,9 @@ opts = {
|
|
|
93
93
|
name: 'name_example', # String | Filter results where name matches value
|
|
94
94
|
name__contains: 'name__contains_example', # String | Filter results where name contains value
|
|
95
95
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
96
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
96
|
+
ordering: ['ordering_example'], # Array<String> | 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)
|
|
97
|
+
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
98
|
+
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
97
99
|
task_name: 'task_name_example', # String | Filter results where task_name matches value
|
|
98
100
|
task_name__contains: 'task_name__contains_example', # String | Filter results where task_name contains value
|
|
99
101
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
@@ -118,7 +120,9 @@ Name | Type | Description | Notes
|
|
|
118
120
|
**name** | **String**| Filter results where name matches value | [optional]
|
|
119
121
|
**name__contains** | **String**| Filter results where name contains value | [optional]
|
|
120
122
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
121
|
-
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
|
123
|
+
**ordering** | [**Array<String>**](String.md)| 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) | [optional]
|
|
124
|
+
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
125
|
+
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
122
126
|
**task_name** | **String**| Filter results where task_name matches value | [optional]
|
|
123
127
|
**task_name__contains** | **String**| Filter results where task_name contains value | [optional]
|
|
124
128
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
data/docs/TasksApi.md
CHANGED
|
@@ -161,8 +161,10 @@ opts = {
|
|
|
161
161
|
name__contains: 'name__contains_example', # String | Filter results where name contains value
|
|
162
162
|
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
|
163
163
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
164
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
164
|
+
ordering: ['ordering_example'], # Array<String> | 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)
|
|
165
165
|
parent_task: 'parent_task_example', # String | Filter results where parent_task matches value
|
|
166
|
+
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
167
|
+
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
166
168
|
reserved_resources: 'reserved_resources_example', # String |
|
|
167
169
|
reserved_resources__in: ['reserved_resources__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
168
170
|
reserved_resources_record: ['reserved_resources_record_example'], # Array<String> |
|
|
@@ -174,7 +176,7 @@ opts = {
|
|
|
174
176
|
started_at__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where started_at is less than value
|
|
175
177
|
started_at__lte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where started_at is less than or equal to value
|
|
176
178
|
started_at__range: [DateTime.parse('2013-10-20T19:20:30+01:00')], # Array<DateTime> | Filter results where started_at is between two comma separated values
|
|
177
|
-
state: 'state_example', # String | Filter results where state matches value
|
|
179
|
+
state: 'state_example', # String | Filter results where state matches value * `waiting` - Waiting * `skipped` - Skipped * `running` - Running * `completed` - Completed * `failed` - Failed * `canceled` - Canceled * `canceling` - Canceling
|
|
178
180
|
state__in: ['state__in_example'], # Array<String> | Filter results where state is in a comma-separated list of values
|
|
179
181
|
task_group: 'task_group_example', # String | Filter results where task_group matches value
|
|
180
182
|
worker: 'worker_example', # String | Filter results where worker matches value
|
|
@@ -214,8 +216,10 @@ Name | Type | Description | Notes
|
|
|
214
216
|
**name__contains** | **String**| Filter results where name contains value | [optional]
|
|
215
217
|
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
|
216
218
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
217
|
-
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
|
219
|
+
**ordering** | [**Array<String>**](String.md)| 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) | [optional]
|
|
218
220
|
**parent_task** | **String**| Filter results where parent_task matches value | [optional]
|
|
221
|
+
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
222
|
+
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
219
223
|
**reserved_resources** | **String**| | [optional]
|
|
220
224
|
**reserved_resources__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
221
225
|
**reserved_resources_record** | [**Array<String>**](String.md)| | [optional]
|
|
@@ -227,7 +231,7 @@ Name | Type | Description | Notes
|
|
|
227
231
|
**started_at__lt** | **DateTime**| Filter results where started_at is less than value | [optional]
|
|
228
232
|
**started_at__lte** | **DateTime**| Filter results where started_at is less than or equal to value | [optional]
|
|
229
233
|
**started_at__range** | [**Array<DateTime>**](DateTime.md)| Filter results where started_at is between two comma separated values | [optional]
|
|
230
|
-
**state** | **String**| Filter results where state matches value | [optional]
|
|
234
|
+
**state** | **String**| Filter results where state matches value * `waiting` - Waiting * `skipped` - Skipped * `running` - Running * `completed` - Completed * `failed` - Failed * `canceled` - Canceled * `canceling` - Canceling | [optional]
|
|
231
235
|
**state__in** | [**Array<String>**](String.md)| Filter results where state is in a comma-separated list of values | [optional]
|
|
232
236
|
**task_group** | **String**| Filter results where task_group matches value | [optional]
|
|
233
237
|
**worker** | **String**| Filter results where worker matches value | [optional]
|
data/docs/UploadsApi.md
CHANGED
|
@@ -255,7 +255,9 @@ api_instance = PulpcoreClient::UploadsApi.new
|
|
|
255
255
|
opts = {
|
|
256
256
|
limit: 56, # Integer | Number of results to return per page.
|
|
257
257
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
258
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
258
|
+
ordering: ['ordering_example'], # Array<String> | 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)
|
|
259
|
+
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
260
|
+
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
259
261
|
size: 56, # Integer | Filter results where size matches value
|
|
260
262
|
size__gt: 56, # Integer | Filter results where size is greater than value
|
|
261
263
|
size__lt: 56, # Integer | Filter results where size is less than value
|
|
@@ -280,7 +282,9 @@ Name | Type | Description | Notes
|
|
|
280
282
|
------------- | ------------- | ------------- | -------------
|
|
281
283
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
|
282
284
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
283
|
-
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
|
285
|
+
**ordering** | [**Array<String>**](String.md)| 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) | [optional]
|
|
286
|
+
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
287
|
+
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
284
288
|
**size** | **Integer**| Filter results where size matches value | [optional]
|
|
285
289
|
**size__gt** | **Integer**| Filter results where size is greater than value | [optional]
|
|
286
290
|
**size__lt** | **Integer**| Filter results where size is less than value | [optional]
|
data/docs/UsersApi.md
CHANGED
|
@@ -159,7 +159,9 @@ opts = {
|
|
|
159
159
|
last_name__in: ['last_name__in_example'], # Array<String> | Filter results where last_name is in a comma-separated list of values
|
|
160
160
|
limit: 56, # Integer | Number of results to return per page.
|
|
161
161
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
162
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
162
|
+
ordering: ['ordering_example'], # Array<String> | 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)
|
|
163
|
+
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
164
|
+
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
163
165
|
username: 'username_example', # String | Filter results where username matches value
|
|
164
166
|
username__contains: 'username__contains_example', # String | Filter results where username contains value
|
|
165
167
|
username__icontains: 'username__icontains_example', # String | Filter results where username contains value
|
|
@@ -202,7 +204,9 @@ Name | Type | Description | Notes
|
|
|
202
204
|
**last_name__in** | [**Array<String>**](String.md)| Filter results where last_name is in a comma-separated list of values | [optional]
|
|
203
205
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
|
204
206
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
205
|
-
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
|
207
|
+
**ordering** | [**Array<String>**](String.md)| 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) | [optional]
|
|
208
|
+
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
209
|
+
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
206
210
|
**username** | **String**| Filter results where username matches value | [optional]
|
|
207
211
|
**username__contains** | **String**| Filter results where username contains value | [optional]
|
|
208
212
|
**username__icontains** | **String**| Filter results where username contains value | [optional]
|
data/docs/UsersRolesApi.md
CHANGED
|
@@ -145,7 +145,9 @@ opts = {
|
|
|
145
145
|
domain: 'domain_example', # String | Foreign Key referenced by HREF
|
|
146
146
|
limit: 56, # Integer | Number of results to return per page.
|
|
147
147
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
148
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
148
|
+
ordering: ['ordering_example'], # Array<String> | 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)
|
|
149
|
+
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
150
|
+
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
149
151
|
role: 'role_example', # String |
|
|
150
152
|
role__contains: 'role__contains_example', # String |
|
|
151
153
|
role__icontains: 'role__icontains_example', # String |
|
|
@@ -174,7 +176,9 @@ Name | Type | Description | Notes
|
|
|
174
176
|
**domain** | **String**| Foreign Key referenced by HREF | [optional]
|
|
175
177
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
|
176
178
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
177
|
-
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
|
179
|
+
**ordering** | [**Array<String>**](String.md)| 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) | [optional]
|
|
180
|
+
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
181
|
+
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
178
182
|
**role** | **String**| | [optional]
|
|
179
183
|
**role__contains** | **String**| | [optional]
|
|
180
184
|
**role__icontains** | **String**| | [optional]
|
data/docs/WorkersApi.md
CHANGED
|
@@ -46,7 +46,9 @@ opts = {
|
|
|
46
46
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
|
47
47
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
48
48
|
online: true, # Boolean |
|
|
49
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
49
|
+
ordering: ['ordering_example'], # Array<String> | 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)
|
|
50
|
+
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
51
|
+
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
50
52
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
51
53
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
52
54
|
}
|
|
@@ -80,7 +82,9 @@ Name | Type | Description | Notes
|
|
|
80
82
|
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
|
81
83
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
82
84
|
**online** | **Boolean**| | [optional]
|
|
83
|
-
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
|
85
|
+
**ordering** | [**Array<String>**](String.md)| 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) | [optional]
|
|
86
|
+
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
87
|
+
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
84
88
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
85
89
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
86
90
|
|
|
@@ -25,7 +25,9 @@ module PulpcoreClient
|
|
|
25
25
|
# @option opts [Boolean] :customized Filter results where customized matches value
|
|
26
26
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
27
27
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
28
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
28
|
+
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `creation_hooks` - Creation hooks * `-creation_hooks` - Creation hooks (descending) * `statements` - Statements * `-statements` - Statements (descending) * `viewset_name` - Viewset name * `-viewset_name` - Viewset name (descending) * `customized` - Customized * `-customized` - Customized (descending) * `queryset_scoping` - Queryset scoping * `-queryset_scoping` - Queryset scoping (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
29
|
+
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
30
|
+
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
29
31
|
# @option opts [String] :viewset_name Filter results where viewset_name matches value
|
|
30
32
|
# @option opts [String] :viewset_name__contains Filter results where viewset_name contains value
|
|
31
33
|
# @option opts [String] :viewset_name__icontains Filter results where viewset_name contains value
|
|
@@ -45,7 +47,9 @@ module PulpcoreClient
|
|
|
45
47
|
# @option opts [Boolean] :customized Filter results where customized matches value
|
|
46
48
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
47
49
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
48
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
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) * `creation_hooks` - Creation hooks * `-creation_hooks` - Creation hooks (descending) * `statements` - Statements * `-statements` - Statements (descending) * `viewset_name` - Viewset name * `-viewset_name` - Viewset name (descending) * `customized` - Customized * `-customized` - Customized (descending) * `queryset_scoping` - Queryset scoping * `-queryset_scoping` - Queryset scoping (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
51
|
+
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
52
|
+
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
49
53
|
# @option opts [String] :viewset_name Filter results where viewset_name matches value
|
|
50
54
|
# @option opts [String] :viewset_name__contains Filter results where viewset_name contains value
|
|
51
55
|
# @option opts [String] :viewset_name__icontains Filter results where viewset_name contains value
|
|
@@ -71,6 +75,8 @@ module PulpcoreClient
|
|
|
71
75
|
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
|
72
76
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
|
73
77
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
|
78
|
+
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
|
79
|
+
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
|
74
80
|
query_params[:'viewset_name'] = opts[:'viewset_name'] if !opts[:'viewset_name'].nil?
|
|
75
81
|
query_params[:'viewset_name__contains'] = opts[:'viewset_name__contains'] if !opts[:'viewset_name__contains'].nil?
|
|
76
82
|
query_params[:'viewset_name__icontains'] = opts[:'viewset_name__icontains'] if !opts[:'viewset_name__icontains'].nil?
|
|
@@ -195,7 +195,9 @@ module PulpcoreClient
|
|
|
195
195
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
196
196
|
# @option opts [String] :md5 Filter results where md5 matches value
|
|
197
197
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
198
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
198
|
+
# @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) * `file` - File * `-file` - File (descending) * `size` - Size * `-size` - Size (descending) * `md5` - Md5 * `-md5` - Md5 (descending) * `sha1` - Sha1 * `-sha1` - Sha1 (descending) * `sha224` - Sha224 * `-sha224` - Sha224 (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `sha384` - Sha384 * `-sha384` - Sha384 (descending) * `sha512` - Sha512 * `-sha512` - Sha512 (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
199
|
+
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
200
|
+
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
199
201
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
|
200
202
|
# @option opts [String] :sha1 Filter results where sha1 matches value
|
|
201
203
|
# @option opts [String] :sha224 Filter results where sha224 matches value
|
|
@@ -216,7 +218,9 @@ module PulpcoreClient
|
|
|
216
218
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
217
219
|
# @option opts [String] :md5 Filter results where md5 matches value
|
|
218
220
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
219
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
221
|
+
# @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) * `file` - File * `-file` - File (descending) * `size` - Size * `-size` - Size (descending) * `md5` - Md5 * `-md5` - Md5 (descending) * `sha1` - Sha1 * `-sha1` - Sha1 (descending) * `sha224` - Sha224 * `-sha224` - Sha224 (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `sha384` - Sha384 * `-sha384` - Sha384 (descending) * `sha512` - Sha512 * `-sha512` - Sha512 (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
222
|
+
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
223
|
+
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
220
224
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
|
221
225
|
# @option opts [String] :sha1 Filter results where sha1 matches value
|
|
222
226
|
# @option opts [String] :sha224 Filter results where sha224 matches value
|
|
@@ -243,6 +247,8 @@ module PulpcoreClient
|
|
|
243
247
|
query_params[:'md5'] = opts[:'md5'] if !opts[:'md5'].nil?
|
|
244
248
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
|
245
249
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
|
250
|
+
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
|
251
|
+
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
|
246
252
|
query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
|
|
247
253
|
query_params[:'sha1'] = opts[:'sha1'] if !opts[:'sha1'].nil?
|
|
248
254
|
query_params[:'sha224'] = opts[:'sha224'] if !opts[:'sha224'].nil?
|
|
@@ -24,7 +24,10 @@ module PulpcoreClient
|
|
|
24
24
|
# @param [Hash] opts the optional parameters
|
|
25
25
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
26
26
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
27
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
27
|
+
# @option opts [Array<String>] :ordering Ordering * `pk` - Pk * `-pk` - Pk (descending)
|
|
28
|
+
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
29
|
+
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
30
|
+
# @option opts [Array<String>] :pulp_type__in Pulp type is in * `core.publishedmetadata` - core.publishedmetadata * `file.file` - file.file
|
|
28
31
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
|
29
32
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
|
30
33
|
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
|
@@ -41,7 +44,10 @@ module PulpcoreClient
|
|
|
41
44
|
# @param [Hash] opts the optional parameters
|
|
42
45
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
43
46
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
44
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
47
|
+
# @option opts [Array<String>] :ordering Ordering * `pk` - Pk * `-pk` - Pk (descending)
|
|
48
|
+
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
49
|
+
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
50
|
+
# @option opts [Array<String>] :pulp_type__in Pulp type is in * `core.publishedmetadata` - core.publishedmetadata * `file.file` - file.file
|
|
45
51
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
|
46
52
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
|
47
53
|
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
|
@@ -56,6 +62,10 @@ module PulpcoreClient
|
|
|
56
62
|
if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
|
|
57
63
|
fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
|
|
58
64
|
end
|
|
65
|
+
allowable_values = ["core.publishedmetadata", "file.file"]
|
|
66
|
+
if @api_client.config.client_side_validation && opts[:'pulp_type__in'] && !opts[:'pulp_type__in'].all? { |item| allowable_values.include?(item) }
|
|
67
|
+
fail ArgumentError, "invalid value for \"pulp_type__in\", must include one of #{allowable_values}"
|
|
68
|
+
end
|
|
59
69
|
# resource path
|
|
60
70
|
local_var_path = '/pulp/api/v3/content/'
|
|
61
71
|
|
|
@@ -64,6 +74,9 @@ module PulpcoreClient
|
|
|
64
74
|
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
|
65
75
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
|
66
76
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
|
77
|
+
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
|
78
|
+
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
|
79
|
+
query_params[:'pulp_type__in'] = @api_client.build_collection_param(opts[:'pulp_type__in'], :csv) if !opts[:'pulp_type__in'].nil?
|
|
67
80
|
query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
|
|
68
81
|
query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
|
|
69
82
|
query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
|
|
@@ -29,7 +29,10 @@ module PulpcoreClient
|
|
|
29
29
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
|
30
30
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
31
31
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
32
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
32
|
+
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `description` - Description * `-description` - Description (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
33
|
+
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
34
|
+
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
35
|
+
# @option opts [Array<String>] :pulp_type__in Pulp type is in * `core.rbac` - core.rbac * `core.content_redirect` - core.content_redirect * `certguard.rhsm` - certguard.rhsm * `certguard.x509` - certguard.x509
|
|
33
36
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
34
37
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
35
38
|
# @return [PaginatedContentGuardResponseList]
|
|
@@ -48,7 +51,10 @@ module PulpcoreClient
|
|
|
48
51
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
|
49
52
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
50
53
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
51
|
-
# @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) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `description` - Description * `-description` - Description (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.
|
|
57
|
+
# @option opts [Array<String>] :pulp_type__in Pulp type is in * `core.rbac` - core.rbac * `core.content_redirect` - core.content_redirect * `certguard.rhsm` - certguard.rhsm * `certguard.x509` - certguard.x509
|
|
52
58
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
53
59
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
54
60
|
# @return [Array<(PaginatedContentGuardResponseList, Integer, Hash)>] PaginatedContentGuardResponseList data, response status code and response headers
|
|
@@ -60,6 +66,10 @@ module PulpcoreClient
|
|
|
60
66
|
if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
|
|
61
67
|
fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
|
|
62
68
|
end
|
|
69
|
+
allowable_values = ["certguard.rhsm", "certguard.x509", "core.content_redirect", "core.rbac"]
|
|
70
|
+
if @api_client.config.client_side_validation && opts[:'pulp_type__in'] && !opts[:'pulp_type__in'].all? { |item| allowable_values.include?(item) }
|
|
71
|
+
fail ArgumentError, "invalid value for \"pulp_type__in\", must include one of #{allowable_values}"
|
|
72
|
+
end
|
|
63
73
|
# resource path
|
|
64
74
|
local_var_path = '/pulp/api/v3/contentguards/'
|
|
65
75
|
|
|
@@ -73,6 +83,9 @@ module PulpcoreClient
|
|
|
73
83
|
query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
|
|
74
84
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
|
75
85
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
|
86
|
+
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
|
87
|
+
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
|
88
|
+
query_params[:'pulp_type__in'] = @api_client.build_collection_param(opts[:'pulp_type__in'], :csv) if !opts[:'pulp_type__in'].nil?
|
|
76
89
|
query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
|
|
77
90
|
query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
|
|
78
91
|
|
|
@@ -221,7 +221,9 @@ module PulpcoreClient
|
|
|
221
221
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
|
222
222
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
223
223
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
224
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
224
|
+
# @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)
|
|
225
|
+
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
226
|
+
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
225
227
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
226
228
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
227
229
|
# @return [PaginatedContentRedirectContentGuardResponseList]
|
|
@@ -240,7 +242,9 @@ module PulpcoreClient
|
|
|
240
242
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
|
241
243
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
242
244
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
243
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
245
|
+
# @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)
|
|
246
|
+
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
247
|
+
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
244
248
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
245
249
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
246
250
|
# @return [Array<(PaginatedContentRedirectContentGuardResponseList, Integer, Hash)>] PaginatedContentRedirectContentGuardResponseList data, response status code and response headers
|
|
@@ -265,6 +269,8 @@ module PulpcoreClient
|
|
|
265
269
|
query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
|
|
266
270
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
|
267
271
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
|
272
|
+
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
|
273
|
+
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
|
268
274
|
query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
|
|
269
275
|
query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
|
|
270
276
|
|
|
@@ -221,7 +221,9 @@ module PulpcoreClient
|
|
|
221
221
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
|
222
222
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
223
223
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
224
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
224
|
+
# @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)
|
|
225
|
+
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
226
|
+
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
225
227
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
226
228
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
227
229
|
# @return [PaginatedRBACContentGuardResponseList]
|
|
@@ -240,7 +242,9 @@ module PulpcoreClient
|
|
|
240
242
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
|
241
243
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
242
244
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
243
|
-
# @option opts [Array<String>] :ordering Ordering
|
|
245
|
+
# @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)
|
|
246
|
+
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
247
|
+
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
244
248
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
245
249
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
246
250
|
# @return [Array<(PaginatedRBACContentGuardResponseList, Integer, Hash)>] PaginatedRBACContentGuardResponseList data, response status code and response headers
|
|
@@ -265,6 +269,8 @@ module PulpcoreClient
|
|
|
265
269
|
query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
|
|
266
270
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
|
267
271
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
|
272
|
+
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
|
273
|
+
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
|
268
274
|
query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
|
|
269
275
|
query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
|
|
270
276
|
|