pulpcore_client 3.71.2 → 3.72.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.
Files changed (89) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +6 -4
  3. data/docs/ArtifactDistributionResponse.md +13 -13
  4. data/docs/Domain.md +2 -0
  5. data/docs/DomainResponse.md +2 -0
  6. data/docs/DomainsApi.md +150 -2
  7. data/docs/FilesystemExportResponse.md +1 -1
  8. data/docs/GenericRemoteResponse.md +1 -1
  9. data/docs/GroupRoleResponse.md +1 -1
  10. data/docs/NestedOpenPGPPublicSubkeyResponse.md +1 -1
  11. data/docs/NestedOpenPGPUserAttributeResponse.md +1 -1
  12. data/docs/NestedOpenPGPUserIDResponse.md +1 -1
  13. data/docs/OpenPGPPublicKeyResponse.md +3 -3
  14. data/docs/OpenPGPPublicSubkeyResponse.md +1 -1
  15. data/docs/OpenPGPUserAttributeResponse.md +1 -1
  16. data/docs/OpenPGPUserIDResponse.md +1 -1
  17. data/docs/PatchedDomain.md +2 -0
  18. data/docs/PulpExportResponse.md +1 -1
  19. data/docs/Purge.md +1 -1
  20. data/docs/RBACContentGuardResponse.md +2 -2
  21. data/docs/TaskGroupResponse.md +2 -2
  22. data/docs/TaskResponse.md +4 -4
  23. data/docs/UploadDetailResponse.md +1 -1
  24. data/docs/UpstreamPulpResponse.md +1 -1
  25. data/docs/UserResponse.md +2 -2
  26. data/docs/UserRoleResponse.md +1 -1
  27. data/lib/pulpcore_client/api/domains_api.rb +154 -3
  28. data/lib/pulpcore_client/models/artifact_distribution_response.rb +59 -59
  29. data/lib/pulpcore_client/models/domain.rb +12 -1
  30. data/lib/pulpcore_client/models/domain_response.rb +12 -1
  31. data/lib/pulpcore_client/models/generic_remote_response.rb +0 -15
  32. data/lib/pulpcore_client/models/nested_open_pgp_signature.rb +0 -9
  33. data/lib/pulpcore_client/models/nested_open_pgp_signature_response.rb +0 -15
  34. data/lib/pulpcore_client/models/open_pgp_keyring.rb +0 -15
  35. data/lib/pulpcore_client/models/open_pgp_keyring_response.rb +0 -15
  36. data/lib/pulpcore_client/models/open_pgp_signature_response.rb +0 -15
  37. data/lib/pulpcore_client/models/paginated_access_policy_response_list.rb +0 -2
  38. data/lib/pulpcore_client/models/paginated_artifact_distribution_response_list.rb +0 -2
  39. data/lib/pulpcore_client/models/paginated_artifact_response_list.rb +0 -2
  40. data/lib/pulpcore_client/models/paginated_composite_content_guard_response_list.rb +0 -2
  41. data/lib/pulpcore_client/models/paginated_content_guard_response_list.rb +0 -2
  42. data/lib/pulpcore_client/models/paginated_content_redirect_content_guard_response_list.rb +0 -2
  43. data/lib/pulpcore_client/models/paginated_distribution_response_list.rb +0 -2
  44. data/lib/pulpcore_client/models/paginated_domain_response_list.rb +0 -2
  45. data/lib/pulpcore_client/models/paginated_filesystem_export_response_list.rb +0 -2
  46. data/lib/pulpcore_client/models/paginated_filesystem_exporter_response_list.rb +0 -2
  47. data/lib/pulpcore_client/models/paginated_generic_remote_response_list.rb +0 -2
  48. data/lib/pulpcore_client/models/paginated_group_response_list.rb +0 -2
  49. data/lib/pulpcore_client/models/paginated_group_role_response_list.rb +0 -2
  50. data/lib/pulpcore_client/models/paginated_group_user_response_list.rb +0 -2
  51. data/lib/pulpcore_client/models/paginated_header_content_guard_response_list.rb +0 -2
  52. data/lib/pulpcore_client/models/paginated_import_response_list.rb +0 -2
  53. data/lib/pulpcore_client/models/paginated_multiple_artifact_content_response_list.rb +0 -2
  54. data/lib/pulpcore_client/models/paginated_open_pgp_distribution_response_list.rb +0 -2
  55. data/lib/pulpcore_client/models/paginated_open_pgp_keyring_response_list.rb +0 -2
  56. data/lib/pulpcore_client/models/paginated_open_pgp_public_key_response_list.rb +0 -2
  57. data/lib/pulpcore_client/models/paginated_open_pgp_public_subkey_response_list.rb +0 -2
  58. data/lib/pulpcore_client/models/paginated_open_pgp_signature_response_list.rb +0 -2
  59. data/lib/pulpcore_client/models/paginated_open_pgp_user_attribute_response_list.rb +0 -2
  60. data/lib/pulpcore_client/models/paginated_open_pgp_user_id_response_list.rb +0 -2
  61. data/lib/pulpcore_client/models/paginated_publication_response_list.rb +0 -2
  62. data/lib/pulpcore_client/models/paginated_pulp_export_response_list.rb +0 -2
  63. data/lib/pulpcore_client/models/paginated_pulp_exporter_response_list.rb +0 -2
  64. data/lib/pulpcore_client/models/paginated_pulp_importer_response_list.rb +0 -2
  65. data/lib/pulpcore_client/models/paginated_rbac_content_guard_response_list.rb +0 -2
  66. data/lib/pulpcore_client/models/paginated_repository_response_list.rb +0 -2
  67. data/lib/pulpcore_client/models/paginated_repository_version_response_list.rb +0 -2
  68. data/lib/pulpcore_client/models/paginated_role_response_list.rb +0 -2
  69. data/lib/pulpcore_client/models/paginated_signing_service_response_list.rb +0 -2
  70. data/lib/pulpcore_client/models/paginated_task_group_response_list.rb +0 -2
  71. data/lib/pulpcore_client/models/paginated_task_response_list.rb +0 -2
  72. data/lib/pulpcore_client/models/paginated_task_schedule_response_list.rb +0 -2
  73. data/lib/pulpcore_client/models/paginated_upload_response_list.rb +0 -2
  74. data/lib/pulpcore_client/models/paginated_upstream_pulp_response_list.rb +0 -2
  75. data/lib/pulpcore_client/models/paginated_user_response_list.rb +0 -2
  76. data/lib/pulpcore_client/models/paginated_user_role_response_list.rb +0 -2
  77. data/lib/pulpcore_client/models/paginated_worker_response_list.rb +0 -2
  78. data/lib/pulpcore_client/models/patched_domain.rb +12 -1
  79. data/lib/pulpcore_client/models/patched_open_pgp_keyring.rb +0 -15
  80. data/lib/pulpcore_client/models/purge.rb +2 -0
  81. data/lib/pulpcore_client/models/repository_response.rb +0 -15
  82. data/lib/pulpcore_client/models/storage_response.rb +0 -45
  83. data/lib/pulpcore_client/version.rb +1 -1
  84. data/spec/api/domains_api_spec.rb +28 -1
  85. data/spec/models/artifact_distribution_response_spec.rb +11 -11
  86. data/spec/models/domain_response_spec.rb +6 -0
  87. data/spec/models/domain_spec.rb +6 -0
  88. data/spec/models/patched_domain_spec.rb +6 -0
  89. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 80d8f3b93b177dbdf4287a12c83d638972c618662459d647a5132bfb8fe1a525
