pulp_deb_client 3.3.0 → 3.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +7 -6
- data/docs/ContentGenericContentsApi.md +14 -10
- data/docs/ContentInstallerFileIndicesApi.md +11 -9
- data/docs/ContentInstallerPackagesApi.md +14 -10
- data/docs/ContentPackageIndicesApi.md +11 -9
- data/docs/ContentPackageReleaseComponentsApi.md +11 -9
- data/docs/ContentPackagesApi.md +13 -9
- data/docs/ContentReleaseArchitecturesApi.md +11 -9
- data/docs/ContentReleaseComponentsApi.md +11 -9
- data/docs/ContentReleaseFilesApi.md +11 -9
- data/docs/ContentReleasesApi.md +11 -9
- data/docs/ContentSourceIndicesApi.md +11 -9
- data/docs/ContentSourcePackagesApi.md +11 -9
- data/docs/ContentSourceReleaseComponentsApi.md +11 -9
- data/docs/DebAptDistributionResponse.md +4 -0
- data/docs/DebAptPublicationResponse.md +2 -0
- data/docs/DebAptRemoteResponse.md +2 -0
- data/docs/DebAptRepositoryResponse.md +2 -0
- data/docs/DebCopyApi.md +1 -1
- data/docs/DebGenericContent.md +3 -1
- data/docs/DebGenericContentResponse.md +2 -0
- data/docs/DebInstallerFileIndexResponse.md +2 -0
- data/docs/DebInstallerPackage.md +3 -1
- data/docs/DebInstallerPackageResponse.md +2 -0
- data/docs/DebPackage.md +2 -0
- data/docs/DebPackageIndexResponse.md +2 -0
- data/docs/DebPackageReleaseComponentResponse.md +2 -0
- data/docs/DebPackageResponse.md +2 -0
- data/docs/DebReleaseArchitectureResponse.md +2 -0
- data/docs/DebReleaseComponentResponse.md +2 -0
- data/docs/DebReleaseFileResponse.md +2 -0
- data/docs/DebReleaseResponse.md +2 -0
- data/docs/DebSourceIndexResponse.md +2 -0
- data/docs/DebSourcePackageReleaseComponentResponse.md +2 -0
- data/docs/DebSourcePackageResponse.md +2 -0
- data/docs/DebVerbatimPublicationResponse.md +2 -0
- data/docs/DistributionsAptApi.md +5 -3
- data/docs/PublicationsAptApi.md +13 -11
- data/docs/PublicationsVerbatimApi.md +13 -11
- data/docs/RemotesAptApi.md +5 -3
- data/docs/RepositoriesAptApi.md +9 -7
- data/docs/RepositoriesAptVersionsApi.md +9 -7
- data/docs/RepositoryVersionResponse.md +2 -0
- data/lib/pulp_deb_client/api/content_generic_contents_api.rb +18 -8
- data/lib/pulp_deb_client/api/content_installer_file_indices_api.rb +11 -8
- data/lib/pulp_deb_client/api/content_installer_packages_api.rb +18 -8
- data/lib/pulp_deb_client/api/content_package_indices_api.rb +11 -8
- data/lib/pulp_deb_client/api/content_package_release_components_api.rb +11 -8
- data/lib/pulp_deb_client/api/content_packages_api.rb +18 -8
- data/lib/pulp_deb_client/api/content_release_architectures_api.rb +11 -8
- data/lib/pulp_deb_client/api/content_release_components_api.rb +11 -8
- data/lib/pulp_deb_client/api/content_release_files_api.rb +11 -8
- data/lib/pulp_deb_client/api/content_releases_api.rb +11 -8
- data/lib/pulp_deb_client/api/content_source_indices_api.rb +11 -8
- data/lib/pulp_deb_client/api/content_source_packages_api.rb +11 -8
- data/lib/pulp_deb_client/api/content_source_release_components_api.rb +11 -8
- data/lib/pulp_deb_client/api/distributions_apt_api.rb +5 -2
- data/lib/pulp_deb_client/api/publications_apt_api.rb +14 -11
- data/lib/pulp_deb_client/api/publications_verbatim_api.rb +14 -11
- data/lib/pulp_deb_client/api/remotes_apt_api.rb +5 -2
- data/lib/pulp_deb_client/api/repositories_apt_api.rb +9 -6
- data/lib/pulp_deb_client/api/repositories_apt_versions_api.rb +10 -7
- data/lib/pulp_deb_client/configuration.rb +2 -2
- data/lib/pulp_deb_client/models/deb_apt_distribution_response.rb +21 -1
- data/lib/pulp_deb_client/models/deb_apt_publication_response.rb +11 -1
- data/lib/pulp_deb_client/models/deb_apt_remote.rb +20 -20
- data/lib/pulp_deb_client/models/deb_apt_remote_response.rb +31 -21
- data/lib/pulp_deb_client/models/deb_apt_repository_response.rb +11 -1
- data/lib/pulp_deb_client/models/deb_generic_content.rb +29 -4
- data/lib/pulp_deb_client/models/deb_generic_content_response.rb +11 -1
- data/lib/pulp_deb_client/models/deb_installer_file_index_response.rb +11 -1
- data/lib/pulp_deb_client/models/deb_installer_package.rb +29 -4
- data/lib/pulp_deb_client/models/deb_installer_package_response.rb +11 -1
- data/lib/pulp_deb_client/models/deb_package.rb +26 -1
- data/lib/pulp_deb_client/models/deb_package_index_response.rb +11 -1
- data/lib/pulp_deb_client/models/deb_package_release_component_response.rb +11 -1
- data/lib/pulp_deb_client/models/deb_package_response.rb +11 -1
- data/lib/pulp_deb_client/models/deb_release_architecture_response.rb +11 -1
- data/lib/pulp_deb_client/models/deb_release_component_response.rb +11 -1
- data/lib/pulp_deb_client/models/deb_release_file_response.rb +11 -1
- data/lib/pulp_deb_client/models/deb_release_response.rb +11 -1
- data/lib/pulp_deb_client/models/deb_source_index_response.rb +11 -1
- data/lib/pulp_deb_client/models/deb_source_package_release_component_response.rb +11 -1
- data/lib/pulp_deb_client/models/deb_source_package_response.rb +11 -1
- data/lib/pulp_deb_client/models/deb_verbatim_publication_response.rb +11 -1
- data/lib/pulp_deb_client/models/patcheddeb_apt_remote.rb +20 -20
- data/lib/pulp_deb_client/models/repository_add_remove_content.rb +1 -1
- data/lib/pulp_deb_client/models/repository_version_response.rb +12 -2
- data/lib/pulp_deb_client/version.rb +1 -1
- data/spec/api/content_generic_contents_api_spec.rb +6 -4
- data/spec/api/content_installer_file_indices_api_spec.rb +5 -4
- data/spec/api/content_installer_packages_api_spec.rb +6 -4
- data/spec/api/content_package_indices_api_spec.rb +5 -4
- data/spec/api/content_package_release_components_api_spec.rb +5 -4
- data/spec/api/content_packages_api_spec.rb +6 -4
- data/spec/api/content_release_architectures_api_spec.rb +5 -4
- data/spec/api/content_release_components_api_spec.rb +5 -4
- data/spec/api/content_release_files_api_spec.rb +5 -4
- data/spec/api/content_releases_api_spec.rb +5 -4
- data/spec/api/content_source_indices_api_spec.rb +5 -4
- data/spec/api/content_source_packages_api_spec.rb +5 -4
- data/spec/api/content_source_release_components_api_spec.rb +5 -4
- data/spec/api/distributions_apt_api_spec.rb +2 -1
- data/spec/api/publications_apt_api_spec.rb +6 -5
- data/spec/api/publications_verbatim_api_spec.rb +6 -5
- data/spec/api/remotes_apt_api_spec.rb +2 -1
- data/spec/api/repositories_apt_api_spec.rb +4 -3
- data/spec/api/repositories_apt_versions_api_spec.rb +4 -3
- data/spec/configuration_spec.rb +3 -3
- data/spec/models/deb_apt_distribution_response_spec.rb +12 -0
- data/spec/models/deb_apt_publication_response_spec.rb +6 -0
- data/spec/models/deb_apt_remote_response_spec.rb +6 -0
- data/spec/models/deb_apt_repository_response_spec.rb +6 -0
- data/spec/models/deb_generic_content_response_spec.rb +6 -0
- data/spec/models/deb_generic_content_spec.rb +6 -0
- data/spec/models/deb_installer_file_index_response_spec.rb +6 -0
- data/spec/models/deb_installer_package_response_spec.rb +6 -0
- data/spec/models/deb_installer_package_spec.rb +6 -0
- data/spec/models/deb_package_index_response_spec.rb +6 -0
- data/spec/models/deb_package_release_component_response_spec.rb +6 -0
- data/spec/models/deb_package_response_spec.rb +6 -0
- data/spec/models/deb_package_spec.rb +6 -0
- data/spec/models/deb_release_architecture_response_spec.rb +6 -0
- data/spec/models/deb_release_component_response_spec.rb +6 -0
- data/spec/models/deb_release_file_response_spec.rb +6 -0
- data/spec/models/deb_release_response_spec.rb +6 -0
- data/spec/models/deb_source_index_response_spec.rb +6 -0
- data/spec/models/deb_source_package_release_component_response_spec.rb +6 -0
- data/spec/models/deb_source_package_response_spec.rb +6 -0
- data/spec/models/deb_verbatim_publication_response_spec.rb +6 -0
- data/spec/models/repository_version_response_spec.rb +6 -0
- metadata +85 -85
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpDebClient::ContentSourceIndicesApi
|
2
2
|
|
3
|
-
All URIs are relative to *http://
|
3
|
+
All URIs are relative to *http://localhost:24817*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -90,13 +90,14 @@ opts = {
|
|
90
90
|
offset: 56, # Integer | The initial index from which to return the results.
|
91
91
|
ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `component` - Component * `-component` - Component (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
92
92
|
orphaned_for: 3.4, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
93
|
+
prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
|
93
94
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
94
95
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
95
|
-
q: 'q_example', # String |
|
96
|
+
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
96
97
|
relative_path: 'relative_path_example', # String | Filter results where relative_path matches value
|
97
|
-
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
98
|
-
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
99
|
-
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
98
|
+
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF/PRN
|
99
|
+
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF/PRN
|
100
|
+
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF/PRN
|
100
101
|
sha256: 'sha256_example', # String | Filter results where sha256 matches value
|
101
102
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
102
103
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
@@ -121,13 +122,14 @@ Name | Type | Description | Notes
|
|
121
122
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
122
123
|
**ordering** | [**Array<String>**](String.md)| Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `component` - Component * `-component` - Component (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
123
124
|
**orphaned_for** | **Float**| Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional]
|
125
|
+
**prn__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
124
126
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
125
127
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
126
|
-
**q** | **String**|
|
128
|
+
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
127
129
|
**relative_path** | **String**| Filter results where relative_path matches value | [optional]
|
128
|
-
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
129
|
-
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
130
|
-
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
130
|
+
**repository_version** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
131
|
+
**repository_version_added** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
132
|
+
**repository_version_removed** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
131
133
|
**sha256** | **String**| Filter results where sha256 matches value | [optional]
|
132
134
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
133
135
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpDebClient::ContentSourcePackagesApi
|
2
2
|
|
3
|
-
All URIs are relative to *http://
|
3
|
+
All URIs are relative to *http://localhost:24817*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -102,15 +102,16 @@ opts = {
|
|
102
102
|
ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `format` - Format * `-format` - Format (descending) * `source` - Source * `-source` - Source (descending) * `binary` - Binary * `-binary` - Binary (descending) * `architecture` - Architecture * `-architecture` - Architecture (descending) * `version` - Version * `-version` - Version (descending) * `maintainer` - Maintainer * `-maintainer` - Maintainer (descending) * `uploaders` - Uploaders * `-uploaders` - Uploaders (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `vcs_browser` - Vcs browser * `-vcs_browser` - Vcs browser (descending) * `vcs_arch` - Vcs arch * `-vcs_arch` - Vcs arch (descending) * `vcs_bzr` - Vcs bzr * `-vcs_bzr` - Vcs bzr (descending) * `vcs_cvs` - Vcs cvs * `-vcs_cvs` - Vcs cvs (descending) * `vcs_darcs` - Vcs darcs * `-vcs_darcs` - Vcs darcs (descending) * `vcs_git` - Vcs git * `-vcs_git` - Vcs git (descending) * `vcs_hg` - Vcs hg * `-vcs_hg` - Vcs hg (descending) * `vcs_mtn` - Vcs mtn * `-vcs_mtn` - Vcs mtn (descending) * `vcs_snv` - Vcs snv * `-vcs_snv` - Vcs snv (descending) * `testsuite` - Testsuite * `-testsuite` - Testsuite (descending) * `dgit` - Dgit * `-dgit` - Dgit (descending) * `standards_version` - Standards version * `-standards_version` - Standards version (descending) * `build_depends` - Build depends * `-build_depends` - Build depends (descending) * `build_depends_indep` - Build depends indep * `-build_depends_indep` - Build depends indep (descending) * `build_depends_arch` - Build depends arch * `-build_depends_arch` - Build depends arch (descending) * `build_conflicts` - Build conflicts * `-build_conflicts` - Build conflicts (descending) * `build_conflicts_indep` - Build conflicts indep * `-build_conflicts_indep` - Build conflicts indep (descending) * `build_conflicts_arch` - Build conflicts arch * `-build_conflicts_arch` - Build conflicts arch (descending) * `package_list` - Package list * `-package_list` - Package list (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
103
103
|
orphaned_for: 3.4, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
104
104
|
package_list: 'package_list_example', # String | Filter results where package_list matches value
|
105
|
+
prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
|
105
106
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
106
107
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
107
|
-
q: 'q_example', # String |
|
108
|
+
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
108
109
|
relative_path: 'relative_path_example', # String | Filter results where relative_path matches value
|
109
110
|
release: 'release_example', # String | Must be a comma-separated string: \"release_href,repository_or_repository_version_href\" release_href: Filter results where SourcePackage in Release repository_or_repository_version_href: The RepositoryVersion href to filter by, or Repository href (assume latest version)
|
110
111
|
release_component: 'release_component_example', # String | Must be a comma-separated string: \"release_component_href,repository_or_repository_version_href\" release_component_href: Filter results where SourcePackage in ReleaseComponent repository_or_repository_version_href: The RepositoryVersion href to filter by, or Repository href (assume latest version)
|
111
|
-
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
112
|
-
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
113
|
-
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
112
|
+
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF/PRN
|
113
|
+
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF/PRN
|
114
|
+
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF/PRN
|
114
115
|
source: 'source_example', # String | Filter results where source matches value
|
115
116
|
standards_version: 'standards_version_example', # String | Filter results where standards_version matches value
|
116
117
|
testsuite: 'testsuite_example', # String | Filter results where testsuite matches value
|
@@ -160,15 +161,16 @@ Name | Type | Description | Notes
|
|
160
161
|
**ordering** | [**Array<String>**](String.md)| Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `format` - Format * `-format` - Format (descending) * `source` - Source * `-source` - Source (descending) * `binary` - Binary * `-binary` - Binary (descending) * `architecture` - Architecture * `-architecture` - Architecture (descending) * `version` - Version * `-version` - Version (descending) * `maintainer` - Maintainer * `-maintainer` - Maintainer (descending) * `uploaders` - Uploaders * `-uploaders` - Uploaders (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `vcs_browser` - Vcs browser * `-vcs_browser` - Vcs browser (descending) * `vcs_arch` - Vcs arch * `-vcs_arch` - Vcs arch (descending) * `vcs_bzr` - Vcs bzr * `-vcs_bzr` - Vcs bzr (descending) * `vcs_cvs` - Vcs cvs * `-vcs_cvs` - Vcs cvs (descending) * `vcs_darcs` - Vcs darcs * `-vcs_darcs` - Vcs darcs (descending) * `vcs_git` - Vcs git * `-vcs_git` - Vcs git (descending) * `vcs_hg` - Vcs hg * `-vcs_hg` - Vcs hg (descending) * `vcs_mtn` - Vcs mtn * `-vcs_mtn` - Vcs mtn (descending) * `vcs_snv` - Vcs snv * `-vcs_snv` - Vcs snv (descending) * `testsuite` - Testsuite * `-testsuite` - Testsuite (descending) * `dgit` - Dgit * `-dgit` - Dgit (descending) * `standards_version` - Standards version * `-standards_version` - Standards version (descending) * `build_depends` - Build depends * `-build_depends` - Build depends (descending) * `build_depends_indep` - Build depends indep * `-build_depends_indep` - Build depends indep (descending) * `build_depends_arch` - Build depends arch * `-build_depends_arch` - Build depends arch (descending) * `build_conflicts` - Build conflicts * `-build_conflicts` - Build conflicts (descending) * `build_conflicts_indep` - Build conflicts indep * `-build_conflicts_indep` - Build conflicts indep (descending) * `build_conflicts_arch` - Build conflicts arch * `-build_conflicts_arch` - Build conflicts arch (descending) * `package_list` - Package list * `-package_list` - Package list (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
161
162
|
**orphaned_for** | **Float**| Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional]
|
162
163
|
**package_list** | **String**| Filter results where package_list matches value | [optional]
|
164
|
+
**prn__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
163
165
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
164
166
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
165
|
-
**q** | **String**|
|
167
|
+
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
166
168
|
**relative_path** | **String**| Filter results where relative_path matches value | [optional]
|
167
169
|
**release** | **String**| Must be a comma-separated string: \"release_href,repository_or_repository_version_href\" release_href: Filter results where SourcePackage in Release repository_or_repository_version_href: The RepositoryVersion href to filter by, or Repository href (assume latest version) | [optional]
|
168
170
|
**release_component** | **String**| Must be a comma-separated string: \"release_component_href,repository_or_repository_version_href\" release_component_href: Filter results where SourcePackage in ReleaseComponent repository_or_repository_version_href: The RepositoryVersion href to filter by, or Repository href (assume latest version) | [optional]
|
169
|
-
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
170
|
-
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
171
|
-
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
171
|
+
**repository_version** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
172
|
+
**repository_version_added** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
173
|
+
**repository_version_removed** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
172
174
|
**source** | **String**| Filter results where source matches value | [optional]
|
173
175
|
**standards_version** | **String**| Filter results where standards_version matches value | [optional]
|
174
176
|
**testsuite** | **String**| Filter results where testsuite matches value | [optional]
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpDebClient::ContentSourceReleaseComponentsApi
|
2
2
|
|
3
|
-
All URIs are relative to *http://
|
3
|
+
All URIs are relative to *http://localhost:24817*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -89,13 +89,14 @@ opts = {
|
|
89
89
|
offset: 56, # Integer | The initial index from which to return the results.
|
90
90
|
ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
91
91
|
orphaned_for: 3.4, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
92
|
+
prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
|
92
93
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
93
94
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
94
|
-
q: 'q_example', # String |
|
95
|
+
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
95
96
|
release_component: 'release_component_example', # String | Filter results where release_component matches value
|
96
|
-
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
97
|
-
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
98
|
-
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
97
|
+
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF/PRN
|
98
|
+
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF/PRN
|
99
|
+
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF/PRN
|
99
100
|
source_package: 'source_package_example', # String | Filter results where source_package matches value
|
100
101
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
101
102
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
@@ -119,13 +120,14 @@ Name | Type | Description | Notes
|
|
119
120
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
120
121
|
**ordering** | [**Array<String>**](String.md)| Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
121
122
|
**orphaned_for** | **Float**| Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional]
|
123
|
+
**prn__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
122
124
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
123
125
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
124
|
-
**q** | **String**|
|
126
|
+
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
125
127
|
**release_component** | [**String**](.md)| Filter results where release_component matches value | [optional]
|
126
|
-
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
127
|
-
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
128
|
-
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
128
|
+
**repository_version** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
129
|
+
**repository_version_added** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
130
|
+
**repository_version_removed** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
129
131
|
**source_package** | [**String**](.md)| Filter results where source_package matches value | [optional]
|
130
132
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
131
133
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
@@ -5,11 +5,13 @@
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
8
|
+
**prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
|
8
9
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
10
|
**pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
|
10
11
|
**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\") |
|
11
12
|
**base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional] [readonly]
|
12
13
|
**content_guard** | **String** | An optional content-guard. | [optional]
|
14
|
+
**no_content_change_since** | **String** | Timestamp since when the distributed content served by this distribution has not changed. If equals to `null`, no guarantee is provided about content changes. | [optional] [readonly]
|
13
15
|
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
14
16
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
15
17
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
@@ -22,11 +24,13 @@ Name | Type | Description | Notes
|
|
22
24
|
require 'PulpDebClient'
|
23
25
|
|
24
26
|
instance = PulpDebClient::DebAptDistributionResponse.new(pulp_href: null,
|
27
|
+
prn: null,
|
25
28
|
pulp_created: null,
|
26
29
|
pulp_last_updated: null,
|
27
30
|
base_path: null,
|
28
31
|
base_url: null,
|
29
32
|
content_guard: null,
|
33
|
+
no_content_change_since: null,
|
30
34
|
hidden: null,
|
31
35
|
pulp_labels: null,
|
32
36
|
name: null,
|
@@ -5,6 +5,7 @@
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
8
|
+
**prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
|
8
9
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
10
|
**pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
|
10
11
|
**repository_version** | **String** | | [optional]
|
@@ -20,6 +21,7 @@ Name | Type | Description | Notes
|
|
20
21
|
require 'PulpDebClient'
|
21
22
|
|
22
23
|
instance = PulpDebClient::DebAptPublicationResponse.new(pulp_href: null,
|
24
|
+
prn: null,
|
23
25
|
pulp_created: null,
|
24
26
|
pulp_last_updated: null,
|
25
27
|
repository_version: null,
|
@@ -5,6 +5,7 @@
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
8
|
+
**prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
|
8
9
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
10
|
**pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
|
10
11
|
**name** | **String** | A unique name for this remote. |
|
@@ -39,6 +40,7 @@ Name | Type | Description | Notes
|
|
39
40
|
require 'PulpDebClient'
|
40
41
|
|
41
42
|
instance = PulpDebClient::DebAptRemoteResponse.new(pulp_href: null,
|
43
|
+
prn: null,
|
42
44
|
pulp_created: null,
|
43
45
|
pulp_last_updated: null,
|
44
46
|
name: null,
|
@@ -5,6 +5,7 @@
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
8
|
+
**prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
|
8
9
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
10
|
**pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
|
10
11
|
**versions_href** | **String** | | [optional] [readonly]
|
@@ -24,6 +25,7 @@ Name | Type | Description | Notes
|
|
24
25
|
require 'PulpDebClient'
|
25
26
|
|
26
27
|
instance = PulpDebClient::DebAptRepositoryResponse.new(pulp_href: null,
|
28
|
+
prn: null,
|
27
29
|
pulp_created: null,
|
28
30
|
pulp_last_updated: null,
|
29
31
|
versions_href: null,
|
data/docs/DebCopyApi.md
CHANGED
data/docs/DebGenericContent.md
CHANGED
@@ -9,6 +9,7 @@ Name | Type | Description | Notes
|
|
9
9
|
**relative_path** | **String** | Path where the artifact is located relative to distributions base_path |
|
10
10
|
**file** | **File** | An uploaded file that may be turned into the content unit. | [optional]
|
11
11
|
**upload** | **String** | An uncommitted upload that may be turned into the content unit. | [optional]
|
12
|
+
**file_url** | **String** | A url that Pulp can download and turn into the content unit. | [optional]
|
12
13
|
|
13
14
|
## Code Sample
|
14
15
|
|
@@ -19,7 +20,8 @@ instance = PulpDebClient::DebGenericContent.new(repository: null,
|
|
19
20
|
artifact: null,
|
20
21
|
relative_path: null,
|
21
22
|
file: null,
|
22
|
-
upload: null
|
23
|
+
upload: null,
|
24
|
+
file_url: null)
|
23
25
|
```
|
24
26
|
|
25
27
|
|
@@ -5,6 +5,7 @@
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
8
|
+
**prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
|
8
9
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
10
|
**pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
|
10
11
|
**artifact** | **String** | Artifact file representing the physical content | [optional]
|
@@ -22,6 +23,7 @@ Name | Type | Description | Notes
|
|
22
23
|
require 'PulpDebClient'
|
23
24
|
|
24
25
|
instance = PulpDebClient::DebGenericContentResponse.new(pulp_href: null,
|
26
|
+
prn: null,
|
25
27
|
pulp_created: null,
|
26
28
|
pulp_last_updated: null,
|
27
29
|
artifact: null,
|
@@ -5,6 +5,7 @@
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
8
|
+
**prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
|
8
9
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
10
|
**pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
|
10
11
|
**artifacts** | [**Object**](.md) | A dict mapping relative paths inside the Content to the correspondingArtifact URLs. E.g.: {'relative/path': '/artifacts/1/' |
|
@@ -18,6 +19,7 @@ Name | Type | Description | Notes
|
|
18
19
|
require 'PulpDebClient'
|
19
20
|
|
20
21
|
instance = PulpDebClient::DebInstallerFileIndexResponse.new(pulp_href: null,
|
22
|
+
prn: null,
|
21
23
|
pulp_created: null,
|
22
24
|
pulp_last_updated: null,
|
23
25
|
artifacts: null,
|
data/docs/DebInstallerPackage.md
CHANGED
@@ -9,6 +9,7 @@ Name | Type | Description | Notes
|
|
9
9
|
**relative_path** | **String** | Path where the artifact is located relative to distributions base_path | [optional]
|
10
10
|
**file** | **File** | An uploaded file that may be turned into the content unit. | [optional]
|
11
11
|
**upload** | **String** | An uncommitted upload that may be turned into the content unit. | [optional]
|
12
|
+
**file_url** | **String** | A url that Pulp can download and turn into the content unit. | [optional]
|
12
13
|
|
13
14
|
## Code Sample
|
14
15
|
|
@@ -19,7 +20,8 @@ instance = PulpDebClient::DebInstallerPackage.new(repository: null,
|
|
19
20
|
artifact: null,
|
20
21
|
relative_path: null,
|
21
22
|
file: null,
|
22
|
-
upload: null
|
23
|
+
upload: null,
|
24
|
+
file_url: null)
|
23
25
|
```
|
24
26
|
|
25
27
|
|
@@ -5,6 +5,7 @@
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
8
|
+
**prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
|
8
9
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
10
|
**pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
|
10
11
|
**artifact** | **String** | Artifact file representing the physical content | [optional]
|
@@ -51,6 +52,7 @@ Name | Type | Description | Notes
|
|
51
52
|
require 'PulpDebClient'
|
52
53
|
|
53
54
|
instance = PulpDebClient::DebInstallerPackageResponse.new(pulp_href: null,
|
55
|
+
prn: null,
|
54
56
|
pulp_created: null,
|
55
57
|
pulp_last_updated: null,
|
56
58
|
artifact: null,
|
data/docs/DebPackage.md
CHANGED
@@ -9,6 +9,7 @@ Name | Type | Description | Notes
|
|
9
9
|
**relative_path** | **String** | Path where the artifact is located relative to distributions base_path | [optional]
|
10
10
|
**file** | **File** | An uploaded file that may be turned into the content unit. | [optional]
|
11
11
|
**upload** | **String** | An uncommitted upload that may be turned into the content unit. | [optional]
|
12
|
+
**file_url** | **String** | A url that Pulp can download and turn into the content unit. | [optional]
|
12
13
|
**distribution** | **String** | Name of the distribution. | [optional]
|
13
14
|
**component** | **String** | Name of the component. | [optional]
|
14
15
|
|
@@ -22,6 +23,7 @@ instance = PulpDebClient::DebPackage.new(repository: null,
|
|
22
23
|
relative_path: null,
|
23
24
|
file: null,
|
24
25
|
upload: null,
|
26
|
+
file_url: null,
|
25
27
|
distribution: null,
|
26
28
|
component: null)
|
27
29
|
```
|
@@ -5,6 +5,7 @@
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
8
|
+
**prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
|
8
9
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
10
|
**pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
|
10
11
|
**artifacts** | [**Object**](.md) | A dict mapping relative paths inside the Content to the correspondingArtifact URLs. E.g.: {'relative/path': '/artifacts/1/' |
|
@@ -18,6 +19,7 @@ Name | Type | Description | Notes
|
|
18
19
|
require 'PulpDebClient'
|
19
20
|
|
20
21
|
instance = PulpDebClient::DebPackageIndexResponse.new(pulp_href: null,
|
22
|
+
prn: null,
|
21
23
|
pulp_created: null,
|
22
24
|
pulp_last_updated: null,
|
23
25
|
artifacts: null,
|
@@ -5,6 +5,7 @@
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
8
|
+
**prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
|
8
9
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
10
|
**pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
|
10
11
|
**package** | **String** | Package that is contained in release_comonent. |
|
@@ -16,6 +17,7 @@ Name | Type | Description | Notes
|
|
16
17
|
require 'PulpDebClient'
|
17
18
|
|
18
19
|
instance = PulpDebClient::DebPackageReleaseComponentResponse.new(pulp_href: null,
|
20
|
+
prn: null,
|
19
21
|
pulp_created: null,
|
20
22
|
pulp_last_updated: null,
|
21
23
|
package: null,
|
data/docs/DebPackageResponse.md
CHANGED
@@ -5,6 +5,7 @@
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
8
|
+
**prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
|
8
9
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
10
|
**pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
|
10
11
|
**artifact** | **String** | Artifact file representing the physical content | [optional]
|
@@ -53,6 +54,7 @@ Name | Type | Description | Notes
|
|
53
54
|
require 'PulpDebClient'
|
54
55
|
|
55
56
|
instance = PulpDebClient::DebPackageResponse.new(pulp_href: null,
|
57
|
+
prn: null,
|
56
58
|
pulp_created: null,
|
57
59
|
pulp_last_updated: null,
|
58
60
|
artifact: null,
|
@@ -5,6 +5,7 @@
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
8
|
+
**prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
|
8
9
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
10
|
**pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
|
10
11
|
**architecture** | **String** | Name of the architecture. |
|
@@ -16,6 +17,7 @@ Name | Type | Description | Notes
|
|
16
17
|
require 'PulpDebClient'
|
17
18
|
|
18
19
|
instance = PulpDebClient::DebReleaseArchitectureResponse.new(pulp_href: null,
|
20
|
+
prn: null,
|
19
21
|
pulp_created: null,
|
20
22
|
pulp_last_updated: null,
|
21
23
|
architecture: null,
|
@@ -5,6 +5,7 @@
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
8
|
+
**prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
|
8
9
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
10
|
**pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
|
10
11
|
**component** | **String** | Name of the component. |
|
@@ -16,6 +17,7 @@ Name | Type | Description | Notes
|
|
16
17
|
require 'PulpDebClient'
|
17
18
|
|
18
19
|
instance = PulpDebClient::DebReleaseComponentResponse.new(pulp_href: null,
|
20
|
+
prn: null,
|
19
21
|
pulp_created: null,
|
20
22
|
pulp_last_updated: null,
|
21
23
|
component: null,
|
@@ -5,6 +5,7 @@
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
8
|
+
**prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
|
8
9
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
10
|
**pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
|
10
11
|
**artifacts** | [**Object**](.md) | A dict mapping relative paths inside the Content to the correspondingArtifact URLs. E.g.: {'relative/path': '/artifacts/1/' |
|
@@ -19,6 +20,7 @@ Name | Type | Description | Notes
|
|
19
20
|
require 'PulpDebClient'
|
20
21
|
|
21
22
|
instance = PulpDebClient::DebReleaseFileResponse.new(pulp_href: null,
|
23
|
+
prn: null,
|
22
24
|
pulp_created: null,
|
23
25
|
pulp_last_updated: null,
|
24
26
|
artifacts: null,
|
data/docs/DebReleaseResponse.md
CHANGED
@@ -5,6 +5,7 @@
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
8
|
+
**prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
|
8
9
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
10
|
**pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
|
10
11
|
**codename** | **String** | |
|
@@ -23,6 +24,7 @@ Name | Type | Description | Notes
|
|
23
24
|
require 'PulpDebClient'
|
24
25
|
|
25
26
|
instance = PulpDebClient::DebReleaseResponse.new(pulp_href: null,
|
27
|
+
prn: null,
|
26
28
|
pulp_created: null,
|
27
29
|
pulp_last_updated: null,
|
28
30
|
codename: null,
|
@@ -5,6 +5,7 @@
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
8
|
+
**prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
|
8
9
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
10
|
**pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
|
10
11
|
**artifacts** | [**Object**](.md) | A dict mapping relative paths inside the Content to the correspondingArtifact URLs. E.g.: {'relative/path': '/artifacts/1/' |
|
@@ -18,6 +19,7 @@ Name | Type | Description | Notes
|
|
18
19
|
require 'PulpDebClient'
|
19
20
|
|
20
21
|
instance = PulpDebClient::DebSourceIndexResponse.new(pulp_href: null,
|
22
|
+
prn: null,
|
21
23
|
pulp_created: null,
|
22
24
|
pulp_last_updated: null,
|
23
25
|
artifacts: null,
|
@@ -5,6 +5,7 @@
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
8
|
+
**prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
|
8
9
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
10
|
**pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
|
10
11
|
**source_package** | **String** | Source package that is contained in release_component. |
|
@@ -16,6 +17,7 @@ Name | Type | Description | Notes
|
|
16
17
|
require 'PulpDebClient'
|
17
18
|
|
18
19
|
instance = PulpDebClient::DebSourcePackageReleaseComponentResponse.new(pulp_href: null,
|
20
|
+
prn: null,
|
19
21
|
pulp_created: null,
|
20
22
|
pulp_last_updated: null,
|
21
23
|
source_package: null,
|
@@ -5,6 +5,7 @@
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
8
|
+
**prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
|
8
9
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
10
|
**pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
|
10
11
|
**artifacts** | [**Object**](.md) | A dict mapping relative paths inside the Content to the correspondingArtifact URLs. E.g.: {'relative/path': '/artifacts/1/' | [readonly]
|
@@ -43,6 +44,7 @@ Name | Type | Description | Notes
|
|
43
44
|
require 'PulpDebClient'
|
44
45
|
|
45
46
|
instance = PulpDebClient::DebSourcePackageResponse.new(pulp_href: null,
|
47
|
+
prn: null,
|
46
48
|
pulp_created: null,
|
47
49
|
pulp_last_updated: null,
|
48
50
|
artifacts: null,
|
@@ -5,6 +5,7 @@
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
8
|
+
**prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
|
8
9
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
10
|
**pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
|
10
11
|
**repository_version** | **String** | | [optional]
|
@@ -16,6 +17,7 @@ Name | Type | Description | Notes
|
|
16
17
|
require 'PulpDebClient'
|
17
18
|
|
18
19
|
instance = PulpDebClient::DebVerbatimPublicationResponse.new(pulp_href: null,
|
20
|
+
prn: null,
|
19
21
|
pulp_created: null,
|
20
22
|
pulp_last_updated: null,
|
21
23
|
repository_version: null,
|
data/docs/DistributionsAptApi.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpDebClient::DistributionsAptApi
|
2
2
|
|
3
|
-
All URIs are relative to *http://
|
3
|
+
All URIs are relative to *http://localhost:24817*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -159,10 +159,11 @@ opts = {
|
|
159
159
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
160
160
|
offset: 56, # Integer | The initial index from which to return the results.
|
161
161
|
ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `hidden` - Hidden * `-hidden` - Hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
162
|
+
prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
|
162
163
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
163
164
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
164
165
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
165
|
-
q: 'q_example', # String |
|
166
|
+
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
166
167
|
repository: 'repository_example', # String | Filter results where repository matches value
|
167
168
|
repository__in: ['repository__in_example'], # Array<String> | Filter results where repository is in a comma-separated list of values
|
168
169
|
with_content: 'with_content_example', # String | Filter distributions based on the content served by them
|
@@ -200,10 +201,11 @@ Name | Type | Description | Notes
|
|
200
201
|
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
201
202
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
202
203
|
**ordering** | [**Array<String>**](String.md)| Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `hidden` - Hidden * `-hidden` - Hidden (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
204
|
+
**prn__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
203
205
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
204
206
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
205
207
|
**pulp_label_select** | **String**| Filter labels by search string | [optional]
|
206
|
-
**q** | **String**|
|
208
|
+
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
207
209
|
**repository** | [**String**](.md)| Filter results where repository matches value | [optional]
|
208
210
|
**repository__in** | [**Array<String>**](String.md)| Filter results where repository is in a comma-separated list of values | [optional]
|
209
211
|
**with_content** | **String**| Filter distributions based on the content served by them | [optional]
|