pulp_rpm_client 3.11.1 → 3.11.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +1 -1
- data/README.md +19 -20
- data/docs/ContentAdvisoriesApi.md +30 -30
- data/docs/ContentDistributionTreesApi.md +8 -8
- data/docs/ContentModulemdDefaultsApi.md +18 -18
- data/docs/ContentModulemdsApi.md +18 -18
- data/docs/ContentPackagecategoriesApi.md +8 -8
- data/docs/ContentPackageenvironmentsApi.md +8 -8
- data/docs/ContentPackagegroupsApi.md +8 -8
- data/docs/ContentPackagelangpacksApi.md +8 -8
- data/docs/ContentPackagesApi.md +50 -50
- data/docs/ContentRepoMetadataFilesApi.md +8 -8
- data/docs/ContentSummary.md +3 -3
- data/docs/ContentSummaryResponse.md +3 -3
- data/docs/DistributionsRpmApi.md +14 -22
- data/docs/{PaginatedrpmUpdateRecordResponseList.md → InlineResponse200.md} +4 -4
- data/docs/{PaginatedrpmDistributionTreeResponseList.md → InlineResponse2001.md} +4 -4
- data/docs/{PaginatedrpmRpmDistributionResponseList.md → InlineResponse20010.md} +4 -4
- data/docs/{PaginatedrpmRpmPublicationResponseList.md → InlineResponse20011.md} +4 -4
- data/docs/{PaginatedrpmRpmRemoteResponseList.md → InlineResponse20012.md} +4 -4
- data/docs/{PaginatedrpmRpmRepositoryResponseList.md → InlineResponse20013.md} +4 -4
- data/docs/{PaginatedRepositoryVersionResponseList.md → InlineResponse20014.md} +4 -4
- data/docs/{PaginatedrpmModulemdDefaultsResponseList.md → InlineResponse2002.md} +4 -4
- data/docs/{PaginatedrpmModulemdResponseList.md → InlineResponse2003.md} +4 -4
- data/docs/{PaginatedrpmPackageCategoryResponseList.md → InlineResponse2004.md} +4 -4
- data/docs/{PaginatedrpmPackageEnvironmentResponseList.md → InlineResponse2005.md} +4 -4
- data/docs/{PaginatedrpmPackageGroupResponseList.md → InlineResponse2006.md} +4 -4
- data/docs/{PaginatedrpmPackageLangpacksResponseList.md → InlineResponse2007.md} +4 -4
- data/docs/{PaginatedrpmPackageResponseList.md → InlineResponse2008.md} +4 -4
- data/docs/{PaginatedrpmRepoMetadataFileResponseList.md → InlineResponse2009.md} +4 -4
- data/docs/PatchedrpmRpmDistribution.md +0 -2
- data/docs/PatchedrpmRpmRemote.md +1 -19
- data/docs/PatchedrpmRpmRepository.md +1 -3
- data/docs/PublicationsRpmApi.md +16 -16
- data/docs/RemotesRpmApi.md +18 -26
- data/docs/RepositoriesRpmApi.md +6 -14
- data/docs/RepositoriesRpmVersionsApi.md +32 -32
- data/docs/RepositoryAddRemoveContent.md +2 -2
- data/docs/RpmRepositorySyncURL.md +1 -1
- data/docs/RpmRpmDistribution.md +0 -2
- data/docs/RpmRpmDistributionResponse.md +0 -2
- data/docs/RpmRpmRemote.md +1 -19
- data/docs/RpmRpmRemoteResponse.md +7 -15
- data/docs/RpmRpmRepository.md +1 -3
- data/docs/RpmRpmRepositoryResponse.md +0 -2
- data/lib/pulp_rpm_client/api/content_advisories_api.rb +36 -36
- data/lib/pulp_rpm_client/api/content_distribution_trees_api.rb +10 -10
- data/lib/pulp_rpm_client/api/content_modulemd_defaults_api.rb +22 -22
- data/lib/pulp_rpm_client/api/content_modulemds_api.rb +22 -22
- data/lib/pulp_rpm_client/api/content_packagecategories_api.rb +10 -10
- data/lib/pulp_rpm_client/api/content_packageenvironments_api.rb +10 -10
- data/lib/pulp_rpm_client/api/content_packagegroups_api.rb +10 -10
- data/lib/pulp_rpm_client/api/content_packagelangpacks_api.rb +10 -10
- data/lib/pulp_rpm_client/api/content_packages_api.rb +60 -60
- data/lib/pulp_rpm_client/api/content_repo_metadata_files_api.rb +10 -10
- data/lib/pulp_rpm_client/api/distributions_rpm_api.rb +18 -30
- data/lib/pulp_rpm_client/api/publications_rpm_api.rb +19 -19
- data/lib/pulp_rpm_client/api/remotes_rpm_api.rb +22 -34
- data/lib/pulp_rpm_client/api/repositories_rpm_api.rb +9 -21
- data/lib/pulp_rpm_client/api/repositories_rpm_versions_api.rb +38 -38
- data/lib/pulp_rpm_client/api/rpm_copy_api.rb +1 -1
- data/lib/pulp_rpm_client/api_client.rb +12 -8
- data/lib/pulp_rpm_client/api_error.rb +1 -1
- data/lib/pulp_rpm_client/configuration.rb +8 -1
- data/lib/pulp_rpm_client/models/addon_response.rb +1 -1
- data/lib/pulp_rpm_client/models/artifact_response.rb +1 -1
- data/lib/pulp_rpm_client/models/async_operation_response.rb +1 -1
- data/lib/pulp_rpm_client/models/checksum_response.rb +1 -1
- data/lib/pulp_rpm_client/models/content_summary.rb +7 -13
- data/lib/pulp_rpm_client/models/content_summary_response.rb +7 -13
- data/lib/pulp_rpm_client/models/copy.rb +1 -1
- data/lib/pulp_rpm_client/models/image_response.rb +1 -1
- data/lib/pulp_rpm_client/models/{paginatedrpm_update_record_response_list.rb → inline_response200.rb} +4 -4
- data/lib/pulp_rpm_client/models/{paginatedrpm_distribution_tree_response_list.rb → inline_response2001.rb} +4 -4
- data/lib/pulp_rpm_client/models/{paginatedrpm_rpm_distribution_response_list.rb → inline_response20010.rb} +4 -4
- data/lib/pulp_rpm_client/models/{paginatedrpm_rpm_publication_response_list.rb → inline_response20011.rb} +4 -4
- data/lib/pulp_rpm_client/models/{paginatedrpm_rpm_remote_response_list.rb → inline_response20012.rb} +4 -4
- data/lib/pulp_rpm_client/models/{paginatedrpm_rpm_repository_response_list.rb → inline_response20013.rb} +4 -4
- data/lib/pulp_rpm_client/models/{paginated_repository_version_response_list.rb → inline_response20014.rb} +4 -4
- data/lib/pulp_rpm_client/models/{paginatedrpm_modulemd_defaults_response_list.rb → inline_response2002.rb} +4 -4
- data/lib/pulp_rpm_client/models/{paginatedrpm_modulemd_response_list.rb → inline_response2003.rb} +4 -4
- data/lib/pulp_rpm_client/models/{paginatedrpm_package_category_response_list.rb → inline_response2004.rb} +4 -4
- data/lib/pulp_rpm_client/models/{paginatedrpm_package_environment_response_list.rb → inline_response2005.rb} +4 -4
- data/lib/pulp_rpm_client/models/{paginatedrpm_package_group_response_list.rb → inline_response2006.rb} +4 -4
- data/lib/pulp_rpm_client/models/{paginatedrpm_package_langpacks_response_list.rb → inline_response2007.rb} +4 -4
- data/lib/pulp_rpm_client/models/{paginatedrpm_package_response_list.rb → inline_response2008.rb} +4 -4
- data/lib/pulp_rpm_client/models/{paginatedrpm_repo_metadata_file_response_list.rb → inline_response2009.rb} +4 -4
- data/lib/pulp_rpm_client/models/metadata_checksum_type_enum.rb +1 -1
- data/lib/pulp_rpm_client/models/package_checksum_type_enum.rb +1 -1
- data/lib/pulp_rpm_client/models/patchedrpm_rpm_distribution.rb +2 -11
- data/lib/pulp_rpm_client/models/patchedrpm_rpm_remote.rb +3 -161
- data/lib/pulp_rpm_client/models/patchedrpm_rpm_repository.rb +2 -11
- data/lib/pulp_rpm_client/models/policy_enum.rb +1 -1
- data/lib/pulp_rpm_client/models/repository_add_remove_content.rb +3 -3
- data/lib/pulp_rpm_client/models/repository_version.rb +1 -1
- data/lib/pulp_rpm_client/models/repository_version_response.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_distribution_tree_response.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_modulemd.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_modulemd_defaults.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_modulemd_defaults_response.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_modulemd_response.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_package.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_package_category_response.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_package_environment_response.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_package_group_response.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_package_langpacks_response.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_package_response.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_repo_metadata_file_response.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_repository_sync_url.rb +2 -2
- data/lib/pulp_rpm_client/models/rpm_rpm_distribution.rb +2 -11
- data/lib/pulp_rpm_client/models/rpm_rpm_distribution_response.rb +2 -11
- data/lib/pulp_rpm_client/models/rpm_rpm_publication.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_rpm_publication_response.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_rpm_remote.rb +3 -161
- data/lib/pulp_rpm_client/models/rpm_rpm_remote_response.rb +33 -136
- data/lib/pulp_rpm_client/models/rpm_rpm_repository.rb +2 -11
- data/lib/pulp_rpm_client/models/rpm_rpm_repository_response.rb +2 -11
- data/lib/pulp_rpm_client/models/rpm_update_collection.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_update_collection_response.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_update_record.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_update_record_response.rb +1 -1
- data/lib/pulp_rpm_client/models/variant_response.rb +1 -1
- data/lib/pulp_rpm_client/version.rb +2 -2
- data/lib/pulp_rpm_client.rb +16 -17
- data/pulp_rpm_client.gemspec +1 -1
- data/spec/api/content_advisories_api_spec.rb +16 -16
- data/spec/api/content_distribution_trees_api_spec.rb +5 -5
- data/spec/api/content_modulemd_defaults_api_spec.rb +10 -10
- data/spec/api/content_modulemds_api_spec.rb +10 -10
- data/spec/api/content_packagecategories_api_spec.rb +5 -5
- data/spec/api/content_packageenvironments_api_spec.rb +5 -5
- data/spec/api/content_packagegroups_api_spec.rb +5 -5
- data/spec/api/content_packagelangpacks_api_spec.rb +5 -5
- data/spec/api/content_packages_api_spec.rb +26 -26
- data/spec/api/content_repo_metadata_files_api_spec.rb +5 -5
- data/spec/api/distributions_rpm_api_spec.rb +8 -12
- data/spec/api/publications_rpm_api_spec.rb +9 -9
- data/spec/api/remotes_rpm_api_spec.rb +10 -14
- data/spec/api/repositories_rpm_api_spec.rb +4 -8
- data/spec/api/repositories_rpm_versions_api_spec.rb +18 -18
- data/spec/api/rpm_copy_api_spec.rb +1 -1
- data/spec/api_client_spec.rb +2 -2
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/addon_response_spec.rb +1 -1
- data/spec/models/artifact_response_spec.rb +1 -1
- data/spec/models/async_operation_response_spec.rb +1 -1
- data/spec/models/checksum_response_spec.rb +1 -1
- data/spec/models/content_summary_response_spec.rb +1 -1
- data/spec/models/content_summary_spec.rb +1 -1
- data/spec/models/copy_spec.rb +1 -1
- data/spec/models/image_response_spec.rb +1 -1
- data/spec/models/{paginatedrpm_package_response_list_spec.rb → inline_response20010_spec.rb} +7 -7
- data/spec/models/{paginatedrpm_modulemd_response_list_spec.rb → inline_response20011_spec.rb} +7 -7
- data/spec/models/{paginatedrpm_rpm_remote_response_list_spec.rb → inline_response20012_spec.rb} +7 -7
- data/spec/models/{paginatedrpm_package_group_response_list_spec.rb → inline_response20013_spec.rb} +7 -7
- data/spec/models/inline_response20014_spec.rb +59 -0
- data/spec/models/inline_response2001_spec.rb +59 -0
- data/spec/models/inline_response2002_spec.rb +59 -0
- data/spec/models/inline_response2003_spec.rb +59 -0
- data/spec/models/inline_response2004_spec.rb +59 -0
- data/spec/models/inline_response2005_spec.rb +59 -0
- data/spec/models/inline_response2006_spec.rb +59 -0
- data/spec/models/inline_response2007_spec.rb +59 -0
- data/spec/models/inline_response2008_spec.rb +59 -0
- data/spec/models/inline_response2009_spec.rb +59 -0
- data/spec/models/inline_response200_spec.rb +59 -0
- data/spec/models/metadata_checksum_type_enum_spec.rb +1 -1
- data/spec/models/package_checksum_type_enum_spec.rb +1 -1
- data/spec/models/patchedrpm_rpm_distribution_spec.rb +1 -7
- data/spec/models/patchedrpm_rpm_remote_spec.rb +1 -55
- data/spec/models/patchedrpm_rpm_repository_spec.rb +1 -7
- data/spec/models/policy_enum_spec.rb +1 -1
- data/spec/models/repository_add_remove_content_spec.rb +1 -1
- data/spec/models/repository_version_response_spec.rb +1 -1
- data/spec/models/repository_version_spec.rb +1 -1
- data/spec/models/rpm_distribution_tree_response_spec.rb +1 -1
- data/spec/models/rpm_modulemd_defaults_response_spec.rb +1 -1
- data/spec/models/rpm_modulemd_defaults_spec.rb +1 -1
- data/spec/models/rpm_modulemd_response_spec.rb +1 -1
- data/spec/models/rpm_modulemd_spec.rb +1 -1
- data/spec/models/rpm_package_category_response_spec.rb +1 -1
- data/spec/models/rpm_package_environment_response_spec.rb +1 -1
- data/spec/models/rpm_package_group_response_spec.rb +1 -1
- data/spec/models/rpm_package_langpacks_response_spec.rb +1 -1
- data/spec/models/rpm_package_response_spec.rb +1 -1
- data/spec/models/rpm_package_spec.rb +1 -1
- data/spec/models/rpm_repo_metadata_file_response_spec.rb +1 -1
- data/spec/models/rpm_repository_sync_url_spec.rb +1 -1
- data/spec/models/rpm_rpm_distribution_response_spec.rb +1 -7
- data/spec/models/rpm_rpm_distribution_spec.rb +1 -7
- data/spec/models/rpm_rpm_publication_response_spec.rb +1 -1
- data/spec/models/rpm_rpm_publication_spec.rb +1 -1
- data/spec/models/rpm_rpm_remote_response_spec.rb +9 -33
- data/spec/models/rpm_rpm_remote_spec.rb +1 -55
- data/spec/models/rpm_rpm_repository_response_spec.rb +1 -7
- data/spec/models/rpm_rpm_repository_spec.rb +1 -7
- data/spec/models/rpm_update_collection_response_spec.rb +1 -1
- data/spec/models/rpm_update_collection_spec.rb +1 -1
- data/spec/models/rpm_update_record_response_spec.rb +1 -1
- data/spec/models/rpm_update_record_spec.rb +1 -1
- data/spec/models/variant_response_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- metadata +104 -108
- data/docs/SkipTypesEnum.md +0 -16
- data/lib/pulp_rpm_client/models/skip_types_enum.rb +0 -35
- data/spec/models/paginated_repository_version_response_list_spec.rb +0 -59
- data/spec/models/paginatedrpm_distribution_tree_response_list_spec.rb +0 -59
- data/spec/models/paginatedrpm_modulemd_defaults_response_list_spec.rb +0 -59
- data/spec/models/paginatedrpm_package_category_response_list_spec.rb +0 -59
- data/spec/models/paginatedrpm_package_environment_response_list_spec.rb +0 -59
- data/spec/models/paginatedrpm_package_langpacks_response_list_spec.rb +0 -59
- data/spec/models/paginatedrpm_repo_metadata_file_response_list_spec.rb +0 -59
- data/spec/models/paginatedrpm_rpm_distribution_response_list_spec.rb +0 -59
- data/spec/models/paginatedrpm_rpm_publication_response_list_spec.rb +0 -59
- data/spec/models/paginatedrpm_rpm_repository_response_list_spec.rb +0 -59
- data/spec/models/paginatedrpm_update_record_response_list_spec.rb +0 -59
- data/spec/models/skip_types_enum_spec.rb +0 -35
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e680dbdd243e9b3acadd69e614a349bd7d059a1ad6486e55764adc284a1bee25
|
4
|
+
data.tar.gz: e0ab559424d8b124df18c0a0a2e84de1306c2b7402bd4d0c2038d4f7b05265a7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f8917eb1bcab3a893dd2bc503f52235c1ed6c70f8002c73a2df99d9fdd02af63663ee78ffd38995dab4f5d5de2d759d03237774ca218f360fe78893fbfce8e3e
|
7
|
+
data.tar.gz: 0ac30ba252dc196a2ee24aecb2119255deb1842f6c315eb5e1b37b3cf5db8614bdd6e74b61800107ed5d768ff250287daf7911e51f038cd9671d3d84aee46850
|
data/Gemfile
CHANGED
data/README.md
CHANGED
@@ -7,7 +7,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
|
|
7
7
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
8
8
|
|
9
9
|
- API version: v3
|
10
|
-
- Package version: 3.11.
|
10
|
+
- Package version: 3.11.2
|
11
11
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
12
12
|
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
|
13
13
|
|
@@ -24,16 +24,16 @@ gem build pulp_rpm_client.gemspec
|
|
24
24
|
Then either install the gem locally:
|
25
25
|
|
26
26
|
```shell
|
27
|
-
gem install ./pulp_rpm_client-3.11.
|
27
|
+
gem install ./pulp_rpm_client-3.11.2.gem
|
28
28
|
```
|
29
29
|
|
30
|
-
(for development, run `gem install --dev ./pulp_rpm_client-3.11.
|
30
|
+
(for development, run `gem install --dev ./pulp_rpm_client-3.11.2.gem` to install the development dependencies)
|
31
31
|
|
32
32
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
33
33
|
|
34
34
|
Finally add this to the Gemfile:
|
35
35
|
|
36
|
-
gem 'pulp_rpm_client', '~> 3.11.
|
36
|
+
gem 'pulp_rpm_client', '~> 3.11.2'
|
37
37
|
|
38
38
|
### Install from Git
|
39
39
|
|
@@ -151,23 +151,23 @@ Class | Method | HTTP request | Description
|
|
151
151
|
- [PulpRpmClient::ContentSummaryResponse](docs/ContentSummaryResponse.md)
|
152
152
|
- [PulpRpmClient::Copy](docs/Copy.md)
|
153
153
|
- [PulpRpmClient::ImageResponse](docs/ImageResponse.md)
|
154
|
+
- [PulpRpmClient::InlineResponse200](docs/InlineResponse200.md)
|
155
|
+
- [PulpRpmClient::InlineResponse2001](docs/InlineResponse2001.md)
|
156
|
+
- [PulpRpmClient::InlineResponse20010](docs/InlineResponse20010.md)
|
157
|
+
- [PulpRpmClient::InlineResponse20011](docs/InlineResponse20011.md)
|
158
|
+
- [PulpRpmClient::InlineResponse20012](docs/InlineResponse20012.md)
|
159
|
+
- [PulpRpmClient::InlineResponse20013](docs/InlineResponse20013.md)
|
160
|
+
- [PulpRpmClient::InlineResponse20014](docs/InlineResponse20014.md)
|
161
|
+
- [PulpRpmClient::InlineResponse2002](docs/InlineResponse2002.md)
|
162
|
+
- [PulpRpmClient::InlineResponse2003](docs/InlineResponse2003.md)
|
163
|
+
- [PulpRpmClient::InlineResponse2004](docs/InlineResponse2004.md)
|
164
|
+
- [PulpRpmClient::InlineResponse2005](docs/InlineResponse2005.md)
|
165
|
+
- [PulpRpmClient::InlineResponse2006](docs/InlineResponse2006.md)
|
166
|
+
- [PulpRpmClient::InlineResponse2007](docs/InlineResponse2007.md)
|
167
|
+
- [PulpRpmClient::InlineResponse2008](docs/InlineResponse2008.md)
|
168
|
+
- [PulpRpmClient::InlineResponse2009](docs/InlineResponse2009.md)
|
154
169
|
- [PulpRpmClient::MetadataChecksumTypeEnum](docs/MetadataChecksumTypeEnum.md)
|
155
170
|
- [PulpRpmClient::PackageChecksumTypeEnum](docs/PackageChecksumTypeEnum.md)
|
156
|
-
- [PulpRpmClient::PaginatedRepositoryVersionResponseList](docs/PaginatedRepositoryVersionResponseList.md)
|
157
|
-
- [PulpRpmClient::PaginatedrpmDistributionTreeResponseList](docs/PaginatedrpmDistributionTreeResponseList.md)
|
158
|
-
- [PulpRpmClient::PaginatedrpmModulemdDefaultsResponseList](docs/PaginatedrpmModulemdDefaultsResponseList.md)
|
159
|
-
- [PulpRpmClient::PaginatedrpmModulemdResponseList](docs/PaginatedrpmModulemdResponseList.md)
|
160
|
-
- [PulpRpmClient::PaginatedrpmPackageCategoryResponseList](docs/PaginatedrpmPackageCategoryResponseList.md)
|
161
|
-
- [PulpRpmClient::PaginatedrpmPackageEnvironmentResponseList](docs/PaginatedrpmPackageEnvironmentResponseList.md)
|
162
|
-
- [PulpRpmClient::PaginatedrpmPackageGroupResponseList](docs/PaginatedrpmPackageGroupResponseList.md)
|
163
|
-
- [PulpRpmClient::PaginatedrpmPackageLangpacksResponseList](docs/PaginatedrpmPackageLangpacksResponseList.md)
|
164
|
-
- [PulpRpmClient::PaginatedrpmPackageResponseList](docs/PaginatedrpmPackageResponseList.md)
|
165
|
-
- [PulpRpmClient::PaginatedrpmRepoMetadataFileResponseList](docs/PaginatedrpmRepoMetadataFileResponseList.md)
|
166
|
-
- [PulpRpmClient::PaginatedrpmRpmDistributionResponseList](docs/PaginatedrpmRpmDistributionResponseList.md)
|
167
|
-
- [PulpRpmClient::PaginatedrpmRpmPublicationResponseList](docs/PaginatedrpmRpmPublicationResponseList.md)
|
168
|
-
- [PulpRpmClient::PaginatedrpmRpmRemoteResponseList](docs/PaginatedrpmRpmRemoteResponseList.md)
|
169
|
-
- [PulpRpmClient::PaginatedrpmRpmRepositoryResponseList](docs/PaginatedrpmRpmRepositoryResponseList.md)
|
170
|
-
- [PulpRpmClient::PaginatedrpmUpdateRecordResponseList](docs/PaginatedrpmUpdateRecordResponseList.md)
|
171
171
|
- [PulpRpmClient::PatchedrpmRpmDistribution](docs/PatchedrpmRpmDistribution.md)
|
172
172
|
- [PulpRpmClient::PatchedrpmRpmRemote](docs/PatchedrpmRpmRemote.md)
|
173
173
|
- [PulpRpmClient::PatchedrpmRpmRepository](docs/PatchedrpmRpmRepository.md)
|
@@ -200,7 +200,6 @@ Class | Method | HTTP request | Description
|
|
200
200
|
- [PulpRpmClient::RpmUpdateCollectionResponse](docs/RpmUpdateCollectionResponse.md)
|
201
201
|
- [PulpRpmClient::RpmUpdateRecord](docs/RpmUpdateRecord.md)
|
202
202
|
- [PulpRpmClient::RpmUpdateRecordResponse](docs/RpmUpdateRecordResponse.md)
|
203
|
-
- [PulpRpmClient::SkipTypesEnum](docs/SkipTypesEnum.md)
|
204
203
|
- [PulpRpmClient::VariantResponse](docs/VariantResponse.md)
|
205
204
|
|
206
205
|
|
@@ -69,7 +69,7 @@ Name | Type | Description | Notes
|
|
69
69
|
|
70
70
|
## list
|
71
71
|
|
72
|
-
>
|
72
|
+
> InlineResponse200 list(opts)
|
73
73
|
|
74
74
|
List update records
|
75
75
|
|
@@ -89,23 +89,23 @@ end
|
|
89
89
|
|
90
90
|
api_instance = PulpRpmClient::ContentAdvisoriesApi.new
|
91
91
|
opts = {
|
92
|
-
id: 'id_example', # String |
|
93
|
-
id__in:
|
92
|
+
id: 'id_example', # String | id
|
93
|
+
id__in: 'id__in_example', # String | id__in
|
94
94
|
limit: 56, # Integer | Number of results to return per page.
|
95
95
|
offset: 56, # Integer | The initial index from which to return the results.
|
96
96
|
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
97
|
-
repository_version: 'repository_version_example', # String |
|
98
|
-
repository_version_added: 'repository_version_added_example', # String |
|
99
|
-
repository_version_removed: 'repository_version_removed_example', # String |
|
100
|
-
severity: 'severity_example', # String |
|
101
|
-
severity__in:
|
102
|
-
severity__ne: 'severity__ne_example', # String |
|
103
|
-
status: 'status_example', # String |
|
104
|
-
status__in:
|
105
|
-
status__ne: 'status__ne_example', # String |
|
106
|
-
type: 'type_example', # String |
|
107
|
-
type__in:
|
108
|
-
type__ne: 'type__ne_example', # String |
|
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,29 +124,29 @@ end
|
|
124
124
|
|
125
125
|
Name | Type | Description | Notes
|
126
126
|
------------- | ------------- | ------------- | -------------
|
127
|
-
**id** | **String**|
|
128
|
-
**id__in** |
|
127
|
+
**id** | **String**| id | [optional]
|
128
|
+
**id__in** | **String**| id__in | [optional]
|
129
129
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
130
130
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
131
131
|
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
132
|
-
**repository_version** | **String**|
|
133
|
-
**repository_version_added** | **String**|
|
134
|
-
**repository_version_removed** | **String**|
|
135
|
-
**severity** | **String**|
|
136
|
-
**severity__in** |
|
137
|
-
**severity__ne** | **String**|
|
138
|
-
**status** | **String**|
|
139
|
-
**status__in** |
|
140
|
-
**status__ne** | **String**|
|
141
|
-
**type** | **String**|
|
142
|
-
**type__in** |
|
143
|
-
**type__ne** | **String**|
|
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
|
|
147
147
|
### Return type
|
148
148
|
|
149
|
-
[**
|
149
|
+
[**InlineResponse200**](InlineResponse200.md)
|
150
150
|
|
151
151
|
### Authorization
|
152
152
|
|
@@ -11,7 +11,7 @@ Method | HTTP request | Description
|
|
11
11
|
|
12
12
|
## list
|
13
13
|
|
14
|
-
>
|
14
|
+
> InlineResponse2001 list(opts)
|
15
15
|
|
16
16
|
List distribution trees
|
17
17
|
|
@@ -34,9 +34,9 @@ opts = {
|
|
34
34
|
limit: 56, # Integer | Number of results to return per page.
|
35
35
|
offset: 56, # Integer | The initial index from which to return the results.
|
36
36
|
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
37
|
-
repository_version: 'repository_version_example', # String |
|
38
|
-
repository_version_added: 'repository_version_added_example', # String |
|
39
|
-
repository_version_removed: 'repository_version_removed_example', # String |
|
37
|
+
repository_version: 'repository_version_example', # String | repository_version
|
38
|
+
repository_version_added: 'repository_version_added_example', # String | repository_version_added
|
39
|
+
repository_version_removed: 'repository_version_removed_example', # String | repository_version_removed
|
40
40
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
41
41
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
42
42
|
}
|
@@ -58,15 +58,15 @@ Name | Type | Description | Notes
|
|
58
58
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
59
59
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
60
60
|
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
61
|
-
**repository_version** | **String**|
|
62
|
-
**repository_version_added** | **String**|
|
63
|
-
**repository_version_removed** | **String**|
|
61
|
+
**repository_version** | **String**| repository_version | [optional]
|
62
|
+
**repository_version_added** | **String**| repository_version_added | [optional]
|
63
|
+
**repository_version_removed** | **String**| repository_version_removed | [optional]
|
64
64
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
65
65
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
66
66
|
|
67
67
|
### Return type
|
68
68
|
|
69
|
-
[**
|
69
|
+
[**InlineResponse2001**](InlineResponse2001.md)
|
70
70
|
|
71
71
|
### Authorization
|
72
72
|
|
@@ -79,7 +79,7 @@ Name | Type | Description | Notes
|
|
79
79
|
|
80
80
|
## list
|
81
81
|
|
82
|
-
>
|
82
|
+
> InlineResponse2002 list(opts)
|
83
83
|
|
84
84
|
List modulemd defaultss
|
85
85
|
|
@@ -100,16 +100,16 @@ end
|
|
100
100
|
api_instance = PulpRpmClient::ContentModulemdDefaultsApi.new
|
101
101
|
opts = {
|
102
102
|
limit: 56, # Integer | Number of results to return per page.
|
103
|
-
_module: '_module_example', # String |
|
104
|
-
module__in:
|
103
|
+
_module: '_module_example', # String | module
|
104
|
+
module__in: 'module__in_example', # String | module__in
|
105
105
|
offset: 56, # Integer | The initial index from which to return the results.
|
106
106
|
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
107
|
-
repository_version: 'repository_version_example', # String |
|
108
|
-
repository_version_added: 'repository_version_added_example', # String |
|
109
|
-
repository_version_removed: 'repository_version_removed_example', # String |
|
110
|
-
sha256: 'sha256_example', # String |
|
111
|
-
stream: 'stream_example', # String |
|
112
|
-
stream__in:
|
107
|
+
repository_version: 'repository_version_example', # String | repository_version
|
108
|
+
repository_version_added: 'repository_version_added_example', # String | repository_version_added
|
109
|
+
repository_version_removed: 'repository_version_removed_example', # String | repository_version_removed
|
110
|
+
sha256: 'sha256_example', # String | sha256
|
111
|
+
stream: 'stream_example', # String | stream
|
112
|
+
stream__in: 'stream__in_example', # String | stream__in
|
113
113
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
114
114
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
115
115
|
}
|
@@ -129,22 +129,22 @@ end
|
|
129
129
|
Name | Type | Description | Notes
|
130
130
|
------------- | ------------- | ------------- | -------------
|
131
131
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
132
|
-
**_module** | **String**|
|
133
|
-
**module__in** |
|
132
|
+
**_module** | **String**| module | [optional]
|
133
|
+
**module__in** | **String**| module__in | [optional]
|
134
134
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
135
135
|
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
136
|
-
**repository_version** | **String**|
|
137
|
-
**repository_version_added** | **String**|
|
138
|
-
**repository_version_removed** | **String**|
|
139
|
-
**sha256** | **String**|
|
140
|
-
**stream** | **String**|
|
141
|
-
**stream__in** |
|
136
|
+
**repository_version** | **String**| repository_version | [optional]
|
137
|
+
**repository_version_added** | **String**| repository_version_added | [optional]
|
138
|
+
**repository_version_removed** | **String**| repository_version_removed | [optional]
|
139
|
+
**sha256** | **String**| sha256 | [optional]
|
140
|
+
**stream** | **String**| stream | [optional]
|
141
|
+
**stream__in** | **String**| stream__in | [optional]
|
142
142
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
143
143
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
144
144
|
|
145
145
|
### Return type
|
146
146
|
|
147
|
-
[**
|
147
|
+
[**InlineResponse2002**](InlineResponse2002.md)
|
148
148
|
|
149
149
|
### Authorization
|
150
150
|
|
data/docs/ContentModulemdsApi.md
CHANGED
@@ -91,7 +91,7 @@ Name | Type | Description | Notes
|
|
91
91
|
|
92
92
|
## list
|
93
93
|
|
94
|
-
>
|
94
|
+
> InlineResponse2003 list(opts)
|
95
95
|
|
96
96
|
List modulemds
|
97
97
|
|
@@ -112,16 +112,16 @@ end
|
|
112
112
|
api_instance = PulpRpmClient::ContentModulemdsApi.new
|
113
113
|
opts = {
|
114
114
|
limit: 56, # Integer | Number of results to return per page.
|
115
|
-
name: 'name_example', # String |
|
116
|
-
name__in:
|
115
|
+
name: 'name_example', # String | name
|
116
|
+
name__in: 'name__in_example', # String | name__in
|
117
117
|
offset: 56, # Integer | The initial index from which to return the results.
|
118
118
|
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
119
|
-
repository_version: 'repository_version_example', # String |
|
120
|
-
repository_version_added: 'repository_version_added_example', # String |
|
121
|
-
repository_version_removed: 'repository_version_removed_example', # String |
|
122
|
-
sha256: 'sha256_example', # String |
|
123
|
-
stream: 'stream_example', # String |
|
124
|
-
stream__in:
|
119
|
+
repository_version: 'repository_version_example', # String | repository_version
|
120
|
+
repository_version_added: 'repository_version_added_example', # String | repository_version_added
|
121
|
+
repository_version_removed: 'repository_version_removed_example', # String | repository_version_removed
|
122
|
+
sha256: 'sha256_example', # String | sha256
|
123
|
+
stream: 'stream_example', # String | stream
|
124
|
+
stream__in: 'stream__in_example', # String | stream__in
|
125
125
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
126
126
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
127
127
|
}
|
@@ -141,22 +141,22 @@ end
|
|
141
141
|
Name | Type | Description | Notes
|
142
142
|
------------- | ------------- | ------------- | -------------
|
143
143
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
144
|
-
**name** | **String**|
|
145
|
-
**name__in** |
|
144
|
+
**name** | **String**| name | [optional]
|
145
|
+
**name__in** | **String**| name__in | [optional]
|
146
146
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
147
147
|
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
148
|
-
**repository_version** | **String**|
|
149
|
-
**repository_version_added** | **String**|
|
150
|
-
**repository_version_removed** | **String**|
|
151
|
-
**sha256** | **String**|
|
152
|
-
**stream** | **String**|
|
153
|
-
**stream__in** |
|
148
|
+
**repository_version** | **String**| repository_version | [optional]
|
149
|
+
**repository_version_added** | **String**| repository_version_added | [optional]
|
150
|
+
**repository_version_removed** | **String**| repository_version_removed | [optional]
|
151
|
+
**sha256** | **String**| sha256 | [optional]
|
152
|
+
**stream** | **String**| stream | [optional]
|
153
|
+
**stream__in** | **String**| stream__in | [optional]
|
154
154
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
155
155
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
156
156
|
|
157
157
|
### Return type
|
158
158
|
|
159
|
-
[**
|
159
|
+
[**InlineResponse2003**](InlineResponse2003.md)
|
160
160
|
|
161
161
|
### Authorization
|
162
162
|
|
@@ -11,7 +11,7 @@ Method | HTTP request | Description
|
|
11
11
|
|
12
12
|
## list
|
13
13
|
|
14
|
-
>
|
14
|
+
> InlineResponse2004 list(opts)
|
15
15
|
|
16
16
|
List package categorys
|
17
17
|
|
@@ -34,9 +34,9 @@ opts = {
|
|
34
34
|
limit: 56, # Integer | Number of results to return per page.
|
35
35
|
offset: 56, # Integer | The initial index from which to return the results.
|
36
36
|
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
37
|
-
repository_version: 'repository_version_example', # String |
|
38
|
-
repository_version_added: 'repository_version_added_example', # String |
|
39
|
-
repository_version_removed: 'repository_version_removed_example', # String |
|
37
|
+
repository_version: 'repository_version_example', # String | repository_version
|
38
|
+
repository_version_added: 'repository_version_added_example', # String | repository_version_added
|
39
|
+
repository_version_removed: 'repository_version_removed_example', # String | repository_version_removed
|
40
40
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
41
41
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
42
42
|
}
|
@@ -58,15 +58,15 @@ Name | Type | Description | Notes
|
|
58
58
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
59
59
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
60
60
|
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
61
|
-
**repository_version** | **String**|
|
62
|
-
**repository_version_added** | **String**|
|
63
|
-
**repository_version_removed** | **String**|
|
61
|
+
**repository_version** | **String**| repository_version | [optional]
|
62
|
+
**repository_version_added** | **String**| repository_version_added | [optional]
|
63
|
+
**repository_version_removed** | **String**| repository_version_removed | [optional]
|
64
64
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
65
65
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
66
66
|
|
67
67
|
### Return type
|
68
68
|
|
69
|
-
[**
|
69
|
+
[**InlineResponse2004**](InlineResponse2004.md)
|
70
70
|
|
71
71
|
### Authorization
|
72
72
|
|
@@ -11,7 +11,7 @@ Method | HTTP request | Description
|
|
11
11
|
|
12
12
|
## list
|
13
13
|
|
14
|
-
>
|
14
|
+
> InlineResponse2005 list(opts)
|
15
15
|
|
16
16
|
List package environments
|
17
17
|
|
@@ -34,9 +34,9 @@ opts = {
|
|
34
34
|
limit: 56, # Integer | Number of results to return per page.
|
35
35
|
offset: 56, # Integer | The initial index from which to return the results.
|
36
36
|
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
37
|
-
repository_version: 'repository_version_example', # String |
|
38
|
-
repository_version_added: 'repository_version_added_example', # String |
|
39
|
-
repository_version_removed: 'repository_version_removed_example', # String |
|
37
|
+
repository_version: 'repository_version_example', # String | repository_version
|
38
|
+
repository_version_added: 'repository_version_added_example', # String | repository_version_added
|
39
|
+
repository_version_removed: 'repository_version_removed_example', # String | repository_version_removed
|
40
40
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
41
41
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
42
42
|
}
|
@@ -58,15 +58,15 @@ Name | Type | Description | Notes
|
|
58
58
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
59
59
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
60
60
|
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
61
|
-
**repository_version** | **String**|
|
62
|
-
**repository_version_added** | **String**|
|
63
|
-
**repository_version_removed** | **String**|
|
61
|
+
**repository_version** | **String**| repository_version | [optional]
|
62
|
+
**repository_version_added** | **String**| repository_version_added | [optional]
|
63
|
+
**repository_version_removed** | **String**| repository_version_removed | [optional]
|
64
64
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
65
65
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
66
66
|
|
67
67
|
### Return type
|
68
68
|
|
69
|
-
[**
|
69
|
+
[**InlineResponse2005**](InlineResponse2005.md)
|
70
70
|
|
71
71
|
### Authorization
|
72
72
|
|
@@ -11,7 +11,7 @@ Method | HTTP request | Description
|
|
11
11
|
|
12
12
|
## list
|
13
13
|
|
14
|
-
>
|
14
|
+
> InlineResponse2006 list(opts)
|
15
15
|
|
16
16
|
List package groups
|
17
17
|
|
@@ -34,9 +34,9 @@ opts = {
|
|
34
34
|
limit: 56, # Integer | Number of results to return per page.
|
35
35
|
offset: 56, # Integer | The initial index from which to return the results.
|
36
36
|
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
37
|
-
repository_version: 'repository_version_example', # String |
|
38
|
-
repository_version_added: 'repository_version_added_example', # String |
|
39
|
-
repository_version_removed: 'repository_version_removed_example', # String |
|
37
|
+
repository_version: 'repository_version_example', # String | repository_version
|
38
|
+
repository_version_added: 'repository_version_added_example', # String | repository_version_added
|
39
|
+
repository_version_removed: 'repository_version_removed_example', # String | repository_version_removed
|
40
40
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
41
41
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
42
42
|
}
|
@@ -58,15 +58,15 @@ Name | Type | Description | Notes
|
|
58
58
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
59
59
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
60
60
|
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
61
|
-
**repository_version** | **String**|
|
62
|
-
**repository_version_added** | **String**|
|
63
|
-
**repository_version_removed** | **String**|
|
61
|
+
**repository_version** | **String**| repository_version | [optional]
|
62
|
+
**repository_version_added** | **String**| repository_version_added | [optional]
|
63
|
+
**repository_version_removed** | **String**| repository_version_removed | [optional]
|
64
64
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
65
65
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
66
66
|
|
67
67
|
### Return type
|
68
68
|
|
69
|
-
[**
|
69
|
+
[**InlineResponse2006**](InlineResponse2006.md)
|
70
70
|
|
71
71
|
### Authorization
|
72
72
|
|