4
- data.tar.gz: 20d0c08e6b25f80f238a78e74ccf03309dbd7cd6308790bbf6950cc5bba43016
3
+ metadata.gz: 707bed14b79eaf7994469c90246bc12f65672ef1a8b671f43964baff10dd3735
4
+ data.tar.gz: b413697b15e7a27f593f6e232fcdb4082c4b78cacb7480794d47c5f067cb34ab
5
5
  SHA512:
6
- metadata.gz: bc2d25a7a9e3bdeabfab1fc291785f1c04a7f1a9099fe04b24eacc27feae6cf543b205c3736f2a2c771f1beef7bdc337d39ae5fb254b33892656f7917fe6d9df
7
- data.tar.gz: 02e39a9188bb188ec2b3809b1a8f1a9d02e72569c13207232b354187ac8a406a9cec31aeb0fccd5cb539e3b7f63beb24ecc5e9075def82990b5762badc6e89bb
6
+ metadata.gz: ff739f1ebc49116c3698739c5a79fdbe5617b6b3a96b32c92e478244dc6c28ef73cc8f0a0cfa491dcbd5c4cc8476dc6f6756cc8ada0fa3de45a212b546975aa4
7
+ data.tar.gz: 8fac8a97dbbedc7a2e9021bca597177a56481c1e4b7aa89af96ee5d6af72d46dc229d34c86cf491e8466f32c2218bab02a61d5d7f2c216b13a45bf01f521b8c2
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.71.2
10
+ - Package version: 3.72.0
11
11
  - Generator version: 7.10.0
