pulpcore_client 3.61.0 → 3.63.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +5 -4
- data/docs/AccessPoliciesApi.md +2 -0
- data/docs/AccessPolicyResponse.md +2 -0
- data/docs/ArtifactDistributionResponse.md +13 -11
- data/docs/ArtifactResponse.md +2 -0
- data/docs/ArtifactsApi.md +4 -2
- data/docs/CompositeContentGuardResponse.md +2 -0
- data/docs/ContentApi.md +8 -6
- data/docs/ContentGuardResponse.md +2 -0
- data/docs/ContentRedirectContentGuardResponse.md +2 -0
- data/docs/ContentguardsApi.md +2 -0
- data/docs/ContentguardsCompositeApi.md +2 -0
- data/docs/ContentguardsContentRedirectApi.md +2 -0
- data/docs/ContentguardsHeaderApi.md +2 -0
- data/docs/ContentguardsRbacApi.md +2 -0
- data/docs/DistributionResponse.md +2 -0
- data/docs/DistributionsApi.md +2 -0
- data/docs/DistributionsArtifactsApi.md +2 -0
- data/docs/DomainResponse.md +2 -0
- data/docs/DomainsApi.md +2 -0
- data/docs/ExportersFilesystemApi.md +2 -0
- data/docs/ExportersPulpApi.md +2 -0
- data/docs/FilesystemExportResponse.md +2 -0
- data/docs/FilesystemExporterResponse.md +2 -0
- data/docs/GroupResponse.md +2 -0
- data/docs/GroupRoleResponse.md +2 -0
- data/docs/GroupUserResponse.md +3 -1
- data/docs/GroupsApi.md +2 -0
- data/docs/GroupsRolesApi.md +2 -0
- data/docs/HeaderContentGuardResponse.md +2 -0
- data/docs/ImportResponse.md +2 -0
- data/docs/ImportersPulpApi.md +2 -0
- data/docs/MinimalTaskResponse.md +2 -0
- data/docs/MultipleArtifactContentResponse.md +2 -0
- data/docs/PatchedUpstreamPulp.md +2 -2
- data/docs/PublicationResponse.md +2 -0
- data/docs/PublicationsApi.md +10 -8
- data/docs/PulpExportResponse.md +2 -0
- data/docs/PulpExporterResponse.md +2 -0
- data/docs/PulpImporterResponse.md +2 -0
- data/docs/RBACContentGuardResponse.md +2 -0
- data/docs/RemoteResponse.md +2 -0
- data/docs/RemotesApi.md +2 -0
- data/docs/RepositoriesApi.md +6 -4
- data/docs/RepositoryResponse.md +2 -0
- data/docs/RepositoryVersionResponse.md +2 -0
- data/docs/RepositoryVersionsApi.md +6 -4
- data/docs/RoleResponse.md +2 -0
- data/docs/RolesApi.md +2 -0
- data/docs/SigningServiceResponse.md +2 -0
- data/docs/SigningServicesApi.md +2 -0
- data/docs/TaskGroupResponse.md +2 -0
- data/docs/TaskResponse.md +2 -0
- data/docs/TaskScheduleResponse.md +2 -0
- data/docs/TaskSchedulesApi.md +2 -0
- data/docs/TasksApi.md +2 -0
- data/docs/UploadDetailResponse.md +2 -0
- data/docs/UploadResponse.md +2 -0
- data/docs/UploadsApi.md +2 -0
- data/docs/UpstreamPulp.md +2 -2
- data/docs/UpstreamPulpResponse.md +4 -2
- data/docs/UpstreamPulpsApi.md +58 -0
- data/docs/UserGroupResponse.md +3 -1
- data/docs/UserResponse.md +2 -0
- data/docs/UserRoleResponse.md +2 -0
- data/docs/UsersApi.md +2 -0
- data/docs/UsersRolesApi.md +2 -0
- data/docs/WorkerResponse.md +2 -0
- data/docs/WorkersApi.md +2 -0
- data/lib/pulpcore_client/api/access_policies_api.rb +3 -0
- data/lib/pulpcore_client/api/artifacts_api.rb +5 -2
- data/lib/pulpcore_client/api/content_api.rb +9 -6
- data/lib/pulpcore_client/api/contentguards_api.rb +3 -0
- data/lib/pulpcore_client/api/contentguards_composite_api.rb +3 -0
- data/lib/pulpcore_client/api/contentguards_content_redirect_api.rb +3 -0
- data/lib/pulpcore_client/api/contentguards_header_api.rb +3 -0
- data/lib/pulpcore_client/api/contentguards_rbac_api.rb +3 -0
- data/lib/pulpcore_client/api/distributions_api.rb +3 -0
- data/lib/pulpcore_client/api/distributions_artifacts_api.rb +3 -0
- data/lib/pulpcore_client/api/domains_api.rb +3 -0
- data/lib/pulpcore_client/api/exporters_filesystem_api.rb +3 -0
- data/lib/pulpcore_client/api/exporters_pulp_api.rb +3 -0
- data/lib/pulpcore_client/api/groups_api.rb +3 -0
- data/lib/pulpcore_client/api/groups_roles_api.rb +3 -0
- data/lib/pulpcore_client/api/importers_pulp_api.rb +3 -0
- data/lib/pulpcore_client/api/publications_api.rb +12 -9
- data/lib/pulpcore_client/api/remotes_api.rb +3 -0
- data/lib/pulpcore_client/api/repositories_api.rb +7 -4
- data/lib/pulpcore_client/api/repository_versions_api.rb +8 -5
- data/lib/pulpcore_client/api/roles_api.rb +3 -0
- data/lib/pulpcore_client/api/signing_services_api.rb +3 -0
- data/lib/pulpcore_client/api/task_schedules_api.rb +3 -0
- data/lib/pulpcore_client/api/tasks_api.rb +3 -0
- data/lib/pulpcore_client/api/uploads_api.rb +3 -0
- data/lib/pulpcore_client/api/upstream_pulps_api.rb +91 -0
- data/lib/pulpcore_client/api/users_api.rb +3 -0
- data/lib/pulpcore_client/api/users_roles_api.rb +3 -0
- data/lib/pulpcore_client/api/workers_api.rb +3 -0
- data/lib/pulpcore_client/models/access_policy_response.rb +11 -1
- data/lib/pulpcore_client/models/artifact_distribution_response.rb +62 -52
- data/lib/pulpcore_client/models/artifact_response.rb +11 -1
- data/lib/pulpcore_client/models/composite_content_guard_response.rb +11 -1
- data/lib/pulpcore_client/models/content_guard_response.rb +11 -1
- data/lib/pulpcore_client/models/content_redirect_content_guard_response.rb +11 -1
- data/lib/pulpcore_client/models/distribution_response.rb +11 -1
- data/lib/pulpcore_client/models/domain_response.rb +11 -1
- data/lib/pulpcore_client/models/filesystem_export_response.rb +11 -1
- data/lib/pulpcore_client/models/filesystem_exporter_response.rb +11 -1
- data/lib/pulpcore_client/models/group_response.rb +10 -1
- data/lib/pulpcore_client/models/group_role_response.rb +11 -1
- data/lib/pulpcore_client/models/group_user_response.rb +13 -4
- data/lib/pulpcore_client/models/header_content_guard_response.rb +11 -1
- data/lib/pulpcore_client/models/import_response.rb +11 -1
- data/lib/pulpcore_client/models/minimal_task_response.rb +11 -1
- data/lib/pulpcore_client/models/multiple_artifact_content_response.rb +11 -1
- data/lib/pulpcore_client/models/patched_upstream_pulp.rb +9 -9
- data/lib/pulpcore_client/models/publication_response.rb +11 -1
- data/lib/pulpcore_client/models/pulp_export_response.rb +11 -1
- data/lib/pulpcore_client/models/pulp_exporter_response.rb +11 -1
- data/lib/pulpcore_client/models/pulp_importer_response.rb +11 -1
- data/lib/pulpcore_client/models/rbac_content_guard_response.rb +11 -1
- data/lib/pulpcore_client/models/remote_response.rb +11 -1
- data/lib/pulpcore_client/models/repository_response.rb +11 -1
- data/lib/pulpcore_client/models/repository_version_response.rb +11 -1
- data/lib/pulpcore_client/models/role_response.rb +11 -1
- data/lib/pulpcore_client/models/signing_service_response.rb +11 -1
- data/lib/pulpcore_client/models/task_group_response.rb +11 -1
- data/lib/pulpcore_client/models/task_response.rb +11 -1
- data/lib/pulpcore_client/models/task_schedule_response.rb +11 -1
- data/lib/pulpcore_client/models/upload_detail_response.rb +11 -1
- data/lib/pulpcore_client/models/upload_response.rb +11 -1
- data/lib/pulpcore_client/models/upstream_pulp.rb +9 -9
- data/lib/pulpcore_client/models/upstream_pulp_response.rb +19 -9
- data/lib/pulpcore_client/models/user_group_response.rb +13 -4
- data/lib/pulpcore_client/models/user_response.rb +10 -1
- data/lib/pulpcore_client/models/user_role_response.rb +11 -1
- data/lib/pulpcore_client/models/worker_response.rb +11 -1
- data/lib/pulpcore_client/version.rb +1 -1
- data/spec/api/access_policies_api_spec.rb +1 -0
- data/spec/api/artifacts_api_spec.rb +2 -1
- data/spec/api/content_api_spec.rb +4 -3
- data/spec/api/contentguards_api_spec.rb +1 -0
- data/spec/api/contentguards_composite_api_spec.rb +1 -0
- data/spec/api/contentguards_content_redirect_api_spec.rb +1 -0
- data/spec/api/contentguards_header_api_spec.rb +1 -0
- data/spec/api/contentguards_rbac_api_spec.rb +1 -0
- data/spec/api/distributions_api_spec.rb +1 -0
- data/spec/api/distributions_artifacts_api_spec.rb +1 -0
- data/spec/api/domains_api_spec.rb +1 -0
- data/spec/api/exporters_filesystem_api_spec.rb +1 -0
- data/spec/api/exporters_pulp_api_spec.rb +1 -0
- data/spec/api/groups_api_spec.rb +1 -0
- data/spec/api/groups_roles_api_spec.rb +1 -0
- data/spec/api/importers_pulp_api_spec.rb +1 -0
- data/spec/api/publications_api_spec.rb +5 -4
- data/spec/api/remotes_api_spec.rb +1 -0
- data/spec/api/repositories_api_spec.rb +3 -2
- data/spec/api/repository_versions_api_spec.rb +3 -2
- data/spec/api/roles_api_spec.rb +1 -0
- data/spec/api/signing_services_api_spec.rb +1 -0
- data/spec/api/task_schedules_api_spec.rb +1 -0
- data/spec/api/tasks_api_spec.rb +1 -0
- data/spec/api/uploads_api_spec.rb +1 -0
- data/spec/api/upstream_pulps_api_spec.rb +29 -0
- data/spec/api/users_api_spec.rb +1 -0
- data/spec/api/users_roles_api_spec.rb +1 -0
- data/spec/api/workers_api_spec.rb +1 -0
- data/spec/models/access_policy_response_spec.rb +6 -0
- data/spec/models/artifact_distribution_response_spec.rb +14 -8
- data/spec/models/artifact_response_spec.rb +6 -0
- data/spec/models/composite_content_guard_response_spec.rb +6 -0
- data/spec/models/content_guard_response_spec.rb +6 -0
- data/spec/models/content_redirect_content_guard_response_spec.rb +6 -0
- data/spec/models/distribution_response_spec.rb +6 -0
- data/spec/models/domain_response_spec.rb +6 -0
- data/spec/models/filesystem_export_response_spec.rb +6 -0
- data/spec/models/filesystem_exporter_response_spec.rb +6 -0
- data/spec/models/group_response_spec.rb +6 -0
- data/spec/models/group_role_response_spec.rb +6 -0
- data/spec/models/group_user_response_spec.rb +6 -0
- data/spec/models/header_content_guard_response_spec.rb +6 -0
- data/spec/models/import_response_spec.rb +6 -0
- data/spec/models/minimal_task_response_spec.rb +6 -0
- data/spec/models/multiple_artifact_content_response_spec.rb +6 -0
- data/spec/models/patched_upstream_pulp_spec.rb +1 -1
- data/spec/models/publication_response_spec.rb +6 -0
- data/spec/models/pulp_export_response_spec.rb +6 -0
- data/spec/models/pulp_exporter_response_spec.rb +6 -0
- data/spec/models/pulp_importer_response_spec.rb +6 -0
- data/spec/models/rbac_content_guard_response_spec.rb +6 -0
- data/spec/models/remote_response_spec.rb +6 -0
- data/spec/models/repository_response_spec.rb +6 -0
- data/spec/models/repository_version_response_spec.rb +6 -0
- data/spec/models/role_response_spec.rb +6 -0
- data/spec/models/signing_service_response_spec.rb +6 -0
- data/spec/models/task_group_response_spec.rb +6 -0
- data/spec/models/task_response_spec.rb +6 -0
- data/spec/models/task_schedule_response_spec.rb +6 -0
- data/spec/models/upload_detail_response_spec.rb +6 -0
- data/spec/models/upload_response_spec.rb +6 -0
- data/spec/models/upstream_pulp_response_spec.rb +7 -1
- data/spec/models/upstream_pulp_spec.rb +1 -1
- data/spec/models/user_group_response_spec.rb +6 -0
- data/spec/models/user_response_spec.rb +6 -0
- data/spec/models/user_role_response_spec.rb +6 -0
- data/spec/models/worker_response_spec.rb +6 -0
- metadata +2 -2
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
|
8
|
+
**prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
|
|
8
9
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
9
10
|
**pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
|
|
10
11
|
**size** | **Integer** | The size of the upload in bytes. |
|
|
@@ -17,6 +18,7 @@ Name | Type | Description | Notes
|
|
|
17
18
|
require 'PulpcoreClient'
|
|
18
19
|
|
|
19
20
|
instance = PulpcoreClient::UploadDetailResponse.new(pulp_href: null,
|
|
21
|
+
prn: null,
|
|
20
22
|
pulp_created: null,
|
|
21
23
|
pulp_last_updated: null,
|
|
22
24
|
size: null,
|
data/docs/UploadResponse.md
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
|
8
|
+
**prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
|
|
8
9
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
9
10
|
**pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
|
|
10
11
|
**size** | **Integer** | The size of the upload in bytes. |
|
|
@@ -16,6 +17,7 @@ Name | Type | Description | Notes
|
|
|
16
17
|
require 'PulpcoreClient'
|
|
17
18
|
|
|
18
19
|
instance = PulpcoreClient::UploadResponse.new(pulp_href: null,
|
|
20
|
+
prn: null,
|
|
19
21
|
pulp_created: null,
|
|
20
22
|
pulp_last_updated: null,
|
|
21
23
|
size: null,
|
data/docs/UploadsApi.md
CHANGED
|
@@ -257,6 +257,7 @@ opts = {
|
|
|
257
257
|
limit: 56, # Integer | Number of results to return per page.
|
|
258
258
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
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
|
+
prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
260
261
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
261
262
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
262
263
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
@@ -285,6 +286,7 @@ Name | Type | Description | Notes
|
|
|
285
286
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
|
286
287
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
287
288
|
**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]
|
|
289
|
+
**prn__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
288
290
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
289
291
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
290
292
|
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
data/docs/UpstreamPulp.md
CHANGED
|
@@ -14,7 +14,7 @@ Name | Type | Description | Notes
|
|
|
14
14
|
**tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
|
|
15
15
|
**username** | **String** | The username to be used for authentication when syncing. | [optional]
|
|
16
16
|
**password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional]
|
|
17
|
-
**
|
|
17
|
+
**q_select** | **String** | Filter distributions on the upstream Pulp using complex filtering. E.g. pulp_label_select=\"foo\" OR pulp_label_select=\"key=val\" | [optional]
|
|
18
18
|
|
|
19
19
|
## Code Sample
|
|
20
20
|
|
|
@@ -31,7 +31,7 @@ instance = PulpcoreClient::UpstreamPulp.new(name: null,
|
|
|
31
31
|
tls_validation: null,
|
|
32
32
|
username: null,
|
|
33
33
|
password: null,
|
|
34
|
-
|
|
34
|
+
q_select: null)
|
|
35
35
|
```
|
|
36
36
|
|
|
37
37
|
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
|
8
|
+
**prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
|
|
8
9
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
9
10
|
**pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
|
|
10
11
|
**name** | **String** | A unique name for this Pulp server. |
|
|
@@ -15,7 +16,7 @@ Name | Type | Description | Notes
|
|
|
15
16
|
**client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
|
|
16
17
|
**tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
|
|
17
18
|
**hidden_fields** | [**Array<RemoteResponseHiddenFields>**](RemoteResponseHiddenFields.md) | List of hidden (write only) fields | [optional] [readonly]
|
|
18
|
-
**
|
|
19
|
+
**q_select** | **String** | Filter distributions on the upstream Pulp using complex filtering. E.g. pulp_label_select=\"foo\" OR pulp_label_select=\"key=val\" | [optional]
|
|
19
20
|
**last_replication** | **DateTime** | Timestamp of the last replication that occurred. Equals to 'null' if no replication task has been executed. | [optional] [readonly]
|
|
20
21
|
|
|
21
22
|
## Code Sample
|
|
@@ -24,6 +25,7 @@ Name | Type | Description | Notes
|
|
|
24
25
|
require 'PulpcoreClient'
|
|
25
26
|
|
|
26
27
|
instance = PulpcoreClient::UpstreamPulpResponse.new(pulp_href: null,
|
|
28
|
+
prn: null,
|
|
27
29
|
pulp_created: null,
|
|
28
30
|
pulp_last_updated: null,
|
|
29
31
|
name: null,
|
|
@@ -34,7 +36,7 @@ instance = PulpcoreClient::UpstreamPulpResponse.new(pulp_href: null,
|
|
|
34
36
|
client_cert: null,
|
|
35
37
|
tls_validation: null,
|
|
36
38
|
hidden_fields: null,
|
|
37
|
-
|
|
39
|
+
q_select: null,
|
|
38
40
|
last_replication: null)
|
|
39
41
|
```
|
|
40
42
|
|
data/docs/UpstreamPulpsApi.md
CHANGED
|
@@ -200,8 +200,37 @@ end
|
|
|
200
200
|
|
|
201
201
|
api_instance = PulpcoreClient::UpstreamPulpsApi.new
|
|
202
202
|
opts = {
|
|
203
|
+
base_url: 'base_url_example', # String | Filter results where base_url matches value
|
|
204
|
+
base_url__contains: 'base_url__contains_example', # String | Filter results where base_url contains value
|
|
205
|
+
base_url__icontains: 'base_url__icontains_example', # String | Filter results where base_url contains value
|
|
206
|
+
base_url__iexact: 'base_url__iexact_example', # String | Filter results where base_url matches value
|
|
207
|
+
base_url__in: ['base_url__in_example'], # Array<String> | Filter results where base_url is in a comma-separated list of values
|
|
208
|
+
base_url__iregex: 'base_url__iregex_example', # String | Filter results where base_url matches regex value
|
|
209
|
+
base_url__istartswith: 'base_url__istartswith_example', # String | Filter results where base_url starts with value
|
|
210
|
+
base_url__regex: 'base_url__regex_example', # String | Filter results where base_url matches regex value
|
|
211
|
+
base_url__startswith: 'base_url__startswith_example', # String | Filter results where base_url starts with value
|
|
212
|
+
last_replication: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where last_replication matches value
|
|
213
|
+
last_replication__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where last_replication is greater than value
|
|
214
|
+
last_replication__gte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where last_replication is greater than or equal to value
|
|
215
|
+
last_replication__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where last_replication is less than value
|
|
216
|
+
last_replication__lte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where last_replication is less than or equal to value
|
|
217
|
+
last_replication__range: [DateTime.parse('2013-10-20T19:20:30+01:00')], # Array<DateTime> | Filter results where last_replication is between two comma separated values
|
|
203
218
|
limit: 56, # Integer | Number of results to return per page.
|
|
219
|
+
name: 'name_example', # String | Filter results where name matches value
|
|
220
|
+
name__contains: 'name__contains_example', # String | Filter results where name contains value
|
|
221
|
+
name__icontains: 'name__icontains_example', # String | Filter results where name contains value
|
|
222
|
+
name__iexact: 'name__iexact_example', # String | Filter results where name matches value
|
|
223
|
+
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
|
224
|
+
name__iregex: 'name__iregex_example', # String | Filter results where name matches regex value
|
|
225
|
+
name__istartswith: 'name__istartswith_example', # String | Filter results where name starts with value
|
|
226
|
+
name__regex: 'name__regex_example', # String | Filter results where name matches regex value
|
|
227
|
+
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
|
204
228
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
229
|
+
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) * `base_url` - Base url * `-base_url` - Base url (descending) * `api_root` - Api root * `-api_root` - Api root (descending) * `domain` - Domain * `-domain` - Domain (descending) * `ca_cert` - Ca cert * `-ca_cert` - Ca cert (descending) * `client_cert` - Client cert * `-client_cert` - Client cert (descending) * `client_key` - Client key * `-client_key` - Client key (descending) * `tls_validation` - Tls validation * `-tls_validation` - Tls validation (descending) * `username` - Username * `-username` - Username (descending) * `password` - Password * `-password` - Password (descending) * `pulp_label_select` - Pulp label select * `-pulp_label_select` - Pulp label select (descending) * `q_select` - Q select * `-q_select` - Q select (descending) * `last_replication` - Last replication * `-last_replication` - Last replication (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
230
|
+
prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
231
|
+
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
232
|
+
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
233
|
+
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
205
234
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
206
235
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
207
236
|
}
|
|
@@ -220,8 +249,37 @@ end
|
|
|
220
249
|
|
|
221
250
|
Name | Type | Description | Notes
|
|
222
251
|
------------- | ------------- | ------------- | -------------
|
|
252
|
+
**base_url** | **String**| Filter results where base_url matches value | [optional]
|
|
253
|
+
**base_url__contains** | **String**| Filter results where base_url contains value | [optional]
|
|
254
|
+
**base_url__icontains** | **String**| Filter results where base_url contains value | [optional]
|
|
255
|
+
**base_url__iexact** | **String**| Filter results where base_url matches value | [optional]
|
|
256
|
+
**base_url__in** | [**Array<String>**](String.md)| Filter results where base_url is in a comma-separated list of values | [optional]
|
|
257
|
+
**base_url__iregex** | **String**| Filter results where base_url matches regex value | [optional]
|
|
258
|
+
**base_url__istartswith** | **String**| Filter results where base_url starts with value | [optional]
|
|
259
|
+
**base_url__regex** | **String**| Filter results where base_url matches regex value | [optional]
|
|
260
|
+
**base_url__startswith** | **String**| Filter results where base_url starts with value | [optional]
|
|
261
|
+
**last_replication** | **DateTime**| Filter results where last_replication matches value | [optional]
|
|
262
|
+
**last_replication__gt** | **DateTime**| Filter results where last_replication is greater than value | [optional]
|
|
263
|
+
**last_replication__gte** | **DateTime**| Filter results where last_replication is greater than or equal to value | [optional]
|
|
264
|
+
**last_replication__lt** | **DateTime**| Filter results where last_replication is less than value | [optional]
|
|
265
|
+
**last_replication__lte** | **DateTime**| Filter results where last_replication is less than or equal to value | [optional]
|
|
266
|
+
**last_replication__range** | [**Array<DateTime>**](DateTime.md)| Filter results where last_replication is between two comma separated values | [optional]
|
|
223
267
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
|
268
|
+
**name** | **String**| Filter results where name matches value | [optional]
|
|
269
|
+
**name__contains** | **String**| Filter results where name contains value | [optional]
|
|
270
|
+
**name__icontains** | **String**| Filter results where name contains value | [optional]
|
|
271
|
+
**name__iexact** | **String**| Filter results where name matches value | [optional]
|
|
272
|
+
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
|
273
|
+
**name__iregex** | **String**| Filter results where name matches regex value | [optional]
|
|
274
|
+
**name__istartswith** | **String**| Filter results where name starts with value | [optional]
|
|
275
|
+
**name__regex** | **String**| Filter results where name matches regex value | [optional]
|
|
276
|
+
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
|
224
277
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
278
|
+
**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) * `base_url` - Base url * `-base_url` - Base url (descending) * `api_root` - Api root * `-api_root` - Api root (descending) * `domain` - Domain * `-domain` - Domain (descending) * `ca_cert` - Ca cert * `-ca_cert` - Ca cert (descending) * `client_cert` - Client cert * `-client_cert` - Client cert (descending) * `client_key` - Client key * `-client_key` - Client key (descending) * `tls_validation` - Tls validation * `-tls_validation` - Tls validation (descending) * `username` - Username * `-username` - Username (descending) * `password` - Password * `-password` - Password (descending) * `pulp_label_select` - Pulp label select * `-pulp_label_select` - Pulp label select (descending) * `q_select` - Q select * `-q_select` - Q select (descending) * `last_replication` - Last replication * `-last_replication` - Last replication (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
|
279
|
+
**prn__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
280
|
+
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
281
|
+
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
282
|
+
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
|
225
283
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
226
284
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
227
285
|
|
data/docs/UserGroupResponse.md
CHANGED
|
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
|
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
7
|
**name** | **String** | Name. |
|
|
8
8
|
**pulp_href** | **String** | | [optional] [readonly]
|
|
9
|
+
**prn** | **String** | | [optional] [readonly]
|
|
9
10
|
|
|
10
11
|
## Code Sample
|
|
11
12
|
|
|
@@ -13,7 +14,8 @@ Name | Type | Description | Notes
|
|
|
13
14
|
require 'PulpcoreClient'
|
|
14
15
|
|
|
15
16
|
instance = PulpcoreClient::UserGroupResponse.new(name: null,
|
|
16
|
-
pulp_href: null
|
|
17
|
+
pulp_href: null,
|
|
18
|
+
prn: null)
|
|
17
19
|
```
|
|
18
20
|
|
|
19
21
|
|
data/docs/UserResponse.md
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
|
8
|
+
**prn** | **String** | | [optional] [readonly]
|
|
8
9
|
**id** | **Integer** | | [optional] [readonly]
|
|
9
10
|
**username** | **String** | Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only. |
|
|
10
11
|
**first_name** | **String** | First name | [optional]
|
|
@@ -22,6 +23,7 @@ Name | Type | Description | Notes
|
|
|
22
23
|
require 'PulpcoreClient'
|
|
23
24
|
|
|
24
25
|
instance = PulpcoreClient::UserResponse.new(pulp_href: null,
|
|
26
|
+
prn: null,
|
|
25
27
|
id: null,
|
|
26
28
|
username: null,
|
|
27
29
|
first_name: null,
|
data/docs/UserRoleResponse.md
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
|
8
|
+
**prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
|
|
8
9
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
9
10
|
**pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
|
|
10
11
|
**role** | **String** | |
|
|
@@ -19,6 +20,7 @@ Name | Type | Description | Notes
|
|
|
19
20
|
require 'PulpcoreClient'
|
|
20
21
|
|
|
21
22
|
instance = PulpcoreClient::UserRoleResponse.new(pulp_href: null,
|
|
23
|
+
prn: null,
|
|
22
24
|
pulp_created: null,
|
|
23
25
|
pulp_last_updated: null,
|
|
24
26
|
role: null,
|
data/docs/UsersApi.md
CHANGED
|
@@ -160,6 +160,7 @@ opts = {
|
|
|
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
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
|
+
prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
163
164
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
164
165
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
165
166
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
@@ -206,6 +207,7 @@ Name | Type | Description | Notes
|
|
|
206
207
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
|
207
208
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
208
209
|
**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]
|
|
210
|
+
**prn__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
209
211
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
210
212
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
211
213
|
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
data/docs/UsersRolesApi.md
CHANGED
|
@@ -146,6 +146,7 @@ opts = {
|
|
|
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
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
|
+
prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
149
150
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
150
151
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
151
152
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
@@ -178,6 +179,7 @@ Name | Type | Description | Notes
|
|
|
178
179
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
|
179
180
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
180
181
|
**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]
|
|
182
|
+
**prn__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
181
183
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
182
184
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
183
185
|
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
data/docs/WorkerResponse.md
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
|
8
|
+
**prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
|
|
8
9
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
9
10
|
**pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
|
|
10
11
|
**name** | **String** | The name of the worker. | [optional] [readonly]
|
|
@@ -18,6 +19,7 @@ Name | Type | Description | Notes
|
|
|
18
19
|
require 'PulpcoreClient'
|
|
19
20
|
|
|
20
21
|
instance = PulpcoreClient::WorkerResponse.new(pulp_href: null,
|
|
22
|
+
prn: null,
|
|
21
23
|
pulp_created: null,
|
|
22
24
|
pulp_last_updated: null,
|
|
23
25
|
name: null,
|
data/docs/WorkersApi.md
CHANGED
|
@@ -51,6 +51,7 @@ opts = {
|
|
|
51
51
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
52
52
|
online: true, # Boolean |
|
|
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
|
+
prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
54
55
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
55
56
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
56
57
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
@@ -92,6 +93,7 @@ Name | Type | Description | Notes
|
|
|
92
93
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
93
94
|
**online** | **Boolean**| | [optional]
|
|
94
95
|
**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]
|
|
96
|
+
**prn__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
95
97
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
96
98
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
97
99
|
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
|
@@ -26,6 +26,7 @@ module PulpcoreClient
|
|
|
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
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>] :prn__in Multiple values may be separated by commas.
|
|
29
30
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
30
31
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
31
32
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
@@ -53,6 +54,7 @@ module PulpcoreClient
|
|
|
53
54
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
54
55
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
55
56
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `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)
|
|
57
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
56
58
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
57
59
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
58
60
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
@@ -85,6 +87,7 @@ module PulpcoreClient
|
|
|
85
87
|
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
|
86
88
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
|
87
89
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
|
90
|
+
query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
|
|
88
91
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
|
89
92
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
|
90
93
|
query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
|
|
@@ -197,10 +197,11 @@ module PulpcoreClient
|
|
|
197
197
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
198
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
199
|
# @option opts [Float] :orphaned_for Minutes Artifacts have been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
|
200
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
200
201
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
201
202
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
202
203
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
203
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
|
204
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
|
204
205
|
# @option opts [String] :sha1 Filter results where sha1 matches value
|
|
205
206
|
# @option opts [String] :sha224 Filter results where sha224 matches value
|
|
206
207
|
# @option opts [String] :sha256 Filter results where sha256 matches value
|
|
@@ -222,10 +223,11 @@ module PulpcoreClient
|
|
|
222
223
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
223
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) * `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)
|
|
224
225
|
# @option opts [Float] :orphaned_for Minutes Artifacts have been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
|
226
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
225
227
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
226
228
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
227
229
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
228
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
|
230
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
|
229
231
|
# @option opts [String] :sha1 Filter results where sha1 matches value
|
|
230
232
|
# @option opts [String] :sha224 Filter results where sha224 matches value
|
|
231
233
|
# @option opts [String] :sha256 Filter results where sha256 matches value
|
|
@@ -252,6 +254,7 @@ module PulpcoreClient
|
|
|
252
254
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
|
253
255
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
|
254
256
|
query_params[:'orphaned_for'] = opts[:'orphaned_for'] if !opts[:'orphaned_for'].nil?
|
|
257
|
+
query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
|
|
255
258
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
|
256
259
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
|
257
260
|
query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
|
|
@@ -26,14 +26,15 @@ module PulpcoreClient
|
|
|
26
26
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
27
27
|
# @option opts [Array<String>] :ordering Ordering * `pk` - Pk * `-pk` - Pk (descending)
|
|
28
28
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
|
29
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
29
30
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
30
31
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
31
32
|
# @option opts [String] :pulp_type Pulp type * `core.publishedmetadata` - core.publishedmetadata * `file.file` - file.file
|
|
32
33
|
# @option opts [Array<String>] :pulp_type__in Multiple values may be separated by commas. * `core.publishedmetadata` - core.publishedmetadata * `file.file` - file.file
|
|
33
34
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
34
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
|
35
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
|
36
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
|
35
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
|
36
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
|
37
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
|
37
38
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
38
39
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
39
40
|
# @return [PaginatedMultipleArtifactContentResponseList]
|
|
@@ -49,14 +50,15 @@ module PulpcoreClient
|
|
|
49
50
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
50
51
|
# @option opts [Array<String>] :ordering Ordering * `pk` - Pk * `-pk` - Pk (descending)
|
|
51
52
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
|
53
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
52
54
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
53
55
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
54
56
|
# @option opts [String] :pulp_type Pulp type * `core.publishedmetadata` - core.publishedmetadata * `file.file` - file.file
|
|
55
57
|
# @option opts [Array<String>] :pulp_type__in Multiple values may be separated by commas. * `core.publishedmetadata` - core.publishedmetadata * `file.file` - file.file
|
|
56
58
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
57
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
|
58
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
|
59
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
|
59
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
|
60
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
|
61
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
|
60
62
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
61
63
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
62
64
|
# @return [Array<(PaginatedMultipleArtifactContentResponseList, Integer, Hash)>] PaginatedMultipleArtifactContentResponseList data, response status code and response headers
|
|
@@ -85,6 +87,7 @@ module PulpcoreClient
|
|
|
85
87
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
|
86
88
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
|
87
89
|
query_params[:'orphaned_for'] = opts[:'orphaned_for'] if !opts[:'orphaned_for'].nil?
|
|
90
|
+
query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
|
|
88
91
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
|
89
92
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
|
90
93
|
query_params[:'pulp_type'] = opts[:'pulp_type'] if !opts[:'pulp_type'].nil?
|
|
@@ -34,6 +34,7 @@ module PulpcoreClient
|
|
|
34
34
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
35
35
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
36
36
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `description` - Description * `-description` - Description (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
37
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
37
38
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
38
39
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
39
40
|
# @option opts [String] :pulp_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
|
|
@@ -62,6 +63,7 @@ module PulpcoreClient
|
|
|
62
63
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
63
64
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
64
65
|
# @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)
|
|
66
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
65
67
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
66
68
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
67
69
|
# @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
|
|
@@ -103,6 +105,7 @@ module PulpcoreClient
|
|
|
103
105
|
query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
|
|
104
106
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
|
105
107
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
|
108
|
+
query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
|
|
106
109
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
|
107
110
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
|
108
111
|
query_params[:'pulp_type'] = opts[:'pulp_type'] if !opts[:'pulp_type'].nil?
|
|
@@ -228,6 +228,7 @@ module PulpcoreClient
|
|
|
228
228
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
229
229
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
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
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
231
232
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
232
233
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
233
234
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
@@ -254,6 +255,7 @@ module PulpcoreClient
|
|
|
254
255
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
255
256
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
256
257
|
# @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)
|
|
258
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
257
259
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
258
260
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
259
261
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
@@ -285,6 +287,7 @@ module PulpcoreClient
|
|
|
285
287
|
query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
|
|
286
288
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
|
287
289
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
|
290
|
+
query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
|
|
288
291
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
|
289
292
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
|
290
293
|
query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
|
|
@@ -228,6 +228,7 @@ module PulpcoreClient
|
|
|
228
228
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
229
229
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
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
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
231
232
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
232
233
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
233
234
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
@@ -254,6 +255,7 @@ module PulpcoreClient
|
|
|
254
255
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
255
256
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
256
257
|
# @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)
|
|
258
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
257
259
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
258
260
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
259
261
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
@@ -285,6 +287,7 @@ module PulpcoreClient
|
|
|
285
287
|
query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
|
|
286
288
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
|
287
289
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
|
290
|
+
query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
|
|
288
291
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
|
289
292
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
|
290
293
|
query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
|
|
@@ -228,6 +228,7 @@ module PulpcoreClient
|
|
|
228
228
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
229
229
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
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
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
231
232
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
232
233
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
233
234
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
@@ -254,6 +255,7 @@ module PulpcoreClient
|
|
|
254
255
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
255
256
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
256
257
|
# @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)
|
|
258
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
257
259
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
258
260
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
259
261
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
@@ -285,6 +287,7 @@ module PulpcoreClient
|
|
|
285
287
|
query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
|
|
286
288
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
|
287
289
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
|
290
|
+
query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
|
|
288
291
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
|
289
292
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
|
290
293
|
query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
|
|
@@ -228,6 +228,7 @@ module PulpcoreClient
|
|
|
228
228
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
229
229
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
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
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
231
232
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
232
233
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
233
234
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
@@ -254,6 +255,7 @@ module PulpcoreClient
|
|
|
254
255
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
255
256
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
256
257
|
# @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)
|
|
258
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
257
259
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
258
260
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
259
261
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
@@ -285,6 +287,7 @@ module PulpcoreClient
|
|
|
285
287
|
query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
|
|
286
288
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
|
287
289
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
|
290
|
+
query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
|
|
288
291
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
|
289
292
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
|
290
293
|
query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
|
|
@@ -38,6 +38,7 @@ module PulpcoreClient
|
|
|
38
38
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
39
39
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
40
40
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `hidden` - Hidden * `-hidden` - Hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
41
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
41
42
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
42
43
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
43
44
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
@@ -74,6 +75,7 @@ module PulpcoreClient
|
|
|
74
75
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
75
76
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
76
77
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `hidden` - Hidden * `-hidden` - Hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
78
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
77
79
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
78
80
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
79
81
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
@@ -123,6 +125,7 @@ module PulpcoreClient
|
|
|
123
125
|
query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
|
|
124
126
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
|
125
127
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
|
128
|
+
query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
|
|
126
129
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
|
127
130
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
|
128
131
|
query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
|