pulpcore_client 3.62.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 +12 -10
- 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/PublicationResponse.md +2 -0
- data/docs/PublicationsApi.md +8 -6
- 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 +4 -2
- 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/UpstreamPulpResponse.md +2 -0
- data/docs/UpstreamPulpsApi.md +2 -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 +9 -6
- 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 +5 -2
- 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 +3 -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 +53 -43
- 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/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_response.rb +11 -1
- 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 +4 -3
- 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 +2 -1
- 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 +1 -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 +11 -5
- 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/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 +6 -0
- 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
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ffb7a614d2b00fa091b10e89dd9415cedc696f4bc12aaf2aeaec156b2159d568
|
|
4
|
+
data.tar.gz: 045f0e4706326df551a104743647ea4025e3b83db5baf452448d1b439d76f06a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e0b4314b7b90a37646f55c41aeb9be95bb5437e0492a4b2a6aae14f9852cc1929abfafe009700990dc8a756ace1fb09e87f9be7e6f20586f6ff8eab745aa60b8
|
|
7
|
+
data.tar.gz: 7ee5ab31b710c2645770fd27f43d4ac7469148c9a2b7a1c4f6c4edcdeccd72db0e8a9bb5a82add5767fdb55e9c796b07c75f7dea3ca1c822b5bbaebd61086b4f
|
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.63.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.63.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.63.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.63.0'
|
|
37
37
|
|
|
38
38
|
### Install from Git
|
|
39
39
|
|
|
@@ -70,6 +70,7 @@ opts = {
|
|
|
70
70
|
limit: 56, # Integer | Number of results to return per page.
|
|
71
71
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
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
|
+
prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
73
74
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
74
75
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
75
76
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
data/docs/AccessPoliciesApi.md
CHANGED
|
@@ -38,6 +38,7 @@ opts = {
|
|
|
38
38
|
limit: 56, # Integer | Number of results to return per page.
|
|
39
39
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
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
|
+
prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
41
42
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
42
43
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
43
44
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
@@ -72,6 +73,7 @@ Name | Type | Description | Notes
|
|
|
72
73
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
|
73
74
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
74
75
|
**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]
|
|
76
|
+
**prn__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
75
77
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
76
78
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
77
79
|
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
|
@@ -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
|
**permissions_assignment** | **Array<Object>** | List of callables that define the new permissions to be created for new objects.This is deprecated. Use `creation_hooks` instead. | [optional]
|
|
@@ -20,6 +21,7 @@ Name | Type | Description | Notes
|
|
|
20
21
|
require 'PulpcoreClient'
|
|
21
22
|
|
|
22
23
|
instance = PulpcoreClient::AccessPolicyResponse.new(pulp_href: null,
|
|
24
|
+
prn: null,
|
|
23
25
|
pulp_created: null,
|
|
24
26
|
pulp_last_updated: null,
|
|
25
27
|
permissions_assignment: null,
|
|
@@ -5,15 +5,16 @@
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
7
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
8
|
-
**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]
|
|
9
|
-
**base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional] [readonly]
|
|
10
|
-
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
|
11
|
-
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
12
8
|
**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
|
+
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
|
10
|
+
**base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional] [readonly]
|
|
11
|
+
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
|
12
|
+
**prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
|
|
13
|
+
**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]
|
|
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
15
|
**pulp_href** | **String** | | [optional] [readonly]
|
|
15
16
|
**content_guard** | **String** | An optional content-guard. | [optional]
|
|
16
|
-
**
|
|
17
|
+
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
17
18
|
|
|
18
19
|
## Code Sample
|
|
19
20
|
|
|
@@ -21,15 +22,16 @@ Name | Type | Description | Notes
|
|
|
21
22
|
require 'PulpcoreClient'
|
|
22
23
|
|
|
23
24
|
instance = PulpcoreClient::ArtifactDistributionResponse.new(pulp_labels: null,
|
|
24
|
-
no_content_change_since: null,
|
|
25
|
-
base_url: null,
|
|
26
|
-
name: null,
|
|
27
|
-
pulp_created: null,
|
|
28
25
|
base_path: null,
|
|
26
|
+
name: null,
|
|
27
|
+
base_url: null,
|
|
28
|
+
hidden: null,
|
|
29
|
+
prn: null,
|
|
30
|
+
no_content_change_since: null,
|
|
29
31
|
pulp_last_updated: null,
|
|
30
32
|
pulp_href: null,
|
|
31
33
|
content_guard: null,
|
|
32
|
-
|
|
34
|
+
pulp_created: null)
|
|
33
35
|
```
|
|
34
36
|
|
|
35
37
|
|
data/docs/ArtifactResponse.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
|
**file** | **String** | The stored file. |
|
|
@@ -22,6 +23,7 @@ Name | Type | Description | Notes
|
|
|
22
23
|
require 'PulpcoreClient'
|
|
23
24
|
|
|
24
25
|
instance = PulpcoreClient::ArtifactResponse.new(pulp_href: null,
|
|
26
|
+
prn: null,
|
|
25
27
|
pulp_created: null,
|
|
26
28
|
pulp_last_updated: null,
|
|
27
29
|
file: null,
|
data/docs/ArtifactsApi.md
CHANGED
|
@@ -159,10 +159,11 @@ opts = {
|
|
|
159
159
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
160
160
|
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) * `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)
|
|
161
161
|
orphaned_for: 3.4, # Float | Minutes Artifacts have been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
|
162
|
+
prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
162
163
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
163
164
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
164
165
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
165
|
-
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
|
166
|
+
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF/PRN
|
|
166
167
|
sha1: 'sha1_example', # String | Filter results where sha1 matches value
|
|
167
168
|
sha224: 'sha224_example', # String | Filter results where sha224 matches value
|
|
168
169
|
sha256: 'sha256_example', # String | Filter results where sha256 matches value
|
|
@@ -191,10 +192,11 @@ Name | Type | Description | Notes
|
|
|
191
192
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
192
193
|
**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) * `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) | [optional]
|
|
193
194
|
**orphaned_for** | **Float**| Minutes Artifacts have been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional]
|
|
195
|
+
**prn__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
194
196
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
195
197
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
196
198
|
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
|
197
|
-
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
|
199
|
+
**repository_version** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
|
198
200
|
**sha1** | **String**| Filter results where sha1 matches value | [optional]
|
|
199
201
|
**sha224** | **String**| Filter results where sha224 matches value | [optional]
|
|
200
202
|
**sha256** | **String**| Filter results where sha256 matches value | [optional]
|
|
@@ -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 unique name. |
|
|
@@ -17,6 +18,7 @@ Name | Type | Description | Notes
|
|
|
17
18
|
require 'PulpcoreClient'
|
|
18
19
|
|
|
19
20
|
instance = PulpcoreClient::CompositeContentGuardResponse.new(pulp_href: null,
|
|
21
|
+
prn: null,
|
|
20
22
|
pulp_created: null,
|
|
21
23
|
pulp_last_updated: null,
|
|
22
24
|
name: null,
|
data/docs/ContentApi.md
CHANGED
|
@@ -34,14 +34,15 @@ opts = {
|
|
|
34
34
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
35
35
|
ordering: ['ordering_example'], # Array<String> | Ordering * `pk` - Pk * `-pk` - Pk (descending)
|
|
36
36
|
orphaned_for: 3.4, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
|
37
|
+
prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
37
38
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
38
39
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
39
40
|
pulp_type: 'pulp_type_example', # String | Pulp type * `core.publishedmetadata` - core.publishedmetadata * `file.file` - file.file
|
|
40
41
|
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
42
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
42
|
-
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
|
43
|
-
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
|
44
|
-
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
|
43
|
+
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF/PRN
|
|
44
|
+
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF/PRN
|
|
45
|
+
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF/PRN
|
|
45
46
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
46
47
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
47
48
|
}
|
|
@@ -64,14 +65,15 @@ Name | Type | Description | Notes
|
|
|
64
65
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
65
66
|
**ordering** | [**Array<String>**](String.md)| Ordering * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
|
66
67
|
**orphaned_for** | **Float**| Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional]
|
|
68
|
+
**prn__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
67
69
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
68
70
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
69
71
|
**pulp_type** | **String**| Pulp type * `core.publishedmetadata` - core.publishedmetadata * `file.file` - file.file | [optional]
|
|
70
72
|
**pulp_type__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. * `core.publishedmetadata` - core.publishedmetadata * `file.file` - file.file | [optional]
|
|
71
73
|
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
|
72
|
-
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
|
73
|
-
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
|
74
|
-
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
|
74
|
+
**repository_version** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
|
75
|
+
**repository_version_added** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
|
76
|
+
**repository_version_removed** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
|
75
77
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
76
78
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
77
79
|
|
|
@@ -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 unique name. |
|
|
@@ -16,6 +17,7 @@ Name | Type | Description | Notes
|
|
|
16
17
|
require 'PulpcoreClient'
|
|
17
18
|
|
|
18
19
|
instance = PulpcoreClient::ContentGuardResponse.new(pulp_href: null,
|
|
20
|
+
prn: null,
|
|
19
21
|
pulp_created: null,
|
|
20
22
|
pulp_last_updated: null,
|
|
21
23
|
name: null,
|
|
@@ -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 unique name. |
|
|
@@ -16,6 +17,7 @@ Name | Type | Description | Notes
|
|
|
16
17
|
require 'PulpcoreClient'
|
|
17
18
|
|
|
18
19
|
instance = PulpcoreClient::ContentRedirectContentGuardResponse.new(pulp_href: null,
|
|
20
|
+
prn: null,
|
|
19
21
|
pulp_created: null,
|
|
20
22
|
pulp_last_updated: null,
|
|
21
23
|
name: null,
|
data/docs/ContentguardsApi.md
CHANGED
|
@@ -42,6 +42,7 @@ opts = {
|
|
|
42
42
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
|
43
43
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
44
44
|
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)
|
|
45
|
+
prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
45
46
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
46
47
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
47
48
|
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
|
|
@@ -77,6 +78,7 @@ Name | Type | Description | Notes
|
|
|
77
78
|
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
|
78
79
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
79
80
|
**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]
|
|
81
|
+
**prn__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
80
82
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
81
83
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
82
84
|
**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]
|
|
@@ -211,6 +211,7 @@ opts = {
|
|
|
211
211
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
|
212
212
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
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
|
+
prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
214
215
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
215
216
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
216
217
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
@@ -244,6 +245,7 @@ Name | Type | Description | Notes
|
|
|
244
245
|
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
|
245
246
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
246
247
|
**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]
|
|
248
|
+
**prn__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
247
249
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
248
250
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
249
251
|
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
|
@@ -211,6 +211,7 @@ opts = {
|
|
|
211
211
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
|
212
212
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
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
|
+
prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
214
215
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
215
216
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
216
217
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
@@ -244,6 +245,7 @@ Name | Type | Description | Notes
|
|
|
244
245
|
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
|
245
246
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
246
247
|
**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]
|
|
248
|
+
**prn__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
247
249
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
248
250
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
249
251
|
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
|
@@ -211,6 +211,7 @@ opts = {
|
|
|
211
211
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
|
212
212
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
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
|
+
prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
214
215
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
215
216
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
216
217
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
@@ -244,6 +245,7 @@ Name | Type | Description | Notes
|
|
|
244
245
|
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
|
245
246
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
246
247
|
**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]
|
|
248
|
+
**prn__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
247
249
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
248
250
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
249
251
|
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
|
@@ -211,6 +211,7 @@ opts = {
|
|
|
211
211
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
|
212
212
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
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
|
+
prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
214
215
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
215
216
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
216
217
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
@@ -244,6 +245,7 @@ Name | Type | Description | Notes
|
|
|
244
245
|
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
|
245
246
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
246
247
|
**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]
|
|
248
|
+
**prn__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
247
249
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
248
250
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
249
251
|
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
|
@@ -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
|
**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\") |
|
|
@@ -22,6 +23,7 @@ Name | Type | Description | Notes
|
|
|
22
23
|
require 'PulpcoreClient'
|
|
23
24
|
|
|
24
25
|
instance = PulpcoreClient::DistributionResponse.new(pulp_href: null,
|
|
26
|
+
prn: null,
|
|
25
27
|
pulp_created: null,
|
|
26
28
|
pulp_last_updated: null,
|
|
27
29
|
base_path: null,
|
data/docs/DistributionsApi.md
CHANGED
|
@@ -46,6 +46,7 @@ opts = {
|
|
|
46
46
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
|
47
47
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
48
48
|
ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `hidden` - Hidden * `-hidden` - Hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
49
|
+
prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
49
50
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
50
51
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
51
52
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
|
@@ -89,6 +90,7 @@ Name | Type | Description | Notes
|
|
|
89
90
|
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
|
90
91
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
91
92
|
**ordering** | [**Array<String>**](String.md)| Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `hidden` - Hidden * `-hidden` - Hidden (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
|
93
|
+
**prn__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
92
94
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
93
95
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
94
96
|
**pulp_label_select** | **String**| Filter labels by search string | [optional]
|
|
@@ -47,6 +47,7 @@ opts = {
|
|
|
47
47
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
|
48
48
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
49
49
|
ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `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)
|
|
50
|
+
prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
50
51
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
51
52
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
52
53
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
|
@@ -88,6 +89,7 @@ Name | Type | Description | Notes
|
|
|
88
89
|
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
|
89
90
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
90
91
|
**ordering** | [**Array<String>**](String.md)| Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `hidden` - Hidden * `-hidden` - Hidden (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
|
92
|
+
**prn__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
91
93
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
92
94
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
93
95
|
**pulp_label_select** | **String**| Filter labels by search string | [optional]
|
data/docs/DomainResponse.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** | A name for this domain. |
|
|
@@ -20,6 +21,7 @@ Name | Type | Description | Notes
|
|
|
20
21
|
require 'PulpcoreClient'
|
|
21
22
|
|
|
22
23
|
instance = PulpcoreClient::DomainResponse.new(pulp_href: null,
|
|
24
|
+
prn: null,
|
|
23
25
|
pulp_created: null,
|
|
24
26
|
pulp_last_updated: null,
|
|
25
27
|
name: null,
|
data/docs/DomainsApi.md
CHANGED
|
@@ -154,6 +154,7 @@ opts = {
|
|
|
154
154
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
|
155
155
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
156
156
|
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)
|
|
157
|
+
prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
157
158
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
158
159
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
159
160
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
@@ -187,6 +188,7 @@ Name | Type | Description | Notes
|
|
|
187
188
|
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
|
188
189
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
189
190
|
**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]
|
|
191
|
+
**prn__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
190
192
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
191
193
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
192
194
|
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
|
@@ -153,6 +153,7 @@ opts = {
|
|
|
153
153
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
|
154
154
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
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
|
+
prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
156
157
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
157
158
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
158
159
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
@@ -186,6 +187,7 @@ Name | Type | Description | Notes
|
|
|
186
187
|
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
|
187
188
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
188
189
|
**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]
|
|
190
|
+
**prn__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
189
191
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
190
192
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
191
193
|
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
data/docs/ExportersPulpApi.md
CHANGED
|
@@ -153,6 +153,7 @@ opts = {
|
|
|
153
153
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
|
154
154
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
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
|
+
prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
156
157
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
157
158
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
158
159
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
@@ -186,6 +187,7 @@ Name | Type | Description | Notes
|
|
|
186
187
|
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
|
187
188
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
188
189
|
**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]
|
|
190
|
+
**prn__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
189
191
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
190
192
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
191
193
|
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
|
@@ -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
|
**task** | **String** | A URI of the task that ran the Export. | [optional]
|
|
@@ -17,6 +18,7 @@ Name | Type | Description | Notes
|
|
|
17
18
|
require 'PulpcoreClient'
|
|
18
19
|
|
|
19
20
|
instance = PulpcoreClient::FilesystemExportResponse.new(pulp_href: null,
|
|
21
|
+
prn: null,
|
|
20
22
|
pulp_created: null,
|
|
21
23
|
pulp_last_updated: null,
|
|
22
24
|
task: null,
|
|
@@ -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** | Unique name of the file system exporter. |
|
|
@@ -17,6 +18,7 @@ Name | Type | Description | Notes
|
|
|
17
18
|
require 'PulpcoreClient'
|
|
18
19
|
|
|
19
20
|
instance = PulpcoreClient::FilesystemExporterResponse.new(pulp_href: null,
|
|
21
|
+
prn: null,
|
|
20
22
|
pulp_created: null,
|
|
21
23
|
pulp_last_updated: null,
|
|
22
24
|
name: null,
|
data/docs/GroupResponse.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
|
**id** | **Integer** | | [optional] [readonly]
|
|
10
11
|
|
|
11
12
|
## Code Sample
|
|
@@ -15,6 +16,7 @@ require 'PulpcoreClient'
|
|
|
15
16
|
|
|
16
17
|
instance = PulpcoreClient::GroupResponse.new(name: null,
|
|
17
18
|
pulp_href: null,
|
|
19
|
+
prn: null,
|
|
18
20
|
id: null)
|
|
19
21
|
```
|
|
20
22
|
|
data/docs/GroupRoleResponse.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::GroupRoleResponse.new(pulp_href: null,
|
|
23
|
+
prn: null,
|
|
22
24
|
pulp_created: null,
|
|
23
25
|
pulp_last_updated: null,
|
|
24
26
|
role: null,
|
data/docs/GroupUserResponse.md
CHANGED
|
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
|
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
7
|
**username** | **String** | Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only. |
|
|
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::GroupUserResponse.new(username: null,
|
|
16
|
-
pulp_href: null
|
|
17
|
+
pulp_href: null,
|
|
18
|
+
prn: null)
|
|
17
19
|
```
|
|
18
20
|
|
|
19
21
|
|
data/docs/GroupsApi.md
CHANGED
|
@@ -209,6 +209,7 @@ opts = {
|
|
|
209
209
|
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
|
210
210
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
211
211
|
ordering: ['ordering_example'], # Array<String> | Ordering * `id` - Id * `-id` - Id (descending) * `name` - Name * `-name` - Name (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
212
|
+
prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
212
213
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
213
214
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
214
215
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
@@ -240,6 +241,7 @@ Name | Type | Description | Notes
|
|
|
240
241
|
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
|
241
242
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
242
243
|
**ordering** | [**Array<String>**](String.md)| Ordering * `id` - Id * `-id` - Id (descending) * `name` - Name * `-name` - Name (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
|
244
|
+
**prn__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
243
245
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
244
246
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
245
247
|
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|