pulp_rpm_client 3.28.0 → 3.28.1
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 +26 -4
- data/docs/ContentAdvisoriesApi.md +152 -2
- data/docs/ContentDistributionTreesApi.md +148 -0
- data/docs/ContentModulemdDefaultsApi.md +150 -2
- data/docs/ContentModulemdObsoletesApi.md +148 -0
- data/docs/ContentModulemdsApi.md +150 -2
- data/docs/ContentPackagecategoriesApi.md +148 -0
- data/docs/ContentPackageenvironmentsApi.md +148 -0
- data/docs/ContentPackagegroupsApi.md +148 -0
- data/docs/ContentPackagelangpacksApi.md +148 -0
- data/docs/ContentPackagesApi.md +152 -2
- data/docs/ContentRepoMetadataFilesApi.md +148 -0
- data/docs/RpmModulemd.md +2 -0
- data/docs/RpmModulemdDefaults.md +2 -0
- data/docs/RpmModulemdDefaultsResponse.md +2 -0
- data/docs/RpmModulemdObsolete.md +2 -0
- data/docs/RpmModulemdObsoleteResponse.md +2 -0
- data/docs/RpmModulemdResponse.md +2 -0
- data/docs/RpmPackageCategoryResponse.md +2 -0
- data/docs/RpmPackageEnvironmentResponse.md +2 -0
- data/docs/RpmPackageGroupResponse.md +2 -0
- data/docs/RpmPackageLangpacksResponse.md +2 -0
- data/docs/RpmPackageResponse.md +2 -0
- data/docs/RpmRepoMetadataFileResponse.md +2 -0
- data/docs/RpmUpdateRecordResponse.md +2 -0
- data/lib/pulp_rpm_client/api/content_advisories_api.rb +157 -3
- data/lib/pulp_rpm_client/api/content_distribution_trees_api.rb +151 -0
- data/lib/pulp_rpm_client/api/content_modulemd_defaults_api.rb +154 -3
- data/lib/pulp_rpm_client/api/content_modulemd_obsoletes_api.rb +151 -0
- data/lib/pulp_rpm_client/api/content_modulemds_api.rb +154 -3
- data/lib/pulp_rpm_client/api/content_packagecategories_api.rb +151 -0
- data/lib/pulp_rpm_client/api/content_packageenvironments_api.rb +151 -0
- data/lib/pulp_rpm_client/api/content_packagegroups_api.rb +151 -0
- data/lib/pulp_rpm_client/api/content_packagelangpacks_api.rb +151 -0
- data/lib/pulp_rpm_client/api/content_packages_api.rb +157 -3
- data/lib/pulp_rpm_client/api/content_repo_metadata_files_api.rb +151 -0
- data/lib/pulp_rpm_client/models/rpm_modulemd.rb +13 -1
- data/lib/pulp_rpm_client/models/rpm_modulemd_defaults.rb +13 -1
- data/lib/pulp_rpm_client/models/rpm_modulemd_defaults_response.rb +13 -1
- data/lib/pulp_rpm_client/models/rpm_modulemd_obsolete.rb +13 -1
- data/lib/pulp_rpm_client/models/rpm_modulemd_obsolete_response.rb +13 -1
- data/lib/pulp_rpm_client/models/rpm_modulemd_response.rb +13 -1
- data/lib/pulp_rpm_client/models/rpm_package_category_response.rb +13 -1
- data/lib/pulp_rpm_client/models/rpm_package_environment_response.rb +13 -1
- data/lib/pulp_rpm_client/models/rpm_package_group_response.rb +13 -1
- data/lib/pulp_rpm_client/models/rpm_package_langpacks_response.rb +13 -1
- data/lib/pulp_rpm_client/models/rpm_package_response.rb +13 -1
- data/lib/pulp_rpm_client/models/rpm_repo_metadata_file_response.rb +13 -1
- data/lib/pulp_rpm_client/models/rpm_update_record_response.rb +13 -1
- data/lib/pulp_rpm_client/models/unset_label.rb +1 -1
- data/lib/pulp_rpm_client/models/unset_label_response.rb +1 -1
- data/lib/pulp_rpm_client/version.rb +1 -1
- data/spec/api/content_advisories_api_spec.rb +29 -1
- data/spec/api/content_distribution_trees_api_spec.rb +27 -0
- data/spec/api/content_modulemd_defaults_api_spec.rb +28 -1
- data/spec/api/content_modulemd_obsoletes_api_spec.rb +27 -0
- data/spec/api/content_modulemds_api_spec.rb +28 -1
- data/spec/api/content_packagecategories_api_spec.rb +27 -0
- data/spec/api/content_packageenvironments_api_spec.rb +27 -0
- data/spec/api/content_packagegroups_api_spec.rb +27 -0
- data/spec/api/content_packagelangpacks_api_spec.rb +27 -0
- data/spec/api/content_packages_api_spec.rb +29 -1
- data/spec/api/content_repo_metadata_files_api_spec.rb +27 -0
- data/spec/models/rpm_modulemd_defaults_response_spec.rb +6 -0
- data/spec/models/rpm_modulemd_defaults_spec.rb +6 -0
- data/spec/models/rpm_modulemd_obsolete_response_spec.rb +6 -0
- data/spec/models/rpm_modulemd_obsolete_spec.rb +6 -0
- data/spec/models/rpm_modulemd_response_spec.rb +6 -0
- data/spec/models/rpm_modulemd_spec.rb +6 -0
- data/spec/models/rpm_package_category_response_spec.rb +6 -0
- data/spec/models/rpm_package_environment_response_spec.rb +6 -0
- data/spec/models/rpm_package_group_response_spec.rb +6 -0
- data/spec/models/rpm_package_langpacks_response_spec.rb +6 -0
- data/spec/models/rpm_package_response_spec.rb +6 -0
- data/spec/models/rpm_repo_metadata_file_response_spec.rb +6 -0
- data/spec/models/rpm_update_record_response_spec.rb +6 -0
- metadata +79 -79
data/docs/ContentPackagesApi.md
CHANGED
@@ -7,6 +7,8 @@ All URIs are relative to *http://localhost:24817*
|
|
7
7
|
| [**create**](ContentPackagesApi.md#create) | **POST** /pulp/api/v3/content/rpm/packages/ | Create a package |
|
8
8
|
| [**list**](ContentPackagesApi.md#list) | **GET** /pulp/api/v3/content/rpm/packages/ | List packages |
|
9
9
|
| [**read**](ContentPackagesApi.md#read) | **GET** {rpm_package_href} | Inspect a package |
|
10
|
+
| [**set_label**](ContentPackagesApi.md#set_label) | **POST** {rpm_package_href}set_label/ | Set a label |
|
11
|
+
| [**unset_label**](ContentPackagesApi.md#unset_label) | **POST** {rpm_package_href}unset_label/ | Unset a label |
|
10
12
|
|
11
13
|
|
12
14
|
## create
|
@@ -32,6 +34,7 @@ end
|
|
32
34
|
api_instance = PulpRpmClient::ContentPackagesApi.new
|
33
35
|
opts = {
|
34
36
|
repository: 'repository_example', # String | A URI of a repository the new content unit should be associated with.
|
37
|
+
pulp_labels: { key: 'inner_example'}, # Hash<String, String> | A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
|
35
38
|
artifact: 'artifact_example', # String | Artifact file representing the physical content
|
36
39
|
relative_path: 'relative_path_example', # String | Path where the artifact is located relative to distributions base_path
|
37
40
|
file: File.new('/path/to/some/file'), # File | An uploaded file that may be turned into the content unit.
|
@@ -71,6 +74,7 @@ end
|
|
71
74
|
| Name | Type | Description | Notes |
|
72
75
|
| ---- | ---- | ----------- | ----- |
|
73
76
|
| **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional] |
|
77
|
+
| **pulp_labels** | [**Hash<String, String>**](Hash.md) | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
74
78
|
| **artifact** | **String** | Artifact file representing the physical content | [optional] |
|
75
79
|
| **relative_path** | **String** | Path where the artifact is located relative to distributions base_path | [optional] |
|
76
80
|
| **file** | **File** | An uploaded file that may be turned into the content unit. | [optional] |
|
@@ -132,13 +136,14 @@ opts = {
|
|
132
136
|
name__ne: 'name__ne_example', # String | Filter results where name not equal to value
|
133
137
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
134
138
|
offset: 56, # Integer | The initial index from which to return the results.
|
135
|
-
ordering: ['-arch'], # 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) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `name` - Name * `-name` - Name (descending) * `epoch` - Epoch * `-epoch` - Epoch (descending) * `version` - Version * `-version` - Version (descending) * `release` - Release * `-release` - Release (descending) * `arch` - Arch * `-arch` - Arch (descending) * `evr` - Evr * `-evr` - Evr (descending) * `pkgId` - Pkgid * `-pkgId` - Pkgid (descending) * `checksum_type` - Checksum type * `-checksum_type` - Checksum type (descending) * `summary` - Summary * `-summary` - Summary (descending) * `description` - Description * `-description` - Description (descending) * `url` - Url * `-url` - Url (descending) * `changelogs` - Changelogs * `-changelogs` - Changelogs (descending) * `files` - Files * `-files` - Files (descending) * `requires` - Requires * `-requires` - Requires (descending) * `provides` - Provides * `-provides` - Provides (descending) * `conflicts` - Conflicts * `-conflicts` - Conflicts (descending) * `obsoletes` - Obsoletes * `-obsoletes` - Obsoletes (descending) * `suggests` - Suggests * `-suggests` - Suggests (descending) * `enhances` - Enhances * `-enhances` - Enhances (descending) * `recommends` - Recommends * `-recommends` - Recommends (descending) * `supplements` - Supplements * `-supplements` - Supplements (descending) * `location_base` - Location base * `-location_base` - Location base (descending) * `location_href` - Location href * `-location_href` - Location href (descending) * `rpm_buildhost` - Rpm buildhost * `-rpm_buildhost` - Rpm buildhost (descending) * `rpm_group` - Rpm group * `-rpm_group` - Rpm group (descending) * `rpm_license` - Rpm license * `-rpm_license` - Rpm license (descending) * `rpm_packager` - Rpm packager * `-rpm_packager` - Rpm packager (descending) * `rpm_sourcerpm` - Rpm sourcerpm * `-rpm_sourcerpm` - Rpm sourcerpm (descending) * `rpm_vendor` - Rpm vendor * `-rpm_vendor` - Rpm vendor (descending) * `rpm_header_start` - Rpm header start * `-rpm_header_start` - Rpm header start (descending) * `rpm_header_end` - Rpm header end * `-rpm_header_end` - Rpm header end (descending) * `size_archive` - Size archive * `-size_archive` - Size archive (descending) * `size_installed` - Size installed * `-size_installed` - Size installed (descending) * `size_package` - Size package * `-size_package` - Size package (descending) * `time_build` - Time build * `-time_build` - Time build (descending) * `time_file` - Time file * `-time_file` - Time file (descending) * `is_modular` - Is modular * `-is_modular` - Is modular (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
139
|
+
ordering: ['-arch'], # 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) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `name` - Name * `-name` - Name (descending) * `epoch` - Epoch * `-epoch` - Epoch (descending) * `version` - Version * `-version` - Version (descending) * `release` - Release * `-release` - Release (descending) * `arch` - Arch * `-arch` - Arch (descending) * `evr` - Evr * `-evr` - Evr (descending) * `pkgId` - Pkgid * `-pkgId` - Pkgid (descending) * `checksum_type` - Checksum type * `-checksum_type` - Checksum type (descending) * `summary` - Summary * `-summary` - Summary (descending) * `description` - Description * `-description` - Description (descending) * `url` - Url * `-url` - Url (descending) * `changelogs` - Changelogs * `-changelogs` - Changelogs (descending) * `files` - Files * `-files` - Files (descending) * `requires` - Requires * `-requires` - Requires (descending) * `provides` - Provides * `-provides` - Provides (descending) * `conflicts` - Conflicts * `-conflicts` - Conflicts (descending) * `obsoletes` - Obsoletes * `-obsoletes` - Obsoletes (descending) * `suggests` - Suggests * `-suggests` - Suggests (descending) * `enhances` - Enhances * `-enhances` - Enhances (descending) * `recommends` - Recommends * `-recommends` - Recommends (descending) * `supplements` - Supplements * `-supplements` - Supplements (descending) * `location_base` - Location base * `-location_base` - Location base (descending) * `location_href` - Location href * `-location_href` - Location href (descending) * `rpm_buildhost` - Rpm buildhost * `-rpm_buildhost` - Rpm buildhost (descending) * `rpm_group` - Rpm group * `-rpm_group` - Rpm group (descending) * `rpm_license` - Rpm license * `-rpm_license` - Rpm license (descending) * `rpm_packager` - Rpm packager * `-rpm_packager` - Rpm packager (descending) * `rpm_sourcerpm` - Rpm sourcerpm * `-rpm_sourcerpm` - Rpm sourcerpm (descending) * `rpm_vendor` - Rpm vendor * `-rpm_vendor` - Rpm vendor (descending) * `rpm_header_start` - Rpm header start * `-rpm_header_start` - Rpm header start (descending) * `rpm_header_end` - Rpm header end * `-rpm_header_end` - Rpm header end (descending) * `size_archive` - Size archive * `-size_archive` - Size archive (descending) * `size_installed` - Size installed * `-size_installed` - Size installed (descending) * `size_package` - Size package * `-size_package` - Size package (descending) * `time_build` - Time build * `-time_build` - Time build (descending) * `time_file` - Time file * `-time_file` - Time file (descending) * `is_modular` - Is modular * `-is_modular` - Is modular (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
136
140
|
orphaned_for: 8.14, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
137
141
|
pkg_id: 'pkg_id_example', # String | Filter results where pkgId matches value
|
138
142
|
pkg_id__in: ['inner_example'], # Array<String> | Filter results where pkgId is in a comma-separated list of values
|
139
143
|
prn__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
140
144
|
pulp_href__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
141
145
|
pulp_id__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
146
|
+
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
142
147
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
143
148
|
release: 'release_example', # String | Filter results where release matches value
|
144
149
|
release__contains: 'release__contains_example', # String | Filter results where release contains value
|
@@ -206,13 +211,14 @@ end
|
|
206
211
|
| **name__ne** | **String** | Filter results where name not equal to value | [optional] |
|
207
212
|
| **name__startswith** | **String** | Filter results where name starts with value | [optional] |
|
208
213
|
| **offset** | **Integer** | The initial index from which to return the results. | [optional] |
|
209
|
-
| **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) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `name` - Name * `-name` - Name (descending) * `epoch` - Epoch * `-epoch` - Epoch (descending) * `version` - Version * `-version` - Version (descending) * `release` - Release * `-release` - Release (descending) * `arch` - Arch * `-arch` - Arch (descending) * `evr` - Evr * `-evr` - Evr (descending) * `pkgId` - Pkgid * `-pkgId` - Pkgid (descending) * `checksum_type` - Checksum type * `-checksum_type` - Checksum type (descending) * `summary` - Summary * `-summary` - Summary (descending) * `description` - Description * `-description` - Description (descending) * `url` - Url * `-url` - Url (descending) * `changelogs` - Changelogs * `-changelogs` - Changelogs (descending) * `files` - Files * `-files` - Files (descending) * `requires` - Requires * `-requires` - Requires (descending) * `provides` - Provides * `-provides` - Provides (descending) * `conflicts` - Conflicts * `-conflicts` - Conflicts (descending) * `obsoletes` - Obsoletes * `-obsoletes` - Obsoletes (descending) * `suggests` - Suggests * `-suggests` - Suggests (descending) * `enhances` - Enhances * `-enhances` - Enhances (descending) * `recommends` - Recommends * `-recommends` - Recommends (descending) * `supplements` - Supplements * `-supplements` - Supplements (descending) * `location_base` - Location base * `-location_base` - Location base (descending) * `location_href` - Location href * `-location_href` - Location href (descending) * `rpm_buildhost` - Rpm buildhost * `-rpm_buildhost` - Rpm buildhost (descending) * `rpm_group` - Rpm group * `-rpm_group` - Rpm group (descending) * `rpm_license` - Rpm license * `-rpm_license` - Rpm license (descending) * `rpm_packager` - Rpm packager * `-rpm_packager` - Rpm packager (descending) * `rpm_sourcerpm` - Rpm sourcerpm * `-rpm_sourcerpm` - Rpm sourcerpm (descending) * `rpm_vendor` - Rpm vendor * `-rpm_vendor` - Rpm vendor (descending) * `rpm_header_start` - Rpm header start * `-rpm_header_start` - Rpm header start (descending) * `rpm_header_end` - Rpm header end * `-rpm_header_end` - Rpm header end (descending) * `size_archive` - Size archive * `-size_archive` - Size archive (descending) * `size_installed` - Size installed * `-size_installed` - Size installed (descending) * `size_package` - Size package * `-size_package` - Size package (descending) * `time_build` - Time build * `-time_build` - Time build (descending) * `time_file` - Time file * `-time_file` - Time file (descending) * `is_modular` - Is modular * `-is_modular` - Is modular (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional] |
|
214
|
+
| **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) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `name` - Name * `-name` - Name (descending) * `epoch` - Epoch * `-epoch` - Epoch (descending) * `version` - Version * `-version` - Version (descending) * `release` - Release * `-release` - Release (descending) * `arch` - Arch * `-arch` - Arch (descending) * `evr` - Evr * `-evr` - Evr (descending) * `pkgId` - Pkgid * `-pkgId` - Pkgid (descending) * `checksum_type` - Checksum type * `-checksum_type` - Checksum type (descending) * `summary` - Summary * `-summary` - Summary (descending) * `description` - Description * `-description` - Description (descending) * `url` - Url * `-url` - Url (descending) * `changelogs` - Changelogs * `-changelogs` - Changelogs (descending) * `files` - Files * `-files` - Files (descending) * `requires` - Requires * `-requires` - Requires (descending) * `provides` - Provides * `-provides` - Provides (descending) * `conflicts` - Conflicts * `-conflicts` - Conflicts (descending) * `obsoletes` - Obsoletes * `-obsoletes` - Obsoletes (descending) * `suggests` - Suggests * `-suggests` - Suggests (descending) * `enhances` - Enhances * `-enhances` - Enhances (descending) * `recommends` - Recommends * `-recommends` - Recommends (descending) * `supplements` - Supplements * `-supplements` - Supplements (descending) * `location_base` - Location base * `-location_base` - Location base (descending) * `location_href` - Location href * `-location_href` - Location href (descending) * `rpm_buildhost` - Rpm buildhost * `-rpm_buildhost` - Rpm buildhost (descending) * `rpm_group` - Rpm group * `-rpm_group` - Rpm group (descending) * `rpm_license` - Rpm license * `-rpm_license` - Rpm license (descending) * `rpm_packager` - Rpm packager * `-rpm_packager` - Rpm packager (descending) * `rpm_sourcerpm` - Rpm sourcerpm * `-rpm_sourcerpm` - Rpm sourcerpm (descending) * `rpm_vendor` - Rpm vendor * `-rpm_vendor` - Rpm vendor (descending) * `rpm_header_start` - Rpm header start * `-rpm_header_start` - Rpm header start (descending) * `rpm_header_end` - Rpm header end * `-rpm_header_end` - Rpm header end (descending) * `size_archive` - Size archive * `-size_archive` - Size archive (descending) * `size_installed` - Size installed * `-size_installed` - Size installed (descending) * `size_package` - Size package * `-size_package` - Size package (descending) * `time_build` - Time build * `-time_build` - Time build (descending) * `time_file` - Time file * `-time_file` - Time file (descending) * `is_modular` - Is modular * `-is_modular` - Is modular (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional] |
|
210
215
|
| **orphaned_for** | **Float** | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional] |
|
211
216
|
| **pkg_id** | **String** | Filter results where pkgId matches value | [optional] |
|
212
217
|
| **pkg_id__in** | [**Array<String>**](String.md) | Filter results where pkgId is in a comma-separated list of values | [optional] |
|
213
218
|
| **prn__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
214
219
|
| **pulp_href__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
215
220
|
| **pulp_id__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
221
|
+
| **pulp_label_select** | **String** | Filter labels by search string | [optional] |
|
216
222
|
| **q** | **String** | Filter results by using NOT, AND and OR operations on other filters | [optional] |
|
217
223
|
| **release** | **String** | Filter results where release matches value | [optional] |
|
218
224
|
| **release__contains** | **String** | Filter results where release contains value | [optional] |
|
@@ -318,3 +324,147 @@ end
|
|
318
324
|
- **Content-Type**: Not defined
|
319
325
|
- **Accept**: application/json
|
320
326
|
|
327
|
+
|
328
|
+
## set_label
|
329
|
+
|
330
|
+
> <SetLabelResponse> set_label(rpm_package_href, set_label)
|
331
|
+
|
332
|
+
Set a label
|
333
|
+
|
334
|
+
Set a single pulp_label on the object to a specific value or null.
|
335
|
+
|
336
|
+
### Examples
|
337
|
+
|
338
|
+
```ruby
|
339
|
+
require 'time'
|
340
|
+
require 'pulp_rpm_client'
|
341
|
+
# setup authorization
|
342
|
+
PulpRpmClient.configure do |config|
|
343
|
+
# Configure HTTP basic authorization: basicAuth
|
344
|
+
config.username = 'YOUR USERNAME'
|
345
|
+
config.password = 'YOUR PASSWORD'
|
346
|
+
end
|
347
|
+
|
348
|
+
api_instance = PulpRpmClient::ContentPackagesApi.new
|
349
|
+
rpm_package_href = 'rpm_package_href_example' # String |
|
350
|
+
set_label = PulpRpmClient::SetLabel.new({key: 'key_example', value: 'value_example'}) # SetLabel |
|
351
|
+
|
352
|
+
begin
|
353
|
+
# Set a label
|
354
|
+
result = api_instance.set_label(rpm_package_href, set_label)
|
355
|
+
p result
|
356
|
+
rescue PulpRpmClient::ApiError => e
|
357
|
+
puts "Error when calling ContentPackagesApi->set_label: #{e}"
|
358
|
+
end
|
359
|
+
```
|
360
|
+
|
361
|
+
#### Using the set_label_with_http_info variant
|
362
|
+
|
363
|
+
This returns an Array which contains the response data, status code and headers.
|
364
|
+
|
365
|
+
> <Array(<SetLabelResponse>, Integer, Hash)> set_label_with_http_info(rpm_package_href, set_label)
|
366
|
+
|
367
|
+
```ruby
|
368
|
+
begin
|
369
|
+
# Set a label
|
370
|
+
data, status_code, headers = api_instance.set_label_with_http_info(rpm_package_href, set_label)
|
371
|
+
p status_code # => 2xx
|
372
|
+
p headers # => { ... }
|
373
|
+
p data # => <SetLabelResponse>
|
374
|
+
rescue PulpRpmClient::ApiError => e
|
375
|
+
puts "Error when calling ContentPackagesApi->set_label_with_http_info: #{e}"
|
376
|
+
end
|
377
|
+
```
|
378
|
+
|
379
|
+
### Parameters
|
380
|
+
|
381
|
+
| Name | Type | Description | Notes |
|
382
|
+
| ---- | ---- | ----------- | ----- |
|
383
|
+
| **rpm_package_href** | **String** | | |
|
384
|
+
| **set_label** | [**SetLabel**](SetLabel.md) | | |
|
385
|
+
|
386
|
+
### Return type
|
387
|
+
|
388
|
+
[**SetLabelResponse**](SetLabelResponse.md)
|
389
|
+
|
390
|
+
### Authorization
|
391
|
+
|
392
|
+
[basicAuth](../README.md#basicAuth)
|
393
|
+
|
394
|
+
### HTTP request headers
|
395
|
+
|
396
|
+
- **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
|
397
|
+
- **Accept**: application/json
|
398
|
+
|
399
|
+
|
400
|
+
## unset_label
|
401
|
+
|
402
|
+
> <UnsetLabelResponse> unset_label(rpm_package_href, unset_label)
|
403
|
+
|
404
|
+
Unset a label
|
405
|
+
|
406
|
+
Unset a single pulp_label on the object.
|
407
|
+
|
408
|
+
### Examples
|
409
|
+
|
410
|
+
```ruby
|
411
|
+
require 'time'
|
412
|
+
require 'pulp_rpm_client'
|
413
|
+
# setup authorization
|
414
|
+
PulpRpmClient.configure do |config|
|
415
|
+
# Configure HTTP basic authorization: basicAuth
|
416
|
+
config.username = 'YOUR USERNAME'
|
417
|
+
config.password = 'YOUR PASSWORD'
|
418
|
+
end
|
419
|
+
|
420
|
+
api_instance = PulpRpmClient::ContentPackagesApi.new
|
421
|
+
rpm_package_href = 'rpm_package_href_example' # String |
|
422
|
+
unset_label = PulpRpmClient::UnsetLabel.new({key: 'key_example'}) # UnsetLabel |
|
423
|
+
|
424
|
+
begin
|
425
|
+
# Unset a label
|
426
|
+
result = api_instance.unset_label(rpm_package_href, unset_label)
|
427
|
+
p result
|
428
|
+
rescue PulpRpmClient::ApiError => e
|
429
|
+
puts "Error when calling ContentPackagesApi->unset_label: #{e}"
|
430
|
+
end
|
431
|
+
```
|
432
|
+
|
433
|
+
#### Using the unset_label_with_http_info variant
|
434
|
+
|
435
|
+
This returns an Array which contains the response data, status code and headers.
|
436
|
+
|
437
|
+
> <Array(<UnsetLabelResponse>, Integer, Hash)> unset_label_with_http_info(rpm_package_href, unset_label)
|
438
|
+
|
439
|
+
```ruby
|
440
|
+
begin
|
441
|
+
# Unset a label
|
442
|
+
data, status_code, headers = api_instance.unset_label_with_http_info(rpm_package_href, unset_label)
|
443
|
+
p status_code # => 2xx
|
444
|
+
p headers # => { ... }
|
445
|
+
p data # => <UnsetLabelResponse>
|
446
|
+
rescue PulpRpmClient::ApiError => e
|
447
|
+
puts "Error when calling ContentPackagesApi->unset_label_with_http_info: #{e}"
|
448
|
+
end
|
449
|
+
```
|
450
|
+
|
451
|
+
### Parameters
|
452
|
+
|
453
|
+
| Name | Type | Description | Notes |
|
454
|
+
| ---- | ---- | ----------- | ----- |
|
455
|
+
| **rpm_package_href** | **String** | | |
|
456
|
+
| **unset_label** | [**UnsetLabel**](UnsetLabel.md) | | |
|
457
|
+
|
458
|
+
### Return type
|
459
|
+
|
460
|
+
[**UnsetLabelResponse**](UnsetLabelResponse.md)
|
461
|
+
|
462
|
+
### Authorization
|
463
|
+
|
464
|
+
[basicAuth](../README.md#basicAuth)
|
465
|
+
|
466
|
+
### HTTP request headers
|
467
|
+
|
468
|
+
- **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
|
469
|
+
- **Accept**: application/json
|
470
|
+
|
@@ -6,6 +6,8 @@ All URIs are relative to *http://localhost:24817*
|
|
6
6
|
| ------ | ------------ | ----------- |
|
7
7
|
| [**list**](ContentRepoMetadataFilesApi.md#list) | **GET** /pulp/api/v3/content/rpm/repo_metadata_files/ | List repo metadata files |
|
8
8
|
| [**read**](ContentRepoMetadataFilesApi.md#read) | **GET** {rpm_repo_metadata_file_href} | Inspect a repo metadata file |
|
9
|
+
| [**set_label**](ContentRepoMetadataFilesApi.md#set_label) | **POST** {rpm_repo_metadata_file_href}set_label/ | Set a label |
|
10
|
+
| [**unset_label**](ContentRepoMetadataFilesApi.md#unset_label) | **POST** {rpm_repo_metadata_file_href}unset_label/ | Unset a label |
|
9
11
|
|
10
12
|
|
11
13
|
## list
|
@@ -37,6 +39,7 @@ opts = {
|
|
37
39
|
prn__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
38
40
|
pulp_href__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
39
41
|
pulp_id__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
42
|
+
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
40
43
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
41
44
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF/PRN
|
42
45
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF/PRN
|
@@ -83,6 +86,7 @@ end
|
|
83
86
|
| **prn__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
84
87
|
| **pulp_href__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
85
88
|
| **pulp_id__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
89
|
+
| **pulp_label_select** | **String** | Filter labels by search string | [optional] |
|
86
90
|
| **q** | **String** | Filter results by using NOT, AND and OR operations on other filters | [optional] |
|
87
91
|
| **repository_version** | **String** | Repository Version referenced by HREF/PRN | [optional] |
|
88
92
|
| **repository_version_added** | **String** | Repository Version referenced by HREF/PRN | [optional] |
|
@@ -179,3 +183,147 @@ end
|
|
179
183
|
- **Content-Type**: Not defined
|
180
184
|
- **Accept**: application/json
|
181
185
|
|
186
|
+
|
187
|
+
## set_label
|
188
|
+
|
189
|
+
> <SetLabelResponse> set_label(rpm_repo_metadata_file_href, set_label)
|
190
|
+
|
191
|
+
Set a label
|
192
|
+
|
193
|
+
Set a single pulp_label on the object to a specific value or null.
|
194
|
+
|
195
|
+
### Examples
|
196
|
+
|
197
|
+
```ruby
|
198
|
+
require 'time'
|
199
|
+
require 'pulp_rpm_client'
|
200
|
+
# setup authorization
|
201
|
+
PulpRpmClient.configure do |config|
|
202
|
+
# Configure HTTP basic authorization: basicAuth
|
203
|
+
config.username = 'YOUR USERNAME'
|
204
|
+
config.password = 'YOUR PASSWORD'
|
205
|
+
end
|
206
|
+
|
207
|
+
api_instance = PulpRpmClient::ContentRepoMetadataFilesApi.new
|
208
|
+
rpm_repo_metadata_file_href = 'rpm_repo_metadata_file_href_example' # String |
|
209
|
+
set_label = PulpRpmClient::SetLabel.new({key: 'key_example', value: 'value_example'}) # SetLabel |
|
210
|
+
|
211
|
+
begin
|
212
|
+
# Set a label
|
213
|
+
result = api_instance.set_label(rpm_repo_metadata_file_href, set_label)
|
214
|
+
p result
|
215
|
+
rescue PulpRpmClient::ApiError => e
|
216
|
+
puts "Error when calling ContentRepoMetadataFilesApi->set_label: #{e}"
|
217
|
+
end
|
218
|
+
```
|
219
|
+
|
220
|
+
#### Using the set_label_with_http_info variant
|
221
|
+
|
222
|
+
This returns an Array which contains the response data, status code and headers.
|
223
|
+
|
224
|
+
> <Array(<SetLabelResponse>, Integer, Hash)> set_label_with_http_info(rpm_repo_metadata_file_href, set_label)
|
225
|
+
|
226
|
+
```ruby
|
227
|
+
begin
|
228
|
+
# Set a label
|
229
|
+
data, status_code, headers = api_instance.set_label_with_http_info(rpm_repo_metadata_file_href, set_label)
|
230
|
+
p status_code # => 2xx
|
231
|
+
p headers # => { ... }
|
232
|
+
p data # => <SetLabelResponse>
|
233
|
+
rescue PulpRpmClient::ApiError => e
|
234
|
+
puts "Error when calling ContentRepoMetadataFilesApi->set_label_with_http_info: #{e}"
|
235
|
+
end
|
236
|
+
```
|
237
|
+
|
238
|
+
### Parameters
|
239
|
+
|
240
|
+
| Name | Type | Description | Notes |
|
241
|
+
| ---- | ---- | ----------- | ----- |
|
242
|
+
| **rpm_repo_metadata_file_href** | **String** | | |
|
243
|
+
| **set_label** | [**SetLabel**](SetLabel.md) | | |
|
244
|
+
|
245
|
+
### Return type
|
246
|
+
|
247
|
+
[**SetLabelResponse**](SetLabelResponse.md)
|
248
|
+
|
249
|
+
### Authorization
|
250
|
+
|
251
|
+
[basicAuth](../README.md#basicAuth)
|
252
|
+
|
253
|
+
### HTTP request headers
|
254
|
+
|
255
|
+
- **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
|
256
|
+
- **Accept**: application/json
|
257
|
+
|
258
|
+
|
259
|
+
## unset_label
|
260
|
+
|
261
|
+
> <UnsetLabelResponse> unset_label(rpm_repo_metadata_file_href, unset_label)
|
262
|
+
|
263
|
+
Unset a label
|
264
|
+
|
265
|
+
Unset a single pulp_label on the object.
|
266
|
+
|
267
|
+
### Examples
|
268
|
+
|
269
|
+
```ruby
|
270
|
+
require 'time'
|
271
|
+
require 'pulp_rpm_client'
|
272
|
+
# setup authorization
|
273
|
+
PulpRpmClient.configure do |config|
|
274
|
+
# Configure HTTP basic authorization: basicAuth
|
275
|
+
config.username = 'YOUR USERNAME'
|
276
|
+
config.password = 'YOUR PASSWORD'
|
277
|
+
end
|
278
|
+
|
279
|
+
api_instance = PulpRpmClient::ContentRepoMetadataFilesApi.new
|
280
|
+
rpm_repo_metadata_file_href = 'rpm_repo_metadata_file_href_example' # String |
|
281
|
+
unset_label = PulpRpmClient::UnsetLabel.new({key: 'key_example'}) # UnsetLabel |
|
282
|
+
|
283
|
+
begin
|
284
|
+
# Unset a label
|
285
|
+
result = api_instance.unset_label(rpm_repo_metadata_file_href, unset_label)
|
286
|
+
p result
|
287
|
+
rescue PulpRpmClient::ApiError => e
|
288
|
+
puts "Error when calling ContentRepoMetadataFilesApi->unset_label: #{e}"
|
289
|
+
end
|
290
|
+
```
|
291
|
+
|
292
|
+
#### Using the unset_label_with_http_info variant
|
293
|
+
|
294
|
+
This returns an Array which contains the response data, status code and headers.
|
295
|
+
|
296
|
+
> <Array(<UnsetLabelResponse>, Integer, Hash)> unset_label_with_http_info(rpm_repo_metadata_file_href, unset_label)
|
297
|
+
|
298
|
+
```ruby
|
299
|
+
begin
|
300
|
+
# Unset a label
|
301
|
+
data, status_code, headers = api_instance.unset_label_with_http_info(rpm_repo_metadata_file_href, unset_label)
|
302
|
+
p status_code # => 2xx
|
303
|
+
p headers # => { ... }
|
304
|
+
p data # => <UnsetLabelResponse>
|
305
|
+
rescue PulpRpmClient::ApiError => e
|
306
|
+
puts "Error when calling ContentRepoMetadataFilesApi->unset_label_with_http_info: #{e}"
|
307
|
+
end
|
308
|
+
```
|
309
|
+
|
310
|
+
### Parameters
|
311
|
+
|
312
|
+
| Name | Type | Description | Notes |
|
313
|
+
| ---- | ---- | ----------- | ----- |
|
314
|
+
| **rpm_repo_metadata_file_href** | **String** | | |
|
315
|
+
| **unset_label** | [**UnsetLabel**](UnsetLabel.md) | | |
|
316
|
+
|
317
|
+
### Return type
|
318
|
+
|
319
|
+
[**UnsetLabelResponse**](UnsetLabelResponse.md)
|
320
|
+
|
321
|
+
### Authorization
|
322
|
+
|
323
|
+
[basicAuth](../README.md#basicAuth)
|
324
|
+
|
325
|
+
### HTTP request headers
|
326
|
+
|
327
|
+
- **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
|
328
|
+
- **Accept**: application/json
|
329
|
+
|
data/docs/RpmModulemd.md
CHANGED
@@ -5,6 +5,7 @@
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
7
|
| **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional] |
|
8
|
+
| **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
8
9
|
| **name** | **String** | Modulemd name. | |
|
9
10
|
| **stream** | **String** | Stream name. | |
|
10
11
|
| **version** | **String** | Modulemd version. | |
|
@@ -25,6 +26,7 @@ require 'pulp_rpm_client'
|
|
25
26
|
|
26
27
|
instance = PulpRpmClient::RpmModulemd.new(
|
27
28
|
repository: null,
|
29
|
+
pulp_labels: null,
|
28
30
|
name: null,
|
29
31
|
stream: null,
|
30
32
|
version: null,
|
data/docs/RpmModulemdDefaults.md
CHANGED
@@ -5,6 +5,7 @@
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
7
|
| **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional] |
|
8
|
+
| **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
8
9
|
| **_module** | **String** | Modulemd name. | |
|
9
10
|
| **stream** | **String** | Modulemd default stream. | |
|
10
11
|
| **profiles** | **Object** | Default profiles for modulemd streams. | |
|
@@ -17,6 +18,7 @@ require 'pulp_rpm_client'
|
|
17
18
|
|
18
19
|
instance = PulpRpmClient::RpmModulemdDefaults.new(
|
19
20
|
repository: null,
|
21
|
+
pulp_labels: null,
|
20
22
|
_module: null,
|
21
23
|
stream: null,
|
22
24
|
profiles: null,
|
@@ -8,6 +8,7 @@
|
|
8
8
|
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
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
|
+
| **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
11
12
|
| **_module** | **String** | Modulemd name. | |
|
12
13
|
| **stream** | **String** | Modulemd default stream. | |
|
13
14
|
| **profiles** | **Object** | Default profiles for modulemd streams. | |
|
@@ -22,6 +23,7 @@ instance = PulpRpmClient::RpmModulemdDefaultsResponse.new(
|
|
22
23
|
prn: null,
|
23
24
|
pulp_created: null,
|
24
25
|
pulp_last_updated: null,
|
26
|
+
pulp_labels: null,
|
25
27
|
_module: null,
|
26
28
|
stream: null,
|
27
29
|
profiles: null
|
data/docs/RpmModulemdObsolete.md
CHANGED
@@ -5,6 +5,7 @@
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
7
|
| **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional] |
|
8
|
+
| **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
8
9
|
| **modified** | **String** | Obsolete modified time. | |
|
9
10
|
| **module_name** | **String** | Modulemd name. | |
|
10
11
|
| **module_stream** | **String** | Modulemd's stream. | |
|
@@ -23,6 +24,7 @@ require 'pulp_rpm_client'
|
|
23
24
|
|
24
25
|
instance = PulpRpmClient::RpmModulemdObsolete.new(
|
25
26
|
repository: null,
|
27
|
+
pulp_labels: null,
|
26
28
|
modified: null,
|
27
29
|
module_name: null,
|
28
30
|
module_stream: null,
|
@@ -8,6 +8,7 @@
|
|
8
8
|
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
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
|
+
| **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
11
12
|
| **modified** | **String** | Obsolete modified time. | |
|
12
13
|
| **module_name** | **String** | Modulemd name. | |
|
13
14
|
| **module_stream** | **String** | Modulemd's stream. | |
|
@@ -28,6 +29,7 @@ instance = PulpRpmClient::RpmModulemdObsoleteResponse.new(
|
|
28
29
|
prn: null,
|
29
30
|
pulp_created: null,
|
30
31
|
pulp_last_updated: null,
|
32
|
+
pulp_labels: null,
|
31
33
|
modified: null,
|
32
34
|
module_name: null,
|
33
35
|
module_stream: null,
|
data/docs/RpmModulemdResponse.md
CHANGED
@@ -8,6 +8,7 @@
|
|
8
8
|
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
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
|
+
| **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
11
12
|
| **name** | **String** | Modulemd name. | |
|
12
13
|
| **stream** | **String** | Stream name. | |
|
13
14
|
| **version** | **String** | Modulemd version. | |
|
@@ -30,6 +31,7 @@ instance = PulpRpmClient::RpmModulemdResponse.new(
|
|
30
31
|
prn: null,
|
31
32
|
pulp_created: null,
|
32
33
|
pulp_last_updated: null,
|
34
|
+
pulp_labels: null,
|
33
35
|
name: null,
|
34
36
|
stream: null,
|
35
37
|
version: null,
|
@@ -8,6 +8,7 @@
|
|
8
8
|
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
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
|
+
| **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
11
12
|
| **id** | **String** | Category id. | |
|
12
13
|
| **name** | **String** | Category name. | |
|
13
14
|
| **description** | **String** | Category description. | |
|
@@ -27,6 +28,7 @@ instance = PulpRpmClient::RpmPackageCategoryResponse.new(
|
|
27
28
|
prn: null,
|
28
29
|
pulp_created: null,
|
29
30
|
pulp_last_updated: null,
|
31
|
+
pulp_labels: null,
|
30
32
|
id: null,
|
31
33
|
name: null,
|
32
34
|
description: null,
|
@@ -8,6 +8,7 @@
|
|
8
8
|
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
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
|
+
| **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
11
12
|
| **id** | **String** | Environment id. | |
|
12
13
|
| **name** | **String** | Environment name. | |
|
13
14
|
| **description** | **String** | Environment description. | |
|
@@ -28,6 +29,7 @@ instance = PulpRpmClient::RpmPackageEnvironmentResponse.new(
|
|
28
29
|
prn: null,
|
29
30
|
pulp_created: null,
|
30
31
|
pulp_last_updated: null,
|
32
|
+
pulp_labels: null,
|
31
33
|
id: null,
|
32
34
|
name: null,
|
33
35
|
description: null,
|
@@ -8,6 +8,7 @@
|
|
8
8
|
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
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
|
+
| **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
11
12
|
| **id** | **String** | PackageGroup id. | |
|
12
13
|
| **default** | **Boolean** | PackageGroup default. | [optional] |
|
13
14
|
| **user_visible** | **Boolean** | PackageGroup user visibility. | [optional] |
|
@@ -30,6 +31,7 @@ instance = PulpRpmClient::RpmPackageGroupResponse.new(
|
|
30
31
|
prn: null,
|
31
32
|
pulp_created: null,
|
32
33
|
pulp_last_updated: null,
|
34
|
+
pulp_labels: null,
|
33
35
|
id: null,
|
34
36
|
default: null,
|
35
37
|
user_visible: null,
|
@@ -8,6 +8,7 @@
|
|
8
8
|
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
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
|
+
| **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
11
12
|
| **matches** | **Object** | Langpacks matches. | |
|
12
13
|
| **digest** | **String** | Langpacks digest. | |
|
13
14
|
|
@@ -21,6 +22,7 @@ instance = PulpRpmClient::RpmPackageLangpacksResponse.new(
|
|
21
22
|
prn: null,
|
22
23
|
pulp_created: null,
|
23
24
|
pulp_last_updated: null,
|
25
|
+
pulp_labels: null,
|
24
26
|
matches: null,
|
25
27
|
digest: null
|
26
28
|
)
|
data/docs/RpmPackageResponse.md
CHANGED
@@ -14,6 +14,7 @@
|
|
14
14
|
| **sha256** | **String** | The SHA-256 checksum if available. | [optional][readonly] |
|
15
15
|
| **sha384** | **String** | The SHA-384 checksum if available. | [optional][readonly] |
|
16
16
|
| **sha512** | **String** | The SHA-512 checksum if available. | [optional][readonly] |
|
17
|
+
| **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
17
18
|
| **artifact** | **String** | Artifact file representing the physical content | [optional] |
|
18
19
|
| **name** | **String** | Name of the package | [optional][readonly] |
|
19
20
|
| **epoch** | **String** | The package's epoch | [optional][readonly] |
|
@@ -68,6 +69,7 @@ instance = PulpRpmClient::RpmPackageResponse.new(
|
|
68
69
|
sha256: null,
|
69
70
|
sha384: null,
|
70
71
|
sha512: null,
|
72
|
+
pulp_labels: null,
|
71
73
|
artifact: null,
|
72
74
|
name: null,
|
73
75
|
epoch: null,
|
@@ -14,6 +14,7 @@
|
|
14
14
|
| **sha256** | **String** | The SHA-256 checksum if available. | [optional][readonly] |
|
15
15
|
| **sha384** | **String** | The SHA-384 checksum if available. | [optional][readonly] |
|
16
16
|
| **sha512** | **String** | The SHA-512 checksum if available. | [optional][readonly] |
|
17
|
+
| **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
17
18
|
| **artifact** | **String** | Artifact file representing the physical content | [optional] |
|
18
19
|
| **relative_path** | **String** | Relative path of the file. | |
|
19
20
|
| **data_type** | **String** | Metadata type. | |
|
@@ -36,6 +37,7 @@ instance = PulpRpmClient::RpmRepoMetadataFileResponse.new(
|
|
36
37
|
sha256: null,
|
37
38
|
sha384: null,
|
38
39
|
sha512: null,
|
40
|
+
pulp_labels: null,
|
39
41
|
artifact: null,
|
40
42
|
relative_path: null,
|
41
43
|
data_type: null,
|
@@ -8,6 +8,7 @@
|
|
8
8
|
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
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
|
+
| **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
11
12
|
| **id** | **String** | Update id (short update name, e.g. RHEA-2013:1777) | [optional][readonly] |
|
12
13
|
| **updated_date** | **String** | Date when the update was updated (e.g. '2013-12-02 00:00:00') | [optional][readonly] |
|
13
14
|
| **description** | **String** | Update description | [optional][readonly] |
|
@@ -37,6 +38,7 @@ instance = PulpRpmClient::RpmUpdateRecordResponse.new(
|
|
37
38
|
prn: null,
|
38
39
|
pulp_created: null,
|
39
40
|
pulp_last_updated: null,
|
41
|
+
pulp_labels: null,
|
40
42
|
id: null,
|
41
43
|
updated_date: null,
|
42
44
|
description: null,
|