pulp_deb_client 3.0.0 → 3.1.1
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 +35 -7
- data/docs/ContentGenericContentsApi.md +7 -5
- data/docs/ContentInstallerFileIndicesApi.md +3 -1
- data/docs/ContentInstallerPackagesApi.md +7 -5
- data/docs/ContentPackageIndicesApi.md +3 -1
- data/docs/ContentPackageReleaseComponentsApi.md +3 -1
- data/docs/ContentPackagesApi.md +23 -5
- data/docs/ContentReleaseArchitecturesApi.md +3 -1
- data/docs/ContentReleaseComponentsApi.md +3 -1
- data/docs/ContentReleaseFilesApi.md +3 -1
- data/docs/ContentReleasesApi.md +3 -1
- data/docs/ContentSourceIndicesApi.md +204 -0
- data/docs/ContentSourcePackagesApi.md +258 -0
- data/docs/ContentSourceReleaseComponentsApi.md +202 -0
- data/docs/DebCopyApi.md +1 -1
- data/docs/DebGenericContent.md +2 -2
- data/docs/DebInstallerPackage.md +2 -2
- data/docs/DebPackage.md +2 -2
- data/docs/DebSourceIndex.md +25 -0
- data/docs/DebSourceIndexResponse.md +27 -0
- data/docs/DebSourcePackage.md +21 -0
- data/docs/DebSourcePackageReleaseComponent.md +21 -0
- data/docs/DebSourcePackageReleaseComponentResponse.md +23 -0
- data/docs/DebSourcePackageResponse.md +77 -0
- data/docs/DistributionsAptApi.md +123 -1
- data/docs/PaginateddebSourceIndexResponseList.md +23 -0
- data/docs/PaginateddebSourcePackageReleaseComponentResponseList.md +23 -0
- data/docs/PaginateddebSourcePackageResponseList.md +23 -0
- data/docs/PublicationsAptApi.md +3 -1
- data/docs/PublicationsVerbatimApi.md +3 -1
- data/docs/RemotesAptApi.md +123 -1
- data/docs/RepositoriesAptApi.md +123 -1
- data/docs/RepositoriesAptVersionsApi.md +3 -1
- data/docs/SetLabel.md +19 -0
- data/docs/SetLabelResponse.md +19 -0
- data/docs/UnsetLabel.md +17 -0
- data/docs/UnsetLabelResponse.md +19 -0
- data/lib/pulp_deb_client/api/content_generic_contents_api.rb +7 -4
- data/lib/pulp_deb_client/api/content_installer_file_indices_api.rb +3 -0
- data/lib/pulp_deb_client/api/content_installer_packages_api.rb +7 -4
- data/lib/pulp_deb_client/api/content_package_indices_api.rb +3 -0
- data/lib/pulp_deb_client/api/content_package_release_components_api.rb +3 -0
- data/lib/pulp_deb_client/api/content_packages_api.rb +31 -4
- data/lib/pulp_deb_client/api/content_release_architectures_api.rb +3 -0
- data/lib/pulp_deb_client/api/content_release_components_api.rb +3 -0
- data/lib/pulp_deb_client/api/content_release_files_api.rb +3 -0
- data/lib/pulp_deb_client/api/content_releases_api.rb +3 -0
- data/lib/pulp_deb_client/api/content_source_indices_api.rb +256 -0
- data/lib/pulp_deb_client/api/content_source_packages_api.rb +337 -0
- data/lib/pulp_deb_client/api/content_source_release_components_api.rb +253 -0
- data/lib/pulp_deb_client/api/distributions_apt_api.rb +155 -0
- data/lib/pulp_deb_client/api/publications_apt_api.rb +3 -0
- data/lib/pulp_deb_client/api/publications_verbatim_api.rb +3 -0
- data/lib/pulp_deb_client/api/remotes_apt_api.rb +155 -0
- data/lib/pulp_deb_client/api/repositories_apt_api.rb +155 -0
- data/lib/pulp_deb_client/api/repositories_apt_versions_api.rb +3 -0
- data/lib/pulp_deb_client/configuration.rb +2 -2
- data/lib/pulp_deb_client/models/deb_generic_content.rb +2 -2
- data/lib/pulp_deb_client/models/deb_installer_package.rb +2 -2
- data/lib/pulp_deb_client/models/deb_package.rb +2 -2
- data/lib/pulp_deb_client/models/deb_source_index.rb +297 -0
- data/lib/pulp_deb_client/models/deb_source_index_response.rb +272 -0
- data/lib/pulp_deb_client/models/deb_source_package.rb +248 -0
- data/lib/pulp_deb_client/models/deb_source_package_release_component.rb +238 -0
- data/lib/pulp_deb_client/models/deb_source_package_release_component_response.rb +247 -0
- data/lib/pulp_deb_client/models/deb_source_package_response.rb +485 -0
- data/lib/pulp_deb_client/models/paginateddeb_source_index_response_list.rb +237 -0
- data/lib/pulp_deb_client/models/paginateddeb_source_package_release_component_response_list.rb +237 -0
- data/lib/pulp_deb_client/models/paginateddeb_source_package_response_list.rb +237 -0
- data/lib/pulp_deb_client/models/set_label.rb +252 -0
- data/lib/pulp_deb_client/models/set_label_response.rb +243 -0
- data/lib/pulp_deb_client/models/unset_label.rb +242 -0
- data/lib/pulp_deb_client/models/unset_label_response.rb +242 -0
- data/lib/pulp_deb_client/version.rb +1 -1
- data/lib/pulp_deb_client.rb +16 -0
- data/spec/api/content_generic_contents_api_spec.rb +3 -2
- data/spec/api/content_installer_file_indices_api_spec.rb +1 -0
- data/spec/api/content_installer_packages_api_spec.rb +3 -2
- data/spec/api/content_package_indices_api_spec.rb +1 -0
- data/spec/api/content_package_release_components_api_spec.rb +1 -0
- data/spec/api/content_packages_api_spec.rb +11 -2
- data/spec/api/content_release_architectures_api_spec.rb +1 -0
- data/spec/api/content_release_components_api_spec.rb +1 -0
- data/spec/api/content_release_files_api_spec.rb +1 -0
- data/spec/api/content_releases_api_spec.rb +1 -0
- data/spec/api/content_source_indices_api_spec.rb +86 -0
- data/spec/api/content_source_packages_api_spec.rb +113 -0
- data/spec/api/content_source_release_components_api_spec.rb +85 -0
- data/spec/api/distributions_apt_api_spec.rb +31 -0
- data/spec/api/publications_apt_api_spec.rb +1 -0
- data/spec/api/publications_verbatim_api_spec.rb +1 -0
- data/spec/api/remotes_apt_api_spec.rb +31 -0
- data/spec/api/repositories_apt_api_spec.rb +31 -0
- data/spec/api/repositories_apt_versions_api_spec.rb +1 -0
- data/spec/configuration_spec.rb +3 -3
- data/spec/models/deb_source_index_response_spec.rb +71 -0
- data/spec/models/deb_source_index_spec.rb +65 -0
- data/spec/models/deb_source_package_release_component_response_spec.rb +59 -0
- data/spec/models/deb_source_package_release_component_spec.rb +53 -0
- data/spec/models/deb_source_package_response_spec.rb +221 -0
- data/spec/models/deb_source_package_spec.rb +53 -0
- data/spec/models/paginateddeb_source_index_response_list_spec.rb +59 -0
- data/spec/models/paginateddeb_source_package_release_component_response_list_spec.rb +59 -0
- data/spec/models/paginateddeb_source_package_response_list_spec.rb +59 -0
- data/spec/models/set_label_response_spec.rb +47 -0
- data/spec/models/set_label_spec.rb +47 -0
- data/spec/models/unset_label_response_spec.rb +47 -0
- data/spec/models/unset_label_spec.rb +41 -0
- metadata +120 -56
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7dcd11ec0d1915c282abd40eb841d7294404122207ab7fec1a0f088f17413cc9
|
4
|
+
data.tar.gz: bda63e6080efea7f8481d29573f66d4de2825390153ec15e6c23058c0ce46957
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1b8d78bedba39d8d985f614906b377ad88d0d774f9c5fa43596079eec25570fdd755ed4d7e61b584ec5d39b42322da69060670bead8733fd7ad21d48d40b8c6d
|
7
|
+
data.tar.gz: c5c39ed62c45712cc5511828f6283d3610a324e417b3bd8c732ebc3ed9239f363e8864507b1925ac7496768ff3aa3e4cc660a74d66a0986fdd8e2ffef136ad78
|
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.1.1
|
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.1.1.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.1.1.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.1.1'
|
37
37
|
|
38
38
|
### Install from Git
|
39
39
|
|
@@ -69,8 +69,8 @@ relative_path = 'relative_path_example' # String | Path where the artifact is lo
|
|
69
69
|
opts = {
|
70
70
|
repository: 'repository_example', # String | A URI of a repository the new content unit should be associated with.
|
71
71
|
artifact: 'artifact_example', # String | Artifact file representing the physical content
|
72
|
-
file: File.new('/path/to/file'), # File | An uploaded file that may be turned into the
|
73
|
-
upload: 'upload_example' # String | An uncommitted upload that may be turned into the
|
72
|
+
file: File.new('/path/to/file'), # File | An uploaded file that may be turned into the content unit.
|
73
|
+
upload: 'upload_example' # String | An uncommitted upload that may be turned into the content unit.
|
74
74
|
}
|
75
75
|
|
76
76
|
begin
|
@@ -85,7 +85,7 @@ end
|
|
85
85
|
|
86
86
|
## Documentation for API Endpoints
|
87
87
|
|
88
|
-
All URIs are relative to *
|
88
|
+
All URIs are relative to *http://pulp*
|
89
89
|
|
90
90
|
Class | Method | HTTP request | Description
|
91
91
|
------------ | ------------- | ------------- | -------------
|
@@ -119,12 +119,23 @@ Class | Method | HTTP request | Description
|
|
119
119
|
*PulpDebClient::ContentReleasesApi* | [**create**](docs/ContentReleasesApi.md#create) | **POST** /pulp/api/v3/content/deb/releases/ | Create a release
|
120
120
|
*PulpDebClient::ContentReleasesApi* | [**list**](docs/ContentReleasesApi.md#list) | **GET** /pulp/api/v3/content/deb/releases/ | List releases
|
121
121
|
*PulpDebClient::ContentReleasesApi* | [**read**](docs/ContentReleasesApi.md#read) | **GET** {deb_release_href} | Inspect a release
|
122
|
+
*PulpDebClient::ContentSourceIndicesApi* | [**create**](docs/ContentSourceIndicesApi.md#create) | **POST** /pulp/api/v3/content/deb/source_indices/ | Create a source index
|
123
|
+
*PulpDebClient::ContentSourceIndicesApi* | [**list**](docs/ContentSourceIndicesApi.md#list) | **GET** /pulp/api/v3/content/deb/source_indices/ | List SourceIndices
|
124
|
+
*PulpDebClient::ContentSourceIndicesApi* | [**read**](docs/ContentSourceIndicesApi.md#read) | **GET** {deb_source_index_href} | Inspect a source index
|
125
|
+
*PulpDebClient::ContentSourcePackagesApi* | [**create**](docs/ContentSourcePackagesApi.md#create) | **POST** /pulp/api/v3/content/deb/source_packages/ | Create a source package
|
126
|
+
*PulpDebClient::ContentSourcePackagesApi* | [**list**](docs/ContentSourcePackagesApi.md#list) | **GET** /pulp/api/v3/content/deb/source_packages/ | List source packages
|
127
|
+
*PulpDebClient::ContentSourcePackagesApi* | [**read**](docs/ContentSourcePackagesApi.md#read) | **GET** {deb_source_package_href} | Inspect a source package
|
128
|
+
*PulpDebClient::ContentSourceReleaseComponentsApi* | [**create**](docs/ContentSourceReleaseComponentsApi.md#create) | **POST** /pulp/api/v3/content/deb/source_release_components/ | Create a source package release component
|
129
|
+
*PulpDebClient::ContentSourceReleaseComponentsApi* | [**list**](docs/ContentSourceReleaseComponentsApi.md#list) | **GET** /pulp/api/v3/content/deb/source_release_components/ | List source package release components
|
130
|
+
*PulpDebClient::ContentSourceReleaseComponentsApi* | [**read**](docs/ContentSourceReleaseComponentsApi.md#read) | **GET** {deb_source_package_release_component_href} | Inspect a source package release component
|
122
131
|
*PulpDebClient::DebCopyApi* | [**copy_content**](docs/DebCopyApi.md#copy_content) | **POST** /pulp/api/v3/deb/copy/ | Copy content
|
123
132
|
*PulpDebClient::DistributionsAptApi* | [**create**](docs/DistributionsAptApi.md#create) | **POST** /pulp/api/v3/distributions/deb/apt/ | Create an apt distribution
|
124
133
|
*PulpDebClient::DistributionsAptApi* | [**delete**](docs/DistributionsAptApi.md#delete) | **DELETE** {deb_apt_distribution_href} | Delete an apt distribution
|
125
134
|
*PulpDebClient::DistributionsAptApi* | [**list**](docs/DistributionsAptApi.md#list) | **GET** /pulp/api/v3/distributions/deb/apt/ | List apt distributions
|
126
135
|
*PulpDebClient::DistributionsAptApi* | [**partial_update**](docs/DistributionsAptApi.md#partial_update) | **PATCH** {deb_apt_distribution_href} | Update an apt distribution
|
127
136
|
*PulpDebClient::DistributionsAptApi* | [**read**](docs/DistributionsAptApi.md#read) | **GET** {deb_apt_distribution_href} | Inspect an apt distribution
|
137
|
+
*PulpDebClient::DistributionsAptApi* | [**set_label**](docs/DistributionsAptApi.md#set_label) | **POST** {deb_apt_distribution_href}set_label/ | Set a label
|
138
|
+
*PulpDebClient::DistributionsAptApi* | [**unset_label**](docs/DistributionsAptApi.md#unset_label) | **POST** {deb_apt_distribution_href}unset_label/ | Unset a label
|
128
139
|
*PulpDebClient::DistributionsAptApi* | [**update**](docs/DistributionsAptApi.md#update) | **PUT** {deb_apt_distribution_href} | Update an apt distribution
|
129
140
|
*PulpDebClient::PublicationsAptApi* | [**create**](docs/PublicationsAptApi.md#create) | **POST** /pulp/api/v3/publications/deb/apt/ | Create an apt publication
|
130
141
|
*PulpDebClient::PublicationsAptApi* | [**delete**](docs/PublicationsAptApi.md#delete) | **DELETE** {deb_apt_publication_href} | Delete an apt publication
|
@@ -139,6 +150,8 @@ Class | Method | HTTP request | Description
|
|
139
150
|
*PulpDebClient::RemotesAptApi* | [**list**](docs/RemotesAptApi.md#list) | **GET** /pulp/api/v3/remotes/deb/apt/ | List apt remotes
|
140
151
|
*PulpDebClient::RemotesAptApi* | [**partial_update**](docs/RemotesAptApi.md#partial_update) | **PATCH** {deb_apt_remote_href} | Update an apt remote
|
141
152
|
*PulpDebClient::RemotesAptApi* | [**read**](docs/RemotesAptApi.md#read) | **GET** {deb_apt_remote_href} | Inspect an apt remote
|
153
|
+
*PulpDebClient::RemotesAptApi* | [**set_label**](docs/RemotesAptApi.md#set_label) | **POST** {deb_apt_remote_href}set_label/ | Set a label
|
154
|
+
*PulpDebClient::RemotesAptApi* | [**unset_label**](docs/RemotesAptApi.md#unset_label) | **POST** {deb_apt_remote_href}unset_label/ | Unset a label
|
142
155
|
*PulpDebClient::RemotesAptApi* | [**update**](docs/RemotesAptApi.md#update) | **PUT** {deb_apt_remote_href} | Update an apt remote
|
143
156
|
*PulpDebClient::RepositoriesAptApi* | [**create**](docs/RepositoriesAptApi.md#create) | **POST** /pulp/api/v3/repositories/deb/apt/ | Create an apt repository
|
144
157
|
*PulpDebClient::RepositoriesAptApi* | [**delete**](docs/RepositoriesAptApi.md#delete) | **DELETE** {deb_apt_repository_href} | Delete an apt repository
|
@@ -146,7 +159,9 @@ Class | Method | HTTP request | Description
|
|
146
159
|
*PulpDebClient::RepositoriesAptApi* | [**modify**](docs/RepositoriesAptApi.md#modify) | **POST** {deb_apt_repository_href}modify/ | Modify Repository Content
|
147
160
|
*PulpDebClient::RepositoriesAptApi* | [**partial_update**](docs/RepositoriesAptApi.md#partial_update) | **PATCH** {deb_apt_repository_href} | Update an apt repository
|
148
161
|
*PulpDebClient::RepositoriesAptApi* | [**read**](docs/RepositoriesAptApi.md#read) | **GET** {deb_apt_repository_href} | Inspect an apt repository
|
162
|
+
*PulpDebClient::RepositoriesAptApi* | [**set_label**](docs/RepositoriesAptApi.md#set_label) | **POST** {deb_apt_repository_href}set_label/ | Set a label
|
149
163
|
*PulpDebClient::RepositoriesAptApi* | [**sync**](docs/RepositoriesAptApi.md#sync) | **POST** {deb_apt_repository_href}sync/ | Sync from remote
|
164
|
+
*PulpDebClient::RepositoriesAptApi* | [**unset_label**](docs/RepositoriesAptApi.md#unset_label) | **POST** {deb_apt_repository_href}unset_label/ | Unset a label
|
150
165
|
*PulpDebClient::RepositoriesAptApi* | [**update**](docs/RepositoriesAptApi.md#update) | **PUT** {deb_apt_repository_href} | Update an apt repository
|
151
166
|
*PulpDebClient::RepositoriesAptVersionsApi* | [**delete**](docs/RepositoriesAptVersionsApi.md#delete) | **DELETE** {deb_apt_repository_version_href} | Delete a repository version
|
152
167
|
*PulpDebClient::RepositoriesAptVersionsApi* | [**list**](docs/RepositoriesAptVersionsApi.md#list) | **GET** {deb_apt_repository_href}versions/ | List repository versions
|
@@ -189,6 +204,12 @@ Class | Method | HTTP request | Description
|
|
189
204
|
- [PulpDebClient::DebReleaseFile](docs/DebReleaseFile.md)
|
190
205
|
- [PulpDebClient::DebReleaseFileResponse](docs/DebReleaseFileResponse.md)
|
191
206
|
- [PulpDebClient::DebReleaseResponse](docs/DebReleaseResponse.md)
|
207
|
+
- [PulpDebClient::DebSourceIndex](docs/DebSourceIndex.md)
|
208
|
+
- [PulpDebClient::DebSourceIndexResponse](docs/DebSourceIndexResponse.md)
|
209
|
+
- [PulpDebClient::DebSourcePackage](docs/DebSourcePackage.md)
|
210
|
+
- [PulpDebClient::DebSourcePackageReleaseComponent](docs/DebSourcePackageReleaseComponent.md)
|
211
|
+
- [PulpDebClient::DebSourcePackageReleaseComponentResponse](docs/DebSourcePackageReleaseComponentResponse.md)
|
212
|
+
- [PulpDebClient::DebSourcePackageResponse](docs/DebSourcePackageResponse.md)
|
192
213
|
- [PulpDebClient::DebVerbatimPublication](docs/DebVerbatimPublication.md)
|
193
214
|
- [PulpDebClient::DebVerbatimPublicationResponse](docs/DebVerbatimPublicationResponse.md)
|
194
215
|
- [PulpDebClient::PaginatedRepositoryVersionResponseList](docs/PaginatedRepositoryVersionResponseList.md)
|
@@ -206,6 +227,9 @@ Class | Method | HTTP request | Description
|
|
206
227
|
- [PulpDebClient::PaginateddebReleaseComponentResponseList](docs/PaginateddebReleaseComponentResponseList.md)
|
207
228
|
- [PulpDebClient::PaginateddebReleaseFileResponseList](docs/PaginateddebReleaseFileResponseList.md)
|
208
229
|
- [PulpDebClient::PaginateddebReleaseResponseList](docs/PaginateddebReleaseResponseList.md)
|
230
|
+
- [PulpDebClient::PaginateddebSourceIndexResponseList](docs/PaginateddebSourceIndexResponseList.md)
|
231
|
+
- [PulpDebClient::PaginateddebSourcePackageReleaseComponentResponseList](docs/PaginateddebSourcePackageReleaseComponentResponseList.md)
|
232
|
+
- [PulpDebClient::PaginateddebSourcePackageResponseList](docs/PaginateddebSourcePackageResponseList.md)
|
209
233
|
- [PulpDebClient::PaginateddebVerbatimPublicationResponseList](docs/PaginateddebVerbatimPublicationResponseList.md)
|
210
234
|
- [PulpDebClient::PatcheddebAptDistribution](docs/PatcheddebAptDistribution.md)
|
211
235
|
- [PulpDebClient::PatcheddebAptRemote](docs/PatcheddebAptRemote.md)
|
@@ -214,6 +238,10 @@ Class | Method | HTTP request | Description
|
|
214
238
|
- [PulpDebClient::Repair](docs/Repair.md)
|
215
239
|
- [PulpDebClient::RepositoryAddRemoveContent](docs/RepositoryAddRemoveContent.md)
|
216
240
|
- [PulpDebClient::RepositoryVersionResponse](docs/RepositoryVersionResponse.md)
|
241
|
+
- [PulpDebClient::SetLabel](docs/SetLabel.md)
|
242
|
+
- [PulpDebClient::SetLabelResponse](docs/SetLabelResponse.md)
|
243
|
+
- [PulpDebClient::UnsetLabel](docs/UnsetLabel.md)
|
244
|
+
- [PulpDebClient::UnsetLabelResponse](docs/UnsetLabelResponse.md)
|
217
245
|
|
218
246
|
|
219
247
|
## Documentation for Authorization
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpDebClient::ContentGenericContentsApi
|
2
2
|
|
3
|
-
All URIs are relative to *
|
3
|
+
All URIs are relative to *http://pulp*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -35,8 +35,8 @@ relative_path = 'relative_path_example' # String | Path where the artifact is lo
|
|
35
35
|
opts = {
|
36
36
|
repository: 'repository_example', # String | A URI of a repository the new content unit should be associated with.
|
37
37
|
artifact: 'artifact_example', # String | Artifact file representing the physical content
|
38
|
-
file: File.new('/path/to/file'), # File | An uploaded file that may be turned into the
|
39
|
-
upload: 'upload_example' # String | An uncommitted upload that may be turned into the
|
38
|
+
file: File.new('/path/to/file'), # File | An uploaded file that may be turned into the content unit.
|
39
|
+
upload: 'upload_example' # String | An uncommitted upload that may be turned into the content unit.
|
40
40
|
}
|
41
41
|
|
42
42
|
begin
|
@@ -56,8 +56,8 @@ Name | Type | Description | Notes
|
|
56
56
|
**relative_path** | **String**| Path where the artifact is located relative to distributions base_path |
|
57
57
|
**repository** | **String**| A URI of a repository the new content unit should be associated with. | [optional]
|
58
58
|
**artifact** | **String**| Artifact file representing the physical content | [optional]
|
59
|
-
**file** | **File**| An uploaded file that may be turned into the
|
60
|
-
**upload** | **String**| An uncommitted upload that may be turned into the
|
59
|
+
**file** | **File**| An uploaded file that may be turned into the content unit. | [optional]
|
60
|
+
**upload** | **String**| An uncommitted upload that may be turned into the content unit. | [optional]
|
61
61
|
|
62
62
|
### Return type
|
63
63
|
|
@@ -100,6 +100,7 @@ opts = {
|
|
100
100
|
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)
|
101
101
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
102
102
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
103
|
+
q: 'q_example', # String |
|
103
104
|
relative_path: 'relative_path_example', # String | Filter results where relative_path matches value
|
104
105
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
105
106
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
@@ -128,6 +129,7 @@ Name | Type | Description | Notes
|
|
128
129
|
**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]
|
129
130
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
130
131
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
132
|
+
**q** | **String**| | [optional]
|
131
133
|
**relative_path** | **String**| Filter results where relative_path matches value | [optional]
|
132
134
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
133
135
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpDebClient::ContentInstallerFileIndicesApi
|
2
2
|
|
3
|
-
All URIs are relative to *
|
3
|
+
All URIs are relative to *http://pulp*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -92,6 +92,7 @@ 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) * `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
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
94
94
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
95
|
+
q: 'q_example', # String |
|
95
96
|
relative_path: 'relative_path_example', # String | Filter results where relative_path matches value
|
96
97
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
97
98
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
@@ -122,6 +123,7 @@ Name | Type | Description | Notes
|
|
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) * `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]
|
123
124
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
124
125
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
126
|
+
**q** | **String**| | [optional]
|
125
127
|
**relative_path** | **String**| Filter results where relative_path matches value | [optional]
|
126
128
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
127
129
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpDebClient::ContentInstallerPackagesApi
|
2
2
|
|
3
|
-
All URIs are relative to *
|
3
|
+
All URIs are relative to *http://pulp*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -35,8 +35,8 @@ opts = {
|
|
35
35
|
repository: 'repository_example', # String | A URI of a repository the new content unit should be associated with.
|
36
36
|
artifact: 'artifact_example', # String | Artifact file representing the physical content
|
37
37
|
relative_path: 'relative_path_example', # String | Path where the artifact is located relative to distributions base_path
|
38
|
-
file: File.new('/path/to/file'), # File | An uploaded file that may be turned into the
|
39
|
-
upload: 'upload_example' # String | An uncommitted upload that may be turned into the
|
38
|
+
file: File.new('/path/to/file'), # File | An uploaded file that may be turned into the content unit.
|
39
|
+
upload: 'upload_example' # String | An uncommitted upload that may be turned into the content unit.
|
40
40
|
}
|
41
41
|
|
42
42
|
begin
|
@@ -56,8 +56,8 @@ Name | Type | Description | Notes
|
|
56
56
|
**repository** | **String**| A URI of a repository the new content unit should be associated with. | [optional]
|
57
57
|
**artifact** | **String**| Artifact file representing the physical content | [optional]
|
58
58
|
**relative_path** | **String**| Path where the artifact is located relative to distributions base_path | [optional]
|
59
|
-
**file** | **File**| An uploaded file that may be turned into the
|
60
|
-
**upload** | **String**| An uncommitted upload that may be turned into the
|
59
|
+
**file** | **File**| An uploaded file that may be turned into the content unit. | [optional]
|
60
|
+
**upload** | **String**| An uncommitted upload that may be turned into the content unit. | [optional]
|
61
61
|
|
62
62
|
### Return type
|
63
63
|
|
@@ -112,6 +112,7 @@ opts = {
|
|
112
112
|
priority: 'priority_example', # String | Filter results where priority matches value
|
113
113
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
114
114
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
115
|
+
q: 'q_example', # String |
|
115
116
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
116
117
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
117
118
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
@@ -155,6 +156,7 @@ Name | Type | Description | Notes
|
|
155
156
|
**priority** | **String**| Filter results where priority matches value | [optional]
|
156
157
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
157
158
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
159
|
+
**q** | **String**| | [optional]
|
158
160
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
159
161
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
160
162
|
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpDebClient::ContentPackageIndicesApi
|
2
2
|
|
3
|
-
All URIs are relative to *
|
3
|
+
All URIs are relative to *http://pulp*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -92,6 +92,7 @@ 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) * `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
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
94
94
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
95
|
+
q: 'q_example', # String |
|
95
96
|
relative_path: 'relative_path_example', # String | Filter results where relative_path matches value
|
96
97
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
97
98
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
@@ -122,6 +123,7 @@ Name | Type | Description | Notes
|
|
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) * `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]
|
123
124
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
124
125
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
126
|
+
**q** | **String**| | [optional]
|
125
127
|
**relative_path** | **String**| Filter results where relative_path matches value | [optional]
|
126
128
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
127
129
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpDebClient::ContentPackageReleaseComponentsApi
|
2
2
|
|
3
|
-
All URIs are relative to *
|
3
|
+
All URIs are relative to *http://pulp*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -91,6 +91,7 @@ opts = {
|
|
91
91
|
package: 'package_example', # String | Filter results where package matches value
|
92
92
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
93
93
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
94
|
+
q: 'q_example', # String |
|
94
95
|
release_component: 'release_component_example', # String | Filter results where release_component matches value
|
95
96
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
96
97
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
@@ -119,6 +120,7 @@ Name | Type | Description | Notes
|
|
119
120
|
**package** | [**String**](.md)| Filter results where package matches value | [optional]
|
120
121
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
121
122
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
123
|
+
**q** | **String**| | [optional]
|
122
124
|
**release_component** | [**String**](.md)| Filter results where release_component matches value | [optional]
|
123
125
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
124
126
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
data/docs/ContentPackagesApi.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpDebClient::ContentPackagesApi
|
2
2
|
|
3
|
-
All URIs are relative to *
|
3
|
+
All URIs are relative to *http://pulp*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -35,8 +35,8 @@ opts = {
|
|
35
35
|
repository: 'repository_example', # String | A URI of a repository the new content unit should be associated with.
|
36
36
|
artifact: 'artifact_example', # String | Artifact file representing the physical content
|
37
37
|
relative_path: 'relative_path_example', # String | Path where the artifact is located relative to distributions base_path
|
38
|
-
file: File.new('/path/to/file'), # File | An uploaded file that may be turned into the
|
39
|
-
upload: 'upload_example', # String | An uncommitted upload that may be turned into the
|
38
|
+
file: File.new('/path/to/file'), # File | An uploaded file that may be turned into the content unit.
|
39
|
+
upload: 'upload_example', # String | An uncommitted upload that may be turned into the content unit.
|
40
40
|
distribution: 'distribution_example', # String | Name of the distribution.
|
41
41
|
component: 'component_example' # String | Name of the component.
|
42
42
|
}
|
@@ -58,8 +58,8 @@ Name | Type | Description | Notes
|
|
58
58
|
**repository** | **String**| A URI of a repository the new content unit should be associated with. | [optional]
|
59
59
|
**artifact** | **String**| Artifact file representing the physical content | [optional]
|
60
60
|
**relative_path** | **String**| Path where the artifact is located relative to distributions base_path | [optional]
|
61
|
-
**file** | **File**| An uploaded file that may be turned into the
|
62
|
-
**upload** | **String**| An uncommitted upload that may be turned into the
|
61
|
+
**file** | **File**| An uploaded file that may be turned into the content unit. | [optional]
|
62
|
+
**upload** | **String**| An uncommitted upload that may be turned into the content unit. | [optional]
|
63
63
|
**distribution** | **String**| Name of the distribution. | [optional]
|
64
64
|
**component** | **String**| Name of the component. | [optional]
|
65
65
|
|
@@ -113,9 +113,18 @@ opts = {
|
|
113
113
|
origin: 'origin_example', # String | Filter results where origin matches value
|
114
114
|
original_maintainer: 'original_maintainer_example', # String | Filter results where original_maintainer matches value
|
115
115
|
package: 'package_example', # String | Filter results where package matches value
|
116
|
+
package__contains: 'package__contains_example', # String | Filter results where package contains value
|
117
|
+
package__icontains: 'package__icontains_example', # String | Filter results where package contains value
|
118
|
+
package__iexact: 'package__iexact_example', # String | Filter results where package matches value
|
119
|
+
package__in: ['package__in_example'], # Array<String> | Filter results where package is in a comma-separated list of values
|
120
|
+
package__iregex: 'package__iregex_example', # String | Filter results where package matches regex value
|
121
|
+
package__istartswith: 'package__istartswith_example', # String | Filter results where package starts with value
|
122
|
+
package__regex: 'package__regex_example', # String | Filter results where package matches regex value
|
123
|
+
package__startswith: 'package__startswith_example', # String | Filter results where package starts with value
|
116
124
|
priority: 'priority_example', # String | Filter results where priority matches value
|
117
125
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
118
126
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
127
|
+
q: 'q_example', # String |
|
119
128
|
relative_path: 'relative_path_example', # String | Filter results where relative_path matches value
|
120
129
|
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)
|
121
130
|
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)
|
@@ -159,9 +168,18 @@ Name | Type | Description | Notes
|
|
159
168
|
**origin** | **String**| Filter results where origin matches value | [optional]
|
160
169
|
**original_maintainer** | **String**| Filter results where original_maintainer matches value | [optional]
|
161
170
|
**package** | **String**| Filter results where package matches value | [optional]
|
171
|
+
**package__contains** | **String**| Filter results where package contains value | [optional]
|
172
|
+
**package__icontains** | **String**| Filter results where package contains value | [optional]
|
173
|
+
**package__iexact** | **String**| Filter results where package matches value | [optional]
|
174
|
+
**package__in** | [**Array<String>**](String.md)| Filter results where package is in a comma-separated list of values | [optional]
|
175
|
+
**package__iregex** | **String**| Filter results where package matches regex value | [optional]
|
176
|
+
**package__istartswith** | **String**| Filter results where package starts with value | [optional]
|
177
|
+
**package__regex** | **String**| Filter results where package matches regex value | [optional]
|
178
|
+
**package__startswith** | **String**| Filter results where package starts with value | [optional]
|
162
179
|
**priority** | **String**| Filter results where priority matches value | [optional]
|
163
180
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
164
181
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
182
|
+
**q** | **String**| | [optional]
|
165
183
|
**relative_path** | **String**| Filter results where relative_path matches value | [optional]
|
166
184
|
**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]
|
167
185
|
**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]
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpDebClient::ContentReleaseArchitecturesApi
|
2
2
|
|
3
|
-
All URIs are relative to *
|
3
|
+
All URIs are relative to *http://pulp*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -92,6 +92,7 @@ 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) * `architecture` - Architecture * `-architecture` - Architecture (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
93
93
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
94
94
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
95
|
+
q: 'q_example', # String |
|
95
96
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
96
97
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
97
98
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
@@ -120,6 +121,7 @@ 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) * `distribution` - Distribution * `-distribution` - Distribution (descending) * `architecture` - Architecture * `-architecture` - Architecture (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
121
122
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
122
123
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
124
|
+
**q** | **String**| | [optional]
|
123
125
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
124
126
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
125
127
|
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpDebClient::ContentReleaseComponentsApi
|
2
2
|
|
3
|
-
All URIs are relative to *
|
3
|
+
All URIs are relative to *http://pulp*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -93,6 +93,7 @@ opts = {
|
|
93
93
|
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)
|
94
94
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
95
95
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
96
|
+
q: 'q_example', # String |
|
96
97
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
97
98
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
98
99
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
@@ -122,6 +123,7 @@ Name | Type | Description | Notes
|
|
122
123
|
**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]
|
123
124
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
124
125
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
126
|
+
**q** | **String**| | [optional]
|
125
127
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
126
128
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
127
129
|
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpDebClient::ContentReleaseFilesApi
|
2
2
|
|
3
|
-
All URIs are relative to *
|
3
|
+
All URIs are relative to *http://pulp*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -91,6 +91,7 @@ opts = {
|
|
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
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
93
93
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
94
|
+
q: 'q_example', # String |
|
94
95
|
relative_path: 'relative_path_example', # String | Filter results where relative_path matches value
|
95
96
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
96
97
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
@@ -121,6 +122,7 @@ Name | Type | Description | Notes
|
|
121
122
|
**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]
|
122
123
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
123
124
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
125
|
+
**q** | **String**| | [optional]
|
124
126
|
**relative_path** | **String**| Filter results where relative_path matches value | [optional]
|
125
127
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
126
128
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
data/docs/ContentReleasesApi.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpDebClient::ContentReleasesApi
|
2
2
|
|
3
|
-
All URIs are relative to *
|
3
|
+
All URIs are relative to *http://pulp*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -95,6 +95,7 @@ opts = {
|
|
95
95
|
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)
|
96
96
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
97
97
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
98
|
+
q: 'q_example', # String |
|
98
99
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
99
100
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
100
101
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
@@ -128,6 +129,7 @@ Name | Type | Description | Notes
|
|
128
129
|
**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]
|
129
130
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
130
131
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
132
|
+
**q** | **String**| | [optional]
|
131
133
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
132
134
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
133
135
|
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|