12
12
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
13
13
  For more information, please visit [https://pulpproject.org](https://pulpproject.org)
@@ -25,16 +25,16 @@ gem build pulpcore_client.gemspec
25
25
  Then either install the gem locally:
26
26
 
27
27
  ```shell
28
- gem install ./pulpcore_client-3.71.2.gem
28
+ gem install ./pulpcore_client-3.72.0.gem
29
29
  ```
30
30
 
31
- (for development, run `gem install --dev ./pulpcore_client-3.71.2.gem` to install the development dependencies)
31
+ (for development, run `gem install --dev ./pulpcore_client-3.72.0.gem` to install the development dependencies)
32
32
 
33
33
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
34
34
 
35
35
  Finally add this to the Gemfile:
36
36
 
37
- gem 'pulpcore_client', '~> 3.71.2'
37
+ gem 'pulpcore_client', '~> 3.72.0'
38
38
 
39
39
  ### Install from Git
40
40
 
@@ -185,6 +185,8 @@ Class | Method | HTTP request | Description
185
185
  *PulpcoreClient::DomainsApi* | [**migrate**](docs/DomainsApi.md#migrate) | **POST** /pulp/api/v3/domains/migrate/ | Migrate storage backend
186
186
  *PulpcoreClient::DomainsApi* | [**partial_update**](docs/DomainsApi.md#partial_update) | **PATCH** {domain_href} | Update a domain
187
187
  *PulpcoreClient::DomainsApi* | [**read**](docs/DomainsApi.md#read) | **GET** {domain_href} | Inspect a domain
188
+ *PulpcoreClient::DomainsApi* | [**set_label**](docs/DomainsApi.md#set_label) | **POST** {domain_href}set_label/ | Set a label
189
+ *PulpcoreClient::DomainsApi* | [**unset_label**](docs/DomainsApi.md#unset_label) | **POST** {domain_href}unset_label/ | Unset a label
188
190
  *PulpcoreClient::DomainsApi* | [**update**](docs/DomainsApi.md#update) | **PUT** {domain_href} | Update a domain
189
191
  *PulpcoreClient::ExportersFilesystemApi* | [**create**](docs/ExportersFilesystemApi.md#create) | **POST** /pulp/api/v3/exporters/core/filesystem/ | Create a filesystem exporter
190
192
  *PulpcoreClient::ExportersFilesystemApi* | [**delete**](docs/ExportersFilesystemApi.md#delete) | **DELETE** {filesystem_exporter_href} | Delete a filesystem exporter
@@ -4,17 +4,17 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
8
- | **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
7
+ | **content_guard** | **String** | An optional content-guard. | [optional] |
9
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] |
10
- | **pulp_last_updated** | **Time** | 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] |
11
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\") | |
12
- | **content_guard** | **String** | An optional content-guard. | [optional] |
13
- | **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
14
10
  | **pulp_labels** | **Hash<String, String>** | | [optional] |
11
+ | **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
12
+ | **pulp_last_updated** | **Time** | 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] |
15
13
  | **base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional][readonly] |
16
- | **pulp_href** | **String** | | [optional][readonly] |
14
+ | **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
17
15
  | **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
16
+ | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
17
+ | **pulp_href** | **String** | | [optional][readonly] |
18
18
 
19
19
  ## Example
20
20
 
@@ -22,17 +22,17 @@
22
22
  require 'pulpcore_client'
23
23
 
24
24
  instance = PulpcoreClient::ArtifactDistributionResponse.new(
25
- pulp_created: null,
26
- name: null,
25
+ content_guard: null,
27
26
  no_content_change_since: null,
28
- pulp_last_updated: null,
29
27
  base_path: null,
30
- content_guard: null,
31
- hidden: null,
32
28
  pulp_labels: null,
29
+ hidden: null,
30
+ pulp_last_updated: null,
33
31
  base_url: null,
34
- pulp_href: null,
35
- prn: null
32
+ name: null,
33
+ prn: null,
34
+ pulp_created: null,
35
+ pulp_href: null
36
36
  )
37
37
  ```
38
38
 
data/docs/Domain.md CHANGED
@@ -6,6 +6,7 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **name** | **String** | A name for this domain. | |
8
8
  | **description** | **String** | An optional description. | [optional] |
9
+ | **pulp_labels** | **Hash<String, String>** | | [optional] |
9
10
  | **storage_class** | [**StorageClassEnum**](StorageClassEnum.md) | Backend storage class for domain. * `pulpcore.app.models.storage.FileSystem` - Use local filesystem as storage * `storages.backends.s3boto3.S3Boto3Storage` - Use Amazon S3 as storage * `storages.backends.azure_storage.AzureStorage` - Use Azure Blob as storage | |
10
11
  | **storage_settings** | **Object** | Settings for storage class. | |
11
12
  | **redirect_to_object_storage** | **Boolean** | Boolean to have the content app redirect to object storage. | [optional][default to true] |
@@ -19,6 +20,7 @@ require 'pulpcore_client'
19
20
  instance = PulpcoreClient::Domain.new(
20
21
  name: null,
21
22
  description: null,
23
+ pulp_labels: null,
22
24
  storage_class: null,
23
25
  storage_settings: null,
24
26
  redirect_to_object_storage: null,
@@ -10,6 +10,7 @@
10
10
  | **pulp_last_updated** | **Time** | 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] |
11
11
  | **name** | **String** | A name for this domain. | |
12
12
  | **description** | **String** | An optional description. | [optional] |
13
+ | **pulp_labels** | **Hash<String, String>** | | [optional] |
13
14
  | **storage_class** | [**StorageClassEnum**](StorageClassEnum.md) | Backend storage class for domain. * `pulpcore.app.models.storage.FileSystem` - Use local filesystem as storage * `storages.backends.s3boto3.S3Boto3Storage` - Use Amazon S3 as storage * `storages.backends.azure_storage.AzureStorage` - Use Azure Blob as storage | |
14
15
  | **storage_settings** | **Object** | Settings for storage class. | |
15
16
  | **redirect_to_object_storage** | **Boolean** | Boolean to have the content app redirect to object storage. | [optional][default to true] |
@@ -27,6 +28,7 @@ instance = PulpcoreClient::DomainResponse.new(
27
28
  pulp_last_updated: null,
28
29
  name: null,
29
30
  description: null,
31
+ pulp_labels: null,
30
32
  storage_class: null,
31
33
  storage_settings: null,
32
34
  redirect_to_object_storage: null,
data/docs/DomainsApi.md CHANGED
@@ -10,6 +10,8 @@ All URIs are relative to *http://localhost:24817*
10
10
  | [**migrate**](DomainsApi.md#migrate) | **POST** /pulp/api/v3/domains/migrate/ | Migrate storage backend |
11
11
  | [**partial_update**](DomainsApi.md#partial_update) | **PATCH** {domain_href} | Update a domain |
12
12
  | [**read**](DomainsApi.md#read) | **GET** {domain_href} | Inspect a domain |
13
+ | [**set_label**](DomainsApi.md#set_label) | **POST** {domain_href}set_label/ | Set a label |
14
+ | [**unset_label**](DomainsApi.md#unset_label) | **POST** {domain_href}unset_label/ | Unset a label |
13
15
  | [**update**](DomainsApi.md#update) | **PUT** {domain_href} | Update a domain |
14
16
 
15
17
 
@@ -186,10 +188,11 @@ opts = {
186
188
  name__regex: 'name__regex_example', # String | Filter results where name matches regex value
187
189
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
188
190
  offset: 56, # Integer | The initial index from which to return the results.
189
- ordering: ['-description'], # 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)
191
+ ordering: ['-description'], # 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) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (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)
190
192
  prn__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
191
193
  pulp_href__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
192
194
  pulp_id__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
195
+ pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
193
196
  q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
194
197
  fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
195
198
  exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
@@ -237,10 +240,11 @@ end
237
240
  | **name__regex** | **String** | Filter results where name matches regex value | [optional] |
238
241
  | **name__startswith** | **String** | Filter results where name starts with value | [optional] |
239
242
  | **offset** | **Integer** | The initial index from which to return the results. | [optional] |
240
- | **ordering** | [**Array&lt;String&gt;**](String.md) | Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;storage_class&#x60; - Storage class * &#x60;-storage_class&#x60; - Storage class (descending) * &#x60;storage_settings&#x60; - Storage settings * &#x60;-storage_settings&#x60; - Storage settings (descending) * &#x60;redirect_to_object_storage&#x60; - Redirect to object storage * &#x60;-redirect_to_object_storage&#x60; - Redirect to object storage (descending) * &#x60;hide_guarded_distributions&#x60; - Hide guarded distributions * &#x60;-hide_guarded_distributions&#x60; - Hide guarded distributions (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional] |
243
+ | **ordering** | [**Array&lt;String&gt;**](String.md) | Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;storage_class&#x60; - Storage class * &#x60;-storage_class&#x60; - Storage class (descending) * &#x60;storage_settings&#x60; - Storage settings * &#x60;-storage_settings&#x60; - Storage settings (descending) * &#x60;redirect_to_object_storage&#x60; - Redirect to object storage * &#x60;-redirect_to_object_storage&#x60; - Redirect to object storage (descending) * &#x60;hide_guarded_distributions&#x60; - Hide guarded distributions * &#x60;-hide_guarded_distributions&#x60; - Hide guarded distributions (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional] |
241
244
  | **prn__in** | [**Array&lt;String&gt;**](String.md) | Multiple values may be separated by commas. | [optional] |
242
245
  | **pulp_href__in** | [**Array&lt;String&gt;**](String.md) | Multiple values may be separated by commas. | [optional] |
243
246
  | **pulp_id__in** | [**Array&lt;String&gt;**](String.md) | Multiple values may be separated by commas. | [optional] |
247
+ | **pulp_label_select** | **String** | Filter labels by search string | [optional] |
244
248
  | **q** | **String** | Filter results by using NOT, AND and OR operations on other filters | [optional] |
245
249
  | **fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to include in the response. | [optional] |
246
250
  | **exclude_fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to exclude from the response. | [optional] |
@@ -477,6 +481,150 @@ end
477
481
  - **Accept**: application/json
478
482
 
479
483
 
484
+ ## set_label
485
+
486
+ > <SetLabelResponse> set_label(domain_href, set_label)
487
+
488
+ Set a label
489
+
490
+ Set a single pulp_label on the object to a specific value or null.
491
+
492
+ ### Examples
493
+
494
+ ```ruby
495
+ require 'time'
496
+ require 'pulpcore_client'
497
+ # setup authorization
498
+ PulpcoreClient.configure do |config|
499
+ # Configure HTTP basic authorization: basicAuth
500
+ config.username = 'YOUR USERNAME'
501
+ config.password = 'YOUR PASSWORD'
502
+ end
503
+
504
+ api_instance = PulpcoreClient::DomainsApi.new
505
+ domain_href = 'domain_href_example' # String |
506
+ set_label = PulpcoreClient::SetLabel.new({key: 'key_example', value: 'value_example'}) # SetLabel |
507
+
508
+ begin
509
+ # Set a label
510
+ result = api_instance.set_label(domain_href, set_label)
511
+ p result
512
+ rescue PulpcoreClient::ApiError => e
513
+ puts "Error when calling DomainsApi->set_label: #{e}"
514
+ end
515
+ ```
516
+
517
+ #### Using the set_label_with_http_info variant
518
+
519
+ This returns an Array which contains the response data, status code and headers.
520
+
521
+ > <Array(<SetLabelResponse>, Integer, Hash)> set_label_with_http_info(domain_href, set_label)
522
+
523
+ ```ruby
524
+ begin
525
+ # Set a label
526
+ data, status_code, headers = api_instance.set_label_with_http_info(domain_href, set_label)
527
+ p status_code # => 2xx
528
+ p headers # => { ... }
529
+ p data # => <SetLabelResponse>
530
+ rescue PulpcoreClient::ApiError => e
531
+ puts "Error when calling DomainsApi->set_label_with_http_info: #{e}"
532
+ end
533
+ ```
534
+
535
+ ### Parameters
536
+
537
+ | Name | Type | Description | Notes |
538
+ | ---- | ---- | ----------- | ----- |
539
+ | **domain_href** | **String** | | |
540
+ | **set_label** | [**SetLabel**](SetLabel.md) | | |
541
+
542
+ ### Return type
543
+
544
+ [**SetLabelResponse**](SetLabelResponse.md)
545
+
546
+ ### Authorization
547
+
548
+ [basicAuth](../README.md#basicAuth)
549
+
550
+ ### HTTP request headers
551
+
552
+ - **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
553
+ - **Accept**: application/json
554
+
555
+
556
+ ## unset_label
557
+
558
+ > <UnsetLabelResponse> unset_label(domain_href, unset_label)
559
+
560
+ Unset a label
561
+
562
+ Unset a single pulp_label on the object.
563
+
564
+ ### Examples
565
+
566
+ ```ruby
567
+ require 'time'
568
+ require 'pulpcore_client'
569
+ # setup authorization
570
+ PulpcoreClient.configure do |config|
571
+ # Configure HTTP basic authorization: basicAuth
572
+ config.username = 'YOUR USERNAME'
573
+ config.password = 'YOUR PASSWORD'
574
+ end
575
+
576
+ api_instance = PulpcoreClient::DomainsApi.new
577
+ domain_href = 'domain_href_example' # String |
578
+ unset_label = PulpcoreClient::UnsetLabel.new({key: 'key_example'}) # UnsetLabel |
579
+
580
+ begin
581
+ # Unset a label
582
+ result = api_instance.unset_label(domain_href, unset_label)
583
+ p result
584
+ rescue PulpcoreClient::ApiError => e
585
+ puts "Error when calling DomainsApi->unset_label: #{e}"
586
+ end
587
+ ```
588
+
589
+ #### Using the unset_label_with_http_info variant
590
+
591
+ This returns an Array which contains the response data, status code and headers.
592
+
593
+ > <Array(<UnsetLabelResponse>, Integer, Hash)> unset_label_with_http_info(domain_href, unset_label)
594
+
595
+ ```ruby
596
+ begin
597
+ # Unset a label
598
+ data, status_code, headers = api_instance.unset_label_with_http_info(domain_href, unset_label)
599
+ p status_code # => 2xx
600
+ p headers # => { ... }
601
+ p data # => <UnsetLabelResponse>
602
+ rescue PulpcoreClient::ApiError => e
603
+ puts "Error when calling DomainsApi->unset_label_with_http_info: #{e}"
604
+ end
605
+ ```
606
+
607
+ ### Parameters
608
+
609
+ | Name | Type | Description | Notes |
610
+ | ---- | ---- | ----------- | ----- |
611
+ | **domain_href** | **String** | | |
612
+ | **unset_label** | [**UnsetLabel**](UnsetLabel.md) | | |
613
+
614
+ ### Return type
615
+
616
+ [**UnsetLabelResponse**](UnsetLabelResponse.md)
617
+
618
+ ### Authorization
619
+
620
+ [basicAuth](../README.md#basicAuth)
621
+
622
+ ### HTTP request headers
623
+
624
+ - **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
625
+ - **Accept**: application/json
626
+
627
+
480
628
  ## update
481
629
 
482
630
  > <AsyncOperationResponse> update(domain_href, domain)
@@ -9,7 +9,7 @@
9
9
  | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
10
10
  | **pulp_last_updated** | **Time** | 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] |
11
11
  | **task** | **String** | A URI of the task that ran the Export. | [optional] |
12
- | **exported_resources** | **Array&lt;String&gt;** | Resources that were exported. | [optional][readonly] |
12
+ | **exported_resources** | **Array&lt;String&gt;** | Resources that were exported. | [optional] |
13
13
  | **params** | **Object** | Any additional parameters that were used to create the export. | [optional][readonly] |
14
14
 
15
15
  ## Example
@@ -24,7 +24,7 @@
24
24
  | **sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
25
25
  | **headers** | **Array&lt;Object&gt;** | Headers for aiohttp.Clientsession | [optional] |
26
26
  | **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
27
- | **hidden_fields** | [**Array&lt;GenericRemoteResponseHiddenFieldsInner&gt;**](GenericRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional][readonly] |
27
+ | **hidden_fields** | [**Array&lt;GenericRemoteResponseHiddenFieldsInner&gt;**](GenericRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional] |
28
28
 
29
29
  ## Example
30
30
 
@@ -11,7 +11,7 @@
11
11
  | **role** | **String** | | |
12
12
  | **content_object** | **String** | pulp_href of the object for which role permissions should be asserted. If set to &#39;null&#39;, permissions will act on the model-level. | |
13
13
  | **description** | **String** | | [optional][readonly] |
14
- | **permissions** | **Array&lt;String&gt;** | | [optional][readonly] |
14
+ | **permissions** | **Array&lt;String&gt;** | | [optional] |
15
15
  | **domain** | **String** | Domain this role should be applied on, mutually exclusive with content_object. | [optional] |
16
16
 
17
17
  ## Example
@@ -6,7 +6,7 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **fingerprint** | **String** | | |
8
8
  | **created** | **Time** | | |
9
- | **signatures** | [**Array&lt;NestedOpenPGPSignatureResponse&gt;**](NestedOpenPGPSignatureResponse.md) | | [optional][readonly] |
9
+ | **signatures** | [**Array&lt;NestedOpenPGPSignatureResponse&gt;**](NestedOpenPGPSignatureResponse.md) | | [optional] |
10
10
 
11
11
  ## Example
12
12
 
@@ -5,7 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **sha256** | **String** | | |
8
- | **signatures** | [**Array&lt;NestedOpenPGPSignatureResponse&gt;**](NestedOpenPGPSignatureResponse.md) | | [optional][readonly] |
8
+ | **signatures** | [**Array&lt;NestedOpenPGPSignatureResponse&gt;**](NestedOpenPGPSignatureResponse.md) | | [optional] |
9
9
 
10
10
  ## Example
11
11
 
@@ -5,7 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **user_id** | **String** | | |
8
- | **signatures** | [**Array&lt;NestedOpenPGPSignatureResponse&gt;**](NestedOpenPGPSignatureResponse.md) | | [optional][readonly] |
8
+ | **signatures** | [**Array&lt;NestedOpenPGPSignatureResponse&gt;**](NestedOpenPGPSignatureResponse.md) | | [optional] |
9
9
 
10
10
  ## Example
11
11
 
@@ -10,9 +10,9 @@
10
10
  | **pulp_last_updated** | **Time** | 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] |
11
11
  | **fingerprint** | **String** | | [optional][readonly] |
12
12
  | **created** | **Time** | | [optional][readonly] |
13
- | **user_ids** | [**Array&lt;NestedOpenPGPUserIDResponse&gt;**](NestedOpenPGPUserIDResponse.md) | | [optional][readonly] |
14
- | **user_attributes** | [**Array&lt;NestedOpenPGPUserAttributeResponse&gt;**](NestedOpenPGPUserAttributeResponse.md) | | [optional][readonly] |
15
- | **public_subkeys** | [**Array&lt;NestedOpenPGPPublicSubkeyResponse&gt;**](NestedOpenPGPPublicSubkeyResponse.md) | | [optional][readonly] |
13
+ | **user_ids** | [**Array&lt;NestedOpenPGPUserIDResponse&gt;**](NestedOpenPGPUserIDResponse.md) | | [optional] |
14
+ | **user_attributes** | [**Array&lt;NestedOpenPGPUserAttributeResponse&gt;**](NestedOpenPGPUserAttributeResponse.md) | | [optional] |
15
+ | **public_subkeys** | [**Array&lt;NestedOpenPGPPublicSubkeyResponse&gt;**](NestedOpenPGPPublicSubkeyResponse.md) | | [optional] |
16
16
 
17
17
  ## Example
18
18
 
@@ -10,7 +10,7 @@
10
10
  | **pulp_last_updated** | **Time** | 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] |
11
11
  | **fingerprint** | **String** | | |
12
12
  | **created** | **Time** | | |
13
- | **signatures** | [**Array&lt;NestedOpenPGPSignatureResponse&gt;**](NestedOpenPGPSignatureResponse.md) | | [optional][readonly] |
13
+ | **signatures** | [**Array&lt;NestedOpenPGPSignatureResponse&gt;**](NestedOpenPGPSignatureResponse.md) | | [optional] |
14
14
  | **public_key** | **String** | | [optional][readonly] |
15
15
 
16
16
  ## Example
@@ -9,7 +9,7 @@
9
9
  | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
10
10
  | **pulp_last_updated** | **Time** | 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] |
11
11
  | **sha256** | **String** | | |
12
- | **signatures** | [**Array&lt;NestedOpenPGPSignatureResponse&gt;**](NestedOpenPGPSignatureResponse.md) | | [optional][readonly] |
12
+ | **signatures** | [**Array&lt;NestedOpenPGPSignatureResponse&gt;**](NestedOpenPGPSignatureResponse.md) | | [optional] |
13
13
  | **public_key** | **String** | | [optional][readonly] |
14
14
 
15
15
  ## Example
@@ -9,7 +9,7 @@
9
9
  | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
10
10
  | **pulp_last_updated** | **Time** | 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] |
11
11
  | **user_id** | **String** | | |
12
- | **signatures** | [**Array&lt;NestedOpenPGPSignatureResponse&gt;**](NestedOpenPGPSignatureResponse.md) | | [optional][readonly] |
12
+ | **signatures** | [**Array&lt;NestedOpenPGPSignatureResponse&gt;**](NestedOpenPGPSignatureResponse.md) | | [optional] |
13
13
  | **public_key** | **String** | | [optional][readonly] |
14
14
 
15
15
  ## Example
@@ -6,6 +6,7 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **name** | **String** | A name for this domain. | [optional] |
8
8
  | **description** | **String** | An optional description. | [optional] |
9
+ | **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional] |
9
10
  | **storage_class** | [**StorageClassEnum**](StorageClassEnum.md) | Backend storage class for domain. * &#x60;pulpcore.app.models.storage.FileSystem&#x60; - Use local filesystem as storage * &#x60;storages.backends.s3boto3.S3Boto3Storage&#x60; - Use Amazon S3 as storage * &#x60;storages.backends.azure_storage.AzureStorage&#x60; - Use Azure Blob as storage | [optional] |
10
11
  | **storage_settings** | **Object** | Settings for storage class. | [optional] |
11
12
  | **redirect_to_object_storage** | **Boolean** | Boolean to have the content app redirect to object storage. | [optional][default to true] |
@@ -19,6 +20,7 @@ require 'pulpcore_client'
19
20
  instance = PulpcoreClient::PatchedDomain.new(
20
21
  name: null,
21
22
  description: null,
23
+ pulp_labels: null,
22
24
  storage_class: null,
23
25
  storage_settings: null,
24
26
  redirect_to_object_storage: null,
@@ -9,7 +9,7 @@
9
9
  | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
10
10
  | **pulp_last_updated** | **Time** | 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] |
11
11
  | **task** | **String** | A URI of the task that ran the Export. | [optional] |
12
- | **exported_resources** | **Array&lt;String&gt;** | Resources that were exported. | [optional][readonly] |
12
+ | **exported_resources** | **Array&lt;String&gt;** | Resources that were exported. | [optional] |
13
13
  | **params** | **Object** | Any additional parameters that were used to create the export. | [optional][readonly] |
14
14
  | **output_file_info** | **Object** | Dictionary of filename: sha256hash entries for export-output-file(s) | [optional][readonly] |
15
15
  | **toc_info** | **Object** | Filename and sha256-checksum of table-of-contents for this export | [optional][readonly] |
data/docs/Purge.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **finished_before** | **Time** | Purge tasks completed earlier than this timestamp. Format &#39;%Y-%m-%d[T%H:%M:%S]&#39; | [optional] |
7
+ | **finished_before** | **Time** | Purge tasks completed earlier than this timestamp. Format &#39;%Y-%m-%d[T%H:%M:%S]&#39; | [optional][default to &#39;2025-01-26&#39;] |
8
8
  | **states** | [**Array&lt;StatesEnum&gt;**](StatesEnum.md) | List of task-states to be purged. Only &#39;final&#39; states are allowed. | [optional] |
9
9
 
10
10
  ## Example
@@ -10,8 +10,8 @@
10
10
  | **pulp_last_updated** | **Time** | 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] |
11
11
  | **name** | **String** | The unique name. | |
12
12
  | **description** | **String** | An optional description. | [optional] |
13
- | **users** | [**Array&lt;GroupUserResponse&gt;**](GroupUserResponse.md) | | [optional][readonly] |
14
- | **groups** | [**Array&lt;GroupResponse&gt;**](GroupResponse.md) | | [optional][readonly] |
13
+ | **users** | [**Array&lt;GroupUserResponse&gt;**](GroupUserResponse.md) | | [optional] |
14
+ | **groups** | [**Array&lt;GroupResponse&gt;**](GroupResponse.md) | | [optional] |
15
15
 
16
16
  ## Example
17
17
 
@@ -15,8 +15,8 @@
15
15
  | **canceled** | **Integer** | Number of tasks in the &#39;canceled&#39; state | [optional][readonly] |
16
16
  | **failed** | **Integer** | Number of tasks in the &#39;failed&#39; state | [optional][readonly] |
17
17
  | **canceling** | **Integer** | Number of tasks in the &#39;canceling&#39; state | [optional][readonly] |
18
- | **group_progress_reports** | [**Array&lt;GroupProgressReportResponse&gt;**](GroupProgressReportResponse.md) | | [optional][readonly] |
19
- | **tasks** | [**Array&lt;MinimalTaskResponse&gt;**](MinimalTaskResponse.md) | | [optional][readonly] |
18
+ | **group_progress_reports** | [**Array&lt;GroupProgressReportResponse&gt;**](GroupProgressReportResponse.md) | | [optional] |
19
+ | **tasks** | [**Array&lt;MinimalTaskResponse&gt;**](MinimalTaskResponse.md) | | [optional] |
20
20
 
21
21
  ## Example
22
22
 
data/docs/TaskResponse.md CHANGED
@@ -18,11 +18,11 @@
18
18
  | **error** | **Object** | A JSON Object of a fatal error encountered during the execution of this task. | [optional][readonly] |
19
19
  | **worker** | **String** | The worker associated with this task. This field is empty if a worker is not yet assigned. | [optional][readonly] |
20
20
  | **parent_task** | **String** | The parent task that spawned this task. | [optional][readonly] |
21
- | **child_tasks** | **Array&lt;String&gt;** | Any tasks spawned by this task. | [optional][readonly] |
21
+ | **child_tasks** | **Array&lt;String&gt;** | Any tasks spawned by this task. | [optional] |
22
22
  | **task_group** | **String** | The task group that this task is a member of. | [optional][readonly] |
23
- | **progress_reports** | [**Array&lt;ProgressReportResponse&gt;**](ProgressReportResponse.md) | | [optional][readonly] |
24
- | **created_resources** | **Array&lt;String&gt;** | Resources created by this task. | [optional][readonly] |
25
- | **reserved_resources_record** | **Array&lt;String&gt;** | A list of resources required by that task. | [optional][readonly] |
23
+ | **progress_reports** | [**Array&lt;ProgressReportResponse&gt;**](ProgressReportResponse.md) | | [optional] |
24
+ | **created_resources** | **Array&lt;String&gt;** | Resources created by this task. | [optional] |
25
+ | **reserved_resources_record** | **Array&lt;String&gt;** | A list of resources required by that task. | [optional] |
26
26
 
27
27
  ## Example
28
28
 
@@ -10,7 +10,7 @@
10
10
  | **pulp_last_updated** | **Time** | 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] |
11
11
  | **size** | **Integer** | The size of the upload in bytes. | |
12
12
  | **completed** | **Time** | Timestamp when upload is committed. | [optional][readonly] |
13
- | **chunks** | [**Array&lt;UploadChunkResponse&gt;**](UploadChunkResponse.md) | | [optional][readonly] |
13
+ | **chunks** | [**Array&lt;UploadChunkResponse&gt;**](UploadChunkResponse.md) | | [optional] |
14
14
 
15
15
  ## Example
16
16
 
@@ -15,7 +15,7 @@
15
15
  | **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional] |
16
16
  | **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional] |
17
17
  | **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional] |
18
- | **hidden_fields** | [**Array&lt;GenericRemoteResponseHiddenFieldsInner&gt;**](GenericRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional][readonly] |
18
+ | **hidden_fields** | [**Array&lt;GenericRemoteResponseHiddenFieldsInner&gt;**](GenericRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional] |
19
19
  | **q_select** | **String** | Filter distributions on the upstream Pulp using complex filtering. E.g. pulp_label_select&#x3D;\&quot;foo\&quot; OR pulp_label_select&#x3D;\&quot;key&#x3D;val\&quot; | [optional] |
20
20
  | **last_replication** | **Time** | Timestamp of the last replication that occurred. Equals to &#39;null&#39; if no replication task has been executed. | [optional][readonly] |
21
21
 
data/docs/UserResponse.md CHANGED
@@ -14,8 +14,8 @@
14
14
  | **is_staff** | **Boolean** | Designates whether the user can log into this admin site. | [optional][default to false] |
15
15
  | **is_active** | **Boolean** | Designates whether this user should be treated as active. | [optional][default to true] |
16
16
  | **date_joined** | **Time** | Date joined | [optional][readonly] |
17
- | **groups** | [**Array&lt;UserGroupResponse&gt;**](UserGroupResponse.md) | | [optional][readonly] |
18
- | **hidden_fields** | [**Array&lt;GenericRemoteResponseHiddenFieldsInner&gt;**](GenericRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional][readonly] |
17
+ | **groups** | [**Array&lt;UserGroupResponse&gt;**](UserGroupResponse.md) | | [optional] |
18
+ | **hidden_fields** | [**Array&lt;GenericRemoteResponseHiddenFieldsInner&gt;**](GenericRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional] |
19
19
 
20
20
  ## Example
21
21
 
@@ -11,7 +11,7 @@
11
11
  | **role** | **String** | | |
12
12
  | **content_object** | **String** | pulp_href of the object for which role permissions should be asserted. If set to &#39;null&#39;, permissions will act on either domain or model-level. | |
13
13
  | **description** | **String** | | [optional][readonly] |
14
- | **permissions** | **Array&lt;String&gt;** | | [optional][readonly] |
14
+ | **permissions** | **Array&lt;String&gt;** | | [optional] |
15
15
  | **domain** | **String** | Domain this role should be applied on, mutually exclusive with content_object. | [optional] |
16
16
 
17
17
  ## Example