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
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 98daa10b43c35bf229185dda6abc43c7aae7b9f74af54795f0890bce8ae366d8
|
|
4
|
+
data.tar.gz: 4e3158adc0c950f322b5541ce2ba4680eab56becdf80c9e3d08ea6821d3f28e1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9b05d6db291d91b59daa103493603141ba855914cb4d0659d854d4a22e150c422f77e4a88920947a50370dbfe88da8069e31cb8c247beff447d863bdde4f4376
|
|
7
|
+
data.tar.gz: 1c30a9d2d74f35eac2a2f9b83b595d8716e1ec8c060eb3bba1f6dee76b98b9ec08c803a14c95e53f520c2506e5daf1796af123288c1399dedd6bb99c085f56a5
|
data/README.md
CHANGED
|
@@ -7,7 +7,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
|
|
|
7
7
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
8
8
|
|
|
9
9
|
- API version: v3
|
|
10
|
-
- Package version: 3.
|
|
10
|
+
- Package version: 3.59.0
|
|
11
11
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
|
12
12
|
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
|
|
13
13
|
|
|
@@ -24,16 +24,16 @@ gem build pulpcore_client.gemspec
|
|
|
24
24
|
Then either install the gem locally:
|
|
25
25
|
|
|
26
26
|
```shell
|
|
27
|
-
gem install ./pulpcore_client-3.
|
|
27
|
+
gem install ./pulpcore_client-3.59.0.gem
|
|
28
28
|
```
|
|
29
29
|
|
|
30
|
-
(for development, run `gem install --dev ./pulpcore_client-3.
|
|
30
|
+
(for development, run `gem install --dev ./pulpcore_client-3.59.0.gem` to install the development dependencies)
|
|
31
31
|
|
|
32
32
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
|
33
33
|
|
|
34
34
|
Finally add this to the Gemfile:
|
|
35
35
|
|
|
36
|
-
gem 'pulpcore_client', '~> 3.
|
|
36
|
+
gem 'pulpcore_client', '~> 3.59.0'
|
|
37
37
|
|
|
38
38
|
### Install from Git
|
|
39
39
|
|
|
@@ -72,7 +72,7 @@ opts = {
|
|
|
72
72
|
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) * `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)
|
|
73
73
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
74
74
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
75
|
-
q: 'q_example', # String |
|
|
75
|
+
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
76
76
|
viewset_name: 'viewset_name_example', # String | Filter results where viewset_name matches value
|
|
77
77
|
viewset_name__contains: 'viewset_name__contains_example', # String | Filter results where viewset_name contains value
|
|
78
78
|
viewset_name__icontains: 'viewset_name__icontains_example', # String | Filter results where viewset_name contains value
|
|
@@ -230,6 +230,7 @@ Class | Method | HTTP request | Description
|
|
|
230
230
|
*PulpcoreClient::StatusApi* | [**status_read**](docs/StatusApi.md#status_read) | **GET** /pulp/api/v3/status/ | Inspect status of Pulp
|
|
231
231
|
*PulpcoreClient::TaskGroupsApi* | [**list**](docs/TaskGroupsApi.md#list) | **GET** /pulp/api/v3/task-groups/ | List task groups
|
|
232
232
|
*PulpcoreClient::TaskGroupsApi* | [**read**](docs/TaskGroupsApi.md#read) | **GET** {task_group_href} | Inspect a task group
|
|
233
|
+
*PulpcoreClient::TaskGroupsApi* | [**task_groups_cancel**](docs/TaskGroupsApi.md#task_groups_cancel) | **PATCH** {task_group_href} | Cancel a task group
|
|
233
234
|
*PulpcoreClient::TaskSchedulesApi* | [**add_role**](docs/TaskSchedulesApi.md#add_role) | **POST** {task_schedule_href}add_role/ | Add a role
|
|
234
235
|
*PulpcoreClient::TaskSchedulesApi* | [**list**](docs/TaskSchedulesApi.md#list) | **GET** /pulp/api/v3/task-schedules/ | List task schedules
|
|
235
236
|
*PulpcoreClient::TaskSchedulesApi* | [**list_roles**](docs/TaskSchedulesApi.md#list_roles) | **GET** {task_schedule_href}list_roles/ | List roles
|
data/docs/AccessPoliciesApi.md
CHANGED
|
@@ -40,7 +40,7 @@ opts = {
|
|
|
40
40
|
ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `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)
|
|
41
41
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
42
42
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
43
|
-
q: 'q_example', # String |
|
|
43
|
+
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
44
44
|
viewset_name: 'viewset_name_example', # String | Filter results where viewset_name matches value
|
|
45
45
|
viewset_name__contains: 'viewset_name__contains_example', # String | Filter results where viewset_name contains value
|
|
46
46
|
viewset_name__icontains: 'viewset_name__icontains_example', # String | Filter results where viewset_name contains value
|
|
@@ -74,7 +74,7 @@ Name | Type | Description | Notes
|
|
|
74
74
|
**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) * `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) | [optional]
|
|
75
75
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
76
76
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
77
|
-
**q** | **String**|
|
|
77
|
+
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
|
78
78
|
**viewset_name** | **String**| Filter results where viewset_name matches value | [optional]
|
|
79
79
|
**viewset_name__contains** | **String**| Filter results where viewset_name contains value | [optional]
|
|
80
80
|
**viewset_name__icontains** | **String**| Filter results where viewset_name contains value | [optional]
|
|
@@ -4,32 +4,32 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
|
-
**
|
|
7
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
8
|
+
**pulp_href** | **String** | | [optional] [readonly]
|
|
8
9
|
**base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
|
|
9
10
|
**base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional] [readonly]
|
|
10
|
-
**
|
|
11
|
-
**no_content_change_since** | **String** | Timestamp since when the distributed content served by this distribution has not changed. If equals to `null`, no guarantee is provided about content changes. | [optional] [readonly]
|
|
11
|
+
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
12
12
|
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
|
13
|
+
**content_guard** | **String** | An optional content-guard. | [optional]
|
|
13
14
|
**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]
|
|
14
|
-
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
15
|
-
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
16
15
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
|
16
|
+
**no_content_change_since** | **String** | Timestamp since when the distributed content served by this distribution has not changed. If equals to `null`, no guarantee is provided about content changes. | [optional] [readonly]
|
|
17
17
|
|
|
18
18
|
## Code Sample
|
|
19
19
|
|
|
20
20
|
```ruby
|
|
21
21
|
require 'PulpcoreClient'
|
|
22
22
|
|
|
23
|
-
instance = PulpcoreClient::ArtifactDistributionResponse.new(
|
|
23
|
+
instance = PulpcoreClient::ArtifactDistributionResponse.new(pulp_labels: null,
|
|
24
|
+
pulp_href: null,
|
|
24
25
|
base_path: null,
|
|
25
26
|
base_url: null,
|
|
26
|
-
|
|
27
|
-
no_content_change_since: null,
|
|
27
|
+
pulp_created: null,
|
|
28
28
|
hidden: null,
|
|
29
|
+
content_guard: null,
|
|
29
30
|
pulp_last_updated: null,
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
name: null)
|
|
31
|
+
name: null,
|
|
32
|
+
no_content_change_since: null)
|
|
33
33
|
```
|
|
34
34
|
|
|
35
35
|
|
data/docs/ArtifactsApi.md
CHANGED
|
@@ -161,7 +161,7 @@ opts = {
|
|
|
161
161
|
orphaned_for: 3.4, # Float | Minutes Artifacts have been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
|
162
162
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
163
163
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
164
|
-
q: 'q_example', # String |
|
|
164
|
+
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
165
165
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
|
166
166
|
sha1: 'sha1_example', # String | Filter results where sha1 matches value
|
|
167
167
|
sha224: 'sha224_example', # String | Filter results where sha224 matches value
|
|
@@ -193,7 +193,7 @@ Name | Type | Description | Notes
|
|
|
193
193
|
**orphaned_for** | **Float**| Minutes Artifacts have been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional]
|
|
194
194
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
195
195
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
196
|
-
**q** | **String**|
|
|
196
|
+
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
|
197
197
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
|
198
198
|
**sha1** | **String**| Filter results where sha1 matches value | [optional]
|
|
199
199
|
**sha224** | **String**| Filter results where sha224 matches value | [optional]
|
data/docs/ContentApi.md
CHANGED
|
@@ -38,7 +38,7 @@ opts = {
|
|
|
38
38
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
39
39
|
pulp_type: 'pulp_type_example', # String | Pulp type * `core.publishedmetadata` - core.publishedmetadata * `file.file` - file.file
|
|
40
40
|
pulp_type__in: ['pulp_type__in_example'], # Array<String> | Multiple values may be separated by commas. * `core.publishedmetadata` - core.publishedmetadata * `file.file` - file.file
|
|
41
|
-
q: 'q_example', # String |
|
|
41
|
+
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
42
42
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
|
43
43
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
|
44
44
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
|
@@ -68,7 +68,7 @@ Name | Type | Description | Notes
|
|
|
68
68
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
69
69
|
**pulp_type** | **String**| Pulp type * `core.publishedmetadata` - core.publishedmetadata * `file.file` - file.file | [optional]
|
|
70
70
|
**pulp_type__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. * `core.publishedmetadata` - core.publishedmetadata * `file.file` - file.file | [optional]
|
|
71
|
-
**q** | **String**|
|
|
71
|
+
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
|
72
72
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
|
73
73
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
|
74
74
|
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
data/docs/ContentguardsApi.md
CHANGED
|
@@ -46,7 +46,7 @@ opts = {
|
|
|
46
46
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
47
47
|
pulp_type: 'pulp_type_example', # String | 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
|
|
48
48
|
pulp_type__in: ['pulp_type__in_example'], # Array<String> | 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
|
|
49
|
-
q: 'q_example', # String |
|
|
49
|
+
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
50
50
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
51
51
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
52
52
|
}
|
|
@@ -81,7 +81,7 @@ Name | Type | Description | Notes
|
|
|
81
81
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
82
82
|
**pulp_type** | **String**| 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 | [optional]
|
|
83
83
|
**pulp_type__in** | [**Array<String>**](String.md)| 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 | [optional]
|
|
84
|
-
**q** | **String**|
|
|
84
|
+
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
|
85
85
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
86
86
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
87
87
|
|
|
@@ -213,7 +213,7 @@ opts = {
|
|
|
213
213
|
ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `description` - Description * `-description` - Description (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
214
214
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
215
215
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
216
|
-
q: 'q_example', # String |
|
|
216
|
+
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
217
217
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
218
218
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
219
219
|
}
|
|
@@ -246,7 +246,7 @@ Name | Type | Description | Notes
|
|
|
246
246
|
**ordering** | [**Array<String>**](String.md)| Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `description` - Description * `-description` - Description (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
|
247
247
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
248
248
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
249
|
-
**q** | **String**|
|
|
249
|
+
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
|
250
250
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
251
251
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
252
252
|
|
|
@@ -213,7 +213,7 @@ opts = {
|
|
|
213
213
|
ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `description` - Description * `-description` - Description (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
214
214
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
215
215
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
216
|
-
q: 'q_example', # String |
|
|
216
|
+
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
217
217
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
218
218
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
219
219
|
}
|
|
@@ -246,7 +246,7 @@ Name | Type | Description | Notes
|
|
|
246
246
|
**ordering** | [**Array<String>**](String.md)| Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `description` - Description * `-description` - Description (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
|
247
247
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
248
248
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
249
|
-
**q** | **String**|
|
|
249
|
+
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
|
250
250
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
251
251
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
252
252
|
|
|
@@ -213,7 +213,7 @@ opts = {
|
|
|
213
213
|
ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `description` - Description * `-description` - Description (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
214
214
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
215
215
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
216
|
-
q: 'q_example', # String |
|
|
216
|
+
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
217
217
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
218
218
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
219
219
|
}
|
|
@@ -246,7 +246,7 @@ Name | Type | Description | Notes
|
|
|
246
246
|
**ordering** | [**Array<String>**](String.md)| Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `description` - Description * `-description` - Description (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
|
247
247
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
248
248
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
249
|
-
**q** | **String**|
|
|
249
|
+
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
|
250
250
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
251
251
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
252
252
|
|
|
@@ -213,7 +213,7 @@ opts = {
|
|
|
213
213
|
ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `description` - Description * `-description` - Description (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
214
214
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
215
215
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
216
|
-
q: 'q_example', # String |
|
|
216
|
+
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
217
217
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
218
218
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
219
219
|
}
|
|
@@ -246,7 +246,7 @@ Name | Type | Description | Notes
|
|
|
246
246
|
**ordering** | [**Array<String>**](String.md)| Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `description` - Description * `-description` - Description (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
|
247
247
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
248
248
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
249
|
-
**q** | **String**|
|
|
249
|
+
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
|
250
250
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
251
251
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
252
252
|
|
data/docs/DistributionsApi.md
CHANGED
|
@@ -51,7 +51,7 @@ opts = {
|
|
|
51
51
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
|
52
52
|
pulp_type: 'pulp_type_example', # String | Pulp type * `core.artifact` - core.artifact * `file.file` - file.file
|
|
53
53
|
pulp_type__in: ['pulp_type__in_example'], # Array<String> | Multiple values may be separated by commas. * `core.artifact` - core.artifact * `file.file` - file.file
|
|
54
|
-
q: 'q_example', # String |
|
|
54
|
+
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
55
55
|
repository: 'repository_example', # String | Filter results where repository matches value
|
|
56
56
|
repository__in: ['repository__in_example'], # Array<String> | Filter results where repository is in a comma-separated list of values
|
|
57
57
|
with_content: 'with_content_example', # String | Filter distributions based on the content served by them
|
|
@@ -94,7 +94,7 @@ Name | Type | Description | Notes
|
|
|
94
94
|
**pulp_label_select** | **String**| Filter labels by search string | [optional]
|
|
95
95
|
**pulp_type** | **String**| Pulp type * `core.artifact` - core.artifact * `file.file` - file.file | [optional]
|
|
96
96
|
**pulp_type__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. * `core.artifact` - core.artifact * `file.file` - file.file | [optional]
|
|
97
|
-
**q** | **String**|
|
|
97
|
+
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
|
98
98
|
**repository** | [**String**](.md)| Filter results where repository matches value | [optional]
|
|
99
99
|
**repository__in** | [**Array<String>**](String.md)| Filter results where repository is in a comma-separated list of values | [optional]
|
|
100
100
|
**with_content** | **String**| Filter distributions based on the content served by them | [optional]
|
|
@@ -50,7 +50,7 @@ opts = {
|
|
|
50
50
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
51
51
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
52
52
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
|
53
|
-
q: 'q_example', # String |
|
|
53
|
+
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
54
54
|
repository: 'repository_example', # String | Filter results where repository matches value
|
|
55
55
|
repository__in: ['repository__in_example'], # Array<String> | Filter results where repository is in a comma-separated list of values
|
|
56
56
|
with_content: 'with_content_example', # String | Filter distributions based on the content served by them
|
|
@@ -91,7 +91,7 @@ Name | Type | Description | Notes
|
|
|
91
91
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
92
92
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
93
93
|
**pulp_label_select** | **String**| Filter labels by search string | [optional]
|
|
94
|
-
**q** | **String**|
|
|
94
|
+
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
|
95
95
|
**repository** | [**String**](.md)| Filter results where repository matches value | [optional]
|
|
96
96
|
**repository__in** | [**Array<String>**](String.md)| Filter results where repository is in a comma-separated list of values | [optional]
|
|
97
97
|
**with_content** | **String**| Filter distributions based on the content served by them | [optional]
|
data/docs/DomainsApi.md
CHANGED
|
@@ -155,7 +155,7 @@ opts = {
|
|
|
155
155
|
ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `name` - Name * `-name` - Name (descending) * `description` - Description * `-description` - Description (descending) * `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)
|
|
156
156
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
157
157
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
158
|
-
q: 'q_example', # String |
|
|
158
|
+
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
159
159
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
160
160
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
161
161
|
}
|
|
@@ -188,7 +188,7 @@ Name | Type | Description | Notes
|
|
|
188
188
|
**ordering** | [**Array<String>**](String.md)| Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `name` - Name * `-name` - Name (descending) * `description` - Description * `-description` - Description (descending) * `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) | [optional]
|
|
189
189
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
190
190
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
191
|
-
**q** | **String**|
|
|
191
|
+
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
|
192
192
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
193
193
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
194
194
|
|
|
@@ -155,7 +155,7 @@ opts = {
|
|
|
155
155
|
ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `path` - Path * `-path` - Path (descending) * `method` - Method * `-method` - Method (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
156
156
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
157
157
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
158
|
-
q: 'q_example', # String |
|
|
158
|
+
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
159
159
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
160
160
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
161
161
|
}
|
|
@@ -188,7 +188,7 @@ Name | Type | Description | Notes
|
|
|
188
188
|
**ordering** | [**Array<String>**](String.md)| Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `path` - Path * `-path` - Path (descending) * `method` - Method * `-method` - Method (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
|
189
189
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
190
190
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
191
|
-
**q** | **String**|
|
|
191
|
+
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
|
192
192
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
193
193
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
194
194
|
|
data/docs/ExportersPulpApi.md
CHANGED
|
@@ -155,7 +155,7 @@ opts = {
|
|
|
155
155
|
ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `path` - Path * `-path` - Path (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
156
156
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
157
157
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
158
|
-
q: 'q_example', # String |
|
|
158
|
+
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
159
159
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
160
160
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
161
161
|
}
|
|
@@ -188,7 +188,7 @@ Name | Type | Description | Notes
|
|
|
188
188
|
**ordering** | [**Array<String>**](String.md)| Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `path` - Path * `-path` - Path (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
|
189
189
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
190
190
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
191
|
-
**q** | **String**|
|
|
191
|
+
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
|
192
192
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
193
193
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
194
194
|
|
data/docs/GroupsApi.md
CHANGED
|
@@ -211,7 +211,7 @@ opts = {
|
|
|
211
211
|
ordering: ['ordering_example'], # Array<String> | Ordering * `id` - Id * `-id` - Id (descending) * `name` - Name * `-name` - Name (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
212
212
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
213
213
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
214
|
-
q: 'q_example', # String |
|
|
214
|
+
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
215
215
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
216
216
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
217
217
|
}
|
|
@@ -242,7 +242,7 @@ Name | Type | Description | Notes
|
|
|
242
242
|
**ordering** | [**Array<String>**](String.md)| Ordering * `id` - Id * `-id` - Id (descending) * `name` - Name * `-name` - Name (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
|
243
243
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
244
244
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
245
|
-
**q** | **String**|
|
|
245
|
+
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
|
246
246
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
247
247
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
248
248
|
|
data/docs/GroupsRolesApi.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/ImportersPulpApi.md
CHANGED
|
@@ -154,7 +154,7 @@ opts = {
|
|
|
154
154
|
ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
155
155
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
156
156
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
157
|
-
q: 'q_example', # String |
|
|
157
|
+
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
158
158
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
159
159
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
160
160
|
}
|
|
@@ -187,7 +187,7 @@ Name | Type | Description | Notes
|
|
|
187
187
|
**ordering** | [**Array<String>**](String.md)| Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
|
188
188
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
189
189
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
190
|
-
**q** | **String**|
|
|
190
|
+
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
|
191
191
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
192
192
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
193
193
|
|
data/docs/PublicationsApi.md
CHANGED
|
@@ -45,7 +45,7 @@ opts = {
|
|
|
45
45
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
46
46
|
pulp_type: 'pulp_type_example', # String | Pulp type * `file.file` - file.file
|
|
47
47
|
pulp_type__in: ['pulp_type__in_example'], # Array<String> | Multiple values may be separated by commas. * `file.file` - file.file
|
|
48
|
-
q: 'q_example', # String |
|
|
48
|
+
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
49
49
|
repository: 'repository_example', # String | Repository referenced by HREF
|
|
50
50
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
|
51
51
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
@@ -81,7 +81,7 @@ Name | Type | Description | Notes
|
|
|
81
81
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
82
82
|
**pulp_type** | **String**| Pulp type * `file.file` - file.file | [optional]
|
|
83
83
|
**pulp_type__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. * `file.file` - file.file | [optional]
|
|
84
|
-
**q** | **String**|
|
|
84
|
+
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
|
85
85
|
**repository** | **String**| Repository referenced by HREF | [optional]
|
|
86
86
|
**repository_version** | [**String**](.md)| Repository Version referenced by HREF | [optional]
|
|
87
87
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
data/docs/RemotesApi.md
CHANGED
|
@@ -53,7 +53,7 @@ opts = {
|
|
|
53
53
|
pulp_last_updated__range: [DateTime.parse('2013-10-20T19:20:30+01:00')], # Array<DateTime> | Filter results where pulp_last_updated is between two comma separated values
|
|
54
54
|
pulp_type: 'pulp_type_example', # String | Pulp type * `file.file` - file.file
|
|
55
55
|
pulp_type__in: ['pulp_type__in_example'], # Array<String> | Multiple values may be separated by commas. * `file.file` - file.file
|
|
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
|
}
|
|
@@ -95,7 +95,7 @@ Name | Type | Description | Notes
|
|
|
95
95
|
**pulp_last_updated__range** | [**Array<DateTime>**](DateTime.md)| Filter results where pulp_last_updated is between two comma separated values | [optional]
|
|
96
96
|
**pulp_type** | **String**| Pulp type * `file.file` - file.file | [optional]
|
|
97
97
|
**pulp_type__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. * `file.file` - file.file | [optional]
|
|
98
|
-
**q** | **String**|
|
|
98
|
+
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
|
99
99
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
100
100
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
101
101
|
|
data/docs/RepositoriesApi.md
CHANGED
|
@@ -48,7 +48,7 @@ opts = {
|
|
|
48
48
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
|
49
49
|
pulp_type: 'pulp_type_example', # String | Pulp type * `file.file` - file.file
|
|
50
50
|
pulp_type__in: ['pulp_type__in_example'], # Array<String> | Multiple values may be separated by commas. * `file.file` - file.file
|
|
51
|
-
q: 'q_example', # String |
|
|
51
|
+
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
52
52
|
remote: 'remote_example', # String | Foreign Key referenced by HREF
|
|
53
53
|
retain_repo_versions: 56, # Integer | Filter results where retain_repo_versions matches value
|
|
54
54
|
retain_repo_versions__gt: 56, # Integer | Filter results where retain_repo_versions is greater than value
|
|
@@ -95,7 +95,7 @@ Name | Type | Description | Notes
|
|
|
95
95
|
**pulp_label_select** | **String**| Filter labels by search string | [optional]
|
|
96
96
|
**pulp_type** | **String**| Pulp type * `file.file` - file.file | [optional]
|
|
97
97
|
**pulp_type__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. * `file.file` - file.file | [optional]
|
|
98
|
-
**q** | **String**|
|
|
98
|
+
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
|
99
99
|
**remote** | [**String**](.md)| Foreign Key referenced by HREF | [optional]
|
|
100
100
|
**retain_repo_versions** | **Integer**| Filter results where retain_repo_versions matches value | [optional]
|
|
101
101
|
**retain_repo_versions__gt** | **Integer**| Filter results where retain_repo_versions is greater than value | [optional]
|
|
@@ -48,7 +48,7 @@ opts = {
|
|
|
48
48
|
pulp_created__lte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than or equal to value
|
|
49
49
|
pulp_created__range: [DateTime.parse('2013-10-20T19:20:30+01:00')], # Array<DateTime> | Filter results where pulp_created is between two comma separated values
|
|
50
50
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
51
|
-
q: 'q_example', # String |
|
|
51
|
+
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
52
52
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
53
53
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
54
54
|
}
|
|
@@ -85,7 +85,7 @@ Name | Type | Description | Notes
|
|
|
85
85
|
**pulp_created__lte** | **DateTime**| Filter results where pulp_created is less than or equal to value | [optional]
|
|
86
86
|
**pulp_created__range** | [**Array<DateTime>**](DateTime.md)| Filter results where pulp_created is between two comma separated values | [optional]
|
|
87
87
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
88
|
-
**q** | **String**|
|
|
88
|
+
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
|
89
89
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
90
90
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
91
91
|
|
data/docs/RolesApi.md
CHANGED
|
@@ -161,7 +161,7 @@ opts = {
|
|
|
161
161
|
ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `name` - Name * `-name` - Name (descending) * `description` - Description * `-description` - Description (descending) * `locked` - Locked * `-locked` - Locked (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
162
162
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
163
163
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
164
|
-
q: 'q_example', # String |
|
|
164
|
+
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
165
165
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
166
166
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
167
167
|
}
|
|
@@ -201,7 +201,7 @@ Name | Type | Description | Notes
|
|
|
201
201
|
**ordering** | [**Array<String>**](String.md)| Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `name` - Name * `-name` - Name (descending) * `description` - Description * `-description` - Description (descending) * `locked` - Locked * `-locked` - Locked (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
|
202
202
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
203
203
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
204
|
-
**q** | **String**|
|
|
204
|
+
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
|
205
205
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
206
206
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
207
207
|
|
data/docs/SigningServicesApi.md
CHANGED
|
@@ -37,7 +37,7 @@ opts = {
|
|
|
37
37
|
ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `name` - Name * `-name` - Name (descending) * `public_key` - Public key * `-public_key` - Public key (descending) * `pubkey_fingerprint` - Pubkey fingerprint * `-pubkey_fingerprint` - Pubkey fingerprint (descending) * `script` - Script * `-script` - Script (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
38
38
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
39
39
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
40
|
-
q: 'q_example', # String |
|
|
40
|
+
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
41
41
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
42
42
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
43
43
|
}
|
|
@@ -62,7 +62,7 @@ Name | Type | Description | Notes
|
|
|
62
62
|
**ordering** | [**Array<String>**](String.md)| Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `name` - Name * `-name` - Name (descending) * `public_key` - Public key * `-public_key` - Public key (descending) * `pubkey_fingerprint` - Pubkey fingerprint * `-pubkey_fingerprint` - Pubkey fingerprint (descending) * `script` - Script * `-script` - Script (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
|
63
63
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
64
64
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
65
|
-
**q** | **String**|
|
|
65
|
+
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
|
66
66
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
67
67
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
68
68
|
|