pulp_rpm_client 3.11.4 → 3.12.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/Gemfile +1 -1
- data/README.md +30 -19
- data/docs/ContentAdvisoriesApi.md +30 -30
- data/docs/ContentDistributionTreesApi.md +8 -8
- data/docs/ContentModulemdDefaultsApi.md +18 -18
- data/docs/ContentModulemdsApi.md +22 -22
- 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 +22 -14
- data/docs/{InlineResponse20014.md → PaginatedRepositoryVersionResponseList.md} +4 -4
- data/docs/{InlineResponse2001.md → PaginatedrpmDistributionTreeResponseList.md} +4 -4
- data/docs/{InlineResponse2002.md → PaginatedrpmModulemdDefaultsResponseList.md} +4 -4
- data/docs/{InlineResponse2003.md → PaginatedrpmModulemdResponseList.md} +4 -4
- data/docs/{InlineResponse2004.md → PaginatedrpmPackageCategoryResponseList.md} +4 -4
- data/docs/{InlineResponse2005.md → PaginatedrpmPackageEnvironmentResponseList.md} +4 -4
- data/docs/{InlineResponse2006.md → PaginatedrpmPackageGroupResponseList.md} +4 -4
- data/docs/{InlineResponse2007.md → PaginatedrpmPackageLangpacksResponseList.md} +4 -4
- data/docs/{InlineResponse2008.md → PaginatedrpmPackageResponseList.md} +4 -4
- data/docs/{InlineResponse2009.md → PaginatedrpmRepoMetadataFileResponseList.md} +4 -4
- data/docs/{InlineResponse20010.md → PaginatedrpmRpmDistributionResponseList.md} +4 -4
- data/docs/{InlineResponse20011.md → PaginatedrpmRpmPublicationResponseList.md} +4 -4
- data/docs/{InlineResponse20012.md → PaginatedrpmRpmRemoteResponseList.md} +4 -4
- data/docs/{InlineResponse20013.md → PaginatedrpmRpmRepositoryResponseList.md} +4 -4
- data/docs/PaginatedrpmUlnRemoteResponseList.md +23 -0
- data/docs/{InlineResponse200.md → PaginatedrpmUpdateRecordResponseList.md} +4 -4
- data/docs/PatchedrpmRpmDistribution.md +4 -0
- data/docs/PatchedrpmRpmRemote.md +19 -1
- data/docs/PatchedrpmRpmRepository.md +18 -2
- data/docs/PatchedrpmUlnRemote.md +57 -0
- data/docs/PublicationsRpmApi.md +20 -16
- data/docs/RemotesRpmApi.md +26 -18
- data/docs/RemotesUlnApi.md +376 -0
- data/docs/RepositoriesRpmApi.md +14 -6
- data/docs/RepositoriesRpmVersionsApi.md +32 -32
- data/docs/RepositoryAddRemoveContent.md +2 -2
- data/docs/RepositoryVersionResponse.md +2 -0
- data/docs/RpmModulemd.md +1 -1
- data/docs/RpmModulemdResponse.md +1 -1
- data/docs/RpmRepositorySyncURL.md +1 -1
- data/docs/RpmRpmDistribution.md +4 -0
- data/docs/RpmRpmDistributionResponse.md +4 -0
- data/docs/RpmRpmRemote.md +19 -1
- data/docs/RpmRpmRemoteResponse.md +15 -7
- data/docs/RpmRpmRepository.md +18 -2
- data/docs/RpmRpmRepositoryResponse.md +17 -1
- data/docs/RpmUlnRemote.md +57 -0
- data/docs/RpmUlnRemoteResponse.md +57 -0
- data/docs/SkipTypesEnum.md +16 -0
- 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 +32 -28
- 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 +30 -18
- data/lib/pulp_rpm_client/api/publications_rpm_api.rb +25 -19
- data/lib/pulp_rpm_client/api/remotes_rpm_api.rb +34 -22
- data/lib/pulp_rpm_client/api/remotes_uln_api.rb +463 -0
- data/lib/pulp_rpm_client/api/repositories_rpm_api.rb +21 -9
- 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 +8 -12
- data/lib/pulp_rpm_client/api_error.rb +1 -1
- data/lib/pulp_rpm_client/configuration.rb +1 -8
- 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 +13 -7
- data/lib/pulp_rpm_client/models/content_summary_response.rb +13 -7
- 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/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/{inline_response20014.rb → paginated_repository_version_response_list.rb} +4 -4
- data/lib/pulp_rpm_client/models/{inline_response2001.rb → paginatedrpm_distribution_tree_response_list.rb} +4 -4
- data/lib/pulp_rpm_client/models/{inline_response2002.rb → paginatedrpm_modulemd_defaults_response_list.rb} +4 -4
- data/lib/pulp_rpm_client/models/{inline_response2003.rb → paginatedrpm_modulemd_response_list.rb} +4 -4
- data/lib/pulp_rpm_client/models/{inline_response2004.rb → paginatedrpm_package_category_response_list.rb} +4 -4
- data/lib/pulp_rpm_client/models/{inline_response2005.rb → paginatedrpm_package_environment_response_list.rb} +4 -4
- data/lib/pulp_rpm_client/models/{inline_response2006.rb → paginatedrpm_package_group_response_list.rb} +4 -4
- data/lib/pulp_rpm_client/models/{inline_response2007.rb → paginatedrpm_package_langpacks_response_list.rb} +4 -4
- data/lib/pulp_rpm_client/models/{inline_response2008.rb → paginatedrpm_package_response_list.rb} +4 -4
- data/lib/pulp_rpm_client/models/{inline_response2009.rb → paginatedrpm_repo_metadata_file_response_list.rb} +4 -4
- data/lib/pulp_rpm_client/models/{inline_response20010.rb → paginatedrpm_rpm_distribution_response_list.rb} +4 -4
- data/lib/pulp_rpm_client/models/{inline_response20011.rb → paginatedrpm_rpm_publication_response_list.rb} +4 -4
- data/lib/pulp_rpm_client/models/{inline_response20012.rb → paginatedrpm_rpm_remote_response_list.rb} +4 -4
- data/lib/pulp_rpm_client/models/{inline_response20013.rb → paginatedrpm_rpm_repository_response_list.rb} +4 -4
- data/lib/pulp_rpm_client/models/paginatedrpm_uln_remote_response_list.rb +237 -0
- data/lib/pulp_rpm_client/models/{inline_response200.rb → paginatedrpm_update_record_response_list.rb} +4 -4
- data/lib/pulp_rpm_client/models/patchedrpm_rpm_distribution.rb +22 -2
- data/lib/pulp_rpm_client/models/patchedrpm_rpm_remote.rb +161 -3
- data/lib/pulp_rpm_client/models/patchedrpm_rpm_repository.rb +156 -5
- data/lib/pulp_rpm_client/models/patchedrpm_uln_remote.rb +496 -0
- 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 +11 -2
- data/lib/pulp_rpm_client/models/rpm_distribution_tree_response.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_modulemd.rb +6 -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 +6 -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 +22 -2
- data/lib/pulp_rpm_client/models/rpm_rpm_distribution_response.rb +22 -2
- 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 +161 -3
- data/lib/pulp_rpm_client/models/rpm_rpm_remote_response.rb +136 -33
- data/lib/pulp_rpm_client/models/rpm_rpm_repository.rb +156 -5
- data/lib/pulp_rpm_client/models/rpm_rpm_repository_response.rb +156 -5
- data/lib/pulp_rpm_client/models/rpm_uln_remote.rb +516 -0
- data/lib/pulp_rpm_client/models/rpm_uln_remote_response.rb +512 -0
- 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/skip_types_enum.rb +35 -0
- 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 +22 -16
- data/pulp_rpm_client.gemspec +2 -2
- 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 +11 -11
- 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 +12 -8
- data/spec/api/publications_rpm_api_spec.rb +11 -9
- data/spec/api/remotes_rpm_api_spec.rb +14 -10
- data/spec/api/remotes_uln_api_spec.rb +127 -0
- data/spec/api/repositories_rpm_api_spec.rb +8 -4
- 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/metadata_checksum_type_enum_spec.rb +1 -1
- data/spec/models/package_checksum_type_enum_spec.rb +1 -1
- data/spec/models/paginated_repository_version_response_list_spec.rb +59 -0
- data/spec/models/paginatedrpm_distribution_tree_response_list_spec.rb +59 -0
- data/spec/models/paginatedrpm_modulemd_defaults_response_list_spec.rb +59 -0
- data/spec/models/{inline_response20011_spec.rb → paginatedrpm_modulemd_response_list_spec.rb} +7 -7
- data/spec/models/paginatedrpm_package_category_response_list_spec.rb +59 -0
- data/spec/models/paginatedrpm_package_environment_response_list_spec.rb +59 -0
- data/spec/models/paginatedrpm_package_group_response_list_spec.rb +59 -0
- data/spec/models/paginatedrpm_package_langpacks_response_list_spec.rb +59 -0
- data/spec/models/{inline_response20010_spec.rb → paginatedrpm_package_response_list_spec.rb} +7 -7
- data/spec/models/paginatedrpm_repo_metadata_file_response_list_spec.rb +59 -0
- data/spec/models/paginatedrpm_rpm_distribution_response_list_spec.rb +59 -0
- data/spec/models/paginatedrpm_rpm_publication_response_list_spec.rb +59 -0
- data/spec/models/{inline_response20012_spec.rb → paginatedrpm_rpm_remote_response_list_spec.rb} +7 -7
- data/spec/models/paginatedrpm_rpm_repository_response_list_spec.rb +59 -0
- data/spec/models/{inline_response20013_spec.rb → paginatedrpm_uln_remote_response_list_spec.rb} +7 -7
- data/spec/models/paginatedrpm_update_record_response_list_spec.rb +59 -0
- data/spec/models/patchedrpm_rpm_distribution_spec.rb +13 -1
- data/spec/models/patchedrpm_rpm_remote_spec.rb +55 -1
- data/spec/models/patchedrpm_rpm_repository_spec.rb +49 -1
- data/spec/models/patchedrpm_uln_remote_spec.rb +161 -0
- 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 +7 -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 +13 -1
- data/spec/models/rpm_rpm_distribution_spec.rb +13 -1
- 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 +33 -9
- data/spec/models/rpm_rpm_remote_spec.rb +55 -1
- data/spec/models/rpm_rpm_repository_response_spec.rb +49 -1
- data/spec/models/rpm_rpm_repository_spec.rb +49 -1
- data/spec/models/rpm_uln_remote_response_spec.rb +161 -0
- data/spec/models/rpm_uln_remote_spec.rb +161 -0
- 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/skip_types_enum_spec.rb +35 -0
- data/spec/models/variant_response_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- metadata +133 -115
- data/spec/models/inline_response20014_spec.rb +0 -59
- data/spec/models/inline_response2001_spec.rb +0 -59
- data/spec/models/inline_response2002_spec.rb +0 -59
- data/spec/models/inline_response2003_spec.rb +0 -59
- data/spec/models/inline_response2004_spec.rb +0 -59
- data/spec/models/inline_response2005_spec.rb +0 -59
- data/spec/models/inline_response2006_spec.rb +0 -59
- data/spec/models/inline_response2007_spec.rb +0 -59
- data/spec/models/inline_response2008_spec.rb +0 -59
- data/spec/models/inline_response2009_spec.rb +0 -59
- data/spec/models/inline_response200_spec.rb +0 -59
data/docs/ContentPackagesApi.md
CHANGED
|
@@ -73,7 +73,7 @@ Name | Type | Description | Notes
|
|
|
73
73
|
|
|
74
74
|
## list
|
|
75
75
|
|
|
76
|
-
>
|
|
76
|
+
> PaginatedrpmPackageResponseList list(opts)
|
|
77
77
|
|
|
78
78
|
List packages
|
|
79
79
|
|
|
@@ -93,33 +93,33 @@ end
|
|
|
93
93
|
|
|
94
94
|
api_instance = PulpRpmClient::ContentPackagesApi.new
|
|
95
95
|
opts = {
|
|
96
|
-
arch: 'arch_example', # String | arch
|
|
97
|
-
arch__in: 'arch__in_example', # String |
|
|
98
|
-
arch__ne: 'arch__ne_example', # String |
|
|
99
|
-
checksum_type: 'checksum_type_example', # String | checksum_type
|
|
100
|
-
checksum_type__in: 'checksum_type__in_example', # String |
|
|
101
|
-
checksum_type__ne: 'checksum_type__ne_example', # String |
|
|
102
|
-
epoch: 'epoch_example', # String | epoch
|
|
103
|
-
epoch__in: 'epoch__in_example', # String |
|
|
104
|
-
epoch__ne: 'epoch__ne_example', # String |
|
|
96
|
+
arch: 'arch_example', # String | Filter results where arch matches value
|
|
97
|
+
arch__in: ['arch__in_example'], # Array<String> | Filter results where arch is in a comma-separated list of values
|
|
98
|
+
arch__ne: 'arch__ne_example', # String | Filter results where arch not equal to value
|
|
99
|
+
checksum_type: 'checksum_type_example', # String | Filter results where checksum_type matches value
|
|
100
|
+
checksum_type__in: ['checksum_type__in_example'], # Array<String> | Filter results where checksum_type is in a comma-separated list of values
|
|
101
|
+
checksum_type__ne: 'checksum_type__ne_example', # String | Filter results where checksum_type not equal to value
|
|
102
|
+
epoch: 'epoch_example', # String | Filter results where epoch matches value
|
|
103
|
+
epoch__in: ['epoch__in_example'], # Array<String> | Filter results where epoch is in a comma-separated list of values
|
|
104
|
+
epoch__ne: 'epoch__ne_example', # String | Filter results where epoch not equal to value
|
|
105
105
|
limit: 56, # Integer | Number of results to return per page.
|
|
106
|
-
name: 'name_example', # String | name
|
|
107
|
-
name__in: 'name__in_example', # String |
|
|
108
|
-
name__ne: 'name__ne_example', # String |
|
|
106
|
+
name: 'name_example', # String | Filter results where name matches value
|
|
107
|
+
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
|
108
|
+
name__ne: 'name__ne_example', # String | Filter results where name not equal to value
|
|
109
109
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
110
110
|
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
|
111
|
-
pkg_id: 'pkg_id_example', # String | pkgId
|
|
112
|
-
pkg_id__in: 'pkg_id__in_example', # String |
|
|
113
|
-
release: 'release_example', # String | release
|
|
114
|
-
release__in: 'release__in_example', # String |
|
|
115
|
-
release__ne: 'release__ne_example', # String |
|
|
116
|
-
repository_version: 'repository_version_example', # String |
|
|
117
|
-
repository_version_added: 'repository_version_added_example', # String |
|
|
118
|
-
repository_version_removed: 'repository_version_removed_example', # String |
|
|
119
|
-
sha256: 'sha256_example', # String |
|
|
120
|
-
version: 'version_example', # String | version
|
|
121
|
-
version__in: 'version__in_example', # String |
|
|
122
|
-
version__ne: 'version__ne_example', # String |
|
|
111
|
+
pkg_id: 'pkg_id_example', # String | Filter results where pkgId matches value
|
|
112
|
+
pkg_id__in: ['pkg_id__in_example'], # Array<String> | Filter results where pkgId is in a comma-separated list of values
|
|
113
|
+
release: 'release_example', # String | Filter results where release matches value
|
|
114
|
+
release__in: ['release__in_example'], # Array<String> | Filter results where release is in a comma-separated list of values
|
|
115
|
+
release__ne: 'release__ne_example', # String | Filter results where release not equal to value
|
|
116
|
+
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
|
117
|
+
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
|
118
|
+
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
|
119
|
+
sha256: 'sha256_example', # String |
|
|
120
|
+
version: 'version_example', # String | Filter results where version matches value
|
|
121
|
+
version__in: ['version__in_example'], # Array<String> | Filter results where version is in a comma-separated list of values
|
|
122
|
+
version__ne: 'version__ne_example', # String | Filter results where version not equal to value
|
|
123
123
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
124
124
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
125
125
|
}
|
|
@@ -138,39 +138,39 @@ end
|
|
|
138
138
|
|
|
139
139
|
Name | Type | Description | Notes
|
|
140
140
|
------------- | ------------- | ------------- | -------------
|
|
141
|
-
**arch** | **String**| arch | [optional]
|
|
142
|
-
**arch__in** | **String
|
|
143
|
-
**arch__ne** | **String**|
|
|
144
|
-
**checksum_type** | **String**| checksum_type | [optional]
|
|
145
|
-
**checksum_type__in** | **String
|
|
146
|
-
**checksum_type__ne** | **String**|
|
|
147
|
-
**epoch** | **String**| epoch | [optional]
|
|
148
|
-
**epoch__in** | **String
|
|
149
|
-
**epoch__ne** | **String**|
|
|
141
|
+
**arch** | **String**| Filter results where arch matches value | [optional]
|
|
142
|
+
**arch__in** | [**Array<String>**](String.md)| Filter results where arch is in a comma-separated list of values | [optional]
|
|
143
|
+
**arch__ne** | **String**| Filter results where arch not equal to value | [optional]
|
|
144
|
+
**checksum_type** | **String**| Filter results where checksum_type matches value | [optional]
|
|
145
|
+
**checksum_type__in** | [**Array<String>**](String.md)| Filter results where checksum_type is in a comma-separated list of values | [optional]
|
|
146
|
+
**checksum_type__ne** | **String**| Filter results where checksum_type not equal to value | [optional]
|
|
147
|
+
**epoch** | **String**| Filter results where epoch matches value | [optional]
|
|
148
|
+
**epoch__in** | [**Array<String>**](String.md)| Filter results where epoch is in a comma-separated list of values | [optional]
|
|
149
|
+
**epoch__ne** | **String**| Filter results where epoch not equal to value | [optional]
|
|
150
150
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
|
151
|
-
**name** | **String**| name | [optional]
|
|
152
|
-
**name__in** | **String
|
|
153
|
-
**name__ne** | **String**|
|
|
151
|
+
**name** | **String**| Filter results where name matches value | [optional]
|
|
152
|
+
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
|
153
|
+
**name__ne** | **String**| Filter results where name not equal to value | [optional]
|
|
154
154
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
155
155
|
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
|
156
|
-
**pkg_id** | **String**| pkgId | [optional]
|
|
157
|
-
**pkg_id__in** | **String
|
|
158
|
-
**release** | **String**| release | [optional]
|
|
159
|
-
**release__in** | **String
|
|
160
|
-
**release__ne** | **String**|
|
|
161
|
-
**repository_version** | **String**|
|
|
162
|
-
**repository_version_added** | **String**|
|
|
163
|
-
**repository_version_removed** | **String**|
|
|
164
|
-
**sha256** | **String**|
|
|
165
|
-
**version** | **String**| version | [optional]
|
|
166
|
-
**version__in** | **String
|
|
167
|
-
**version__ne** | **String**|
|
|
156
|
+
**pkg_id** | **String**| Filter results where pkgId matches value | [optional]
|
|
157
|
+
**pkg_id__in** | [**Array<String>**](String.md)| Filter results where pkgId is in a comma-separated list of values | [optional]
|
|
158
|
+
**release** | **String**| Filter results where release matches value | [optional]
|
|
159
|
+
**release__in** | [**Array<String>**](String.md)| Filter results where release is in a comma-separated list of values | [optional]
|
|
160
|
+
**release__ne** | **String**| Filter results where release not equal to value | [optional]
|
|
161
|
+
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
|
162
|
+
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
|
163
|
+
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
|
164
|
+
**sha256** | **String**| | [optional]
|
|
165
|
+
**version** | **String**| Filter results where version matches value | [optional]
|
|
166
|
+
**version__in** | [**Array<String>**](String.md)| Filter results where version is in a comma-separated list of values | [optional]
|
|
167
|
+
**version__ne** | **String**| Filter results where version not equal to value | [optional]
|
|
168
168
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
|
169
169
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
|
170
170
|
|
|
171
171
|
### Return type
|
|
172
172
|
|
|
173
|
-
[**
|
|
173
|
+
[**PaginatedrpmPackageResponseList**](PaginatedrpmPackageResponseList.md)
|
|
174
174
|
|
|
175
175
|
### Authorization
|
|
176
176
|
|
|
@@ -11,7 +11,7 @@ Method | HTTP request | Description
|
|
|
11
11
|
|
|
12
12
|
## list
|
|
13
13
|
|
|
14
|
-
>
|
|
14
|
+
> PaginatedrpmRepoMetadataFileResponseList list(opts)
|
|
15
15
|
|
|
16
16
|
List repo metadata files
|
|
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 referenced by HREF
|
|
38
|
+
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
|
39
|
+
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
|
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 referenced by HREF | [optional]
|
|
62
|
+
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
|
63
|
+
**repository_version_removed** | **String**| Repository Version referenced by HREF | [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
|
+
[**PaginatedrpmRepoMetadataFileResponseList**](PaginatedrpmRepoMetadataFileResponseList.md)
|
|
70
70
|
|
|
71
71
|
### Authorization
|
|
72
72
|
|
data/docs/ContentSummary.md
CHANGED
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
|
-
**added** |
|
|
8
|
-
**removed** |
|
|
9
|
-
**present** |
|
|
7
|
+
**added** | **Hash<String, Object>** | |
|
|
8
|
+
**removed** | **Hash<String, Object>** | |
|
|
9
|
+
**present** | **Hash<String, Object>** | |
|
|
10
10
|
|
|
11
11
|
## Code Sample
|
|
12
12
|
|
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
|
-
**added** |
|
|
8
|
-
**removed** |
|
|
9
|
-
**present** |
|
|
7
|
+
**added** | **Hash<String, Object>** | |
|
|
8
|
+
**removed** | **Hash<String, Object>** | |
|
|
9
|
+
**present** | **Hash<String, Object>** | |
|
|
10
10
|
|
|
11
11
|
## Code Sample
|
|
12
12
|
|
data/docs/DistributionsRpmApi.md
CHANGED
|
@@ -121,7 +121,7 @@ Name | Type | Description | Notes
|
|
|
121
121
|
|
|
122
122
|
## list
|
|
123
123
|
|
|
124
|
-
>
|
|
124
|
+
> PaginatedrpmRpmDistributionResponseList list(opts)
|
|
125
125
|
|
|
126
126
|
List rpm distributions
|
|
127
127
|
|
|
@@ -141,15 +141,19 @@ end
|
|
|
141
141
|
|
|
142
142
|
api_instance = PulpRpmClient::DistributionsRpmApi.new
|
|
143
143
|
opts = {
|
|
144
|
-
base_path: 'base_path_example', # String |
|
|
145
|
-
base_path__contains: 'base_path__contains_example', # String |
|
|
146
|
-
base_path__icontains: 'base_path__icontains_example', # String |
|
|
147
|
-
base_path__in: 'base_path__in_example', # String |
|
|
144
|
+
base_path: 'base_path_example', # String |
|
|
145
|
+
base_path__contains: 'base_path__contains_example', # String | Filter results where base_path contains value
|
|
146
|
+
base_path__icontains: 'base_path__icontains_example', # String | Filter results where base_path contains value
|
|
147
|
+
base_path__in: ['base_path__in_example'], # Array<String> | Filter results where base_path is in a comma-separated list of values
|
|
148
148
|
limit: 56, # Integer | Number of results to return per page.
|
|
149
|
-
name: 'name_example', # String |
|
|
150
|
-
|
|
149
|
+
name: 'name_example', # String |
|
|
150
|
+
name__contains: 'name__contains_example', # String | Filter results where name contains value
|
|
151
|
+
name__icontains: 'name__icontains_example', # String | Filter results where name contains value
|
|
152
|
+
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
|
153
|
+
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
|
151
154
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
152
155
|
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
|
156
|
+
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
|
153
157
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
154
158
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
155
159
|
}
|
|
@@ -168,21 +172,25 @@ end
|
|
|
168
172
|
|
|
169
173
|
Name | Type | Description | Notes
|
|
170
174
|
------------- | ------------- | ------------- | -------------
|
|
171
|
-
**base_path** | **String**|
|
|
172
|
-
**base_path__contains** | **String**|
|
|
173
|
-
**base_path__icontains** | **String**|
|
|
174
|
-
**base_path__in** | **String
|
|
175
|
+
**base_path** | **String**| | [optional]
|
|
176
|
+
**base_path__contains** | **String**| Filter results where base_path contains value | [optional]
|
|
177
|
+
**base_path__icontains** | **String**| Filter results where base_path contains value | [optional]
|
|
178
|
+
**base_path__in** | [**Array<String>**](String.md)| Filter results where base_path is in a comma-separated list of values | [optional]
|
|
175
179
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
|
176
|
-
**name** | **String**|
|
|
177
|
-
**
|
|
180
|
+
**name** | **String**| | [optional]
|
|
181
|
+
**name__contains** | **String**| Filter results where name contains value | [optional]
|
|
182
|
+
**name__icontains** | **String**| Filter results where name contains value | [optional]
|
|
183
|
+
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
|
184
|
+
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
|
178
185
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
179
186
|
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
|
187
|
+
**pulp_label_select** | **String**| Filter labels by search string | [optional]
|
|
180
188
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
|
181
189
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
|
182
190
|
|
|
183
191
|
### Return type
|
|
184
192
|
|
|
185
|
-
[**
|
|
193
|
+
[**PaginatedrpmRpmDistributionResponseList**](PaginatedrpmRpmDistributionResponseList.md)
|
|
186
194
|
|
|
187
195
|
### Authorization
|
|
188
196
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# PulpRpmClient::
|
|
1
|
+
# PulpRpmClient::PaginatedRepositoryVersionResponseList
|
|
2
2
|
|
|
3
3
|
## Properties
|
|
4
4
|
|
|
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
|
|
|
14
14
|
```ruby
|
|
15
15
|
require 'PulpRpmClient'
|
|
16
16
|
|
|
17
|
-
instance = PulpRpmClient::
|
|
18
|
-
_next:
|
|
19
|
-
previous:
|
|
17
|
+
instance = PulpRpmClient::PaginatedRepositoryVersionResponseList.new(count: 123,
|
|
18
|
+
_next: http://api.example.org/accounts/?offset=400&limit=100,
|
|
19
|
+
previous: http://api.example.org/accounts/?offset=200&limit=100,
|
|
20
20
|
results: null)
|
|
21
21
|
```
|
|
22
22
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# PulpRpmClient::
|
|
1
|
+
# PulpRpmClient::PaginatedrpmDistributionTreeResponseList
|
|
2
2
|
|
|
3
3
|
## Properties
|
|
4
4
|
|
|
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
|
|
|
14
14
|
```ruby
|
|
15
15
|
require 'PulpRpmClient'
|
|
16
16
|
|
|
17
|
-
instance = PulpRpmClient::
|
|
18
|
-
_next:
|
|
19
|
-
previous:
|
|
17
|
+
instance = PulpRpmClient::PaginatedrpmDistributionTreeResponseList.new(count: 123,
|
|
18
|
+
_next: http://api.example.org/accounts/?offset=400&limit=100,
|
|
19
|
+
previous: http://api.example.org/accounts/?offset=200&limit=100,
|
|
20
20
|
results: null)
|
|
21
21
|
```
|
|
22
22
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# PulpRpmClient::
|
|
1
|
+
# PulpRpmClient::PaginatedrpmModulemdDefaultsResponseList
|
|
2
2
|
|
|
3
3
|
## Properties
|
|
4
4
|
|
|
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
|
|
|
14
14
|
```ruby
|
|
15
15
|
require 'PulpRpmClient'
|
|
16
16
|
|
|
17
|
-
instance = PulpRpmClient::
|
|
18
|
-
_next:
|
|
19
|
-
previous:
|
|
17
|
+
instance = PulpRpmClient::PaginatedrpmModulemdDefaultsResponseList.new(count: 123,
|
|
18
|
+
_next: http://api.example.org/accounts/?offset=400&limit=100,
|
|
19
|
+
previous: http://api.example.org/accounts/?offset=200&limit=100,
|
|
20
20
|
results: null)
|
|
21
21
|
```
|
|
22
22
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# PulpRpmClient::
|
|
1
|
+
# PulpRpmClient::PaginatedrpmModulemdResponseList
|
|
2
2
|
|
|
3
3
|
## Properties
|
|
4
4
|
|
|
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
|
|
|
14
14
|
```ruby
|
|
15
15
|
require 'PulpRpmClient'
|
|
16
16
|
|
|
17
|
-
instance = PulpRpmClient::
|
|
18
|
-
_next:
|
|
19
|
-
previous:
|
|
17
|
+
instance = PulpRpmClient::PaginatedrpmModulemdResponseList.new(count: 123,
|
|
18
|
+
_next: http://api.example.org/accounts/?offset=400&limit=100,
|
|
19
|
+
previous: http://api.example.org/accounts/?offset=200&limit=100,
|
|
20
20
|
results: null)
|
|
21
21
|
```
|
|
22
22
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# PulpRpmClient::
|
|
1
|
+
# PulpRpmClient::PaginatedrpmPackageCategoryResponseList
|
|
2
2
|
|
|
3
3
|
## Properties
|
|
4
4
|
|
|
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
|
|
|
14
14
|
```ruby
|
|
15
15
|
require 'PulpRpmClient'
|
|
16
16
|
|
|
17
|
-
instance = PulpRpmClient::
|
|
18
|
-
_next:
|
|
19
|
-
previous:
|
|
17
|
+
instance = PulpRpmClient::PaginatedrpmPackageCategoryResponseList.new(count: 123,
|
|
18
|
+
_next: http://api.example.org/accounts/?offset=400&limit=100,
|
|
19
|
+
previous: http://api.example.org/accounts/?offset=200&limit=100,
|
|
20
20
|
results: null)
|
|
21
21
|
```
|
|
22
22
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# PulpRpmClient::
|
|
1
|
+
# PulpRpmClient::PaginatedrpmPackageEnvironmentResponseList
|
|
2
2
|
|
|
3
3
|
## Properties
|
|
4
4
|
|
|
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
|
|
|
14
14
|
```ruby
|
|
15
15
|
require 'PulpRpmClient'
|
|
16
16
|
|
|
17
|
-
instance = PulpRpmClient::
|
|
18
|
-
_next:
|
|
19
|
-
previous:
|
|
17
|
+
instance = PulpRpmClient::PaginatedrpmPackageEnvironmentResponseList.new(count: 123,
|
|
18
|
+
_next: http://api.example.org/accounts/?offset=400&limit=100,
|
|
19
|
+
previous: http://api.example.org/accounts/?offset=200&limit=100,
|
|
20
20
|
results: null)
|
|
21
21
|
```
|
|
22
22
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# PulpRpmClient::
|
|
1
|
+
# PulpRpmClient::PaginatedrpmPackageGroupResponseList
|
|
2
2
|
|
|
3
3
|
## Properties
|
|
4
4
|
|
|
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
|
|
|
14
14
|
```ruby
|
|
15
15
|
require 'PulpRpmClient'
|
|
16
16
|
|
|
17
|
-
instance = PulpRpmClient::
|
|
18
|
-
_next:
|
|
19
|
-
previous:
|
|
17
|
+
instance = PulpRpmClient::PaginatedrpmPackageGroupResponseList.new(count: 123,
|
|
18
|
+
_next: http://api.example.org/accounts/?offset=400&limit=100,
|
|
19
|
+
previous: http://api.example.org/accounts/?offset=200&limit=100,
|
|
20
20
|
results: null)
|
|
21
21
|
```
|
|
22
22
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# PulpRpmClient::
|
|
1
|
+
# PulpRpmClient::PaginatedrpmPackageLangpacksResponseList
|
|
2
2
|
|
|
3
3
|
## Properties
|
|
4
4
|
|
|
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
|
|
|
14
14
|
```ruby
|
|
15
15
|
require 'PulpRpmClient'
|
|
16
16
|
|
|
17
|
-
instance = PulpRpmClient::
|
|
18
|
-
_next:
|
|
19
|
-
previous:
|
|
17
|
+
instance = PulpRpmClient::PaginatedrpmPackageLangpacksResponseList.new(count: 123,
|
|
18
|
+
_next: http://api.example.org/accounts/?offset=400&limit=100,
|
|
19
|
+
previous: http://api.example.org/accounts/?offset=200&limit=100,
|
|
20
20
|
results: null)
|
|
21
21
|
```
|
|
22
22
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# PulpRpmClient::
|
|
1
|
+
# PulpRpmClient::PaginatedrpmPackageResponseList
|
|
2
2
|
|
|
3
3
|
## Properties
|
|
4
4
|
|
|
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
|
|
|
14
14
|
```ruby
|
|
15
15
|
require 'PulpRpmClient'
|
|
16
16
|
|
|
17
|
-
instance = PulpRpmClient::
|
|
18
|
-
_next:
|
|
19
|
-
previous:
|
|
17
|
+
instance = PulpRpmClient::PaginatedrpmPackageResponseList.new(count: 123,
|
|
18
|
+
_next: http://api.example.org/accounts/?offset=400&limit=100,
|
|
19
|
+
previous: http://api.example.org/accounts/?offset=200&limit=100,
|
|
20
20
|
results: null)
|
|
21
21
|
```
|
|
22
22
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# PulpRpmClient::
|
|
1
|
+
# PulpRpmClient::PaginatedrpmRepoMetadataFileResponseList
|
|
2
2
|
|
|
3
3
|
## Properties
|
|
4
4
|
|
|
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
|
|
|
14
14
|
```ruby
|
|
15
15
|
require 'PulpRpmClient'
|
|
16
16
|
|
|
17
|
-
instance = PulpRpmClient::
|
|
18
|
-
_next:
|
|
19
|
-
previous:
|
|
17
|
+
instance = PulpRpmClient::PaginatedrpmRepoMetadataFileResponseList.new(count: 123,
|
|
18
|
+
_next: http://api.example.org/accounts/?offset=400&limit=100,
|
|
19
|
+
previous: http://api.example.org/accounts/?offset=200&limit=100,
|
|
20
20
|
results: null)
|
|
21
21
|
```
|
|
22
22
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# PulpRpmClient::
|
|
1
|
+
# PulpRpmClient::PaginatedrpmRpmDistributionResponseList
|
|
2
2
|
|
|
3
3
|
## Properties
|
|
4
4
|
|
|
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
|
|
|
14
14
|
```ruby
|
|
15
15
|
require 'PulpRpmClient'
|
|
16
16
|
|
|
17
|
-
instance = PulpRpmClient::
|
|
18
|
-
_next:
|
|
19
|
-
previous:
|
|
17
|
+
instance = PulpRpmClient::PaginatedrpmRpmDistributionResponseList.new(count: 123,
|
|
18
|
+
_next: http://api.example.org/accounts/?offset=400&limit=100,
|
|
19
|
+
previous: http://api.example.org/accounts/?offset=200&limit=100,
|
|
20
20
|
results: null)
|
|
21
21
|
```
|
|
22
22
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# PulpRpmClient::
|
|
1
|
+
# PulpRpmClient::PaginatedrpmRpmPublicationResponseList
|
|
2
2
|
|
|
3
3
|
## Properties
|
|
4
4
|
|
|
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
|
|
|
14
14
|
```ruby
|
|
15
15
|
require 'PulpRpmClient'
|
|
16
16
|
|
|
17
|
-
instance = PulpRpmClient::
|
|
18
|
-
_next:
|
|
19
|
-
previous:
|
|
17
|
+
instance = PulpRpmClient::PaginatedrpmRpmPublicationResponseList.new(count: 123,
|
|
18
|
+
_next: http://api.example.org/accounts/?offset=400&limit=100,
|
|
19
|
+
previous: http://api.example.org/accounts/?offset=200&limit=100,
|
|
20
20
|
results: null)
|
|
21
21
|
```
|
|
22
22
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# PulpRpmClient::
|
|
1
|
+
# PulpRpmClient::PaginatedrpmRpmRemoteResponseList
|
|
2
2
|
|
|
3
3
|
## Properties
|
|
4
4
|
|
|
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
|
|
|
14
14
|
```ruby
|
|
15
15
|
require 'PulpRpmClient'
|
|
16
16
|
|
|
17
|
-
instance = PulpRpmClient::
|
|
18
|
-
_next:
|
|
19
|
-
previous:
|
|
17
|
+
instance = PulpRpmClient::PaginatedrpmRpmRemoteResponseList.new(count: 123,
|
|
18
|
+
_next: http://api.example.org/accounts/?offset=400&limit=100,
|
|
19
|
+
previous: http://api.example.org/accounts/?offset=200&limit=100,
|
|
20
20
|
results: null)
|
|
21
21
|
```
|
|
22
22
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# PulpRpmClient::
|
|
1
|
+
# PulpRpmClient::PaginatedrpmRpmRepositoryResponseList
|
|
2
2
|
|
|
3
3
|
## Properties
|
|
4
4
|
|
|
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
|
|
|
14
14
|
```ruby
|
|
15
15
|
require 'PulpRpmClient'
|
|
16
16
|
|
|
17
|
-
instance = PulpRpmClient::
|
|
18
|
-
_next:
|
|
19
|
-
previous:
|
|
17
|
+
instance = PulpRpmClient::PaginatedrpmRpmRepositoryResponseList.new(count: 123,
|
|
18
|
+
_next: http://api.example.org/accounts/?offset=400&limit=100,
|
|
19
|
+
previous: http://api.example.org/accounts/?offset=200&limit=100,
|
|
20
20
|
results: null)
|
|
21
21
|
```
|
|
22
22
|
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# PulpRpmClient::PaginatedrpmUlnRemoteResponseList
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
Name | Type | Description | Notes
|
|
6
|
+
------------ | ------------- | ------------- | -------------
|
|
7
|
+
**count** | **Integer** | | [optional]
|
|
8
|
+
**_next** | **String** | | [optional]
|
|
9
|
+
**previous** | **String** | | [optional]
|
|
10
|
+
**results** | [**Array<RpmUlnRemoteResponse>**](RpmUlnRemoteResponse.md) | | [optional]
|
|
11
|
+
|
|
12
|
+
## Code Sample
|
|
13
|
+
|
|
14
|
+
```ruby
|
|
15
|
+
require 'PulpRpmClient'
|
|
16
|
+
|
|
17
|
+
instance = PulpRpmClient::PaginatedrpmUlnRemoteResponseList.new(count: 123,
|
|
18
|
+
_next: http://api.example.org/accounts/?offset=400&limit=100,
|
|
19
|
+
previous: http://api.example.org/accounts/?offset=200&limit=100,
|
|
20
|
+
results: null)
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# PulpRpmClient::
|
|
1
|
+
# PulpRpmClient::PaginatedrpmUpdateRecordResponseList
|
|
2
2
|
|
|
3
3
|
## Properties
|
|
4
4
|
|
|
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
|
|
|
14
14
|
```ruby
|
|
15
15
|
require 'PulpRpmClient'
|
|
16
16
|
|
|
17
|
-
instance = PulpRpmClient::
|
|
18
|
-
_next:
|
|
19
|
-
previous:
|
|
17
|
+
instance = PulpRpmClient::PaginatedrpmUpdateRecordResponseList.new(count: 123,
|
|
18
|
+
_next: http://api.example.org/accounts/?offset=400&limit=100,
|
|
19
|
+
previous: http://api.example.org/accounts/?offset=200&limit=100,
|
|
20
20
|
results: null)
|
|
21
21
|
```
|
|
22
22
|
|
|
@@ -6,7 +6,9 @@ Name | Type | Description | Notes
|
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
7
|
**base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") | [optional]
|
|
8
8
|
**content_guard** | **String** | An optional content-guard. | [optional]
|
|
9
|
+
**pulp_labels** | [**Object**](.md) | | [optional]
|
|
9
10
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional]
|
|
11
|
+
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
|
10
12
|
**publication** | **String** | Publication to be served | [optional]
|
|
11
13
|
|
|
12
14
|
## Code Sample
|
|
@@ -16,7 +18,9 @@ require 'PulpRpmClient'
|
|
|
16
18
|
|
|
17
19
|
instance = PulpRpmClient::PatchedrpmRpmDistribution.new(base_path: null,
|
|
18
20
|
content_guard: null,
|
|
21
|
+
pulp_labels: null,
|
|
19
22
|
name: null,
|
|
23
|
+
repository: null,
|
|
20
24
|
publication: null)
|
|
21
25
|
```
|
|
22
26
|
|