pulp_rpm_client 3.5.1 → 3.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +73 -55
- data/docs/{Addon.md → AddonResponse.md} +2 -2
- data/docs/{Artifact.md → ArtifactResponse.md} +3 -3
- data/docs/{Checksum.md → ChecksumResponse.md} +2 -2
- data/docs/ContentAdvisoriesApi.md +44 -44
- data/docs/ContentDistributionTreesApi.md +25 -25
- data/docs/ContentModulemdDefaultsApi.md +32 -32
- data/docs/ContentModulemdsApi.md +34 -34
- data/docs/ContentPackagecategoriesApi.md +25 -25
- data/docs/ContentPackageenvironmentsApi.md +25 -25
- data/docs/ContentPackagegroupsApi.md +25 -25
- data/docs/ContentPackagelangpacksApi.md +25 -25
- data/docs/ContentPackagesApi.md +64 -64
- data/docs/ContentRepoMetadataFilesApi.md +25 -25
- data/docs/ContentSummary.md +3 -3
- data/docs/ContentSummaryResponse.md +21 -0
- data/docs/DistributionsRpmApi.md +108 -60
- data/docs/{Image.md → ImageResponse.md} +3 -3
- data/docs/InlineResponse200.md +3 -3
- data/docs/InlineResponse2001.md +3 -3
- data/docs/InlineResponse20010.md +3 -3
- data/docs/InlineResponse20011.md +3 -3
- data/docs/InlineResponse20012.md +3 -3
- data/docs/InlineResponse20013.md +3 -3
- data/docs/InlineResponse20014.md +3 -3
- data/docs/InlineResponse2002.md +3 -3
- data/docs/InlineResponse2003.md +3 -3
- data/docs/InlineResponse2004.md +3 -3
- data/docs/InlineResponse2005.md +3 -3
- data/docs/InlineResponse2006.md +3 -3
- data/docs/InlineResponse2007.md +3 -3
- data/docs/InlineResponse2008.md +3 -3
- data/docs/InlineResponse2009.md +3 -3
- data/docs/MetadataChecksumTypeEnum.md +16 -0
- data/docs/PackageChecksumTypeEnum.md +16 -0
- data/docs/PatchedrpmRpmDistribution.md +23 -0
- data/docs/PatchedrpmRpmRemote.md +39 -0
- data/docs/PatchedrpmRpmRepository.md +25 -0
- data/docs/PolicyEnum.md +16 -0
- data/docs/PublicationsRpmApi.md +40 -40
- data/docs/RemotesRpmApi.md +125 -65
- data/docs/RepositoriesRpmApi.md +97 -73
- data/docs/RepositoriesRpmVersionsApi.md +94 -62
- data/docs/RepositoryAddRemoveContent.md +2 -2
- data/docs/RepositoryVersion.md +1 -9
- data/docs/RepositoryVersionResponse.md +25 -0
- data/docs/RpmCopyApi.md +10 -10
- data/docs/{RpmDistributionTree.md → RpmDistributionTreeResponse.md} +6 -6
- data/docs/RpmModulemd.md +8 -8
- data/docs/RpmModulemdDefaults.md +8 -8
- data/docs/RpmModulemdDefaultsResponse.md +29 -0
- data/docs/RpmModulemdResponse.md +39 -0
- data/docs/RpmPackage.md +7 -79
- data/docs/{RpmPackageCategory.md → RpmPackageCategoryResponse.md} +2 -2
- data/docs/{RpmPackageEnvironment.md → RpmPackageEnvironmentResponse.md} +2 -2
- data/docs/{RpmPackageGroup.md → RpmPackageGroupResponse.md} +2 -2
- data/docs/{RpmPackageLangpacks.md → RpmPackageLangpacksResponse.md} +2 -2
- data/docs/RpmPackageResponse.md +95 -0
- data/docs/{RpmRepoMetadataFile.md → RpmRepoMetadataFileResponse.md} +2 -2
- data/docs/RpmRepositorySyncURL.md +1 -1
- data/docs/RpmRpmDistribution.md +1 -7
- data/docs/RpmRpmDistributionResponse.md +29 -0
- data/docs/RpmRpmPublication.md +3 -7
- data/docs/RpmRpmPublicationResponse.md +27 -0
- data/docs/RpmRpmRemote.md +4 -10
- data/docs/RpmRpmRemoteResponse.md +45 -0
- data/docs/RpmRpmRepository.md +3 -9
- data/docs/RpmRpmRepositoryResponse.md +33 -0
- data/docs/RpmUpdateCollection.md +1 -3
- data/docs/RpmUpdateCollectionResponse.md +23 -0
- data/docs/RpmUpdateRecord.md +4 -40
- data/docs/RpmUpdateRecordResponse.md +55 -0
- data/docs/{Variant.md → VariantResponse.md} +2 -2
- data/lib/pulp_rpm_client/api/content_advisories_api.rb +60 -60
- data/lib/pulp_rpm_client/api/content_distribution_trees_api.rb +36 -36
- data/lib/pulp_rpm_client/api/content_modulemd_defaults_api.rb +42 -54
- data/lib/pulp_rpm_client/api/content_modulemds_api.rb +44 -76
- data/lib/pulp_rpm_client/api/content_packagecategories_api.rb +36 -36
- data/lib/pulp_rpm_client/api/content_packageenvironments_api.rb +36 -36
- data/lib/pulp_rpm_client/api/content_packagegroups_api.rb +36 -36
- data/lib/pulp_rpm_client/api/content_packagelangpacks_api.rb +36 -36
- data/lib/pulp_rpm_client/api/content_packages_api.rb +92 -92
- data/lib/pulp_rpm_client/api/content_repo_metadata_files_api.rb +36 -36
- data/lib/pulp_rpm_client/api/distributions_rpm_api.rb +153 -90
- data/lib/pulp_rpm_client/api/publications_rpm_api.rb +59 -59
- data/lib/pulp_rpm_client/api/remotes_rpm_api.rb +181 -100
- data/lib/pulp_rpm_client/api/repositories_rpm_api.rb +145 -118
- data/lib/pulp_rpm_client/api/repositories_rpm_versions_api.rb +137 -92
- data/lib/pulp_rpm_client/api/rpm_copy_api.rb +15 -15
- data/lib/pulp_rpm_client/api_client.rb +2 -2
- data/lib/pulp_rpm_client/api_error.rb +2 -2
- data/lib/pulp_rpm_client/configuration.rb +3 -3
- data/lib/pulp_rpm_client/models/{addon.rb → addon_response.rb} +6 -100
- data/lib/pulp_rpm_client/models/{artifact.rb → artifact_response.rb} +9 -93
- data/lib/pulp_rpm_client/models/async_operation_response.rb +3 -2
- data/lib/pulp_rpm_client/models/{checksum.rb → checksum_response.rb} +6 -43
- data/lib/pulp_rpm_client/models/content_summary.rb +9 -15
- data/lib/pulp_rpm_client/models/content_summary_response.rb +240 -0
- data/lib/pulp_rpm_client/models/copy.rb +3 -2
- data/lib/pulp_rpm_client/models/{image.rb → image_response.rb} +7 -63
- data/lib/pulp_rpm_client/models/inline_response200.rb +3 -13
- data/lib/pulp_rpm_client/models/inline_response2001.rb +3 -13
- data/lib/pulp_rpm_client/models/inline_response20010.rb +3 -13
- data/lib/pulp_rpm_client/models/inline_response20011.rb +3 -13
- data/lib/pulp_rpm_client/models/inline_response20012.rb +3 -13
- data/lib/pulp_rpm_client/models/inline_response20013.rb +3 -13
- data/lib/pulp_rpm_client/models/inline_response20014.rb +3 -13
- data/lib/pulp_rpm_client/models/inline_response2002.rb +3 -13
- data/lib/pulp_rpm_client/models/inline_response2003.rb +3 -13
- data/lib/pulp_rpm_client/models/inline_response2004.rb +3 -13
- data/lib/pulp_rpm_client/models/inline_response2005.rb +3 -13
- data/lib/pulp_rpm_client/models/inline_response2006.rb +3 -13
- data/lib/pulp_rpm_client/models/inline_response2007.rb +3 -13
- data/lib/pulp_rpm_client/models/inline_response2008.rb +3 -13
- data/lib/pulp_rpm_client/models/inline_response2009.rb +3 -13
- data/lib/pulp_rpm_client/models/metadata_checksum_type_enum.rb +41 -0
- data/lib/pulp_rpm_client/models/package_checksum_type_enum.rb +41 -0
- data/lib/pulp_rpm_client/models/patchedrpm_rpm_distribution.rb +240 -0
- data/lib/pulp_rpm_client/models/patchedrpm_rpm_remote.rb +340 -0
- data/lib/pulp_rpm_client/models/patchedrpm_rpm_repository.rb +265 -0
- data/lib/pulp_rpm_client/models/policy_enum.rb +37 -0
- data/lib/pulp_rpm_client/models/repository_add_remove_content.rb +5 -4
- data/lib/pulp_rpm_client/models/repository_version.rb +7 -43
- data/lib/pulp_rpm_client/models/repository_version_response.rb +246 -0
- data/lib/pulp_rpm_client/models/{rpm_distribution_tree.rb → rpm_distribution_tree_response.rb} +17 -234
- data/lib/pulp_rpm_client/models/rpm_modulemd.rb +42 -153
- data/lib/pulp_rpm_client/models/rpm_modulemd_defaults.rb +40 -86
- data/lib/pulp_rpm_client/models/rpm_modulemd_defaults_response.rb +282 -0
- data/lib/pulp_rpm_client/models/rpm_modulemd_response.rb +346 -0
- data/lib/pulp_rpm_client/models/rpm_package.rb +28 -501
- data/lib/pulp_rpm_client/models/{rpm_package_category.rb → rpm_package_category_response.rb} +10 -63
- data/lib/pulp_rpm_client/models/{rpm_package_environment.rb → rpm_package_environment_response.rb} +11 -68
- data/lib/pulp_rpm_client/models/{rpm_package_group.rb → rpm_package_group_response.rb} +10 -63
- data/lib/pulp_rpm_client/models/{rpm_package_langpacks.rb → rpm_package_langpacks_response.rb} +8 -34
- data/lib/pulp_rpm_client/models/rpm_package_response.rb +597 -0
- data/lib/pulp_rpm_client/models/{rpm_repo_metadata_file.rb → rpm_repo_metadata_file_response.rb} +6 -96
- data/lib/pulp_rpm_client/models/rpm_repository_sync_url.rb +4 -30
- data/lib/pulp_rpm_client/models/rpm_rpm_distribution.rb +4 -85
- data/lib/pulp_rpm_client/models/rpm_rpm_distribution_response.rb +279 -0
- data/lib/pulp_rpm_client/models/rpm_rpm_publication.rb +6 -74
- data/lib/pulp_rpm_client/models/rpm_rpm_publication_response.rb +256 -0
- data/lib/pulp_rpm_client/models/rpm_rpm_remote.rb +7 -214
- data/lib/pulp_rpm_client/models/rpm_rpm_remote_response.rb +379 -0
- data/lib/pulp_rpm_client/models/rpm_rpm_repository.rb +14 -74
- data/lib/pulp_rpm_client/models/rpm_rpm_repository_response.rb +307 -0
- data/lib/pulp_rpm_client/models/rpm_update_collection.rb +10 -34
- data/lib/pulp_rpm_client/models/rpm_update_collection_response.rb +243 -0
- data/lib/pulp_rpm_client/models/rpm_update_record.rb +18 -245
- data/lib/pulp_rpm_client/models/rpm_update_record_response.rb +401 -0
- data/lib/pulp_rpm_client/models/{variant.rb → variant_response.rb} +6 -195
- data/lib/pulp_rpm_client/version.rb +3 -3
- data/lib/pulp_rpm_client.rb +30 -13
- data/pulp_rpm_client.gemspec +4 -4
- data/spec/api/content_advisories_api_spec.rb +21 -21
- data/spec/api/content_distribution_trees_api_spec.rb +9 -9
- data/spec/api/content_modulemd_defaults_api_spec.rb +13 -13
- data/spec/api/content_modulemds_api_spec.rb +13 -13
- data/spec/api/content_packagecategories_api_spec.rb +9 -9
- data/spec/api/content_packageenvironments_api_spec.rb +9 -9
- data/spec/api/content_packagegroups_api_spec.rb +9 -9
- data/spec/api/content_packagelangpacks_api_spec.rb +9 -9
- data/spec/api/content_packages_api_spec.rb +31 -31
- data/spec/api/content_repo_metadata_files_api_spec.rb +9 -9
- data/spec/api/distributions_rpm_api_spec.rb +39 -18
- data/spec/api/publications_rpm_api_spec.rb +14 -14
- data/spec/api/remotes_rpm_api_spec.rb +48 -21
- data/spec/api/repositories_rpm_api_spec.rb +28 -19
- data/spec/api/repositories_rpm_versions_api_spec.rb +38 -23
- data/spec/api/rpm_copy_api_spec.rb +5 -5
- data/spec/api_client_spec.rb +2 -2
- data/spec/configuration_spec.rb +2 -2
- data/spec/models/{addon_spec.rb → addon_response_spec.rb} +8 -8
- data/spec/models/{artifact_spec.rb → artifact_response_spec.rb} +8 -8
- data/spec/models/async_operation_response_spec.rb +2 -2
- data/spec/models/{checksum_spec.rb → checksum_response_spec.rb} +8 -8
- data/spec/models/content_summary_response_spec.rb +53 -0
- data/spec/models/content_summary_spec.rb +2 -2
- data/spec/models/copy_spec.rb +2 -2
- data/spec/models/{image_spec.rb → image_response_spec.rb} +8 -8
- data/spec/models/inline_response20010_spec.rb +2 -2
- data/spec/models/inline_response20011_spec.rb +2 -2
- data/spec/models/inline_response20012_spec.rb +2 -2
- data/spec/models/inline_response20013_spec.rb +2 -2
- data/spec/models/inline_response20014_spec.rb +2 -2
- data/spec/models/inline_response2001_spec.rb +2 -2
- data/spec/models/inline_response2002_spec.rb +2 -2
- data/spec/models/inline_response2003_spec.rb +2 -2
- data/spec/models/inline_response2004_spec.rb +2 -2
- data/spec/models/inline_response2005_spec.rb +2 -2
- data/spec/models/inline_response2006_spec.rb +2 -2
- data/spec/models/inline_response2007_spec.rb +2 -2
- data/spec/models/inline_response2008_spec.rb +2 -2
- data/spec/models/inline_response2009_spec.rb +2 -2
- data/spec/models/inline_response200_spec.rb +2 -2
- data/spec/models/metadata_checksum_type_enum_spec.rb +35 -0
- data/spec/models/package_checksum_type_enum_spec.rb +35 -0
- data/spec/models/patchedrpm_rpm_distribution_spec.rb +59 -0
- data/spec/models/patchedrpm_rpm_remote_spec.rb +107 -0
- data/spec/models/patchedrpm_rpm_repository_spec.rb +65 -0
- data/spec/models/policy_enum_spec.rb +35 -0
- data/spec/models/repository_add_remove_content_spec.rb +2 -2
- data/spec/models/repository_version_response_spec.rb +65 -0
- data/spec/models/repository_version_spec.rb +2 -26
- data/spec/models/{rpm_distribution_tree_spec.rb → rpm_distribution_tree_response_spec.rb} +8 -8
- data/spec/models/rpm_modulemd_defaults_response_spec.rb +77 -0
- data/spec/models/rpm_modulemd_defaults_spec.rb +9 -9
- data/spec/models/rpm_modulemd_response_spec.rb +107 -0
- data/spec/models/rpm_modulemd_spec.rb +11 -11
- data/spec/models/{rpm_package_category_spec.rb → rpm_package_category_response_spec.rb} +8 -8
- data/spec/models/{rpm_package_environment_spec.rb → rpm_package_environment_response_spec.rb} +8 -8
- data/spec/models/{rpm_package_group_spec.rb → rpm_package_group_response_spec.rb} +8 -8
- data/spec/models/{rpm_package_langpacks_spec.rb → rpm_package_langpacks_response_spec.rb} +8 -8
- data/spec/models/rpm_package_response_spec.rb +275 -0
- data/spec/models/rpm_package_spec.rb +5 -221
- data/spec/models/{rpm_repo_metadata_file_spec.rb → rpm_repo_metadata_file_response_spec.rb} +8 -8
- data/spec/models/rpm_repository_sync_url_spec.rb +2 -6
- data/spec/models/rpm_rpm_distribution_response_spec.rb +77 -0
- data/spec/models/rpm_rpm_distribution_spec.rb +2 -20
- data/spec/models/rpm_rpm_publication_response_spec.rb +71 -0
- data/spec/models/rpm_rpm_publication_spec.rb +2 -22
- data/spec/models/rpm_rpm_remote_response_spec.rb +125 -0
- data/spec/models/rpm_rpm_remote_spec.rb +2 -24
- data/spec/models/rpm_rpm_repository_response_spec.rb +89 -0
- data/spec/models/rpm_rpm_repository_spec.rb +5 -23
- data/spec/models/rpm_update_collection_response_spec.rb +59 -0
- data/spec/models/rpm_update_collection_spec.rb +2 -8
- data/spec/models/rpm_update_record_response_spec.rb +155 -0
- data/spec/models/rpm_update_record_spec.rb +4 -112
- data/spec/models/{variant_spec.rb → variant_response_spec.rb} +8 -8
- data/spec/spec_helper.rb +2 -2
- metadata +116 -48
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 302c064b753fa495ca62af3e2b9beaee2bc67c4b64d3917ea81637449737a4cb
|
|
4
|
+
data.tar.gz: c2d5d3c240d6cd54353e5ff88ca3c6c6ec667eae861ed798e4680135aca4473f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ef3763075b8e9e5137e5e5be7a420817209ab45cee637c2e0fa966cf2f936d76069a787816a49e36bbb824561ae8fecd51222d0b4e0f58606c6ee24666fb887e
|
|
7
|
+
data.tar.gz: 978de235fae1f3e37901c7c0ff2b7ecf186f3729d3abb342adeb480c539153944a7efd9bf08d9176831917175474e0ca479a13e5e0ce21b343ad40c9312d1988
|
data/README.md
CHANGED
|
@@ -2,13 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
PulpRpmClient - the Ruby gem for the Pulp 3 API
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
Fetch, Upload, Organize, and Distribute Software Packages
|
|
6
6
|
|
|
7
7
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
8
8
|
|
|
9
9
|
- API version: v3
|
|
10
|
-
- Package version: 3.
|
|
10
|
+
- Package version: 3.6.0
|
|
11
11
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
|
12
|
+
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
|
|
12
13
|
|
|
13
14
|
## Installation
|
|
14
15
|
|
|
@@ -23,16 +24,16 @@ gem build pulp_rpm_client.gemspec
|
|
|
23
24
|
Then either install the gem locally:
|
|
24
25
|
|
|
25
26
|
```shell
|
|
26
|
-
gem install ./pulp_rpm_client-3.
|
|
27
|
+
gem install ./pulp_rpm_client-3.6.0.gem
|
|
27
28
|
```
|
|
28
29
|
|
|
29
|
-
(for development, run `gem install --dev ./pulp_rpm_client-3.
|
|
30
|
+
(for development, run `gem install --dev ./pulp_rpm_client-3.6.0.gem` to install the development dependencies)
|
|
30
31
|
|
|
31
32
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
|
32
33
|
|
|
33
34
|
Finally add this to the Gemfile:
|
|
34
35
|
|
|
35
|
-
gem 'pulp_rpm_client', '~> 3.
|
|
36
|
+
gem 'pulp_rpm_client', '~> 3.6.0'
|
|
36
37
|
|
|
37
38
|
### Install from Git
|
|
38
39
|
|
|
@@ -58,7 +59,7 @@ require 'pulp_rpm_client'
|
|
|
58
59
|
|
|
59
60
|
# Setup authorization
|
|
60
61
|
PulpRpmClient.configure do |config|
|
|
61
|
-
# Configure HTTP basic authorization:
|
|
62
|
+
# Configure HTTP basic authorization: basicAuth
|
|
62
63
|
config.username = 'YOUR_USERNAME'
|
|
63
64
|
config.password = 'YOUR_PASSWORD'
|
|
64
65
|
end
|
|
@@ -87,74 +88,75 @@ Class | Method | HTTP request | Description
|
|
|
87
88
|
------------ | ------------- | ------------- | -------------
|
|
88
89
|
*PulpRpmClient::ContentAdvisoriesApi* | [**create**](docs/ContentAdvisoriesApi.md#create) | **POST** /pulp/api/v3/content/rpm/advisories/ | Create an update record
|
|
89
90
|
*PulpRpmClient::ContentAdvisoriesApi* | [**list**](docs/ContentAdvisoriesApi.md#list) | **GET** /pulp/api/v3/content/rpm/advisories/ | List update records
|
|
90
|
-
*PulpRpmClient::ContentAdvisoriesApi* | [**read**](docs/ContentAdvisoriesApi.md#read) | **GET** {
|
|
91
|
-
*PulpRpmClient::ContentDistributionTreesApi* | [**delete**](docs/ContentDistributionTreesApi.md#delete) | **DELETE** {
|
|
91
|
+
*PulpRpmClient::ContentAdvisoriesApi* | [**read**](docs/ContentAdvisoriesApi.md#read) | **GET** {rpm_update_record_href} | Inspect an update record
|
|
92
|
+
*PulpRpmClient::ContentDistributionTreesApi* | [**delete**](docs/ContentDistributionTreesApi.md#delete) | **DELETE** {rpm_distribution_tree_href} | Delete a distribution tree
|
|
92
93
|
*PulpRpmClient::ContentDistributionTreesApi* | [**list**](docs/ContentDistributionTreesApi.md#list) | **GET** /pulp/api/v3/content/rpm/distribution_trees/ | List distribution trees
|
|
93
|
-
*PulpRpmClient::ContentDistributionTreesApi* | [**read**](docs/ContentDistributionTreesApi.md#read) | **GET** {
|
|
94
|
+
*PulpRpmClient::ContentDistributionTreesApi* | [**read**](docs/ContentDistributionTreesApi.md#read) | **GET** {rpm_distribution_tree_href} | Inspect a distribution tree
|
|
94
95
|
*PulpRpmClient::ContentModulemdDefaultsApi* | [**create**](docs/ContentModulemdDefaultsApi.md#create) | **POST** /pulp/api/v3/content/rpm/modulemd_defaults/ | Create a modulemd defaults
|
|
95
96
|
*PulpRpmClient::ContentModulemdDefaultsApi* | [**list**](docs/ContentModulemdDefaultsApi.md#list) | **GET** /pulp/api/v3/content/rpm/modulemd_defaults/ | List modulemd defaultss
|
|
96
|
-
*PulpRpmClient::ContentModulemdDefaultsApi* | [**read**](docs/ContentModulemdDefaultsApi.md#read) | **GET** {
|
|
97
|
+
*PulpRpmClient::ContentModulemdDefaultsApi* | [**read**](docs/ContentModulemdDefaultsApi.md#read) | **GET** {rpm_modulemd_defaults_href} | Inspect a modulemd defaults
|
|
97
98
|
*PulpRpmClient::ContentModulemdsApi* | [**create**](docs/ContentModulemdsApi.md#create) | **POST** /pulp/api/v3/content/rpm/modulemds/ | Create a modulemd
|
|
98
99
|
*PulpRpmClient::ContentModulemdsApi* | [**list**](docs/ContentModulemdsApi.md#list) | **GET** /pulp/api/v3/content/rpm/modulemds/ | List modulemds
|
|
99
|
-
*PulpRpmClient::ContentModulemdsApi* | [**read**](docs/ContentModulemdsApi.md#read) | **GET** {
|
|
100
|
-
*PulpRpmClient::ContentPackagecategoriesApi* | [**delete**](docs/ContentPackagecategoriesApi.md#delete) | **DELETE** {
|
|
100
|
+
*PulpRpmClient::ContentModulemdsApi* | [**read**](docs/ContentModulemdsApi.md#read) | **GET** {rpm_modulemd_href} | Inspect a modulemd
|
|
101
|
+
*PulpRpmClient::ContentPackagecategoriesApi* | [**delete**](docs/ContentPackagecategoriesApi.md#delete) | **DELETE** {rpm_package_category_href} | Delete a package category
|
|
101
102
|
*PulpRpmClient::ContentPackagecategoriesApi* | [**list**](docs/ContentPackagecategoriesApi.md#list) | **GET** /pulp/api/v3/content/rpm/packagecategories/ | List package categorys
|
|
102
|
-
*PulpRpmClient::ContentPackagecategoriesApi* | [**read**](docs/ContentPackagecategoriesApi.md#read) | **GET** {
|
|
103
|
-
*PulpRpmClient::ContentPackageenvironmentsApi* | [**delete**](docs/ContentPackageenvironmentsApi.md#delete) | **DELETE** {
|
|
103
|
+
*PulpRpmClient::ContentPackagecategoriesApi* | [**read**](docs/ContentPackagecategoriesApi.md#read) | **GET** {rpm_package_category_href} | Inspect a package category
|
|
104
|
+
*PulpRpmClient::ContentPackageenvironmentsApi* | [**delete**](docs/ContentPackageenvironmentsApi.md#delete) | **DELETE** {rpm_package_environment_href} | Delete a package environment
|
|
104
105
|
*PulpRpmClient::ContentPackageenvironmentsApi* | [**list**](docs/ContentPackageenvironmentsApi.md#list) | **GET** /pulp/api/v3/content/rpm/packageenvironments/ | List package environments
|
|
105
|
-
*PulpRpmClient::ContentPackageenvironmentsApi* | [**read**](docs/ContentPackageenvironmentsApi.md#read) | **GET** {
|
|
106
|
-
*PulpRpmClient::ContentPackagegroupsApi* | [**delete**](docs/ContentPackagegroupsApi.md#delete) | **DELETE** {
|
|
106
|
+
*PulpRpmClient::ContentPackageenvironmentsApi* | [**read**](docs/ContentPackageenvironmentsApi.md#read) | **GET** {rpm_package_environment_href} | Inspect a package environment
|
|
107
|
+
*PulpRpmClient::ContentPackagegroupsApi* | [**delete**](docs/ContentPackagegroupsApi.md#delete) | **DELETE** {rpm_package_group_href} | Delete a package group
|
|
107
108
|
*PulpRpmClient::ContentPackagegroupsApi* | [**list**](docs/ContentPackagegroupsApi.md#list) | **GET** /pulp/api/v3/content/rpm/packagegroups/ | List package groups
|
|
108
|
-
*PulpRpmClient::ContentPackagegroupsApi* | [**read**](docs/ContentPackagegroupsApi.md#read) | **GET** {
|
|
109
|
-
*PulpRpmClient::ContentPackagelangpacksApi* | [**delete**](docs/ContentPackagelangpacksApi.md#delete) | **DELETE** {
|
|
109
|
+
*PulpRpmClient::ContentPackagegroupsApi* | [**read**](docs/ContentPackagegroupsApi.md#read) | **GET** {rpm_package_group_href} | Inspect a package group
|
|
110
|
+
*PulpRpmClient::ContentPackagelangpacksApi* | [**delete**](docs/ContentPackagelangpacksApi.md#delete) | **DELETE** {rpm_package_langpacks_href} | Delete a package langpacks
|
|
110
111
|
*PulpRpmClient::ContentPackagelangpacksApi* | [**list**](docs/ContentPackagelangpacksApi.md#list) | **GET** /pulp/api/v3/content/rpm/packagelangpacks/ | List package langpackss
|
|
111
|
-
*PulpRpmClient::ContentPackagelangpacksApi* | [**read**](docs/ContentPackagelangpacksApi.md#read) | **GET** {
|
|
112
|
+
*PulpRpmClient::ContentPackagelangpacksApi* | [**read**](docs/ContentPackagelangpacksApi.md#read) | **GET** {rpm_package_langpacks_href} | Inspect a package langpacks
|
|
112
113
|
*PulpRpmClient::ContentPackagesApi* | [**create**](docs/ContentPackagesApi.md#create) | **POST** /pulp/api/v3/content/rpm/packages/ | Create a package
|
|
113
114
|
*PulpRpmClient::ContentPackagesApi* | [**list**](docs/ContentPackagesApi.md#list) | **GET** /pulp/api/v3/content/rpm/packages/ | List packages
|
|
114
|
-
*PulpRpmClient::ContentPackagesApi* | [**read**](docs/ContentPackagesApi.md#read) | **GET** {
|
|
115
|
-
*PulpRpmClient::ContentRepoMetadataFilesApi* | [**delete**](docs/ContentRepoMetadataFilesApi.md#delete) | **DELETE** {
|
|
115
|
+
*PulpRpmClient::ContentPackagesApi* | [**read**](docs/ContentPackagesApi.md#read) | **GET** {rpm_package_href} | Inspect a package
|
|
116
|
+
*PulpRpmClient::ContentRepoMetadataFilesApi* | [**delete**](docs/ContentRepoMetadataFilesApi.md#delete) | **DELETE** {rpm_repo_metadata_file_href} | Delete a repo metadata file
|
|
116
117
|
*PulpRpmClient::ContentRepoMetadataFilesApi* | [**list**](docs/ContentRepoMetadataFilesApi.md#list) | **GET** /pulp/api/v3/content/rpm/repo_metadata_files/ | List repo metadata files
|
|
117
|
-
*PulpRpmClient::ContentRepoMetadataFilesApi* | [**read**](docs/ContentRepoMetadataFilesApi.md#read) | **GET** {
|
|
118
|
+
*PulpRpmClient::ContentRepoMetadataFilesApi* | [**read**](docs/ContentRepoMetadataFilesApi.md#read) | **GET** {rpm_repo_metadata_file_href} | Inspect a repo metadata file
|
|
118
119
|
*PulpRpmClient::DistributionsRpmApi* | [**create**](docs/DistributionsRpmApi.md#create) | **POST** /pulp/api/v3/distributions/rpm/rpm/ | Create a rpm distribution
|
|
119
|
-
*PulpRpmClient::DistributionsRpmApi* | [**delete**](docs/DistributionsRpmApi.md#delete) | **DELETE** {
|
|
120
|
+
*PulpRpmClient::DistributionsRpmApi* | [**delete**](docs/DistributionsRpmApi.md#delete) | **DELETE** {rpm_rpm_distribution_href} | Delete a rpm distribution
|
|
120
121
|
*PulpRpmClient::DistributionsRpmApi* | [**list**](docs/DistributionsRpmApi.md#list) | **GET** /pulp/api/v3/distributions/rpm/rpm/ | List rpm distributions
|
|
121
|
-
*PulpRpmClient::DistributionsRpmApi* | [**partial_update**](docs/DistributionsRpmApi.md#partial_update) | **PATCH** {
|
|
122
|
-
*PulpRpmClient::DistributionsRpmApi* | [**read**](docs/DistributionsRpmApi.md#read) | **GET** {
|
|
123
|
-
*PulpRpmClient::DistributionsRpmApi* | [**update**](docs/DistributionsRpmApi.md#update) | **PUT** {
|
|
122
|
+
*PulpRpmClient::DistributionsRpmApi* | [**partial_update**](docs/DistributionsRpmApi.md#partial_update) | **PATCH** {rpm_rpm_distribution_href} | Update a rpm distribution
|
|
123
|
+
*PulpRpmClient::DistributionsRpmApi* | [**read**](docs/DistributionsRpmApi.md#read) | **GET** {rpm_rpm_distribution_href} | Inspect a rpm distribution
|
|
124
|
+
*PulpRpmClient::DistributionsRpmApi* | [**update**](docs/DistributionsRpmApi.md#update) | **PUT** {rpm_rpm_distribution_href} | Update a rpm distribution
|
|
124
125
|
*PulpRpmClient::PublicationsRpmApi* | [**create**](docs/PublicationsRpmApi.md#create) | **POST** /pulp/api/v3/publications/rpm/rpm/ | Create a rpm publication
|
|
125
|
-
*PulpRpmClient::PublicationsRpmApi* | [**delete**](docs/PublicationsRpmApi.md#delete) | **DELETE** {
|
|
126
|
+
*PulpRpmClient::PublicationsRpmApi* | [**delete**](docs/PublicationsRpmApi.md#delete) | **DELETE** {rpm_rpm_publication_href} | Delete a rpm publication
|
|
126
127
|
*PulpRpmClient::PublicationsRpmApi* | [**list**](docs/PublicationsRpmApi.md#list) | **GET** /pulp/api/v3/publications/rpm/rpm/ | List rpm publications
|
|
127
|
-
*PulpRpmClient::PublicationsRpmApi* | [**read**](docs/PublicationsRpmApi.md#read) | **GET** {
|
|
128
|
+
*PulpRpmClient::PublicationsRpmApi* | [**read**](docs/PublicationsRpmApi.md#read) | **GET** {rpm_rpm_publication_href} | Inspect a rpm publication
|
|
128
129
|
*PulpRpmClient::RemotesRpmApi* | [**create**](docs/RemotesRpmApi.md#create) | **POST** /pulp/api/v3/remotes/rpm/rpm/ | Create a rpm remote
|
|
129
|
-
*PulpRpmClient::RemotesRpmApi* | [**delete**](docs/RemotesRpmApi.md#delete) | **DELETE** {
|
|
130
|
+
*PulpRpmClient::RemotesRpmApi* | [**delete**](docs/RemotesRpmApi.md#delete) | **DELETE** {rpm_rpm_remote_href} | Delete a rpm remote
|
|
130
131
|
*PulpRpmClient::RemotesRpmApi* | [**list**](docs/RemotesRpmApi.md#list) | **GET** /pulp/api/v3/remotes/rpm/rpm/ | List rpm remotes
|
|
131
|
-
*PulpRpmClient::RemotesRpmApi* | [**partial_update**](docs/RemotesRpmApi.md#partial_update) | **PATCH** {
|
|
132
|
-
*PulpRpmClient::RemotesRpmApi* | [**read**](docs/RemotesRpmApi.md#read) | **GET** {
|
|
133
|
-
*PulpRpmClient::RemotesRpmApi* | [**update**](docs/RemotesRpmApi.md#update) | **PUT** {
|
|
132
|
+
*PulpRpmClient::RemotesRpmApi* | [**partial_update**](docs/RemotesRpmApi.md#partial_update) | **PATCH** {rpm_rpm_remote_href} | Update a rpm remote
|
|
133
|
+
*PulpRpmClient::RemotesRpmApi* | [**read**](docs/RemotesRpmApi.md#read) | **GET** {rpm_rpm_remote_href} | Inspect a rpm remote
|
|
134
|
+
*PulpRpmClient::RemotesRpmApi* | [**update**](docs/RemotesRpmApi.md#update) | **PUT** {rpm_rpm_remote_href} | Update a rpm remote
|
|
134
135
|
*PulpRpmClient::RepositoriesRpmApi* | [**create**](docs/RepositoriesRpmApi.md#create) | **POST** /pulp/api/v3/repositories/rpm/rpm/ | Create a rpm repository
|
|
135
|
-
*PulpRpmClient::RepositoriesRpmApi* | [**delete**](docs/RepositoriesRpmApi.md#delete) | **DELETE** {
|
|
136
|
+
*PulpRpmClient::RepositoriesRpmApi* | [**delete**](docs/RepositoriesRpmApi.md#delete) | **DELETE** {rpm_rpm_repository_href} | Delete a rpm repository
|
|
136
137
|
*PulpRpmClient::RepositoriesRpmApi* | [**list**](docs/RepositoriesRpmApi.md#list) | **GET** /pulp/api/v3/repositories/rpm/rpm/ | List rpm repositorys
|
|
137
|
-
*PulpRpmClient::RepositoriesRpmApi* | [**modify**](docs/RepositoriesRpmApi.md#modify) | **POST** {
|
|
138
|
-
*PulpRpmClient::RepositoriesRpmApi* | [**partial_update**](docs/RepositoriesRpmApi.md#partial_update) | **PATCH** {
|
|
139
|
-
*PulpRpmClient::RepositoriesRpmApi* | [**read**](docs/RepositoriesRpmApi.md#read) | **GET** {
|
|
140
|
-
*PulpRpmClient::RepositoriesRpmApi* | [**sync**](docs/RepositoriesRpmApi.md#sync) | **POST** {
|
|
141
|
-
*PulpRpmClient::RepositoriesRpmApi* | [**update**](docs/RepositoriesRpmApi.md#update) | **PUT** {
|
|
142
|
-
*PulpRpmClient::RepositoriesRpmVersionsApi* | [**delete**](docs/RepositoriesRpmVersionsApi.md#delete) | **DELETE** {
|
|
143
|
-
*PulpRpmClient::RepositoriesRpmVersionsApi* | [**list**](docs/RepositoriesRpmVersionsApi.md#list) | **GET** {
|
|
144
|
-
*PulpRpmClient::RepositoriesRpmVersionsApi* | [**read**](docs/RepositoriesRpmVersionsApi.md#read) | **GET** {
|
|
145
|
-
*PulpRpmClient::RepositoriesRpmVersionsApi* | [**repair**](docs/RepositoriesRpmVersionsApi.md#repair) | **POST** {
|
|
146
|
-
*PulpRpmClient::RpmCopyApi* | [**
|
|
138
|
+
*PulpRpmClient::RepositoriesRpmApi* | [**modify**](docs/RepositoriesRpmApi.md#modify) | **POST** {rpm_rpm_repository_href}modify/ | Modify Repository Content
|
|
139
|
+
*PulpRpmClient::RepositoriesRpmApi* | [**partial_update**](docs/RepositoriesRpmApi.md#partial_update) | **PATCH** {rpm_rpm_repository_href} | Update a rpm repository
|
|
140
|
+
*PulpRpmClient::RepositoriesRpmApi* | [**read**](docs/RepositoriesRpmApi.md#read) | **GET** {rpm_rpm_repository_href} | Inspect a rpm repository
|
|
141
|
+
*PulpRpmClient::RepositoriesRpmApi* | [**sync**](docs/RepositoriesRpmApi.md#sync) | **POST** {rpm_rpm_repository_href}sync/ | Sync from remote
|
|
142
|
+
*PulpRpmClient::RepositoriesRpmApi* | [**update**](docs/RepositoriesRpmApi.md#update) | **PUT** {rpm_rpm_repository_href} | Update a rpm repository
|
|
143
|
+
*PulpRpmClient::RepositoriesRpmVersionsApi* | [**delete**](docs/RepositoriesRpmVersionsApi.md#delete) | **DELETE** {rpm_rpm_repository_version_href} | Delete a repository version
|
|
144
|
+
*PulpRpmClient::RepositoriesRpmVersionsApi* | [**list**](docs/RepositoriesRpmVersionsApi.md#list) | **GET** {rpm_rpm_repository_href}versions/ | List repository versions
|
|
145
|
+
*PulpRpmClient::RepositoriesRpmVersionsApi* | [**read**](docs/RepositoriesRpmVersionsApi.md#read) | **GET** {rpm_rpm_repository_version_href} | Inspect a repository version
|
|
146
|
+
*PulpRpmClient::RepositoriesRpmVersionsApi* | [**repair**](docs/RepositoriesRpmVersionsApi.md#repair) | **POST** {rpm_rpm_repository_version_href}repair/ |
|
|
147
|
+
*PulpRpmClient::RpmCopyApi* | [**create**](docs/RpmCopyApi.md#create) | **POST** /pulp/api/v3/rpm/copy/ | Copy content
|
|
147
148
|
|
|
148
149
|
|
|
149
150
|
## Documentation for Models
|
|
150
151
|
|
|
151
|
-
- [PulpRpmClient::
|
|
152
|
-
- [PulpRpmClient::
|
|
152
|
+
- [PulpRpmClient::AddonResponse](docs/AddonResponse.md)
|
|
153
|
+
- [PulpRpmClient::ArtifactResponse](docs/ArtifactResponse.md)
|
|
153
154
|
- [PulpRpmClient::AsyncOperationResponse](docs/AsyncOperationResponse.md)
|
|
154
|
-
- [PulpRpmClient::
|
|
155
|
+
- [PulpRpmClient::ChecksumResponse](docs/ChecksumResponse.md)
|
|
155
156
|
- [PulpRpmClient::ContentSummary](docs/ContentSummary.md)
|
|
157
|
+
- [PulpRpmClient::ContentSummaryResponse](docs/ContentSummaryResponse.md)
|
|
156
158
|
- [PulpRpmClient::Copy](docs/Copy.md)
|
|
157
|
-
- [PulpRpmClient::
|
|
159
|
+
- [PulpRpmClient::ImageResponse](docs/ImageResponse.md)
|
|
158
160
|
- [PulpRpmClient::InlineResponse200](docs/InlineResponse200.md)
|
|
159
161
|
- [PulpRpmClient::InlineResponse2001](docs/InlineResponse2001.md)
|
|
160
162
|
- [PulpRpmClient::InlineResponse20010](docs/InlineResponse20010.md)
|
|
@@ -170,31 +172,47 @@ Class | Method | HTTP request | Description
|
|
|
170
172
|
- [PulpRpmClient::InlineResponse2007](docs/InlineResponse2007.md)
|
|
171
173
|
- [PulpRpmClient::InlineResponse2008](docs/InlineResponse2008.md)
|
|
172
174
|
- [PulpRpmClient::InlineResponse2009](docs/InlineResponse2009.md)
|
|
175
|
+
- [PulpRpmClient::MetadataChecksumTypeEnum](docs/MetadataChecksumTypeEnum.md)
|
|
176
|
+
- [PulpRpmClient::PackageChecksumTypeEnum](docs/PackageChecksumTypeEnum.md)
|
|
177
|
+
- [PulpRpmClient::PatchedrpmRpmDistribution](docs/PatchedrpmRpmDistribution.md)
|
|
178
|
+
- [PulpRpmClient::PatchedrpmRpmRemote](docs/PatchedrpmRpmRemote.md)
|
|
179
|
+
- [PulpRpmClient::PatchedrpmRpmRepository](docs/PatchedrpmRpmRepository.md)
|
|
180
|
+
- [PulpRpmClient::PolicyEnum](docs/PolicyEnum.md)
|
|
173
181
|
- [PulpRpmClient::RepositoryAddRemoveContent](docs/RepositoryAddRemoveContent.md)
|
|
174
182
|
- [PulpRpmClient::RepositoryVersion](docs/RepositoryVersion.md)
|
|
175
|
-
- [PulpRpmClient::
|
|
183
|
+
- [PulpRpmClient::RepositoryVersionResponse](docs/RepositoryVersionResponse.md)
|
|
184
|
+
- [PulpRpmClient::RpmDistributionTreeResponse](docs/RpmDistributionTreeResponse.md)
|
|
176
185
|
- [PulpRpmClient::RpmModulemd](docs/RpmModulemd.md)
|
|
177
186
|
- [PulpRpmClient::RpmModulemdDefaults](docs/RpmModulemdDefaults.md)
|
|
187
|
+
- [PulpRpmClient::RpmModulemdDefaultsResponse](docs/RpmModulemdDefaultsResponse.md)
|
|
188
|
+
- [PulpRpmClient::RpmModulemdResponse](docs/RpmModulemdResponse.md)
|
|
178
189
|
- [PulpRpmClient::RpmPackage](docs/RpmPackage.md)
|
|
179
|
-
- [PulpRpmClient::
|
|
180
|
-
- [PulpRpmClient::
|
|
181
|
-
- [PulpRpmClient::
|
|
182
|
-
- [PulpRpmClient::
|
|
183
|
-
- [PulpRpmClient::
|
|
190
|
+
- [PulpRpmClient::RpmPackageCategoryResponse](docs/RpmPackageCategoryResponse.md)
|
|
191
|
+
- [PulpRpmClient::RpmPackageEnvironmentResponse](docs/RpmPackageEnvironmentResponse.md)
|
|
192
|
+
- [PulpRpmClient::RpmPackageGroupResponse](docs/RpmPackageGroupResponse.md)
|
|
193
|
+
- [PulpRpmClient::RpmPackageLangpacksResponse](docs/RpmPackageLangpacksResponse.md)
|
|
194
|
+
- [PulpRpmClient::RpmPackageResponse](docs/RpmPackageResponse.md)
|
|
195
|
+
- [PulpRpmClient::RpmRepoMetadataFileResponse](docs/RpmRepoMetadataFileResponse.md)
|
|
184
196
|
- [PulpRpmClient::RpmRepositorySyncURL](docs/RpmRepositorySyncURL.md)
|
|
185
197
|
- [PulpRpmClient::RpmRpmDistribution](docs/RpmRpmDistribution.md)
|
|
198
|
+
- [PulpRpmClient::RpmRpmDistributionResponse](docs/RpmRpmDistributionResponse.md)
|
|
186
199
|
- [PulpRpmClient::RpmRpmPublication](docs/RpmRpmPublication.md)
|
|
200
|
+
- [PulpRpmClient::RpmRpmPublicationResponse](docs/RpmRpmPublicationResponse.md)
|
|
187
201
|
- [PulpRpmClient::RpmRpmRemote](docs/RpmRpmRemote.md)
|
|
202
|
+
- [PulpRpmClient::RpmRpmRemoteResponse](docs/RpmRpmRemoteResponse.md)
|
|
188
203
|
- [PulpRpmClient::RpmRpmRepository](docs/RpmRpmRepository.md)
|
|
204
|
+
- [PulpRpmClient::RpmRpmRepositoryResponse](docs/RpmRpmRepositoryResponse.md)
|
|
189
205
|
- [PulpRpmClient::RpmUpdateCollection](docs/RpmUpdateCollection.md)
|
|
206
|
+
- [PulpRpmClient::RpmUpdateCollectionResponse](docs/RpmUpdateCollectionResponse.md)
|
|
190
207
|
- [PulpRpmClient::RpmUpdateRecord](docs/RpmUpdateRecord.md)
|
|
191
|
-
- [PulpRpmClient::
|
|
208
|
+
- [PulpRpmClient::RpmUpdateRecordResponse](docs/RpmUpdateRecordResponse.md)
|
|
209
|
+
- [PulpRpmClient::VariantResponse](docs/VariantResponse.md)
|
|
192
210
|
|
|
193
211
|
|
|
194
212
|
## Documentation for Authorization
|
|
195
213
|
|
|
196
214
|
|
|
197
|
-
###
|
|
215
|
+
### basicAuth
|
|
198
216
|
|
|
199
217
|
- **Type**: HTTP basic authentication
|
|
200
218
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# PulpRpmClient::
|
|
1
|
+
# PulpRpmClient::AddonResponse
|
|
2
2
|
|
|
3
3
|
## Properties
|
|
4
4
|
|
|
@@ -15,7 +15,7 @@ Name | Type | Description | Notes
|
|
|
15
15
|
```ruby
|
|
16
16
|
require 'PulpRpmClient'
|
|
17
17
|
|
|
18
|
-
instance = PulpRpmClient::
|
|
18
|
+
instance = PulpRpmClient::AddonResponse.new(addon_id: null,
|
|
19
19
|
uid: null,
|
|
20
20
|
name: null,
|
|
21
21
|
type: null,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# PulpRpmClient::
|
|
1
|
+
# PulpRpmClient::ArtifactResponse
|
|
2
2
|
|
|
3
3
|
## Properties
|
|
4
4
|
|
|
@@ -6,7 +6,7 @@ Name | Type | Description | Notes
|
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
|
8
8
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
9
|
-
**file** | **String** | The stored file. |
|
|
9
|
+
**file** | **String** | The stored file. |
|
|
10
10
|
**size** | **Integer** | The size of the file in bytes. | [optional]
|
|
11
11
|
**md5** | **String** | The MD5 checksum of the file if available. | [optional]
|
|
12
12
|
**sha1** | **String** | The SHA-1 checksum of the file if available. | [optional]
|
|
@@ -20,7 +20,7 @@ Name | Type | Description | Notes
|
|
|
20
20
|
```ruby
|
|
21
21
|
require 'PulpRpmClient'
|
|
22
22
|
|
|
23
|
-
instance = PulpRpmClient::
|
|
23
|
+
instance = PulpRpmClient::ArtifactResponse.new(pulp_href: null,
|
|
24
24
|
pulp_created: null,
|
|
25
25
|
file: null,
|
|
26
26
|
size: null,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# PulpRpmClient::
|
|
1
|
+
# PulpRpmClient::ChecksumResponse
|
|
2
2
|
|
|
3
3
|
## Properties
|
|
4
4
|
|
|
@@ -12,7 +12,7 @@ Name | Type | Description | Notes
|
|
|
12
12
|
```ruby
|
|
13
13
|
require 'PulpRpmClient'
|
|
14
14
|
|
|
15
|
-
instance = PulpRpmClient::
|
|
15
|
+
instance = PulpRpmClient::ChecksumResponse.new(path: null,
|
|
16
16
|
checksum: null)
|
|
17
17
|
```
|
|
18
18
|
|
|
@@ -6,7 +6,7 @@ Method | HTTP request | Description
|
|
|
6
6
|
------------- | ------------- | -------------
|
|
7
7
|
[**create**](ContentAdvisoriesApi.md#create) | **POST** /pulp/api/v3/content/rpm/advisories/ | Create an update record
|
|
8
8
|
[**list**](ContentAdvisoriesApi.md#list) | **GET** /pulp/api/v3/content/rpm/advisories/ | List update records
|
|
9
|
-
[**read**](ContentAdvisoriesApi.md#read) | **GET** {
|
|
9
|
+
[**read**](ContentAdvisoriesApi.md#read) | **GET** {rpm_update_record_href} | Inspect an update record
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
|
@@ -25,7 +25,7 @@ Trigger an asynchronous task to create content,optionally create new repository
|
|
|
25
25
|
require 'pulp_rpm_client'
|
|
26
26
|
# setup authorization
|
|
27
27
|
PulpRpmClient.configure do |config|
|
|
28
|
-
# Configure HTTP basic authorization:
|
|
28
|
+
# Configure HTTP basic authorization: basicAuth
|
|
29
29
|
config.username = 'YOUR USERNAME'
|
|
30
30
|
config.password = 'YOUR PASSWORD'
|
|
31
31
|
end
|
|
@@ -59,7 +59,7 @@ Name | Type | Description | Notes
|
|
|
59
59
|
|
|
60
60
|
### Authorization
|
|
61
61
|
|
|
62
|
-
[
|
|
62
|
+
[basicAuth](../README.md#basicAuth)
|
|
63
63
|
|
|
64
64
|
### HTTP request headers
|
|
65
65
|
|
|
@@ -73,7 +73,7 @@ Name | Type | Description | Notes
|
|
|
73
73
|
|
|
74
74
|
List update records
|
|
75
75
|
|
|
76
|
-
Define endpoint name which will appear in the API endpoint for this content type. For example:: http://pulp.example.com/pulp/api/v3/content/rpm/advisories/ Also specify queryset and serializer for UpdateRecord.
|
|
76
|
+
A ViewSet for UpdateRecord. Define endpoint name which will appear in the API endpoint for this content type. For example:: http://pulp.example.com/pulp/api/v3/content/rpm/advisories/ Also specify queryset and serializer for UpdateRecord.
|
|
77
77
|
|
|
78
78
|
### Example
|
|
79
79
|
|
|
@@ -82,30 +82,30 @@ Define endpoint name which will appear in the API endpoint for this content type
|
|
|
82
82
|
require 'pulp_rpm_client'
|
|
83
83
|
# setup authorization
|
|
84
84
|
PulpRpmClient.configure do |config|
|
|
85
|
-
# Configure HTTP basic authorization:
|
|
85
|
+
# Configure HTTP basic authorization: basicAuth
|
|
86
86
|
config.username = 'YOUR USERNAME'
|
|
87
87
|
config.password = 'YOUR PASSWORD'
|
|
88
88
|
end
|
|
89
89
|
|
|
90
90
|
api_instance = PulpRpmClient::ContentAdvisoriesApi.new
|
|
91
91
|
opts = {
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
id__in: 'id__in_example', # String | Filter results where id is in a comma-separated list of values
|
|
95
|
-
status: 'status_example', # String | Filter results where status matches value
|
|
96
|
-
status__in: 'status__in_example', # String | Filter results where status is in a comma-separated list of values
|
|
97
|
-
status__ne: 'status__ne_example', # String | Filter results where status not equal to value
|
|
98
|
-
severity: 'severity_example', # String | Filter results where severity matches value
|
|
99
|
-
severity__in: 'severity__in_example', # String | Filter results where severity is in a comma-separated list of values
|
|
100
|
-
severity__ne: 'severity__ne_example', # String | Filter results where severity not equal to value
|
|
101
|
-
type: 'type_example', # String | Filter results where type matches value
|
|
102
|
-
type__in: 'type__in_example', # String | Filter results where type is in a comma-separated list of values
|
|
103
|
-
type__ne: 'type__ne_example', # String | Filter results where type not equal to value
|
|
104
|
-
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
|
105
|
-
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
|
106
|
-
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
|
92
|
+
id: 'id_example', # String | id
|
|
93
|
+
id__in: 'id__in_example', # String | id__in
|
|
107
94
|
limit: 56, # Integer | Number of results to return per page.
|
|
108
95
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
96
|
+
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
|
97
|
+
repository_version: 'repository_version_example', # String | repository_version
|
|
98
|
+
repository_version_added: 'repository_version_added_example', # String | repository_version_added
|
|
99
|
+
repository_version_removed: 'repository_version_removed_example', # String | repository_version_removed
|
|
100
|
+
severity: 'severity_example', # String | severity
|
|
101
|
+
severity__in: 'severity__in_example', # String | severity__in
|
|
102
|
+
severity__ne: 'severity__ne_example', # String | severity__ne
|
|
103
|
+
status: 'status_example', # String | status
|
|
104
|
+
status__in: 'status__in_example', # String | status__in
|
|
105
|
+
status__ne: 'status__ne_example', # String | status__ne
|
|
106
|
+
type: 'type_example', # String | type
|
|
107
|
+
type__in: 'type__in_example', # String | type__in
|
|
108
|
+
type__ne: 'type__ne_example', # String | type__ne
|
|
109
109
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
110
110
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
111
111
|
}
|
|
@@ -124,23 +124,23 @@ end
|
|
|
124
124
|
|
|
125
125
|
Name | Type | Description | Notes
|
|
126
126
|
------------- | ------------- | ------------- | -------------
|
|
127
|
-
**
|
|
128
|
-
**
|
|
129
|
-
**id__in** | **String**| Filter results where id is in a comma-separated list of values | [optional]
|
|
130
|
-
**status** | **String**| Filter results where status matches value | [optional]
|
|
131
|
-
**status__in** | **String**| Filter results where status is in a comma-separated list of values | [optional]
|
|
132
|
-
**status__ne** | **String**| Filter results where status not equal to value | [optional]
|
|
133
|
-
**severity** | **String**| Filter results where severity matches value | [optional]
|
|
134
|
-
**severity__in** | **String**| Filter results where severity is in a comma-separated list of values | [optional]
|
|
135
|
-
**severity__ne** | **String**| Filter results where severity not equal to value | [optional]
|
|
136
|
-
**type** | **String**| Filter results where type matches value | [optional]
|
|
137
|
-
**type__in** | **String**| Filter results where type is in a comma-separated list of values | [optional]
|
|
138
|
-
**type__ne** | **String**| Filter results where type not equal to value | [optional]
|
|
139
|
-
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
|
140
|
-
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
|
141
|
-
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
|
127
|
+
**id** | **String**| id | [optional]
|
|
128
|
+
**id__in** | **String**| id__in | [optional]
|
|
142
129
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
|
143
130
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
131
|
+
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
|
132
|
+
**repository_version** | **String**| repository_version | [optional]
|
|
133
|
+
**repository_version_added** | **String**| repository_version_added | [optional]
|
|
134
|
+
**repository_version_removed** | **String**| repository_version_removed | [optional]
|
|
135
|
+
**severity** | **String**| severity | [optional]
|
|
136
|
+
**severity__in** | **String**| severity__in | [optional]
|
|
137
|
+
**severity__ne** | **String**| severity__ne | [optional]
|
|
138
|
+
**status** | **String**| status | [optional]
|
|
139
|
+
**status__in** | **String**| status__in | [optional]
|
|
140
|
+
**status__ne** | **String**| status__ne | [optional]
|
|
141
|
+
**type** | **String**| type | [optional]
|
|
142
|
+
**type__in** | **String**| type__in | [optional]
|
|
143
|
+
**type__ne** | **String**| type__ne | [optional]
|
|
144
144
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
|
145
145
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
|
146
146
|
|
|
@@ -150,7 +150,7 @@ Name | Type | Description | Notes
|
|
|
150
150
|
|
|
151
151
|
### Authorization
|
|
152
152
|
|
|
153
|
-
[
|
|
153
|
+
[basicAuth](../README.md#basicAuth)
|
|
154
154
|
|
|
155
155
|
### HTTP request headers
|
|
156
156
|
|
|
@@ -160,11 +160,11 @@ Name | Type | Description | Notes
|
|
|
160
160
|
|
|
161
161
|
## read
|
|
162
162
|
|
|
163
|
-
>
|
|
163
|
+
> RpmUpdateRecordResponse read(rpm_update_record_href, opts)
|
|
164
164
|
|
|
165
165
|
Inspect an update record
|
|
166
166
|
|
|
167
|
-
Define endpoint name which will appear in the API endpoint for this content type. For example:: http://pulp.example.com/pulp/api/v3/content/rpm/advisories/ Also specify queryset and serializer for UpdateRecord.
|
|
167
|
+
A ViewSet for UpdateRecord. Define endpoint name which will appear in the API endpoint for this content type. For example:: http://pulp.example.com/pulp/api/v3/content/rpm/advisories/ Also specify queryset and serializer for UpdateRecord.
|
|
168
168
|
|
|
169
169
|
### Example
|
|
170
170
|
|
|
@@ -173,13 +173,13 @@ Define endpoint name which will appear in the API endpoint for this content type
|
|
|
173
173
|
require 'pulp_rpm_client'
|
|
174
174
|
# setup authorization
|
|
175
175
|
PulpRpmClient.configure do |config|
|
|
176
|
-
# Configure HTTP basic authorization:
|
|
176
|
+
# Configure HTTP basic authorization: basicAuth
|
|
177
177
|
config.username = 'YOUR USERNAME'
|
|
178
178
|
config.password = 'YOUR PASSWORD'
|
|
179
179
|
end
|
|
180
180
|
|
|
181
181
|
api_instance = PulpRpmClient::ContentAdvisoriesApi.new
|
|
182
|
-
|
|
182
|
+
rpm_update_record_href = 'rpm_update_record_href_example' # String |
|
|
183
183
|
opts = {
|
|
184
184
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
185
185
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
@@ -187,7 +187,7 @@ opts = {
|
|
|
187
187
|
|
|
188
188
|
begin
|
|
189
189
|
#Inspect an update record
|
|
190
|
-
result = api_instance.read(
|
|
190
|
+
result = api_instance.read(rpm_update_record_href, opts)
|
|
191
191
|
p result
|
|
192
192
|
rescue PulpRpmClient::ApiError => e
|
|
193
193
|
puts "Exception when calling ContentAdvisoriesApi->read: #{e}"
|
|
@@ -199,17 +199,17 @@ end
|
|
|
199
199
|
|
|
200
200
|
Name | Type | Description | Notes
|
|
201
201
|
------------- | ------------- | ------------- | -------------
|
|
202
|
-
**
|
|
202
|
+
**rpm_update_record_href** | **String**| |
|
|
203
203
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
|
204
204
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
|
205
205
|
|
|
206
206
|
### Return type
|
|
207
207
|
|
|
208
|
-
[**
|
|
208
|
+
[**RpmUpdateRecordResponse**](RpmUpdateRecordResponse.md)
|
|
209
209
|
|
|
210
210
|
### Authorization
|
|
211
211
|
|
|
212
|
-
[
|
|
212
|
+
[basicAuth](../README.md#basicAuth)
|
|
213
213
|
|
|
214
214
|
### HTTP request headers
|
|
215
215
|
|