pulp_deb_client 3.3.1 → 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 +4 -4
- data/docs/ContentGenericContentsApi.md +10 -8
- data/docs/ContentInstallerFileIndicesApi.md +10 -8
- data/docs/ContentInstallerPackagesApi.md +10 -8
- data/docs/ContentPackageIndicesApi.md +10 -8
- data/docs/ContentPackageReleaseComponentsApi.md +10 -8
- data/docs/ContentPackagesApi.md +10 -8
- data/docs/ContentReleaseArchitecturesApi.md +10 -8
- data/docs/ContentReleaseComponentsApi.md +10 -8
- data/docs/ContentReleaseFilesApi.md +10 -8
- data/docs/ContentReleasesApi.md +10 -8
- data/docs/ContentSourceIndicesApi.md +10 -8
- data/docs/ContentSourcePackagesApi.md +10 -8
- data/docs/ContentSourceReleaseComponentsApi.md +10 -8
- 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/DebGenericContentResponse.md +2 -0
- data/docs/DebInstallerFileIndexResponse.md +2 -0
- data/docs/DebInstallerPackageResponse.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 +4 -2
- data/docs/PublicationsAptApi.md +12 -10
- data/docs/PublicationsVerbatimApi.md +12 -10
- data/docs/RemotesAptApi.md +4 -2
- data/docs/RepositoriesAptApi.md +8 -6
- data/docs/RepositoriesAptVersionsApi.md +8 -6
- data/docs/RepositoryVersionResponse.md +2 -0
- data/lib/pulp_deb_client/api/content_generic_contents_api.rb +11 -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 +11 -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 +11 -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/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_response.rb +11 -1
- data/lib/pulp_deb_client/models/deb_apt_repository_response.rb +11 -1
- 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_response.rb +11 -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/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 +5 -4
- data/spec/api/content_installer_file_indices_api_spec.rb +5 -4
- data/spec/api/content_installer_packages_api_spec.rb +5 -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 +5 -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/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_installer_file_index_response_spec.rb +6 -0
- data/spec/models/deb_installer_package_response_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_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 +71 -71
@@ -95,12 +95,13 @@ module PulpDebClient
|
|
95
95
|
# @option opts [String] :origin Filter results where origin matches value
|
96
96
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
97
97
|
# @option opts [String] :package Must be a comma-separated string: \"package_href,repository_or_repository_version_href\" package_href: Filter results where Release contains Package repository_or_repository_version_href: The RepositoryVersion href to filter by, or Repository href (assume latest version)
|
98
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
98
99
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
99
100
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
100
|
-
# @option opts [String] :q
|
101
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
102
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
103
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
101
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
102
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
103
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
104
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
104
105
|
# @option opts [String] :suite Filter results where suite matches value
|
105
106
|
# @option opts [String] :version Filter results where version matches value
|
106
107
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
@@ -123,12 +124,13 @@ module PulpDebClient
|
|
123
124
|
# @option opts [String] :origin Filter results where origin matches value
|
124
125
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
125
126
|
# @option opts [String] :package Must be a comma-separated string: \"package_href,repository_or_repository_version_href\" package_href: Filter results where Release contains Package repository_or_repository_version_href: The RepositoryVersion href to filter by, or Repository href (assume latest version)
|
127
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
126
128
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
127
129
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
128
|
-
# @option opts [String] :q
|
129
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
130
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
131
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
130
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
131
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
132
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
133
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
132
134
|
# @option opts [String] :suite Filter results where suite matches value
|
133
135
|
# @option opts [String] :version Filter results where version matches value
|
134
136
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
@@ -156,6 +158,7 @@ module PulpDebClient
|
|
156
158
|
query_params[:'origin'] = opts[:'origin'] if !opts[:'origin'].nil?
|
157
159
|
query_params[:'orphaned_for'] = opts[:'orphaned_for'] if !opts[:'orphaned_for'].nil?
|
158
160
|
query_params[:'package'] = opts[:'package'] if !opts[:'package'].nil?
|
161
|
+
query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
|
159
162
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
160
163
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
161
164
|
query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
|
@@ -91,13 +91,14 @@ module PulpDebClient
|
|
91
91
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
92
92
|
# @option opts [Array<String>] :ordering 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)
|
93
93
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
94
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
94
95
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
95
96
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
96
|
-
# @option opts [String] :q
|
97
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
97
98
|
# @option opts [String] :relative_path Filter results where relative_path matches value
|
98
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
99
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
100
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
99
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
100
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
101
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
101
102
|
# @option opts [String] :sha256 Filter results where sha256 matches value
|
102
103
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
103
104
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
@@ -115,13 +116,14 @@ module PulpDebClient
|
|
115
116
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
116
117
|
# @option opts [Array<String>] :ordering 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)
|
117
118
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
119
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
118
120
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
119
121
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
120
|
-
# @option opts [String] :q
|
122
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
121
123
|
# @option opts [String] :relative_path Filter results where relative_path matches value
|
122
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
123
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
124
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
124
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
125
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
126
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
125
127
|
# @option opts [String] :sha256 Filter results where sha256 matches value
|
126
128
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
127
129
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
@@ -144,6 +146,7 @@ module PulpDebClient
|
|
144
146
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
145
147
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
146
148
|
query_params[:'orphaned_for'] = opts[:'orphaned_for'] if !opts[:'orphaned_for'].nil?
|
149
|
+
query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
|
147
150
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
148
151
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
149
152
|
query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
|
@@ -103,15 +103,16 @@ module PulpDebClient
|
|
103
103
|
# @option opts [Array<String>] :ordering 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)
|
104
104
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
105
105
|
# @option opts [String] :package_list Filter results where package_list matches value
|
106
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
106
107
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
107
108
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
108
|
-
# @option opts [String] :q
|
109
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
109
110
|
# @option opts [String] :relative_path Filter results where relative_path matches value
|
110
111
|
# @option opts [String] :release 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)
|
111
112
|
# @option opts [String] :release_component 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)
|
112
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
113
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
114
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
113
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
114
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
115
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
115
116
|
# @option opts [String] :source Filter results where source matches value
|
116
117
|
# @option opts [String] :standards_version Filter results where standards_version matches value
|
117
118
|
# @option opts [String] :testsuite Filter results where testsuite matches value
|
@@ -154,15 +155,16 @@ module PulpDebClient
|
|
154
155
|
# @option opts [Array<String>] :ordering 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)
|
155
156
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
156
157
|
# @option opts [String] :package_list Filter results where package_list matches value
|
158
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
157
159
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
158
160
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
159
|
-
# @option opts [String] :q
|
161
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
160
162
|
# @option opts [String] :relative_path Filter results where relative_path matches value
|
161
163
|
# @option opts [String] :release 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)
|
162
164
|
# @option opts [String] :release_component 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)
|
163
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
164
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
165
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
165
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
166
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
167
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
166
168
|
# @option opts [String] :source Filter results where source matches value
|
167
169
|
# @option opts [String] :standards_version Filter results where standards_version matches value
|
168
170
|
# @option opts [String] :testsuite Filter results where testsuite matches value
|
@@ -210,6 +212,7 @@ module PulpDebClient
|
|
210
212
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
211
213
|
query_params[:'orphaned_for'] = opts[:'orphaned_for'] if !opts[:'orphaned_for'].nil?
|
212
214
|
query_params[:'package_list'] = opts[:'package_list'] if !opts[:'package_list'].nil?
|
215
|
+
query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
|
213
216
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
214
217
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
215
218
|
query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
|
@@ -90,13 +90,14 @@ module PulpDebClient
|
|
90
90
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
91
91
|
# @option opts [Array<String>] :ordering 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)
|
92
92
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
93
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
93
94
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
94
95
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
95
|
-
# @option opts [String] :q
|
96
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
96
97
|
# @option opts [String] :release_component Filter results where release_component matches value
|
97
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
98
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
99
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
98
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
99
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
100
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
100
101
|
# @option opts [String] :source_package Filter results where source_package matches value
|
101
102
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
102
103
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
@@ -113,13 +114,14 @@ module PulpDebClient
|
|
113
114
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
114
115
|
# @option opts [Array<String>] :ordering 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)
|
115
116
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
117
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
116
118
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
117
119
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
118
|
-
# @option opts [String] :q
|
120
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
119
121
|
# @option opts [String] :release_component Filter results where release_component matches value
|
120
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
121
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
122
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
122
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
123
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
124
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
123
125
|
# @option opts [String] :source_package Filter results where source_package matches value
|
124
126
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
125
127
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
@@ -141,6 +143,7 @@ module PulpDebClient
|
|
141
143
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
142
144
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
143
145
|
query_params[:'orphaned_for'] = opts[:'orphaned_for'] if !opts[:'orphaned_for'].nil?
|
146
|
+
query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
|
144
147
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
145
148
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
146
149
|
query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
|
@@ -164,10 +164,11 @@ module PulpDebClient
|
|
164
164
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
165
165
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
166
166
|
# @option opts [Array<String>] :ordering 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)
|
167
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
167
168
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
168
169
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
169
170
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
170
|
-
# @option opts [String] :q
|
171
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
171
172
|
# @option opts [String] :repository Filter results where repository matches value
|
172
173
|
# @option opts [Array<String>] :repository__in Filter results where repository is in a comma-separated list of values
|
173
174
|
# @option opts [String] :with_content Filter distributions based on the content served by them
|
@@ -198,10 +199,11 @@ module PulpDebClient
|
|
198
199
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
199
200
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
200
201
|
# @option opts [Array<String>] :ordering 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)
|
202
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
201
203
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
202
204
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
203
205
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
204
|
-
# @option opts [String] :q
|
206
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
205
207
|
# @option opts [String] :repository Filter results where repository matches value
|
206
208
|
# @option opts [Array<String>] :repository__in Filter results where repository is in a comma-separated list of values
|
207
209
|
# @option opts [String] :with_content Filter distributions based on the content served by them
|
@@ -237,6 +239,7 @@ module PulpDebClient
|
|
237
239
|
query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
|
238
240
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
239
241
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
242
|
+
query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
|
240
243
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
241
244
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
242
245
|
query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
|
@@ -146,11 +146,12 @@ module PulpDebClient
|
|
146
146
|
# List apt publications
|
147
147
|
# An AptPublication is the ready to serve Pulp-internal representation of an AptRepositoryVersion. When creating an APT publication, users must use simple or structured mode (or both). If the publication should include '.deb' packages that were manually uploaded to the relevant AptRepository, users must use 'simple=true'. Conversely, 'structured=true' is only useful for publishing content obtained via synchronization. Once a Pulp publication has been created, it can be served by creating a Pulp distribution (in a near atomic action).
|
148
148
|
# @param [Hash] opts the optional parameters
|
149
|
-
# @option opts [String] :content Content Unit referenced by HREF
|
150
|
-
# @option opts [String] :content__in
|
149
|
+
# @option opts [String] :content Content Unit referenced by HREF/PRN
|
150
|
+
# @option opts [Array<String>] :content__in Multiple values may be separated by commas.
|
151
151
|
# @option opts [Integer] :limit Number of results to return per page.
|
152
152
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
153
153
|
# @option opts [Array<String>] :ordering 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) * `complete` - Complete * `-complete` - Complete (descending) * `pass_through` - Pass through * `-pass_through` - Pass through (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
154
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
154
155
|
# @option opts [DateTime] :pulp_created Filter results where pulp_created matches value
|
155
156
|
# @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
|
156
157
|
# @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
|
@@ -159,9 +160,9 @@ module PulpDebClient
|
|
159
160
|
# @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
|
160
161
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
161
162
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
162
|
-
# @option opts [String] :q
|
163
|
-
# @option opts [String] :repository Repository referenced by HREF
|
164
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
163
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
164
|
+
# @option opts [String] :repository Repository referenced by HREF/PRN
|
165
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
165
166
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
166
167
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
167
168
|
# @return [PaginateddebAptPublicationResponseList]
|
@@ -173,11 +174,12 @@ module PulpDebClient
|
|
173
174
|
# List apt publications
|
174
175
|
# An AptPublication is the ready to serve Pulp-internal representation of an AptRepositoryVersion. When creating an APT publication, users must use simple or structured mode (or both). If the publication should include '.deb' packages that were manually uploaded to the relevant AptRepository, users must use 'simple=true'. Conversely, 'structured=true' is only useful for publishing content obtained via synchronization. Once a Pulp publication has been created, it can be served by creating a Pulp distribution (in a near atomic action).
|
175
176
|
# @param [Hash] opts the optional parameters
|
176
|
-
# @option opts [String] :content Content Unit referenced by HREF
|
177
|
-
# @option opts [String] :content__in
|
177
|
+
# @option opts [String] :content Content Unit referenced by HREF/PRN
|
178
|
+
# @option opts [Array<String>] :content__in Multiple values may be separated by commas.
|
178
179
|
# @option opts [Integer] :limit Number of results to return per page.
|
179
180
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
180
181
|
# @option opts [Array<String>] :ordering 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) * `complete` - Complete * `-complete` - Complete (descending) * `pass_through` - Pass through * `-pass_through` - Pass through (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
182
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
181
183
|
# @option opts [DateTime] :pulp_created Filter results where pulp_created matches value
|
182
184
|
# @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
|
183
185
|
# @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
|
@@ -186,9 +188,9 @@ module PulpDebClient
|
|
186
188
|
# @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
|
187
189
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
188
190
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
189
|
-
# @option opts [String] :q
|
190
|
-
# @option opts [String] :repository Repository referenced by HREF
|
191
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
191
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
192
|
+
# @option opts [String] :repository Repository referenced by HREF/PRN
|
193
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
192
194
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
193
195
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
194
196
|
# @return [Array<(PaginateddebAptPublicationResponseList, Integer, Hash)>] PaginateddebAptPublicationResponseList data, response status code and response headers
|
@@ -206,10 +208,11 @@ module PulpDebClient
|
|
206
208
|
# query parameters
|
207
209
|
query_params = opts[:query_params] || {}
|
208
210
|
query_params[:'content'] = opts[:'content'] if !opts[:'content'].nil?
|
209
|
-
query_params[:'content__in'] = opts[:'content__in'] if !opts[:'content__in'].nil?
|
211
|
+
query_params[:'content__in'] = @api_client.build_collection_param(opts[:'content__in'], :csv) if !opts[:'content__in'].nil?
|
210
212
|
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
211
213
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
212
214
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
215
|
+
query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
|
213
216
|
query_params[:'pulp_created'] = opts[:'pulp_created'] if !opts[:'pulp_created'].nil?
|
214
217
|
query_params[:'pulp_created__gt'] = opts[:'pulp_created__gt'] if !opts[:'pulp_created__gt'].nil?
|
215
218
|
query_params[:'pulp_created__gte'] = opts[:'pulp_created__gte'] if !opts[:'pulp_created__gte'].nil?
|
@@ -146,11 +146,12 @@ module PulpDebClient
|
|
146
146
|
# List verbatim publications
|
147
147
|
# An VerbatimPublication is the Pulp-internal representation of a \"mirrored\" AptRepositoryVersion. In other words, the verbatim publisher will recreate the synced subset of some a APT repository using the exact same metadata files and signatures as used by the upstream original. Once a Pulp publication has been created, it can be served by creating a Pulp distribution (in a near atomic action).
|
148
148
|
# @param [Hash] opts the optional parameters
|
149
|
-
# @option opts [String] :content Content Unit referenced by HREF
|
150
|
-
# @option opts [String] :content__in
|
149
|
+
# @option opts [String] :content Content Unit referenced by HREF/PRN
|
150
|
+
# @option opts [Array<String>] :content__in Multiple values may be separated by commas.
|
151
151
|
# @option opts [Integer] :limit Number of results to return per page.
|
152
152
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
153
153
|
# @option opts [Array<String>] :ordering 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) * `complete` - Complete * `-complete` - Complete (descending) * `pass_through` - Pass through * `-pass_through` - Pass through (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
154
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
154
155
|
# @option opts [DateTime] :pulp_created Filter results where pulp_created matches value
|
155
156
|
# @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
|
156
157
|
# @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
|
@@ -159,9 +160,9 @@ module PulpDebClient
|
|
159
160
|
# @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
|
160
161
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
161
162
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
162
|
-
# @option opts [String] :q
|
163
|
-
# @option opts [String] :repository Repository referenced by HREF
|
164
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
163
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
164
|
+
# @option opts [String] :repository Repository referenced by HREF/PRN
|
165
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
165
166
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
166
167
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
167
168
|
# @return [PaginateddebVerbatimPublicationResponseList]
|
@@ -173,11 +174,12 @@ module PulpDebClient
|
|
173
174
|
# List verbatim publications
|
174
175
|
# An VerbatimPublication is the Pulp-internal representation of a \"mirrored\" AptRepositoryVersion. In other words, the verbatim publisher will recreate the synced subset of some a APT repository using the exact same metadata files and signatures as used by the upstream original. Once a Pulp publication has been created, it can be served by creating a Pulp distribution (in a near atomic action).
|
175
176
|
# @param [Hash] opts the optional parameters
|
176
|
-
# @option opts [String] :content Content Unit referenced by HREF
|
177
|
-
# @option opts [String] :content__in
|
177
|
+
# @option opts [String] :content Content Unit referenced by HREF/PRN
|
178
|
+
# @option opts [Array<String>] :content__in Multiple values may be separated by commas.
|
178
179
|
# @option opts [Integer] :limit Number of results to return per page.
|
179
180
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
180
181
|
# @option opts [Array<String>] :ordering 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) * `complete` - Complete * `-complete` - Complete (descending) * `pass_through` - Pass through * `-pass_through` - Pass through (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
182
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
181
183
|
# @option opts [DateTime] :pulp_created Filter results where pulp_created matches value
|
182
184
|
# @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
|
183
185
|
# @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
|
@@ -186,9 +188,9 @@ module PulpDebClient
|
|
186
188
|
# @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
|
187
189
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
188
190
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
189
|
-
# @option opts [String] :q
|
190
|
-
# @option opts [String] :repository Repository referenced by HREF
|
191
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
191
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
192
|
+
# @option opts [String] :repository Repository referenced by HREF/PRN
|
193
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
192
194
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
193
195
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
194
196
|
# @return [Array<(PaginateddebVerbatimPublicationResponseList, Integer, Hash)>] PaginateddebVerbatimPublicationResponseList data, response status code and response headers
|
@@ -206,10 +208,11 @@ module PulpDebClient
|
|
206
208
|
# query parameters
|
207
209
|
query_params = opts[:query_params] || {}
|
208
210
|
query_params[:'content'] = opts[:'content'] if !opts[:'content'].nil?
|
209
|
-
query_params[:'content__in'] = opts[:'content__in'] if !opts[:'content__in'].nil?
|
211
|
+
query_params[:'content__in'] = @api_client.build_collection_param(opts[:'content__in'], :csv) if !opts[:'content__in'].nil?
|
210
212
|
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
211
213
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
212
214
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
215
|
+
query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
|
213
216
|
query_params[:'pulp_created'] = opts[:'pulp_created'] if !opts[:'pulp_created'].nil?
|
214
217
|
query_params[:'pulp_created__gt'] = opts[:'pulp_created__gt'] if !opts[:'pulp_created__gt'].nil?
|
215
218
|
query_params[:'pulp_created__gte'] = opts[:'pulp_created__gte'] if !opts[:'pulp_created__gte'].nil?
|
@@ -160,6 +160,7 @@ module PulpDebClient
|
|
160
160
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
161
161
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
162
162
|
# @option opts [Array<String>] :ordering 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) * `url` - Url * `-url` - Url (descending) * `ca_cert` - Ca cert * `-ca_cert` - Ca cert (descending) * `client_cert` - Client cert * `-client_cert` - Client cert (descending) * `client_key` - Client key * `-client_key` - Client key (descending) * `tls_validation` - Tls validation * `-tls_validation` - Tls validation (descending) * `username` - Username * `-username` - Username (descending) * `password` - Password * `-password` - Password (descending) * `proxy_url` - Proxy url * `-proxy_url` - Proxy url (descending) * `proxy_username` - Proxy username * `-proxy_username` - Proxy username (descending) * `proxy_password` - Proxy password * `-proxy_password` - Proxy password (descending) * `download_concurrency` - Download concurrency * `-download_concurrency` - Download concurrency (descending) * `max_retries` - Max retries * `-max_retries` - Max retries (descending) * `policy` - Policy * `-policy` - Policy (descending) * `total_timeout` - Total timeout * `-total_timeout` - Total timeout (descending) * `connect_timeout` - Connect timeout * `-connect_timeout` - Connect timeout (descending) * `sock_connect_timeout` - Sock connect timeout * `-sock_connect_timeout` - Sock connect timeout (descending) * `sock_read_timeout` - Sock read timeout * `-sock_read_timeout` - Sock read timeout (descending) * `headers` - Headers * `-headers` - Headers (descending) * `rate_limit` - Rate limit * `-rate_limit` - Rate limit (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
163
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
163
164
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
164
165
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
165
166
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
@@ -169,7 +170,7 @@ module PulpDebClient
|
|
169
170
|
# @option opts [DateTime] :pulp_last_updated__lt Filter results where pulp_last_updated is less than value
|
170
171
|
# @option opts [DateTime] :pulp_last_updated__lte Filter results where pulp_last_updated is less than or equal to value
|
171
172
|
# @option opts [Array<DateTime>] :pulp_last_updated__range Filter results where pulp_last_updated is between two comma separated values
|
172
|
-
# @option opts [String] :q
|
173
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
173
174
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
174
175
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
175
176
|
# @return [PaginateddebAptRemoteResponseList]
|
@@ -193,6 +194,7 @@ module PulpDebClient
|
|
193
194
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
194
195
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
195
196
|
# @option opts [Array<String>] :ordering 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) * `url` - Url * `-url` - Url (descending) * `ca_cert` - Ca cert * `-ca_cert` - Ca cert (descending) * `client_cert` - Client cert * `-client_cert` - Client cert (descending) * `client_key` - Client key * `-client_key` - Client key (descending) * `tls_validation` - Tls validation * `-tls_validation` - Tls validation (descending) * `username` - Username * `-username` - Username (descending) * `password` - Password * `-password` - Password (descending) * `proxy_url` - Proxy url * `-proxy_url` - Proxy url (descending) * `proxy_username` - Proxy username * `-proxy_username` - Proxy username (descending) * `proxy_password` - Proxy password * `-proxy_password` - Proxy password (descending) * `download_concurrency` - Download concurrency * `-download_concurrency` - Download concurrency (descending) * `max_retries` - Max retries * `-max_retries` - Max retries (descending) * `policy` - Policy * `-policy` - Policy (descending) * `total_timeout` - Total timeout * `-total_timeout` - Total timeout (descending) * `connect_timeout` - Connect timeout * `-connect_timeout` - Connect timeout (descending) * `sock_connect_timeout` - Sock connect timeout * `-sock_connect_timeout` - Sock connect timeout (descending) * `sock_read_timeout` - Sock read timeout * `-sock_read_timeout` - Sock read timeout (descending) * `headers` - Headers * `-headers` - Headers (descending) * `rate_limit` - Rate limit * `-rate_limit` - Rate limit (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
197
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
196
198
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
197
199
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
198
200
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
@@ -202,7 +204,7 @@ module PulpDebClient
|
|
202
204
|
# @option opts [DateTime] :pulp_last_updated__lt Filter results where pulp_last_updated is less than value
|
203
205
|
# @option opts [DateTime] :pulp_last_updated__lte Filter results where pulp_last_updated is less than or equal to value
|
204
206
|
# @option opts [Array<DateTime>] :pulp_last_updated__range Filter results where pulp_last_updated is between two comma separated values
|
205
|
-
# @option opts [String] :q
|
207
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
206
208
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
207
209
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
208
210
|
# @return [Array<(PaginateddebAptRemoteResponseList, Integer, Hash)>] PaginateddebAptRemoteResponseList data, response status code and response headers
|
@@ -231,6 +233,7 @@ module PulpDebClient
|
|
231
233
|
query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
|
232
234
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
233
235
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
236
|
+
query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
|
234
237
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
235
238
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
236
239
|
query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
|
@@ -148,7 +148,7 @@ module PulpDebClient
|
|
148
148
|
# List apt repositorys
|
149
149
|
# An AptRepository is the locally stored, Pulp-internal representation of a APT repository. It may be filled with content via synchronization or content upload to create an AptRepositoryVersion.
|
150
150
|
# @param [Hash] opts the optional parameters
|
151
|
-
# @option opts [String] :latest_with_content Content Unit referenced by HREF
|
151
|
+
# @option opts [String] :latest_with_content Content Unit referenced by HREF/PRN
|
152
152
|
# @option opts [Integer] :limit Number of results to return per page.
|
153
153
|
# @option opts [String] :name Filter results where name matches value
|
154
154
|
# @option opts [String] :name__contains Filter results where name contains value
|
@@ -161,10 +161,11 @@ module PulpDebClient
|
|
161
161
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
162
162
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
163
163
|
# @option opts [Array<String>] :ordering 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) * `description` - Description * `-description` - Description (descending) * `next_version` - Next version * `-next_version` - Next version (descending) * `retain_repo_versions` - Retain repo versions * `-retain_repo_versions` - Retain repo versions (descending) * `user_hidden` - User hidden * `-user_hidden` - User hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
164
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
164
165
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
165
166
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
166
167
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
167
|
-
# @option opts [String] :q
|
168
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
168
169
|
# @option opts [String] :remote Foreign Key referenced by HREF
|
169
170
|
# @option opts [Integer] :retain_repo_versions Filter results where retain_repo_versions matches value
|
170
171
|
# @option opts [Integer] :retain_repo_versions__gt Filter results where retain_repo_versions is greater than value
|
@@ -174,7 +175,7 @@ module PulpDebClient
|
|
174
175
|
# @option opts [Integer] :retain_repo_versions__lte Filter results where retain_repo_versions is less than or equal to value
|
175
176
|
# @option opts [Integer] :retain_repo_versions__ne Filter results where retain_repo_versions not equal to value
|
176
177
|
# @option opts [Array<Integer>] :retain_repo_versions__range Filter results where retain_repo_versions is between two comma separated values
|
177
|
-
# @option opts [String] :with_content Content Unit referenced by HREF
|
178
|
+
# @option opts [String] :with_content Content Unit referenced by HREF/PRN
|
178
179
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
179
180
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
180
181
|
# @return [PaginateddebAptRepositoryResponseList]
|
@@ -186,7 +187,7 @@ module PulpDebClient
|
|
186
187
|
# List apt repositorys
|
187
188
|
# An AptRepository is the locally stored, Pulp-internal representation of a APT repository. It may be filled with content via synchronization or content upload to create an AptRepositoryVersion.
|
188
189
|
# @param [Hash] opts the optional parameters
|
189
|
-
# @option opts [String] :latest_with_content Content Unit referenced by HREF
|
190
|
+
# @option opts [String] :latest_with_content Content Unit referenced by HREF/PRN
|
190
191
|
# @option opts [Integer] :limit Number of results to return per page.
|
191
192
|
# @option opts [String] :name Filter results where name matches value
|
192
193
|
# @option opts [String] :name__contains Filter results where name contains value
|
@@ -199,10 +200,11 @@ module PulpDebClient
|
|
199
200
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
200
201
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
201
202
|
# @option opts [Array<String>] :ordering 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) * `description` - Description * `-description` - Description (descending) * `next_version` - Next version * `-next_version` - Next version (descending) * `retain_repo_versions` - Retain repo versions * `-retain_repo_versions` - Retain repo versions (descending) * `user_hidden` - User hidden * `-user_hidden` - User hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
203
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
202
204
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
203
205
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
204
206
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
205
|
-
# @option opts [String] :q
|
207
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
206
208
|
# @option opts [String] :remote Foreign Key referenced by HREF
|
207
209
|
# @option opts [Integer] :retain_repo_versions Filter results where retain_repo_versions matches value
|
208
210
|
# @option opts [Integer] :retain_repo_versions__gt Filter results where retain_repo_versions is greater than value
|
@@ -212,7 +214,7 @@ module PulpDebClient
|
|
212
214
|
# @option opts [Integer] :retain_repo_versions__lte Filter results where retain_repo_versions is less than or equal to value
|
213
215
|
# @option opts [Integer] :retain_repo_versions__ne Filter results where retain_repo_versions not equal to value
|
214
216
|
# @option opts [Array<Integer>] :retain_repo_versions__range Filter results where retain_repo_versions is between two comma separated values
|
215
|
-
# @option opts [String] :with_content Content Unit referenced by HREF
|
217
|
+
# @option opts [String] :with_content Content Unit referenced by HREF/PRN
|
216
218
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
217
219
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
218
220
|
# @return [Array<(PaginateddebAptRepositoryResponseList, Integer, Hash)>] PaginateddebAptRepositoryResponseList data, response status code and response headers
|
@@ -242,6 +244,7 @@ module PulpDebClient
|
|
242
244
|
query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
|
243
245
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
244
246
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
247
|
+
query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
|
245
248
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
246
249
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
247
250
|
query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
|