pulp_deb_client 3.3.1 → 3.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +28 -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 +5 -1
- 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 +4 -0
- data/docs/DebVerbatimPublicationResponse.md +2 -0
- data/docs/DistributionsAptApi.md +236 -2
- data/docs/MyPermissionsResponse.md +17 -0
- data/docs/NestedRole.md +21 -0
- data/docs/NestedRoleResponse.md +21 -0
- data/docs/ObjectRolesResponse.md +17 -0
- data/docs/PublicationsAptApi.md +244 -10
- data/docs/PublicationsVerbatimApi.md +244 -10
- data/docs/RemotesAptApi.md +236 -2
- data/docs/RepositoriesAptApi.md +240 -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 +281 -2
- data/lib/pulp_deb_client/api/publications_apt_api.rb +290 -11
- data/lib/pulp_deb_client/api/publications_verbatim_api.rb +290 -11
- data/lib/pulp_deb_client/api/remotes_apt_api.rb +281 -2
- data/lib/pulp_deb_client/api/repositories_apt_api.rb +285 -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.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_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 +24 -4
- 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 +21 -1
- data/lib/pulp_deb_client/models/deb_verbatim_publication_response.rb +11 -1
- data/lib/pulp_deb_client/models/my_permissions_response.rb +213 -0
- data/lib/pulp_deb_client/models/nested_role.rb +253 -0
- data/lib/pulp_deb_client/models/nested_role_response.rb +234 -0
- data/lib/pulp_deb_client/models/object_roles_response.rb +213 -0
- 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/lib/pulp_deb_client.rb +4 -0
- 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 +56 -1
- data/spec/api/publications_apt_api_spec.rb +60 -5
- data/spec/api/publications_verbatim_api_spec.rb +60 -5
- data/spec/api/remotes_apt_api_spec.rb +56 -1
- data/spec/api/repositories_apt_api_spec.rb +58 -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 +12 -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 +12 -0
- data/spec/models/deb_verbatim_publication_response_spec.rb +6 -0
- data/spec/models/my_permissions_response_spec.rb +41 -0
- data/spec/models/nested_role_response_spec.rb +53 -0
- data/spec/models/nested_role_spec.rb +53 -0
- data/spec/models/object_roles_response_spec.rb +41 -0
- data/spec/models/repository_version_response_spec.rb +6 -0
- metadata +91 -75
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 364d224e742756b09740d3d8a42d5217e5bb659440a12cb8ae2974061480a493
|
|
4
|
+
data.tar.gz: 478fbf2a2a73323017850f32a4eb41d451bca660801488bc71d873f467de2faa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 43cd78ecbbac507e22ab16900c1c340d5bc83a7f9abdd50bccced48a5db77fb2167ba847f56b557e963dccb4f4838ef20a3013d5ffad585e90bab62152326b41
|
|
7
|
+
data.tar.gz: c73df7929dd11c50d1aedc7e49c330f34b6cf9385d287a4b18d0834635883406e36d91b471e37b278d8af8613e77ccf6481b67b7c2eafd299e3bbb1b0f3f3857
|
data/README.md
CHANGED
|
@@ -7,7 +7,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
|
|
|
7
7
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
8
8
|
|
|
9
9
|
- API version: v3
|
|
10
|
-
- Package version: 3.
|
|
10
|
+
- Package version: 3.5.0
|
|
11
11
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
|
12
12
|
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
|
|
13
13
|
|
|
@@ -24,16 +24,16 @@ gem build pulp_deb_client.gemspec
|
|
|
24
24
|
Then either install the gem locally:
|
|
25
25
|
|
|
26
26
|
```shell
|
|
27
|
-
gem install ./pulp_deb_client-3.
|
|
27
|
+
gem install ./pulp_deb_client-3.5.0.gem
|
|
28
28
|
```
|
|
29
29
|
|
|
30
|
-
(for development, run `gem install --dev ./pulp_deb_client-3.
|
|
30
|
+
(for development, run `gem install --dev ./pulp_deb_client-3.5.0.gem` to install the development dependencies)
|
|
31
31
|
|
|
32
32
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
|
33
33
|
|
|
34
34
|
Finally add this to the Gemfile:
|
|
35
35
|
|
|
36
|
-
gem 'pulp_deb_client', '~> 3.
|
|
36
|
+
gem 'pulp_deb_client', '~> 3.5.0'
|
|
37
37
|
|
|
38
38
|
### Install from Git
|
|
39
39
|
|
|
@@ -130,36 +130,56 @@ Class | Method | HTTP request | Description
|
|
|
130
130
|
*PulpDebClient::ContentSourceReleaseComponentsApi* | [**list**](docs/ContentSourceReleaseComponentsApi.md#list) | **GET** /pulp/api/v3/content/deb/source_release_components/ | List source package release components
|
|
131
131
|
*PulpDebClient::ContentSourceReleaseComponentsApi* | [**read**](docs/ContentSourceReleaseComponentsApi.md#read) | **GET** {deb_source_package_release_component_href} | Inspect a source package release component
|
|
132
132
|
*PulpDebClient::DebCopyApi* | [**copy_content**](docs/DebCopyApi.md#copy_content) | **POST** /pulp/api/v3/deb/copy/ | Copy content
|
|
133
|
+
*PulpDebClient::DistributionsAptApi* | [**add_role**](docs/DistributionsAptApi.md#add_role) | **POST** {deb_apt_distribution_href}add_role/ | Add a role
|
|
133
134
|
*PulpDebClient::DistributionsAptApi* | [**create**](docs/DistributionsAptApi.md#create) | **POST** /pulp/api/v3/distributions/deb/apt/ | Create an apt distribution
|
|
134
135
|
*PulpDebClient::DistributionsAptApi* | [**delete**](docs/DistributionsAptApi.md#delete) | **DELETE** {deb_apt_distribution_href} | Delete an apt distribution
|
|
135
136
|
*PulpDebClient::DistributionsAptApi* | [**list**](docs/DistributionsAptApi.md#list) | **GET** /pulp/api/v3/distributions/deb/apt/ | List apt distributions
|
|
137
|
+
*PulpDebClient::DistributionsAptApi* | [**list_roles**](docs/DistributionsAptApi.md#list_roles) | **GET** {deb_apt_distribution_href}list_roles/ | List roles
|
|
138
|
+
*PulpDebClient::DistributionsAptApi* | [**my_permissions**](docs/DistributionsAptApi.md#my_permissions) | **GET** {deb_apt_distribution_href}my_permissions/ | List user permissions
|
|
136
139
|
*PulpDebClient::DistributionsAptApi* | [**partial_update**](docs/DistributionsAptApi.md#partial_update) | **PATCH** {deb_apt_distribution_href} | Update an apt distribution
|
|
137
140
|
*PulpDebClient::DistributionsAptApi* | [**read**](docs/DistributionsAptApi.md#read) | **GET** {deb_apt_distribution_href} | Inspect an apt distribution
|
|
141
|
+
*PulpDebClient::DistributionsAptApi* | [**remove_role**](docs/DistributionsAptApi.md#remove_role) | **POST** {deb_apt_distribution_href}remove_role/ | Remove a role
|
|
138
142
|
*PulpDebClient::DistributionsAptApi* | [**set_label**](docs/DistributionsAptApi.md#set_label) | **POST** {deb_apt_distribution_href}set_label/ | Set a label
|
|
139
143
|
*PulpDebClient::DistributionsAptApi* | [**unset_label**](docs/DistributionsAptApi.md#unset_label) | **POST** {deb_apt_distribution_href}unset_label/ | Unset a label
|
|
140
144
|
*PulpDebClient::DistributionsAptApi* | [**update**](docs/DistributionsAptApi.md#update) | **PUT** {deb_apt_distribution_href} | Update an apt distribution
|
|
145
|
+
*PulpDebClient::PublicationsAptApi* | [**add_role**](docs/PublicationsAptApi.md#add_role) | **POST** {deb_apt_publication_href}add_role/ | Add a role
|
|
141
146
|
*PulpDebClient::PublicationsAptApi* | [**create**](docs/PublicationsAptApi.md#create) | **POST** /pulp/api/v3/publications/deb/apt/ | Create an apt publication
|
|
142
147
|
*PulpDebClient::PublicationsAptApi* | [**delete**](docs/PublicationsAptApi.md#delete) | **DELETE** {deb_apt_publication_href} | Delete an apt publication
|
|
143
148
|
*PulpDebClient::PublicationsAptApi* | [**list**](docs/PublicationsAptApi.md#list) | **GET** /pulp/api/v3/publications/deb/apt/ | List apt publications
|
|
149
|
+
*PulpDebClient::PublicationsAptApi* | [**list_roles**](docs/PublicationsAptApi.md#list_roles) | **GET** {deb_apt_publication_href}list_roles/ | List roles
|
|
150
|
+
*PulpDebClient::PublicationsAptApi* | [**my_permissions**](docs/PublicationsAptApi.md#my_permissions) | **GET** {deb_apt_publication_href}my_permissions/ | List user permissions
|
|
144
151
|
*PulpDebClient::PublicationsAptApi* | [**read**](docs/PublicationsAptApi.md#read) | **GET** {deb_apt_publication_href} | Inspect an apt publication
|
|
152
|
+
*PulpDebClient::PublicationsAptApi* | [**remove_role**](docs/PublicationsAptApi.md#remove_role) | **POST** {deb_apt_publication_href}remove_role/ | Remove a role
|
|
153
|
+
*PulpDebClient::PublicationsVerbatimApi* | [**add_role**](docs/PublicationsVerbatimApi.md#add_role) | **POST** {deb_verbatim_publication_href}add_role/ | Add a role
|
|
145
154
|
*PulpDebClient::PublicationsVerbatimApi* | [**create**](docs/PublicationsVerbatimApi.md#create) | **POST** /pulp/api/v3/publications/deb/verbatim/ | Create a verbatim publication
|
|
146
155
|
*PulpDebClient::PublicationsVerbatimApi* | [**delete**](docs/PublicationsVerbatimApi.md#delete) | **DELETE** {deb_verbatim_publication_href} | Delete a verbatim publication
|
|
147
156
|
*PulpDebClient::PublicationsVerbatimApi* | [**list**](docs/PublicationsVerbatimApi.md#list) | **GET** /pulp/api/v3/publications/deb/verbatim/ | List verbatim publications
|
|
157
|
+
*PulpDebClient::PublicationsVerbatimApi* | [**list_roles**](docs/PublicationsVerbatimApi.md#list_roles) | **GET** {deb_verbatim_publication_href}list_roles/ | List roles
|
|
158
|
+
*PulpDebClient::PublicationsVerbatimApi* | [**my_permissions**](docs/PublicationsVerbatimApi.md#my_permissions) | **GET** {deb_verbatim_publication_href}my_permissions/ | List user permissions
|
|
148
159
|
*PulpDebClient::PublicationsVerbatimApi* | [**read**](docs/PublicationsVerbatimApi.md#read) | **GET** {deb_verbatim_publication_href} | Inspect a verbatim publication
|
|
160
|
+
*PulpDebClient::PublicationsVerbatimApi* | [**remove_role**](docs/PublicationsVerbatimApi.md#remove_role) | **POST** {deb_verbatim_publication_href}remove_role/ | Remove a role
|
|
161
|
+
*PulpDebClient::RemotesAptApi* | [**add_role**](docs/RemotesAptApi.md#add_role) | **POST** {deb_apt_remote_href}add_role/ | Add a role
|
|
149
162
|
*PulpDebClient::RemotesAptApi* | [**create**](docs/RemotesAptApi.md#create) | **POST** /pulp/api/v3/remotes/deb/apt/ | Create an apt remote
|
|
150
163
|
*PulpDebClient::RemotesAptApi* | [**delete**](docs/RemotesAptApi.md#delete) | **DELETE** {deb_apt_remote_href} | Delete an apt remote
|
|
151
164
|
*PulpDebClient::RemotesAptApi* | [**list**](docs/RemotesAptApi.md#list) | **GET** /pulp/api/v3/remotes/deb/apt/ | List apt remotes
|
|
165
|
+
*PulpDebClient::RemotesAptApi* | [**list_roles**](docs/RemotesAptApi.md#list_roles) | **GET** {deb_apt_remote_href}list_roles/ | List roles
|
|
166
|
+
*PulpDebClient::RemotesAptApi* | [**my_permissions**](docs/RemotesAptApi.md#my_permissions) | **GET** {deb_apt_remote_href}my_permissions/ | List user permissions
|
|
152
167
|
*PulpDebClient::RemotesAptApi* | [**partial_update**](docs/RemotesAptApi.md#partial_update) | **PATCH** {deb_apt_remote_href} | Update an apt remote
|
|
153
168
|
*PulpDebClient::RemotesAptApi* | [**read**](docs/RemotesAptApi.md#read) | **GET** {deb_apt_remote_href} | Inspect an apt remote
|
|
169
|
+
*PulpDebClient::RemotesAptApi* | [**remove_role**](docs/RemotesAptApi.md#remove_role) | **POST** {deb_apt_remote_href}remove_role/ | Remove a role
|
|
154
170
|
*PulpDebClient::RemotesAptApi* | [**set_label**](docs/RemotesAptApi.md#set_label) | **POST** {deb_apt_remote_href}set_label/ | Set a label
|
|
155
171
|
*PulpDebClient::RemotesAptApi* | [**unset_label**](docs/RemotesAptApi.md#unset_label) | **POST** {deb_apt_remote_href}unset_label/ | Unset a label
|
|
156
172
|
*PulpDebClient::RemotesAptApi* | [**update**](docs/RemotesAptApi.md#update) | **PUT** {deb_apt_remote_href} | Update an apt remote
|
|
173
|
+
*PulpDebClient::RepositoriesAptApi* | [**add_role**](docs/RepositoriesAptApi.md#add_role) | **POST** {deb_apt_repository_href}add_role/ | Add a role
|
|
157
174
|
*PulpDebClient::RepositoriesAptApi* | [**create**](docs/RepositoriesAptApi.md#create) | **POST** /pulp/api/v3/repositories/deb/apt/ | Create an apt repository
|
|
158
175
|
*PulpDebClient::RepositoriesAptApi* | [**delete**](docs/RepositoriesAptApi.md#delete) | **DELETE** {deb_apt_repository_href} | Delete an apt repository
|
|
159
176
|
*PulpDebClient::RepositoriesAptApi* | [**list**](docs/RepositoriesAptApi.md#list) | **GET** /pulp/api/v3/repositories/deb/apt/ | List apt repositorys
|
|
177
|
+
*PulpDebClient::RepositoriesAptApi* | [**list_roles**](docs/RepositoriesAptApi.md#list_roles) | **GET** {deb_apt_repository_href}list_roles/ | List roles
|
|
160
178
|
*PulpDebClient::RepositoriesAptApi* | [**modify**](docs/RepositoriesAptApi.md#modify) | **POST** {deb_apt_repository_href}modify/ | Modify Repository Content
|
|
179
|
+
*PulpDebClient::RepositoriesAptApi* | [**my_permissions**](docs/RepositoriesAptApi.md#my_permissions) | **GET** {deb_apt_repository_href}my_permissions/ | List user permissions
|
|
161
180
|
*PulpDebClient::RepositoriesAptApi* | [**partial_update**](docs/RepositoriesAptApi.md#partial_update) | **PATCH** {deb_apt_repository_href} | Update an apt repository
|
|
162
181
|
*PulpDebClient::RepositoriesAptApi* | [**read**](docs/RepositoriesAptApi.md#read) | **GET** {deb_apt_repository_href} | Inspect an apt repository
|
|
182
|
+
*PulpDebClient::RepositoriesAptApi* | [**remove_role**](docs/RepositoriesAptApi.md#remove_role) | **POST** {deb_apt_repository_href}remove_role/ | Remove a role
|
|
163
183
|
*PulpDebClient::RepositoriesAptApi* | [**set_label**](docs/RepositoriesAptApi.md#set_label) | **POST** {deb_apt_repository_href}set_label/ | Set a label
|
|
164
184
|
*PulpDebClient::RepositoriesAptApi* | [**sync**](docs/RepositoriesAptApi.md#sync) | **POST** {deb_apt_repository_href}sync/ | Sync from remote
|
|
165
185
|
*PulpDebClient::RepositoriesAptApi* | [**unset_label**](docs/RepositoriesAptApi.md#unset_label) | **POST** {deb_apt_repository_href}unset_label/ | Unset a label
|
|
@@ -213,6 +233,10 @@ Class | Method | HTTP request | Description
|
|
|
213
233
|
- [PulpDebClient::DebSourcePackageResponse](docs/DebSourcePackageResponse.md)
|
|
214
234
|
- [PulpDebClient::DebVerbatimPublication](docs/DebVerbatimPublication.md)
|
|
215
235
|
- [PulpDebClient::DebVerbatimPublicationResponse](docs/DebVerbatimPublicationResponse.md)
|
|
236
|
+
- [PulpDebClient::MyPermissionsResponse](docs/MyPermissionsResponse.md)
|
|
237
|
+
- [PulpDebClient::NestedRole](docs/NestedRole.md)
|
|
238
|
+
- [PulpDebClient::NestedRoleResponse](docs/NestedRoleResponse.md)
|
|
239
|
+
- [PulpDebClient::ObjectRolesResponse](docs/ObjectRolesResponse.md)
|
|
216
240
|
- [PulpDebClient::PaginatedRepositoryVersionResponseList](docs/PaginatedRepositoryVersionResponseList.md)
|
|
217
241
|
- [PulpDebClient::PaginateddebAptDistributionResponseList](docs/PaginateddebAptDistributionResponseList.md)
|
|
218
242
|
- [PulpDebClient::PaginateddebAptPublicationResponseList](docs/PaginateddebAptPublicationResponseList.md)
|
|
@@ -101,13 +101,14 @@ opts = {
|
|
|
101
101
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
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) * `sha256` - Sha256 * `-sha256` - Sha256 (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
|
+
prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
104
105
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
105
106
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
106
|
-
q: 'q_example', # String |
|
|
107
|
+
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
107
108
|
relative_path: 'relative_path_example', # String | Filter results where relative_path matches value
|
|
108
|
-
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
|
109
|
-
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
|
110
|
-
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
|
109
|
+
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF/PRN
|
|
110
|
+
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF/PRN
|
|
111
|
+
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF/PRN
|
|
111
112
|
sha256: 'sha256_example', # String | Filter results where sha256 matches value
|
|
112
113
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
113
114
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
@@ -131,13 +132,14 @@ Name | Type | Description | Notes
|
|
|
131
132
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
132
133
|
**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) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
|
133
134
|
**orphaned_for** | **Float**| Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional]
|
|
135
|
+
**prn__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
134
136
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
135
137
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
136
|
-
**q** | **String**|
|
|
138
|
+
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
|
137
139
|
**relative_path** | **String**| Filter results where relative_path matches value | [optional]
|
|
138
|
-
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
|
139
|
-
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
|
140
|
-
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
|
140
|
+
**repository_version** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
|
141
|
+
**repository_version_added** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
|
142
|
+
**repository_version_removed** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
|
141
143
|
**sha256** | **String**| Filter results where sha256 matches value | [optional]
|
|
142
144
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
143
145
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
@@ -91,13 +91,14 @@ opts = {
|
|
|
91
91
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
92
92
|
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) * `architecture` - Architecture * `-architecture` - Architecture (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
93
93
|
orphaned_for: 3.4, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
|
94
|
+
prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
94
95
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
95
96
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
96
|
-
q: 'q_example', # String |
|
|
97
|
+
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
97
98
|
relative_path: 'relative_path_example', # String | Filter results where relative_path matches value
|
|
98
|
-
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
|
99
|
-
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
|
100
|
-
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
|
99
|
+
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF/PRN
|
|
100
|
+
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF/PRN
|
|
101
|
+
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF/PRN
|
|
101
102
|
sha256: 'sha256_example', # String | Filter results where sha256 matches value
|
|
102
103
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
103
104
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
@@ -123,13 +124,14 @@ Name | Type | Description | Notes
|
|
|
123
124
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
124
125
|
**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) * `architecture` - Architecture * `-architecture` - Architecture (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
|
125
126
|
**orphaned_for** | **Float**| Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional]
|
|
127
|
+
**prn__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
126
128
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
127
129
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
128
|
-
**q** | **String**|
|
|
130
|
+
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
|
129
131
|
**relative_path** | **String**| Filter results where relative_path matches value | [optional]
|
|
130
|
-
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
|
131
|
-
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
|
132
|
-
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
|
132
|
+
**repository_version** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
|
133
|
+
**repository_version_added** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
|
134
|
+
**repository_version_removed** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
|
133
135
|
**sha256** | **String**| Filter results where sha256 matches value | [optional]
|
|
134
136
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
135
137
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
@@ -113,12 +113,13 @@ opts = {
|
|
|
113
113
|
orphaned_for: 3.4, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
|
114
114
|
package: 'package_example', # String | Filter results where package matches value
|
|
115
115
|
priority: 'priority_example', # String | Filter results where priority matches value
|
|
116
|
+
prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
116
117
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
117
118
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
118
|
-
q: 'q_example', # String |
|
|
119
|
-
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
|
120
|
-
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
|
121
|
-
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
|
119
|
+
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
120
|
+
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF/PRN
|
|
121
|
+
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF/PRN
|
|
122
|
+
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF/PRN
|
|
122
123
|
section: 'section_example', # String | Filter results where section matches value
|
|
123
124
|
sha256: 'sha256_example', # String | Filter results where sha256 matches value
|
|
124
125
|
source: 'source_example', # String | Filter results where source matches value
|
|
@@ -158,12 +159,13 @@ Name | Type | Description | Notes
|
|
|
158
159
|
**orphaned_for** | **Float**| Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional]
|
|
159
160
|
**package** | **String**| Filter results where package matches value | [optional]
|
|
160
161
|
**priority** | **String**| Filter results where priority matches value | [optional]
|
|
162
|
+
**prn__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
161
163
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
162
164
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
163
|
-
**q** | **String**|
|
|
164
|
-
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
|
165
|
-
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
|
166
|
-
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
|
165
|
+
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
|
166
|
+
**repository_version** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
|
167
|
+
**repository_version_added** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
|
168
|
+
**repository_version_removed** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
|
167
169
|
**section** | **String**| Filter results where section matches value | [optional]
|
|
168
170
|
**sha256** | **String**| Filter results where sha256 matches value | [optional]
|
|
169
171
|
**source** | **String**| Filter results where source matches value | [optional]
|
|
@@ -91,13 +91,14 @@ opts = {
|
|
|
91
91
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
92
92
|
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) * `architecture` - Architecture * `-architecture` - Architecture (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `artifact_set_sha256` - Artifact set sha256 * `-artifact_set_sha256` - Artifact set sha256 (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
93
93
|
orphaned_for: 3.4, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
|
94
|
+
prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
94
95
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
95
96
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
96
|
-
q: 'q_example', # String |
|
|
97
|
+
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
97
98
|
relative_path: 'relative_path_example', # String | Filter results where relative_path matches value
|
|
98
|
-
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
|
99
|
-
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
|
100
|
-
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
|
99
|
+
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF/PRN
|
|
100
|
+
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF/PRN
|
|
101
|
+
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF/PRN
|
|
101
102
|
sha256: 'sha256_example', # String | Filter results where sha256 matches value
|
|
102
103
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
103
104
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
@@ -123,13 +124,14 @@ Name | Type | Description | Notes
|
|
|
123
124
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
124
125
|
**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) * `architecture` - Architecture * `-architecture` - Architecture (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `artifact_set_sha256` - Artifact set sha256 * `-artifact_set_sha256` - Artifact set sha256 (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
|
125
126
|
**orphaned_for** | **Float**| Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional]
|
|
127
|
+
**prn__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
126
128
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
127
129
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
128
|
-
**q** | **String**|
|
|
130
|
+
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
|
129
131
|
**relative_path** | **String**| Filter results where relative_path matches value | [optional]
|
|
130
|
-
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
|
131
|
-
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
|
132
|
-
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
|
132
|
+
**repository_version** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
|
133
|
+
**repository_version_added** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
|
134
|
+
**repository_version_removed** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
|
133
135
|
**sha256** | **String**| Filter results where sha256 matches value | [optional]
|
|
134
136
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
135
137
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
@@ -90,13 +90,14 @@ opts = {
|
|
|
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
92
|
package: 'package_example', # String | Filter results where package matches value
|
|
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
|
release_component: 'release_component_example', # String | Filter results where release_component 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
|
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.
|
|
102
103
|
}
|
|
@@ -120,13 +121,14 @@ Name | Type | Description | Notes
|
|
|
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]
|
|
122
123
|
**package** | [**String**](.md)| Filter results where package matches value | [optional]
|
|
124
|
+
**prn__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
123
125
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
124
126
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
125
|
-
**q** | **String**|
|
|
127
|
+
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
|
126
128
|
**release_component** | [**String**](.md)| Filter results where release_component matches value | [optional]
|
|
127
|
-
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
|
128
|
-
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
|
129
|
-
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
|
129
|
+
**repository_version** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
|
130
|
+
**repository_version_added** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
|
131
|
+
**repository_version_removed** | **String**| Repository Version referenced by HREF/PRN | [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]
|
|
132
134
|
|
data/docs/ContentPackagesApi.md
CHANGED
|
@@ -125,15 +125,16 @@ opts = {
|
|
|
125
125
|
package__regex: 'package__regex_example', # String | Filter results where package matches regex value
|
|
126
126
|
package__startswith: 'package__startswith_example', # String | Filter results where package starts with value
|
|
127
127
|
priority: 'priority_example', # String | Filter results where priority matches value
|
|
128
|
+
prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
128
129
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
129
130
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
130
|
-
q: 'q_example', # String |
|
|
131
|
+
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
131
132
|
relative_path: 'relative_path_example', # String | Filter results where relative_path matches value
|
|
132
133
|
release: 'release_example', # String | Must be a comma-separated string: \"release_href,repository_or_repository_version_href\" release_href: Filter results where Package in Release repository_or_repository_version_href: The RepositoryVersion href to filter by, or Repository href (assume latest version)
|
|
133
134
|
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 Package in ReleaseComponent repository_or_repository_version_href: The RepositoryVersion href to filter by, or Repository href (assume latest version)
|
|
134
|
-
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
|
135
|
-
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
|
136
|
-
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
|
135
|
+
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF/PRN
|
|
136
|
+
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF/PRN
|
|
137
|
+
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF/PRN
|
|
137
138
|
section: 'section_example', # String | Filter results where section matches value
|
|
138
139
|
sha256: 'sha256_example', # String | Filter results where sha256 matches value
|
|
139
140
|
source: 'source_example', # String | Filter results where source matches value
|
|
@@ -181,15 +182,16 @@ Name | Type | Description | Notes
|
|
|
181
182
|
**package__regex** | **String**| Filter results where package matches regex value | [optional]
|
|
182
183
|
**package__startswith** | **String**| Filter results where package starts with value | [optional]
|
|
183
184
|
**priority** | **String**| Filter results where priority matches value | [optional]
|
|
185
|
+
**prn__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
184
186
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
185
187
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
186
|
-
**q** | **String**|
|
|
188
|
+
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
|
187
189
|
**relative_path** | **String**| Filter results where relative_path matches value | [optional]
|
|
188
190
|
**release** | **String**| Must be a comma-separated string: \"release_href,repository_or_repository_version_href\" release_href: Filter results where Package in Release repository_or_repository_version_href: The RepositoryVersion href to filter by, or Repository href (assume latest version) | [optional]
|
|
189
191
|
**release_component** | **String**| Must be a comma-separated string: \"release_component_href,repository_or_repository_version_href\" release_component_href: Filter results where Package in ReleaseComponent repository_or_repository_version_href: The RepositoryVersion href to filter by, or Repository href (assume latest version) | [optional]
|
|
190
|
-
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
|
191
|
-
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
|
192
|
-
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
|
192
|
+
**repository_version** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
|
193
|
+
**repository_version_added** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
|
194
|
+
**repository_version_removed** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
|
193
195
|
**section** | **String**| Filter results where section matches value | [optional]
|
|
194
196
|
**sha256** | **String**| Filter results where sha256 matches value | [optional]
|
|
195
197
|
**source** | **String**| Filter results where source matches value | [optional]
|
|
@@ -91,12 +91,13 @@ opts = {
|
|
|
91
91
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
92
92
|
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) * `distribution` - Distribution * `-distribution` - Distribution (descending) * `architecture` - Architecture * `-architecture` - Architecture (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
93
93
|
orphaned_for: 3.4, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
|
94
|
+
prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
94
95
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
95
96
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
96
|
-
q: 'q_example', # String |
|
|
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
|
|
97
|
+
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
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
|
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.
|
|
102
103
|
}
|
|
@@ -121,12 +122,13 @@ 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) * `distribution` - Distribution * `-distribution` - Distribution (descending) * `architecture` - Architecture * `-architecture` - Architecture (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**|
|
|
127
|
-
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
|
128
|
-
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
|
129
|
-
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
|
128
|
+
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
|
129
|
+
**repository_version** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
|
130
|
+
**repository_version_added** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
|
131
|
+
**repository_version_removed** | **String**| Repository Version referenced by HREF/PRN | [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]
|
|
132
134
|
|
|
@@ -92,12 +92,13 @@ opts = {
|
|
|
92
92
|
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) * `distribution` - Distribution * `-distribution` - Distribution (descending) * `component` - Component * `-component` - Component (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
93
93
|
orphaned_for: 3.4, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
|
94
94
|
package: 'package_example', # String | Must be a comma-separated string: \"package_href,repository_or_repository_version_href\" package_href: Filter results where ReleaseComponent contains Package repository_or_repository_version_href: The RepositoryVersion href to filter by, or Repository href (assume latest version)
|
|
95
|
+
prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
95
96
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
96
97
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
97
|
-
q: 'q_example', # String |
|
|
98
|
-
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
|
99
|
-
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
|
100
|
-
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
|
98
|
+
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
99
|
+
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF/PRN
|
|
100
|
+
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF/PRN
|
|
101
|
+
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF/PRN
|
|
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.
|
|
103
104
|
}
|
|
@@ -123,12 +124,13 @@ Name | Type | Description | Notes
|
|
|
123
124
|
**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) * `distribution` - Distribution * `-distribution` - Distribution (descending) * `component` - Component * `-component` - Component (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
|
124
125
|
**orphaned_for** | **Float**| Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional]
|
|
125
126
|
**package** | **String**| Must be a comma-separated string: \"package_href,repository_or_repository_version_href\" package_href: Filter results where ReleaseComponent contains Package repository_or_repository_version_href: The RepositoryVersion href to filter by, or Repository href (assume latest version) | [optional]
|
|
127
|
+
**prn__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
126
128
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
127
129
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
128
|
-
**q** | **String**|
|
|
129
|
-
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
|
130
|
-
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
|
131
|
-
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
|
130
|
+
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
|
131
|
+
**repository_version** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
|
132
|
+
**repository_version_added** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
|
133
|
+
**repository_version_removed** | **String**| Repository Version referenced by HREF/PRN | [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]
|
|
134
136
|
|
|
@@ -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) * `codename` - Codename * `-codename` - Codename (descending) * `suite` - Suite * `-suite` - Suite (descending) * `distribution` - Distribution * `-distribution` - Distribution (descending) * `components` - Components * `-components` - Components (descending) * `architectures` - Architectures * `-architectures` - Architectures (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `artifact_set_sha256` - Artifact set sha256 * `-artifact_set_sha256` - Artifact set 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
|
suite: 'suite_example', # String | Filter results where suite matches value
|
|
102
103
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
@@ -122,13 +123,14 @@ Name | Type | Description | Notes
|
|
|
122
123
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
123
124
|
**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) * `codename` - Codename * `-codename` - Codename (descending) * `suite` - Suite * `-suite` - Suite (descending) * `distribution` - Distribution * `-distribution` - Distribution (descending) * `components` - Components * `-components` - Components (descending) * `architectures` - Architectures * `-architectures` - Architectures (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `artifact_set_sha256` - Artifact set sha256 * `-artifact_set_sha256` - Artifact set sha256 (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
|
124
125
|
**orphaned_for** | **Float**| Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional]
|
|
126
|
+
**prn__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
125
127
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
126
128
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
127
|
-
**q** | **String**|
|
|
129
|
+
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
|
128
130
|
**relative_path** | **String**| Filter results where relative_path matches value | [optional]
|
|
129
|
-
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
|
130
|
-
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
|
131
|
-
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
|
131
|
+
**repository_version** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
|
132
|
+
**repository_version_added** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
|
133
|
+
**repository_version_removed** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
|
132
134
|
**sha256** | **String**| Filter results where sha256 matches value | [optional]
|
|
133
135
|
**suite** | **String**| Filter results where suite matches value | [optional]
|
|
134
136
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
data/docs/ContentReleasesApi.md
CHANGED
|
@@ -94,12 +94,13 @@ opts = {
|
|
|
94
94
|
origin: 'origin_example', # String | Filter results where origin matches value
|
|
95
95
|
orphaned_for: 3.4, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
|
96
96
|
package: 'package_example', # String | 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)
|
|
97
|
+
prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
97
98
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
98
99
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
99
|
-
q: 'q_example', # String |
|
|
100
|
-
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
|
101
|
-
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
|
102
|
-
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
|
100
|
+
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
101
|
+
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF/PRN
|
|
102
|
+
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF/PRN
|
|
103
|
+
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF/PRN
|
|
103
104
|
suite: 'suite_example', # String | Filter results where suite matches value
|
|
104
105
|
version: 'version_example', # String | Filter results where version matches value
|
|
105
106
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
@@ -129,12 +130,13 @@ Name | Type | Description | Notes
|
|
|
129
130
|
**origin** | **String**| Filter results where origin matches value | [optional]
|
|
130
131
|
**orphaned_for** | **Float**| Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional]
|
|
131
132
|
**package** | **String**| 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) | [optional]
|
|
133
|
+
**prn__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
132
134
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
133
135
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
134
|
-
**q** | **String**|
|
|
135
|
-
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
|
136
|
-
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
|
137
|
-
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
|
136
|
+
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
|
137
|
+
**repository_version** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
|
138
|
+
**repository_version_added** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
|
139
|
+
**repository_version_removed** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
|
138
140
|
**suite** | **String**| Filter results where suite matches value | [optional]
|
|
139
141
|
**version** | **String**| Filter results where version matches value | [optional]
|
|
140
142
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
@@ -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]
|