pulpcore_client 3.58.0 → 3.59.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 +6 -5
- data/docs/AccessPoliciesApi.md +2 -2
- data/docs/ArtifactDistributionResponse.md +11 -11
- data/docs/ArtifactsApi.md +2 -2
- data/docs/ContentApi.md +2 -2
- data/docs/ContentguardsApi.md +2 -2
- data/docs/ContentguardsCompositeApi.md +2 -2
- data/docs/ContentguardsContentRedirectApi.md +2 -2
- data/docs/ContentguardsHeaderApi.md +2 -2
- data/docs/ContentguardsRbacApi.md +2 -2
- data/docs/DistributionsApi.md +2 -2
- data/docs/DistributionsArtifactsApi.md +2 -2
- data/docs/DomainsApi.md +2 -2
- data/docs/ExportersFilesystemApi.md +2 -2
- data/docs/ExportersPulpApi.md +2 -2
- data/docs/GroupsApi.md +2 -2
- data/docs/GroupsRolesApi.md +2 -2
- data/docs/ImportersPulpApi.md +2 -2
- data/docs/PublicationsApi.md +2 -2
- data/docs/RemotesApi.md +2 -2
- data/docs/RepositoriesApi.md +2 -2
- data/docs/RepositoryVersionsApi.md +2 -2
- data/docs/RolesApi.md +2 -2
- data/docs/SigningServicesApi.md +2 -2
- data/docs/TaskGroupsApi.md +56 -4
- data/docs/TaskSchedulesApi.md +2 -2
- data/docs/TasksApi.md +2 -2
- data/docs/UploadsApi.md +2 -2
- data/docs/UsersApi.md +2 -2
- data/docs/UsersRolesApi.md +2 -2
- data/docs/WorkersApi.md +2 -2
- data/lib/pulpcore_client/api/access_policies_api.rb +2 -2
- data/lib/pulpcore_client/api/artifacts_api.rb +2 -2
- data/lib/pulpcore_client/api/content_api.rb +2 -2
- data/lib/pulpcore_client/api/contentguards_api.rb +2 -2
- data/lib/pulpcore_client/api/contentguards_composite_api.rb +2 -2
- data/lib/pulpcore_client/api/contentguards_content_redirect_api.rb +2 -2
- data/lib/pulpcore_client/api/contentguards_header_api.rb +2 -2
- data/lib/pulpcore_client/api/contentguards_rbac_api.rb +2 -2
- data/lib/pulpcore_client/api/distributions_api.rb +2 -2
- data/lib/pulpcore_client/api/distributions_artifacts_api.rb +2 -2
- data/lib/pulpcore_client/api/domains_api.rb +2 -2
- data/lib/pulpcore_client/api/exporters_filesystem_api.rb +2 -2
- data/lib/pulpcore_client/api/exporters_pulp_api.rb +2 -2
- data/lib/pulpcore_client/api/groups_api.rb +2 -2
- data/lib/pulpcore_client/api/groups_roles_api.rb +2 -2
- data/lib/pulpcore_client/api/importers_pulp_api.rb +2 -2
- data/lib/pulpcore_client/api/publications_api.rb +2 -2
- data/lib/pulpcore_client/api/remotes_api.rb +2 -2
- data/lib/pulpcore_client/api/repositories_api.rb +2 -2
- data/lib/pulpcore_client/api/repository_versions_api.rb +2 -2
- data/lib/pulpcore_client/api/roles_api.rb +2 -2
- data/lib/pulpcore_client/api/signing_services_api.rb +2 -2
- data/lib/pulpcore_client/api/task_groups_api.rb +70 -4
- data/lib/pulpcore_client/api/task_schedules_api.rb +2 -2
- data/lib/pulpcore_client/api/tasks_api.rb +2 -2
- data/lib/pulpcore_client/api/uploads_api.rb +2 -2
- data/lib/pulpcore_client/api/users_api.rb +2 -2
- data/lib/pulpcore_client/api/users_roles_api.rb +2 -2
- data/lib/pulpcore_client/api/workers_api.rb +2 -2
- data/lib/pulpcore_client/models/api_app_status_response.rb +1 -1
- data/lib/pulpcore_client/models/artifact.rb +1 -1
- data/lib/pulpcore_client/models/artifact_distribution_response.rb +48 -48
- data/lib/pulpcore_client/models/artifact_response.rb +1 -1
- data/lib/pulpcore_client/models/composite_content_guard.rb +1 -1
- data/lib/pulpcore_client/models/composite_content_guard_response.rb +1 -1
- data/lib/pulpcore_client/models/content_app_status_response.rb +1 -1
- data/lib/pulpcore_client/models/content_guard_response.rb +1 -1
- data/lib/pulpcore_client/models/group_progress_report_response.rb +1 -1
- data/lib/pulpcore_client/models/minimal_task_response.rb +1 -1
- data/lib/pulpcore_client/models/multiple_artifact_content_response.rb +1 -1
- data/lib/pulpcore_client/models/patched_composite_content_guard.rb +1 -1
- data/lib/pulpcore_client/models/patched_rbac_content_guard.rb +1 -1
- data/lib/pulpcore_client/models/patched_task_cancel.rb +0 -1
- data/lib/pulpcore_client/models/progress_report_response.rb +1 -1
- data/lib/pulpcore_client/models/publication_response.rb +1 -1
- data/lib/pulpcore_client/models/rbac_content_guard.rb +1 -1
- data/lib/pulpcore_client/models/rbac_content_guard_response.rb +1 -1
- data/lib/pulpcore_client/models/repository_response.rb +1 -1
- data/lib/pulpcore_client/models/repository_version_response.rb +1 -1
- data/lib/pulpcore_client/models/task_group_response.rb +1 -1
- data/lib/pulpcore_client/models/task_response.rb +1 -1
- data/lib/pulpcore_client/models/task_schedule_response.rb +1 -1
- data/lib/pulpcore_client/models/worker_response.rb +1 -1
- data/lib/pulpcore_client/version.rb +1 -1
- data/spec/api/access_policies_api_spec.rb +1 -1
- data/spec/api/artifacts_api_spec.rb +1 -1
- data/spec/api/content_api_spec.rb +1 -1
- data/spec/api/contentguards_api_spec.rb +1 -1
- data/spec/api/contentguards_composite_api_spec.rb +1 -1
- data/spec/api/contentguards_content_redirect_api_spec.rb +1 -1
- data/spec/api/contentguards_header_api_spec.rb +1 -1
- data/spec/api/contentguards_rbac_api_spec.rb +1 -1
- data/spec/api/distributions_api_spec.rb +1 -1
- data/spec/api/distributions_artifacts_api_spec.rb +1 -1
- data/spec/api/domains_api_spec.rb +1 -1
- data/spec/api/exporters_filesystem_api_spec.rb +1 -1
- data/spec/api/exporters_pulp_api_spec.rb +1 -1
- data/spec/api/groups_api_spec.rb +1 -1
- data/spec/api/groups_roles_api_spec.rb +1 -1
- data/spec/api/importers_pulp_api_spec.rb +1 -1
- data/spec/api/publications_api_spec.rb +1 -1
- data/spec/api/remotes_api_spec.rb +1 -1
- data/spec/api/repositories_api_spec.rb +1 -1
- data/spec/api/repository_versions_api_spec.rb +1 -1
- data/spec/api/roles_api_spec.rb +1 -1
- data/spec/api/signing_services_api_spec.rb +1 -1
- data/spec/api/task_groups_api_spec.rb +13 -2
- data/spec/api/task_schedules_api_spec.rb +1 -1
- data/spec/api/tasks_api_spec.rb +1 -1
- data/spec/api/uploads_api_spec.rb +1 -1
- data/spec/api/users_api_spec.rb +1 -1
- data/spec/api/users_roles_api_spec.rb +1 -1
- data/spec/api/workers_api_spec.rb +1 -1
- data/spec/models/artifact_distribution_response_spec.rb +9 -9
- metadata +2 -2
data/docs/TaskGroupsApi.md
CHANGED
|
@@ -6,6 +6,7 @@ Method | HTTP request | Description
|
|
|
6
6
|
------------- | ------------- | -------------
|
|
7
7
|
[**list**](TaskGroupsApi.md#list) | **GET** /pulp/api/v3/task-groups/ | List task groups
|
|
8
8
|
[**read**](TaskGroupsApi.md#read) | **GET** {task_group_href} | Inspect a task group
|
|
9
|
+
[**task_groups_cancel**](TaskGroupsApi.md#task_groups_cancel) | **PATCH** {task_group_href} | Cancel a task group
|
|
9
10
|
|
|
10
11
|
|
|
11
12
|
|
|
@@ -15,8 +16,6 @@ Method | HTTP request | Description
|
|
|
15
16
|
|
|
16
17
|
List task groups
|
|
17
18
|
|
|
18
|
-
A customized named ModelViewSet that knows how to register itself with the Pulp API router. This viewset is discoverable by its name. \"Normal\" Django Models and Master/Detail models are supported by the ``register_with`` method. Attributes: lookup_field (str): The name of the field by which an object should be looked up, in addition to any parent lookups if this ViewSet is nested. Defaults to 'pk' endpoint_name (str): The name of the final path segment that should identify the ViewSet's collection endpoint. nest_prefix (str): Optional prefix under which this ViewSet should be nested. This must correspond to the \"parent_prefix\" of a router with rest_framework_nested.NestedMixin. None indicates this ViewSet should not be nested. parent_lookup_kwargs (dict): Optional mapping of key names that would appear in self.kwargs to django model filter expressions that can be used with the corresponding value from self.kwargs, used only by a nested ViewSet to filter based on the parent object's identity. schema (DefaultSchema): The schema class to use by default in a viewset.
|
|
19
|
-
|
|
20
19
|
### Example
|
|
21
20
|
|
|
22
21
|
```ruby
|
|
@@ -76,8 +75,6 @@ Name | Type | Description | Notes
|
|
|
76
75
|
|
|
77
76
|
Inspect a task group
|
|
78
77
|
|
|
79
|
-
A customized named ModelViewSet that knows how to register itself with the Pulp API router. This viewset is discoverable by its name. \"Normal\" Django Models and Master/Detail models are supported by the ``register_with`` method. Attributes: lookup_field (str): The name of the field by which an object should be looked up, in addition to any parent lookups if this ViewSet is nested. Defaults to 'pk' endpoint_name (str): The name of the final path segment that should identify the ViewSet's collection endpoint. nest_prefix (str): Optional prefix under which this ViewSet should be nested. This must correspond to the \"parent_prefix\" of a router with rest_framework_nested.NestedMixin. None indicates this ViewSet should not be nested. parent_lookup_kwargs (dict): Optional mapping of key names that would appear in self.kwargs to django model filter expressions that can be used with the corresponding value from self.kwargs, used only by a nested ViewSet to filter based on the parent object's identity. schema (DefaultSchema): The schema class to use by default in a viewset.
|
|
80
|
-
|
|
81
78
|
### Example
|
|
82
79
|
|
|
83
80
|
```ruby
|
|
@@ -128,3 +125,58 @@ Name | Type | Description | Notes
|
|
|
128
125
|
- **Content-Type**: Not defined
|
|
129
126
|
- **Accept**: application/json
|
|
130
127
|
|
|
128
|
+
|
|
129
|
+
## task_groups_cancel
|
|
130
|
+
|
|
131
|
+
> TaskGroupResponse task_groups_cancel(task_group_href, patched_task_cancel)
|
|
132
|
+
|
|
133
|
+
Cancel a task group
|
|
134
|
+
|
|
135
|
+
This operation cancels a task group.
|
|
136
|
+
|
|
137
|
+
### Example
|
|
138
|
+
|
|
139
|
+
```ruby
|
|
140
|
+
# load the gem
|
|
141
|
+
require 'pulpcore_client'
|
|
142
|
+
# setup authorization
|
|
143
|
+
PulpcoreClient.configure do |config|
|
|
144
|
+
# Configure HTTP basic authorization: basicAuth
|
|
145
|
+
config.username = 'YOUR USERNAME'
|
|
146
|
+
config.password = 'YOUR PASSWORD'
|
|
147
|
+
end
|
|
148
|
+
|
|
149
|
+
api_instance = PulpcoreClient::TaskGroupsApi.new
|
|
150
|
+
task_group_href = 'task_group_href_example' # String |
|
|
151
|
+
patched_task_cancel = PulpcoreClient::PatchedTaskCancel.new # PatchedTaskCancel |
|
|
152
|
+
|
|
153
|
+
begin
|
|
154
|
+
#Cancel a task group
|
|
155
|
+
result = api_instance.task_groups_cancel(task_group_href, patched_task_cancel)
|
|
156
|
+
p result
|
|
157
|
+
rescue PulpcoreClient::ApiError => e
|
|
158
|
+
puts "Exception when calling TaskGroupsApi->task_groups_cancel: #{e}"
|
|
159
|
+
end
|
|
160
|
+
```
|
|
161
|
+
|
|
162
|
+
### Parameters
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
Name | Type | Description | Notes
|
|
166
|
+
------------- | ------------- | ------------- | -------------
|
|
167
|
+
**task_group_href** | **String**| |
|
|
168
|
+
**patched_task_cancel** | [**PatchedTaskCancel**](PatchedTaskCancel.md)| |
|
|
169
|
+
|
|
170
|
+
### Return type
|
|
171
|
+
|
|
172
|
+
[**TaskGroupResponse**](TaskGroupResponse.md)
|
|
173
|
+
|
|
174
|
+
### Authorization
|
|
175
|
+
|
|
176
|
+
[basicAuth](../README.md#basicAuth)
|
|
177
|
+
|
|
178
|
+
### HTTP request headers
|
|
179
|
+
|
|
180
|
+
- **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
|
|
181
|
+
- **Accept**: application/json
|
|
182
|
+
|
data/docs/TaskSchedulesApi.md
CHANGED
|
@@ -97,7 +97,7 @@ opts = {
|
|
|
97
97
|
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)
|
|
98
98
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
99
99
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
100
|
-
q: 'q_example', # String |
|
|
100
|
+
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
101
101
|
task_name: 'task_name_example', # String | Filter results where task_name matches value
|
|
102
102
|
task_name__contains: 'task_name__contains_example', # String | Filter results where task_name contains value
|
|
103
103
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
@@ -125,7 +125,7 @@ Name | Type | Description | Notes
|
|
|
125
125
|
**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]
|
|
126
126
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
127
127
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
128
|
-
**q** | **String**|
|
|
128
|
+
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
|
129
129
|
**task_name** | **String**| Filter results where task_name matches value | [optional]
|
|
130
130
|
**task_name__contains** | **String**| Filter results where task_name contains value | [optional]
|
|
131
131
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
data/docs/TasksApi.md
CHANGED
|
@@ -168,7 +168,7 @@ opts = {
|
|
|
168
168
|
parent_task: 'parent_task_example', # String | Filter results where parent_task matches value
|
|
169
169
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
170
170
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
171
|
-
q: 'q_example', # String |
|
|
171
|
+
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
172
172
|
reserved_resources: 'reserved_resources_example', # String |
|
|
173
173
|
reserved_resources__in: ['reserved_resources__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
174
174
|
shared_resources: 'shared_resources_example', # String |
|
|
@@ -226,7 +226,7 @@ Name | Type | Description | Notes
|
|
|
226
226
|
**parent_task** | [**String**](.md)| Filter results where parent_task matches value | [optional]
|
|
227
227
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
228
228
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
229
|
-
**q** | **String**|
|
|
229
|
+
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
|
230
230
|
**reserved_resources** | **String**| | [optional]
|
|
231
231
|
**reserved_resources__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
232
232
|
**shared_resources** | **String**| | [optional]
|
data/docs/UploadsApi.md
CHANGED
|
@@ -259,7 +259,7 @@ opts = {
|
|
|
259
259
|
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)
|
|
260
260
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
261
261
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
262
|
-
q: 'q_example', # String |
|
|
262
|
+
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
263
263
|
size: 56, # Integer | Filter results where size matches value
|
|
264
264
|
size__gt: 56, # Integer | Filter results where size is greater than value
|
|
265
265
|
size__lt: 56, # Integer | Filter results where size is less than value
|
|
@@ -287,7 +287,7 @@ Name | Type | Description | Notes
|
|
|
287
287
|
**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]
|
|
288
288
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
289
289
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
290
|
-
**q** | **String**|
|
|
290
|
+
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
|
291
291
|
**size** | **Integer**| Filter results where size matches value | [optional]
|
|
292
292
|
**size__gt** | **Integer**| Filter results where size is greater than value | [optional]
|
|
293
293
|
**size__lt** | **Integer**| Filter results where size is less than value | [optional]
|
data/docs/UsersApi.md
CHANGED
|
@@ -162,7 +162,7 @@ opts = {
|
|
|
162
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
163
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
164
164
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
165
|
-
q: 'q_example', # String |
|
|
165
|
+
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
166
166
|
username: 'username_example', # String | Filter results where username matches value
|
|
167
167
|
username__contains: 'username__contains_example', # String | Filter results where username contains value
|
|
168
168
|
username__icontains: 'username__icontains_example', # String | Filter results where username contains value
|
|
@@ -208,7 +208,7 @@ Name | Type | Description | Notes
|
|
|
208
208
|
**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]
|
|
209
209
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
210
210
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
211
|
-
**q** | **String**|
|
|
211
|
+
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
|
212
212
|
**username** | **String**| Filter results where username matches value | [optional]
|
|
213
213
|
**username__contains** | **String**| Filter results where username contains value | [optional]
|
|
214
214
|
**username__icontains** | **String**| Filter results where username contains value | [optional]
|
data/docs/UsersRolesApi.md
CHANGED
|
@@ -148,7 +148,7 @@ opts = {
|
|
|
148
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
149
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
150
150
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
151
|
-
q: 'q_example', # String |
|
|
151
|
+
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
152
152
|
role: 'role_example', # String |
|
|
153
153
|
role__contains: 'role__contains_example', # String |
|
|
154
154
|
role__icontains: 'role__icontains_example', # String |
|
|
@@ -180,7 +180,7 @@ Name | Type | Description | Notes
|
|
|
180
180
|
**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]
|
|
181
181
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
182
182
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
183
|
-
**q** | **String**|
|
|
183
|
+
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
|
184
184
|
**role** | **String**| | [optional]
|
|
185
185
|
**role__contains** | **String**| | [optional]
|
|
186
186
|
**role__icontains** | **String**| | [optional]
|
data/docs/WorkersApi.md
CHANGED
|
@@ -53,7 +53,7 @@ opts = {
|
|
|
53
53
|
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)
|
|
54
54
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
55
55
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
56
|
-
q: 'q_example', # String |
|
|
56
|
+
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
57
57
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
58
58
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
59
59
|
}
|
|
@@ -94,7 +94,7 @@ Name | Type | Description | Notes
|
|
|
94
94
|
**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]
|
|
95
95
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
96
96
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
97
|
-
**q** | **String**|
|
|
97
|
+
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
|
98
98
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
99
99
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
100
100
|
|
|
@@ -28,7 +28,7 @@ module PulpcoreClient
|
|
|
28
28
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `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
29
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
30
30
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
31
|
-
# @option opts [String] :q
|
|
31
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
32
32
|
# @option opts [String] :viewset_name Filter results where viewset_name matches value
|
|
33
33
|
# @option opts [String] :viewset_name__contains Filter results where viewset_name contains value
|
|
34
34
|
# @option opts [String] :viewset_name__icontains Filter results where viewset_name contains value
|
|
@@ -55,7 +55,7 @@ module PulpcoreClient
|
|
|
55
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) * `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)
|
|
56
56
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
57
57
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
58
|
-
# @option opts [String] :q
|
|
58
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
59
59
|
# @option opts [String] :viewset_name Filter results where viewset_name matches value
|
|
60
60
|
# @option opts [String] :viewset_name__contains Filter results where viewset_name contains value
|
|
61
61
|
# @option opts [String] :viewset_name__icontains Filter results where viewset_name contains value
|
|
@@ -199,7 +199,7 @@ module PulpcoreClient
|
|
|
199
199
|
# @option opts [Float] :orphaned_for Minutes Artifacts have been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
|
200
200
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
201
201
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
202
|
-
# @option opts [String] :q
|
|
202
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
203
203
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
|
204
204
|
# @option opts [String] :sha1 Filter results where sha1 matches value
|
|
205
205
|
# @option opts [String] :sha224 Filter results where sha224 matches value
|
|
@@ -224,7 +224,7 @@ module PulpcoreClient
|
|
|
224
224
|
# @option opts [Float] :orphaned_for Minutes Artifacts have been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
|
225
225
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
226
226
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
227
|
-
# @option opts [String] :q
|
|
227
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
228
228
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
|
229
229
|
# @option opts [String] :sha1 Filter results where sha1 matches value
|
|
230
230
|
# @option opts [String] :sha224 Filter results where sha224 matches value
|
|
@@ -30,7 +30,7 @@ module PulpcoreClient
|
|
|
30
30
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
31
31
|
# @option opts [String] :pulp_type Pulp type * `core.publishedmetadata` - core.publishedmetadata * `file.file` - file.file
|
|
32
32
|
# @option opts [Array<String>] :pulp_type__in Multiple values may be separated by commas. * `core.publishedmetadata` - core.publishedmetadata * `file.file` - file.file
|
|
33
|
-
# @option opts [String] :q
|
|
33
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
34
34
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
|
35
35
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
|
36
36
|
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
|
@@ -53,7 +53,7 @@ module PulpcoreClient
|
|
|
53
53
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
54
54
|
# @option opts [String] :pulp_type Pulp type * `core.publishedmetadata` - core.publishedmetadata * `file.file` - file.file
|
|
55
55
|
# @option opts [Array<String>] :pulp_type__in Multiple values may be separated by commas. * `core.publishedmetadata` - core.publishedmetadata * `file.file` - file.file
|
|
56
|
-
# @option opts [String] :q
|
|
56
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
57
57
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
|
58
58
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
|
59
59
|
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
|
@@ -38,7 +38,7 @@ module PulpcoreClient
|
|
|
38
38
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
39
39
|
# @option opts [String] :pulp_type Pulp type * `core.rbac` - core.rbac * `core.content_redirect` - core.content_redirect * `core.header` - core.header * `core.composite` - core.composite * `certguard.rhsm` - certguard.rhsm * `certguard.x509` - certguard.x509
|
|
40
40
|
# @option opts [Array<String>] :pulp_type__in Multiple values may be separated by commas. * `core.rbac` - core.rbac * `core.content_redirect` - core.content_redirect * `core.header` - core.header * `core.composite` - core.composite * `certguard.rhsm` - certguard.rhsm * `certguard.x509` - certguard.x509
|
|
41
|
-
# @option opts [String] :q
|
|
41
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
42
42
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
43
43
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
44
44
|
# @return [PaginatedContentGuardResponseList]
|
|
@@ -66,7 +66,7 @@ module PulpcoreClient
|
|
|
66
66
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
67
67
|
# @option opts [String] :pulp_type Pulp type * `core.rbac` - core.rbac * `core.content_redirect` - core.content_redirect * `core.header` - core.header * `core.composite` - core.composite * `certguard.rhsm` - certguard.rhsm * `certguard.x509` - certguard.x509
|
|
68
68
|
# @option opts [Array<String>] :pulp_type__in Multiple values may be separated by commas. * `core.rbac` - core.rbac * `core.content_redirect` - core.content_redirect * `core.header` - core.header * `core.composite` - core.composite * `certguard.rhsm` - certguard.rhsm * `certguard.x509` - certguard.x509
|
|
69
|
-
# @option opts [String] :q
|
|
69
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
70
70
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
71
71
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
72
72
|
# @return [Array<(PaginatedContentGuardResponseList, Integer, Hash)>] PaginatedContentGuardResponseList data, response status code and response headers
|
|
@@ -230,7 +230,7 @@ module PulpcoreClient
|
|
|
230
230
|
# @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)
|
|
231
231
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
232
232
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
233
|
-
# @option opts [String] :q
|
|
233
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
234
234
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
235
235
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
236
236
|
# @return [PaginatedCompositeContentGuardResponseList]
|
|
@@ -256,7 +256,7 @@ module PulpcoreClient
|
|
|
256
256
|
# @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)
|
|
257
257
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
258
258
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
259
|
-
# @option opts [String] :q
|
|
259
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
260
260
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
261
261
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
262
262
|
# @return [Array<(PaginatedCompositeContentGuardResponseList, Integer, Hash)>] PaginatedCompositeContentGuardResponseList data, response status code and response headers
|
|
@@ -230,7 +230,7 @@ module PulpcoreClient
|
|
|
230
230
|
# @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)
|
|
231
231
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
232
232
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
233
|
-
# @option opts [String] :q
|
|
233
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
234
234
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
235
235
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
236
236
|
# @return [PaginatedContentRedirectContentGuardResponseList]
|
|
@@ -256,7 +256,7 @@ module PulpcoreClient
|
|
|
256
256
|
# @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)
|
|
257
257
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
258
258
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
259
|
-
# @option opts [String] :q
|
|
259
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
260
260
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
261
261
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
262
262
|
# @return [Array<(PaginatedContentRedirectContentGuardResponseList, Integer, Hash)>] PaginatedContentRedirectContentGuardResponseList data, response status code and response headers
|
|
@@ -230,7 +230,7 @@ module PulpcoreClient
|
|
|
230
230
|
# @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)
|
|
231
231
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
232
232
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
233
|
-
# @option opts [String] :q
|
|
233
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
234
234
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
235
235
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
236
236
|
# @return [PaginatedHeaderContentGuardResponseList]
|
|
@@ -256,7 +256,7 @@ module PulpcoreClient
|
|
|
256
256
|
# @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)
|
|
257
257
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
258
258
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
259
|
-
# @option opts [String] :q
|
|
259
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
260
260
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
261
261
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
262
262
|
# @return [Array<(PaginatedHeaderContentGuardResponseList, Integer, Hash)>] PaginatedHeaderContentGuardResponseList data, response status code and response headers
|
|
@@ -230,7 +230,7 @@ module PulpcoreClient
|
|
|
230
230
|
# @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)
|
|
231
231
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
232
232
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
233
|
-
# @option opts [String] :q
|
|
233
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
234
234
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
235
235
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
236
236
|
# @return [PaginatedRBACContentGuardResponseList]
|
|
@@ -256,7 +256,7 @@ module PulpcoreClient
|
|
|
256
256
|
# @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)
|
|
257
257
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
258
258
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
259
|
-
# @option opts [String] :q
|
|
259
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
260
260
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
261
261
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
262
262
|
# @return [Array<(PaginatedRBACContentGuardResponseList, Integer, Hash)>] PaginatedRBACContentGuardResponseList data, response status code and response headers
|
|
@@ -43,7 +43,7 @@ module PulpcoreClient
|
|
|
43
43
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
44
44
|
# @option opts [String] :pulp_type Pulp type * `core.artifact` - core.artifact * `file.file` - file.file
|
|
45
45
|
# @option opts [Array<String>] :pulp_type__in Multiple values may be separated by commas. * `core.artifact` - core.artifact * `file.file` - file.file
|
|
46
|
-
# @option opts [String] :q
|
|
46
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
47
47
|
# @option opts [String] :repository Filter results where repository matches value
|
|
48
48
|
# @option opts [Array<String>] :repository__in Filter results where repository is in a comma-separated list of values
|
|
49
49
|
# @option opts [String] :with_content Filter distributions based on the content served by them
|
|
@@ -79,7 +79,7 @@ module PulpcoreClient
|
|
|
79
79
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
80
80
|
# @option opts [String] :pulp_type Pulp type * `core.artifact` - core.artifact * `file.file` - file.file
|
|
81
81
|
# @option opts [Array<String>] :pulp_type__in Multiple values may be separated by commas. * `core.artifact` - core.artifact * `file.file` - file.file
|
|
82
|
-
# @option opts [String] :q
|
|
82
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
83
83
|
# @option opts [String] :repository Filter results where repository matches value
|
|
84
84
|
# @option opts [Array<String>] :repository__in Filter results where repository is in a comma-separated list of values
|
|
85
85
|
# @option opts [String] :with_content Filter distributions based on the content served by them
|
|
@@ -41,7 +41,7 @@ module PulpcoreClient
|
|
|
41
41
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
42
42
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
43
43
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
44
|
-
# @option opts [String] :q
|
|
44
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
45
45
|
# @option opts [String] :repository Filter results where repository matches value
|
|
46
46
|
# @option opts [Array<String>] :repository__in Filter results where repository is in a comma-separated list of values
|
|
47
47
|
# @option opts [String] :with_content Filter distributions based on the content served by them
|
|
@@ -75,7 +75,7 @@ module PulpcoreClient
|
|
|
75
75
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
76
76
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
77
77
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
78
|
-
# @option opts [String] :q
|
|
78
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
79
79
|
# @option opts [String] :repository Filter results where repository matches value
|
|
80
80
|
# @option opts [Array<String>] :repository__in Filter results where repository is in a comma-separated list of values
|
|
81
81
|
# @option opts [String] :with_content Filter distributions based on the content served by them
|
|
@@ -162,7 +162,7 @@ module PulpcoreClient
|
|
|
162
162
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `name` - Name * `-name` - Name (descending) * `description` - Description * `-description` - Description (descending) * `storage_class` - Storage class * `-storage_class` - Storage class (descending) * `storage_settings` - Storage settings * `-storage_settings` - Storage settings (descending) * `redirect_to_object_storage` - Redirect to object storage * `-redirect_to_object_storage` - Redirect to object storage (descending) * `hide_guarded_distributions` - Hide guarded distributions * `-hide_guarded_distributions` - Hide guarded distributions (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
163
163
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
164
164
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
165
|
-
# @option opts [String] :q
|
|
165
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
166
166
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
167
167
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
168
168
|
# @return [PaginatedDomainResponseList]
|
|
@@ -188,7 +188,7 @@ module PulpcoreClient
|
|
|
188
188
|
# @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)
|
|
189
189
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
190
190
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
191
|
-
# @option opts [String] :q
|
|
191
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
192
192
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
193
193
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
194
194
|
# @return [Array<(PaginatedDomainResponseList, Integer, Hash)>] PaginatedDomainResponseList data, response status code and response headers
|
|
@@ -162,7 +162,7 @@ module PulpcoreClient
|
|
|
162
162
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `path` - Path * `-path` - Path (descending) * `method` - Method * `-method` - Method (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
163
163
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
164
164
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
165
|
-
# @option opts [String] :q
|
|
165
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
166
166
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
167
167
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
168
168
|
# @return [PaginatedFilesystemExporterResponseList]
|
|
@@ -188,7 +188,7 @@ module PulpcoreClient
|
|
|
188
188
|
# @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)
|
|
189
189
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
190
190
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
191
|
-
# @option opts [String] :q
|
|
191
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
192
192
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
193
193
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
194
194
|
# @return [Array<(PaginatedFilesystemExporterResponseList, Integer, Hash)>] PaginatedFilesystemExporterResponseList data, response status code and response headers
|
|
@@ -162,7 +162,7 @@ module PulpcoreClient
|
|
|
162
162
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `path` - Path * `-path` - Path (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
163
163
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
164
164
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
165
|
-
# @option opts [String] :q
|
|
165
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
166
166
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
167
167
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
168
168
|
# @return [PaginatedPulpExporterResponseList]
|
|
@@ -188,7 +188,7 @@ module PulpcoreClient
|
|
|
188
188
|
# @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)
|
|
189
189
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
190
190
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
191
|
-
# @option opts [String] :q
|
|
191
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
192
192
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
193
193
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
194
194
|
# @return [Array<(PaginatedPulpExporterResponseList, Integer, Hash)>] PaginatedPulpExporterResponseList data, response status code and response headers
|
|
@@ -228,7 +228,7 @@ module PulpcoreClient
|
|
|
228
228
|
# @option opts [Array<String>] :ordering Ordering * `id` - Id * `-id` - Id (descending) * `name` - Name * `-name` - Name (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
229
229
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
230
230
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
231
|
-
# @option opts [String] :q
|
|
231
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
232
232
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
233
233
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
234
234
|
# @return [PaginatedGroupResponseList]
|
|
@@ -252,7 +252,7 @@ module PulpcoreClient
|
|
|
252
252
|
# @option opts [Array<String>] :ordering Ordering * `id` - Id * `-id` - Id (descending) * `name` - Name * `-name` - Name (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
253
253
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
254
254
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
255
|
-
# @option opts [String] :q
|
|
255
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
256
256
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
257
257
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
258
258
|
# @return [Array<(PaginatedGroupResponseList, Integer, Hash)>] PaginatedGroupResponseList data, response status code and response headers
|
|
@@ -160,7 +160,7 @@ module PulpcoreClient
|
|
|
160
160
|
# @option opts [Array<String>] :ordering Ordering * `role` - Role * `-role` - Role (descending) * `description` - Description * `-description` - Description (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
161
161
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
162
162
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
163
|
-
# @option opts [String] :q
|
|
163
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
164
164
|
# @option opts [String] :role
|
|
165
165
|
# @option opts [String] :role__contains
|
|
166
166
|
# @option opts [String] :role__icontains
|
|
@@ -185,7 +185,7 @@ module PulpcoreClient
|
|
|
185
185
|
# @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)
|
|
186
186
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
187
187
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
188
|
-
# @option opts [String] :q
|
|
188
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
189
189
|
# @option opts [String] :role
|
|
190
190
|
# @option opts [String] :role__contains
|
|
191
191
|
# @option opts [String] :role__icontains
|
|
@@ -160,7 +160,7 @@ module PulpcoreClient
|
|
|
160
160
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
161
161
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
162
162
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
163
|
-
# @option opts [String] :q
|
|
163
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
164
164
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
165
165
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
166
166
|
# @return [PaginatedPulpImporterResponseList]
|
|
@@ -186,7 +186,7 @@ module PulpcoreClient
|
|
|
186
186
|
# @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)
|
|
187
187
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
188
188
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
189
|
-
# @option opts [String] :q
|
|
189
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
190
190
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
191
191
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
192
192
|
# @return [Array<(PaginatedPulpImporterResponseList, Integer, Hash)>] PaginatedPulpImporterResponseList data, response status code and response headers
|
|
@@ -37,7 +37,7 @@ module PulpcoreClient
|
|
|
37
37
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
38
38
|
# @option opts [String] :pulp_type Pulp type * `file.file` - file.file
|
|
39
39
|
# @option opts [Array<String>] :pulp_type__in Multiple values may be separated by commas. * `file.file` - file.file
|
|
40
|
-
# @option opts [String] :q
|
|
40
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
41
41
|
# @option opts [String] :repository Repository referenced by HREF
|
|
42
42
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
|
43
43
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
@@ -66,7 +66,7 @@ module PulpcoreClient
|
|
|
66
66
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
67
67
|
# @option opts [String] :pulp_type Pulp type * `file.file` - file.file
|
|
68
68
|
# @option opts [Array<String>] :pulp_type__in Multiple values may be separated by commas. * `file.file` - file.file
|
|
69
|
-
# @option opts [String] :q
|
|
69
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
70
70
|
# @option opts [String] :repository Repository referenced by HREF
|
|
71
71
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
|
72
72
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
@@ -45,7 +45,7 @@ module PulpcoreClient
|
|
|
45
45
|
# @option opts [Array<DateTime>] :pulp_last_updated__range Filter results where pulp_last_updated is between two comma separated values
|
|
46
46
|
# @option opts [String] :pulp_type Pulp type * `file.file` - file.file
|
|
47
47
|
# @option opts [Array<String>] :pulp_type__in Multiple values may be separated by commas. * `file.file` - file.file
|
|
48
|
-
# @option opts [String] :q
|
|
48
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
49
49
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
50
50
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
51
51
|
# @return [PaginatedRemoteResponseList]
|
|
@@ -80,7 +80,7 @@ module PulpcoreClient
|
|
|
80
80
|
# @option opts [Array<DateTime>] :pulp_last_updated__range Filter results where pulp_last_updated is between two comma separated values
|
|
81
81
|
# @option opts [String] :pulp_type Pulp type * `file.file` - file.file
|
|
82
82
|
# @option opts [Array<String>] :pulp_type__in Multiple values may be separated by commas. * `file.file` - file.file
|
|
83
|
-
# @option opts [String] :q
|
|
83
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
84
84
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
85
85
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
86
86
|
# @return [Array<(PaginatedRemoteResponseList, Integer, Hash)>] PaginatedRemoteResponseList data, response status code and response headers
|
|
@@ -40,7 +40,7 @@ module PulpcoreClient
|
|
|
40
40
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
41
41
|
# @option opts [String] :pulp_type Pulp type * `file.file` - file.file
|
|
42
42
|
# @option opts [Array<String>] :pulp_type__in Multiple values may be separated by commas. * `file.file` - file.file
|
|
43
|
-
# @option opts [String] :q
|
|
43
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
44
44
|
# @option opts [String] :remote Foreign Key referenced by HREF
|
|
45
45
|
# @option opts [Integer] :retain_repo_versions Filter results where retain_repo_versions matches value
|
|
46
46
|
# @option opts [Integer] :retain_repo_versions__gt Filter results where retain_repo_versions is greater than value
|
|
@@ -80,7 +80,7 @@ module PulpcoreClient
|
|
|
80
80
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
81
81
|
# @option opts [String] :pulp_type Pulp type * `file.file` - file.file
|
|
82
82
|
# @option opts [Array<String>] :pulp_type__in Multiple values may be separated by commas. * `file.file` - file.file
|
|
83
|
-
# @option opts [String] :q
|
|
83
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
84
84
|
# @option opts [String] :remote Foreign Key referenced by HREF
|
|
85
85
|
# @option opts [Integer] :retain_repo_versions Filter results where retain_repo_versions matches value
|
|
86
86
|
# @option opts [Integer] :retain_repo_versions__gt Filter results where retain_repo_versions is greater than value
|