pulp_deb_client 2.0.0b4 → 2.2.0b1
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 +31 -11
- data/docs/{ContentInstallerFileIndexApi.md → ContentInstallerFileIndicesApi.md} +12 -12
- data/docs/{ContentPackageIndexApi.md → ContentPackageIndicesApi.md} +12 -12
- data/docs/ContentPackageReleaseComponentsApi.md +194 -0
- data/docs/ContentReleaseArchitecturesApi.md +194 -0
- data/docs/ContentReleaseComponentsApi.md +194 -0
- data/docs/ContentReleaseFilesApi.md +2 -2
- data/docs/ContentReleasesApi.md +196 -0
- data/docs/DebDebRemote.md +6 -4
- data/docs/DebPackageReleaseComponent.md +23 -0
- data/docs/DebRelease.md +25 -0
- data/docs/DebReleaseArchitecture.md +23 -0
- data/docs/DebReleaseComponent.md +23 -0
- data/docs/DistributionsAptApi.md +2 -2
- data/docs/InlineResponse20010.md +1 -1
- data/docs/InlineResponse20011.md +23 -0
- data/docs/InlineResponse20012.md +23 -0
- data/docs/InlineResponse20013.md +23 -0
- data/docs/InlineResponse20014.md +23 -0
- data/docs/InlineResponse2004.md +1 -1
- data/docs/InlineResponse2005.md +1 -1
- data/docs/InlineResponse2006.md +1 -1
- data/docs/InlineResponse2007.md +1 -1
- data/docs/InlineResponse2008.md +1 -1
- data/docs/InlineResponse2009.md +1 -1
- data/docs/PublicationsAptApi.md +16 -2
- data/docs/PublicationsVerbatimApi.md +16 -2
- data/docs/RemotesAptApi.md +2 -2
- data/docs/RepositoriesAptApi.md +5 -4
- data/docs/RepositoriesDebVersionsApi.md +2 -2
- data/lib/pulp_deb_client/api/content_generic_contents_api.rb +1 -1
- data/lib/pulp_deb_client/api/{content_installer_file_index_api.rb → content_installer_file_indices_api.rb} +14 -14
- data/lib/pulp_deb_client/api/content_installer_packages_api.rb +1 -1
- data/lib/pulp_deb_client/api/{content_package_index_api.rb → content_package_indices_api.rb} +14 -14
- data/lib/pulp_deb_client/api/content_package_release_components_api.rb +237 -0
- data/lib/pulp_deb_client/api/content_packages_api.rb +1 -1
- data/lib/pulp_deb_client/api/content_release_architectures_api.rb +237 -0
- data/lib/pulp_deb_client/api/content_release_components_api.rb +237 -0
- data/lib/pulp_deb_client/api/content_release_files_api.rb +4 -4
- data/lib/pulp_deb_client/api/content_releases_api.rb +240 -0
- data/lib/pulp_deb_client/api/distributions_apt_api.rb +4 -4
- data/lib/pulp_deb_client/api/publications_apt_api.rb +25 -4
- data/lib/pulp_deb_client/api/publications_verbatim_api.rb +25 -4
- data/lib/pulp_deb_client/api/remotes_apt_api.rb +4 -4
- data/lib/pulp_deb_client/api/repositories_apt_api.rb +6 -4
- data/lib/pulp_deb_client/api/repositories_deb_versions_api.rb +4 -4
- data/lib/pulp_deb_client/api_client.rb +1 -1
- data/lib/pulp_deb_client/api_error.rb +1 -1
- data/lib/pulp_deb_client/configuration.rb +1 -1
- data/lib/pulp_deb_client/models/async_operation_response.rb +1 -1
- data/lib/pulp_deb_client/models/content_summary.rb +1 -1
- data/lib/pulp_deb_client/models/deb_base_package.rb +1 -1
- data/lib/pulp_deb_client/models/deb_deb_distribution.rb +1 -1
- data/lib/pulp_deb_client/models/deb_deb_publication.rb +1 -1
- data/lib/pulp_deb_client/models/deb_deb_remote.rb +33 -8
- data/lib/pulp_deb_client/models/deb_deb_repository.rb +1 -1
- data/lib/pulp_deb_client/models/deb_generic_content.rb +1 -1
- data/lib/pulp_deb_client/models/deb_installer_file_index.rb +1 -1
- data/lib/pulp_deb_client/models/deb_package_index.rb +1 -1
- data/lib/pulp_deb_client/models/deb_package_release_component.rb +246 -0
- data/lib/pulp_deb_client/models/deb_release.rb +315 -0
- data/lib/pulp_deb_client/models/deb_release_architecture.rb +265 -0
- data/lib/pulp_deb_client/models/deb_release_component.rb +265 -0
- data/lib/pulp_deb_client/models/deb_release_file.rb +1 -1
- data/lib/pulp_deb_client/models/deb_verbatim_publication.rb +1 -1
- data/lib/pulp_deb_client/models/inline_response200.rb +1 -1
- data/lib/pulp_deb_client/models/inline_response2001.rb +1 -1
- data/lib/pulp_deb_client/models/inline_response20010.rb +2 -2
- data/lib/pulp_deb_client/models/inline_response20011.rb +247 -0
- data/lib/pulp_deb_client/models/inline_response20012.rb +247 -0
- data/lib/pulp_deb_client/models/inline_response20013.rb +247 -0
- data/lib/pulp_deb_client/models/inline_response20014.rb +247 -0
- data/lib/pulp_deb_client/models/inline_response2002.rb +1 -1
- data/lib/pulp_deb_client/models/inline_response2003.rb +1 -1
- data/lib/pulp_deb_client/models/inline_response2004.rb +2 -2
- data/lib/pulp_deb_client/models/inline_response2005.rb +2 -2
- data/lib/pulp_deb_client/models/inline_response2006.rb +2 -2
- data/lib/pulp_deb_client/models/inline_response2007.rb +2 -2
- data/lib/pulp_deb_client/models/inline_response2008.rb +2 -2
- data/lib/pulp_deb_client/models/inline_response2009.rb +2 -2
- data/lib/pulp_deb_client/models/repository_add_remove_content.rb +1 -1
- data/lib/pulp_deb_client/models/repository_sync_url.rb +1 -1
- data/lib/pulp_deb_client/models/repository_version.rb +1 -1
- data/lib/pulp_deb_client/version.rb +2 -2
- data/lib/pulp_deb_client.rb +15 -3
- data/pulp_deb_client.gemspec +1 -1
- data/spec/api/content_generic_contents_api_spec.rb +1 -1
- data/spec/api/{content_installer_file_index_api_spec.rb → content_installer_file_indices_api_spec.rb} +8 -8
- data/spec/api/content_installer_packages_api_spec.rb +1 -1
- data/spec/api/{content_package_index_api_spec.rb → content_package_indices_api_spec.rb} +8 -8
- data/spec/api/content_package_release_components_api_spec.rb +81 -0
- data/spec/api/content_packages_api_spec.rb +1 -1
- data/spec/api/content_release_architectures_api_spec.rb +81 -0
- data/spec/api/content_release_components_api_spec.rb +81 -0
- data/spec/api/content_release_files_api_spec.rb +2 -2
- data/spec/api/content_releases_api_spec.rb +82 -0
- data/spec/api/distributions_apt_api_spec.rb +2 -2
- data/spec/api/publications_apt_api_spec.rb +9 -2
- data/spec/api/publications_verbatim_api_spec.rb +9 -2
- data/spec/api/remotes_apt_api_spec.rb +2 -2
- data/spec/api/repositories_apt_api_spec.rb +3 -2
- data/spec/api/repositories_deb_versions_api_spec.rb +2 -2
- data/spec/api_client_spec.rb +1 -1
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/async_operation_response_spec.rb +1 -1
- data/spec/models/content_summary_spec.rb +1 -1
- data/spec/models/deb_base_package_spec.rb +1 -1
- data/spec/models/deb_deb_distribution_spec.rb +1 -1
- data/spec/models/deb_deb_publication_spec.rb +1 -1
- data/spec/models/deb_deb_remote_spec.rb +7 -1
- data/spec/models/deb_deb_repository_spec.rb +1 -1
- data/spec/models/deb_generic_content_spec.rb +1 -1
- data/spec/models/deb_installer_file_index_spec.rb +1 -1
- data/spec/models/deb_package_index_spec.rb +1 -1
- data/spec/models/deb_package_release_component_spec.rb +59 -0
- data/spec/models/deb_release_architecture_spec.rb +59 -0
- data/spec/models/deb_release_component_spec.rb +59 -0
- data/spec/models/deb_release_file_spec.rb +1 -1
- data/spec/models/deb_release_spec.rb +65 -0
- data/spec/models/deb_verbatim_publication_spec.rb +1 -1
- data/spec/models/inline_response20010_spec.rb +1 -1
- data/spec/models/inline_response20011_spec.rb +59 -0
- data/spec/models/inline_response20012_spec.rb +59 -0
- data/spec/models/inline_response20013_spec.rb +59 -0
- data/spec/models/inline_response20014_spec.rb +59 -0
- data/spec/models/inline_response2001_spec.rb +1 -1
- data/spec/models/inline_response2002_spec.rb +1 -1
- data/spec/models/inline_response2003_spec.rb +1 -1
- data/spec/models/inline_response2004_spec.rb +1 -1
- data/spec/models/inline_response2005_spec.rb +1 -1
- data/spec/models/inline_response2006_spec.rb +1 -1
- data/spec/models/inline_response2007_spec.rb +1 -1
- data/spec/models/inline_response2008_spec.rb +1 -1
- data/spec/models/inline_response2009_spec.rb +1 -1
- data/spec/models/inline_response200_spec.rb +1 -1
- data/spec/models/repository_add_remove_content_spec.rb +1 -1
- data/spec/models/repository_sync_url_spec.rb +1 -1
- data/spec/models/repository_version_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- metadata +79 -31
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3f7074b00311b91a8e66421e1ea2b458b8710c76f741cec5ba0b6f35782c5b16
|
|
4
|
+
data.tar.gz: 2145cc36bde3bb2326bf290e25db894abfb5720d5d42e9e684f23897f52c0bed
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c5839c668d26b20ea3af66b5eccd63c16874a3c4203972544951ce243f7988e4e462651db80e1f668bbe23bb8827b590e14ffa42cacc1295f6816db4ae87a23c
|
|
7
|
+
data.tar.gz: b55fecfe74fd018a9b9c1fecf8d3b0dc4fd29343eeebf233a49da64ebdf5d6ffbd5b57d409b10d4bf11980b1bb5edf1587a1bee6b057a98e90f08b30c987844a
|
data/README.md
CHANGED
|
@@ -7,7 +7,7 @@ No description provided (generated by Openapi Generator https://github.com/opena
|
|
|
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: 2.
|
|
10
|
+
- Package version: 2.2.0b1
|
|
11
11
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
|
12
12
|
|
|
13
13
|
## Installation
|
|
@@ -23,16 +23,16 @@ gem build pulp_deb_client.gemspec
|
|
|
23
23
|
Then either install the gem locally:
|
|
24
24
|
|
|
25
25
|
```shell
|
|
26
|
-
gem install ./pulp_deb_client-2.
|
|
26
|
+
gem install ./pulp_deb_client-2.2.0b1.gem
|
|
27
27
|
```
|
|
28
28
|
|
|
29
|
-
(for development, run `gem install --dev ./pulp_deb_client-2.
|
|
29
|
+
(for development, run `gem install --dev ./pulp_deb_client-2.2.0b1.gem` to install the development dependencies)
|
|
30
30
|
|
|
31
31
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
|
32
32
|
|
|
33
33
|
Finally add this to the Gemfile:
|
|
34
34
|
|
|
35
|
-
gem 'pulp_deb_client', '~> 2.
|
|
35
|
+
gem 'pulp_deb_client', '~> 2.2.0b1'
|
|
36
36
|
|
|
37
37
|
### Install from Git
|
|
38
38
|
|
|
@@ -90,21 +90,33 @@ Class | Method | HTTP request | Description
|
|
|
90
90
|
*PulpDebClient::ContentGenericContentsApi* | [**create**](docs/ContentGenericContentsApi.md#create) | **POST** /pulp/api/v3/content/deb/generic_contents/ | Create a generic content
|
|
91
91
|
*PulpDebClient::ContentGenericContentsApi* | [**list**](docs/ContentGenericContentsApi.md#list) | **GET** /pulp/api/v3/content/deb/generic_contents/ | List generic contents
|
|
92
92
|
*PulpDebClient::ContentGenericContentsApi* | [**read**](docs/ContentGenericContentsApi.md#read) | **GET** {generic_content_href} | Inspect a generic content
|
|
93
|
-
*PulpDebClient::
|
|
94
|
-
*PulpDebClient::
|
|
95
|
-
*PulpDebClient::
|
|
93
|
+
*PulpDebClient::ContentInstallerFileIndicesApi* | [**create**](docs/ContentInstallerFileIndicesApi.md#create) | **POST** /pulp/api/v3/content/deb/installer_file_indices/ | Create an installer file index
|
|
94
|
+
*PulpDebClient::ContentInstallerFileIndicesApi* | [**list**](docs/ContentInstallerFileIndicesApi.md#list) | **GET** /pulp/api/v3/content/deb/installer_file_indices/ | List InstallerFileIndices
|
|
95
|
+
*PulpDebClient::ContentInstallerFileIndicesApi* | [**read**](docs/ContentInstallerFileIndicesApi.md#read) | **GET** {installer_file_index_href} | Inspect an installer file index
|
|
96
96
|
*PulpDebClient::ContentInstallerPackagesApi* | [**create**](docs/ContentInstallerPackagesApi.md#create) | **POST** /pulp/api/v3/content/deb/installer_packages/ | Create an installer package
|
|
97
97
|
*PulpDebClient::ContentInstallerPackagesApi* | [**list**](docs/ContentInstallerPackagesApi.md#list) | **GET** /pulp/api/v3/content/deb/installer_packages/ | List installer packages
|
|
98
98
|
*PulpDebClient::ContentInstallerPackagesApi* | [**read**](docs/ContentInstallerPackagesApi.md#read) | **GET** {installer_package_href} | Inspect an installer package
|
|
99
|
-
*PulpDebClient::
|
|
100
|
-
*PulpDebClient::
|
|
101
|
-
*PulpDebClient::
|
|
99
|
+
*PulpDebClient::ContentPackageIndicesApi* | [**create**](docs/ContentPackageIndicesApi.md#create) | **POST** /pulp/api/v3/content/deb/package_indices/ | Create a package index
|
|
100
|
+
*PulpDebClient::ContentPackageIndicesApi* | [**list**](docs/ContentPackageIndicesApi.md#list) | **GET** /pulp/api/v3/content/deb/package_indices/ | List PackageIndices
|
|
101
|
+
*PulpDebClient::ContentPackageIndicesApi* | [**read**](docs/ContentPackageIndicesApi.md#read) | **GET** {package_index_href} | Inspect a package index
|
|
102
|
+
*PulpDebClient::ContentPackageReleaseComponentsApi* | [**create**](docs/ContentPackageReleaseComponentsApi.md#create) | **POST** /pulp/api/v3/content/deb/package_release_components/ | Create a package release component
|
|
103
|
+
*PulpDebClient::ContentPackageReleaseComponentsApi* | [**list**](docs/ContentPackageReleaseComponentsApi.md#list) | **GET** /pulp/api/v3/content/deb/package_release_components/ | List package release components
|
|
104
|
+
*PulpDebClient::ContentPackageReleaseComponentsApi* | [**read**](docs/ContentPackageReleaseComponentsApi.md#read) | **GET** {package_release_component_href} | Inspect a package release component
|
|
102
105
|
*PulpDebClient::ContentPackagesApi* | [**create**](docs/ContentPackagesApi.md#create) | **POST** /pulp/api/v3/content/deb/packages/ | Create a package
|
|
103
106
|
*PulpDebClient::ContentPackagesApi* | [**list**](docs/ContentPackagesApi.md#list) | **GET** /pulp/api/v3/content/deb/packages/ | List packages
|
|
104
107
|
*PulpDebClient::ContentPackagesApi* | [**read**](docs/ContentPackagesApi.md#read) | **GET** {package_href} | Inspect a package
|
|
108
|
+
*PulpDebClient::ContentReleaseArchitecturesApi* | [**create**](docs/ContentReleaseArchitecturesApi.md#create) | **POST** /pulp/api/v3/content/deb/release_architectures/ | Create a release architecture
|
|
109
|
+
*PulpDebClient::ContentReleaseArchitecturesApi* | [**list**](docs/ContentReleaseArchitecturesApi.md#list) | **GET** /pulp/api/v3/content/deb/release_architectures/ | List release architectures
|
|
110
|
+
*PulpDebClient::ContentReleaseArchitecturesApi* | [**read**](docs/ContentReleaseArchitecturesApi.md#read) | **GET** {release_architecture_href} | Inspect a release architecture
|
|
111
|
+
*PulpDebClient::ContentReleaseComponentsApi* | [**create**](docs/ContentReleaseComponentsApi.md#create) | **POST** /pulp/api/v3/content/deb/release_components/ | Create a release component
|
|
112
|
+
*PulpDebClient::ContentReleaseComponentsApi* | [**list**](docs/ContentReleaseComponentsApi.md#list) | **GET** /pulp/api/v3/content/deb/release_components/ | List release components
|
|
113
|
+
*PulpDebClient::ContentReleaseComponentsApi* | [**read**](docs/ContentReleaseComponentsApi.md#read) | **GET** {release_component_href} | Inspect a release component
|
|
105
114
|
*PulpDebClient::ContentReleaseFilesApi* | [**create**](docs/ContentReleaseFilesApi.md#create) | **POST** /pulp/api/v3/content/deb/release_files/ | Create a release file
|
|
106
115
|
*PulpDebClient::ContentReleaseFilesApi* | [**list**](docs/ContentReleaseFilesApi.md#list) | **GET** /pulp/api/v3/content/deb/release_files/ | List release files
|
|
107
116
|
*PulpDebClient::ContentReleaseFilesApi* | [**read**](docs/ContentReleaseFilesApi.md#read) | **GET** {release_file_href} | Inspect a release file
|
|
117
|
+
*PulpDebClient::ContentReleasesApi* | [**create**](docs/ContentReleasesApi.md#create) | **POST** /pulp/api/v3/content/deb/releases/ | Create a release
|
|
118
|
+
*PulpDebClient::ContentReleasesApi* | [**list**](docs/ContentReleasesApi.md#list) | **GET** /pulp/api/v3/content/deb/releases/ | List releases
|
|
119
|
+
*PulpDebClient::ContentReleasesApi* | [**read**](docs/ContentReleasesApi.md#read) | **GET** {release_href} | Inspect a release
|
|
108
120
|
*PulpDebClient::DistributionsAptApi* | [**create**](docs/DistributionsAptApi.md#create) | **POST** /pulp/api/v3/distributions/deb/apt/ | Create a deb distribution
|
|
109
121
|
*PulpDebClient::DistributionsAptApi* | [**delete**](docs/DistributionsAptApi.md#delete) | **DELETE** {deb_distribution_href} | Delete a deb distribution
|
|
110
122
|
*PulpDebClient::DistributionsAptApi* | [**list**](docs/DistributionsAptApi.md#list) | **GET** /pulp/api/v3/distributions/deb/apt/ | List deb distributions
|
|
@@ -128,7 +140,7 @@ Class | Method | HTTP request | Description
|
|
|
128
140
|
*PulpDebClient::RepositoriesAptApi* | [**create**](docs/RepositoriesAptApi.md#create) | **POST** /pulp/api/v3/repositories/deb/apt/ | Create a deb repository
|
|
129
141
|
*PulpDebClient::RepositoriesAptApi* | [**delete**](docs/RepositoriesAptApi.md#delete) | **DELETE** {deb_repository_href} | Delete a deb repository
|
|
130
142
|
*PulpDebClient::RepositoriesAptApi* | [**list**](docs/RepositoriesAptApi.md#list) | **GET** /pulp/api/v3/repositories/deb/apt/ | List deb repositorys
|
|
131
|
-
*PulpDebClient::RepositoriesAptApi* | [**modify**](docs/RepositoriesAptApi.md#modify) | **POST** {deb_repository_href}modify/ |
|
|
143
|
+
*PulpDebClient::RepositoriesAptApi* | [**modify**](docs/RepositoriesAptApi.md#modify) | **POST** {deb_repository_href}modify/ | Modify Repository Content
|
|
132
144
|
*PulpDebClient::RepositoriesAptApi* | [**partial_update**](docs/RepositoriesAptApi.md#partial_update) | **PATCH** {deb_repository_href} | Partially update a deb repository
|
|
133
145
|
*PulpDebClient::RepositoriesAptApi* | [**read**](docs/RepositoriesAptApi.md#read) | **GET** {deb_repository_href} | Inspect a deb repository
|
|
134
146
|
*PulpDebClient::RepositoriesAptApi* | [**sync**](docs/RepositoriesAptApi.md#sync) | **POST** {deb_repository_href}sync/ | Sync from remote
|
|
@@ -150,11 +162,19 @@ Class | Method | HTTP request | Description
|
|
|
150
162
|
- [PulpDebClient::DebGenericContent](docs/DebGenericContent.md)
|
|
151
163
|
- [PulpDebClient::DebInstallerFileIndex](docs/DebInstallerFileIndex.md)
|
|
152
164
|
- [PulpDebClient::DebPackageIndex](docs/DebPackageIndex.md)
|
|
165
|
+
- [PulpDebClient::DebPackageReleaseComponent](docs/DebPackageReleaseComponent.md)
|
|
166
|
+
- [PulpDebClient::DebRelease](docs/DebRelease.md)
|
|
167
|
+
- [PulpDebClient::DebReleaseArchitecture](docs/DebReleaseArchitecture.md)
|
|
168
|
+
- [PulpDebClient::DebReleaseComponent](docs/DebReleaseComponent.md)
|
|
153
169
|
- [PulpDebClient::DebReleaseFile](docs/DebReleaseFile.md)
|
|
154
170
|
- [PulpDebClient::DebVerbatimPublication](docs/DebVerbatimPublication.md)
|
|
155
171
|
- [PulpDebClient::InlineResponse200](docs/InlineResponse200.md)
|
|
156
172
|
- [PulpDebClient::InlineResponse2001](docs/InlineResponse2001.md)
|
|
157
173
|
- [PulpDebClient::InlineResponse20010](docs/InlineResponse20010.md)
|
|
174
|
+
- [PulpDebClient::InlineResponse20011](docs/InlineResponse20011.md)
|
|
175
|
+
- [PulpDebClient::InlineResponse20012](docs/InlineResponse20012.md)
|
|
176
|
+
- [PulpDebClient::InlineResponse20013](docs/InlineResponse20013.md)
|
|
177
|
+
- [PulpDebClient::InlineResponse20014](docs/InlineResponse20014.md)
|
|
158
178
|
- [PulpDebClient::InlineResponse2002](docs/InlineResponse2002.md)
|
|
159
179
|
- [PulpDebClient::InlineResponse2003](docs/InlineResponse2003.md)
|
|
160
180
|
- [PulpDebClient::InlineResponse2004](docs/InlineResponse2004.md)
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
# PulpDebClient::
|
|
1
|
+
# PulpDebClient::ContentInstallerFileIndicesApi
|
|
2
2
|
|
|
3
3
|
All URIs are relative to *http://localhost:24817*
|
|
4
4
|
|
|
5
5
|
Method | HTTP request | Description
|
|
6
6
|
------------- | ------------- | -------------
|
|
7
|
-
[**create**](
|
|
8
|
-
[**list**](
|
|
9
|
-
[**read**](
|
|
7
|
+
[**create**](ContentInstallerFileIndicesApi.md#create) | **POST** /pulp/api/v3/content/deb/installer_file_indices/ | Create an installer file index
|
|
8
|
+
[**list**](ContentInstallerFileIndicesApi.md#list) | **GET** /pulp/api/v3/content/deb/installer_file_indices/ | List InstallerFileIndices
|
|
9
|
+
[**read**](ContentInstallerFileIndicesApi.md#read) | **GET** {installer_file_index_href} | Inspect an installer file index
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
|
@@ -30,7 +30,7 @@ PulpDebClient.configure do |config|
|
|
|
30
30
|
config.password = 'YOUR PASSWORD'
|
|
31
31
|
end
|
|
32
32
|
|
|
33
|
-
api_instance = PulpDebClient::
|
|
33
|
+
api_instance = PulpDebClient::ContentInstallerFileIndicesApi.new
|
|
34
34
|
data = PulpDebClient::DebInstallerFileIndex.new # DebInstallerFileIndex |
|
|
35
35
|
|
|
36
36
|
begin
|
|
@@ -38,7 +38,7 @@ begin
|
|
|
38
38
|
result = api_instance.create(data)
|
|
39
39
|
p result
|
|
40
40
|
rescue PulpDebClient::ApiError => e
|
|
41
|
-
puts "Exception when calling
|
|
41
|
+
puts "Exception when calling ContentInstallerFileIndicesApi->create: #{e}"
|
|
42
42
|
end
|
|
43
43
|
```
|
|
44
44
|
|
|
@@ -83,7 +83,7 @@ PulpDebClient.configure do |config|
|
|
|
83
83
|
config.password = 'YOUR PASSWORD'
|
|
84
84
|
end
|
|
85
85
|
|
|
86
|
-
api_instance = PulpDebClient::
|
|
86
|
+
api_instance = PulpDebClient::ContentInstallerFileIndicesApi.new
|
|
87
87
|
opts = {
|
|
88
88
|
component: 'component_example', # String | Filter results where component matches value
|
|
89
89
|
architecture: 'architecture_example', # String | Filter results where architecture matches value
|
|
@@ -103,7 +103,7 @@ begin
|
|
|
103
103
|
result = api_instance.list(opts)
|
|
104
104
|
p result
|
|
105
105
|
rescue PulpDebClient::ApiError => e
|
|
106
|
-
puts "Exception when calling
|
|
106
|
+
puts "Exception when calling ContentInstallerFileIndicesApi->list: #{e}"
|
|
107
107
|
end
|
|
108
108
|
```
|
|
109
109
|
|
|
@@ -158,8 +158,8 @@ PulpDebClient.configure do |config|
|
|
|
158
158
|
config.password = 'YOUR PASSWORD'
|
|
159
159
|
end
|
|
160
160
|
|
|
161
|
-
api_instance = PulpDebClient::
|
|
162
|
-
installer_file_index_href = 'installer_file_index_href_example' # String | URI of Installer File Index. e.g.: /pulp/api/v3/content/deb/
|
|
161
|
+
api_instance = PulpDebClient::ContentInstallerFileIndicesApi.new
|
|
162
|
+
installer_file_index_href = 'installer_file_index_href_example' # String | URI of Installer File Index. e.g.: /pulp/api/v3/content/deb/installer_file_indices/1/
|
|
163
163
|
opts = {
|
|
164
164
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
165
165
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
@@ -170,7 +170,7 @@ begin
|
|
|
170
170
|
result = api_instance.read(installer_file_index_href, opts)
|
|
171
171
|
p result
|
|
172
172
|
rescue PulpDebClient::ApiError => e
|
|
173
|
-
puts "Exception when calling
|
|
173
|
+
puts "Exception when calling ContentInstallerFileIndicesApi->read: #{e}"
|
|
174
174
|
end
|
|
175
175
|
```
|
|
176
176
|
|
|
@@ -179,7 +179,7 @@ end
|
|
|
179
179
|
|
|
180
180
|
Name | Type | Description | Notes
|
|
181
181
|
------------- | ------------- | ------------- | -------------
|
|
182
|
-
**installer_file_index_href** | **String**| URI of Installer File Index. e.g.: /pulp/api/v3/content/deb/
|
|
182
|
+
**installer_file_index_href** | **String**| URI of Installer File Index. e.g.: /pulp/api/v3/content/deb/installer_file_indices/1/ |
|
|
183
183
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
|
184
184
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
|
185
185
|
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
# PulpDebClient::
|
|
1
|
+
# PulpDebClient::ContentPackageIndicesApi
|
|
2
2
|
|
|
3
3
|
All URIs are relative to *http://localhost:24817*
|
|
4
4
|
|
|
5
5
|
Method | HTTP request | Description
|
|
6
6
|
------------- | ------------- | -------------
|
|
7
|
-
[**create**](
|
|
8
|
-
[**list**](
|
|
9
|
-
[**read**](
|
|
7
|
+
[**create**](ContentPackageIndicesApi.md#create) | **POST** /pulp/api/v3/content/deb/package_indices/ | Create a package index
|
|
8
|
+
[**list**](ContentPackageIndicesApi.md#list) | **GET** /pulp/api/v3/content/deb/package_indices/ | List PackageIndices
|
|
9
|
+
[**read**](ContentPackageIndicesApi.md#read) | **GET** {package_index_href} | Inspect a package index
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
|
@@ -30,7 +30,7 @@ PulpDebClient.configure do |config|
|
|
|
30
30
|
config.password = 'YOUR PASSWORD'
|
|
31
31
|
end
|
|
32
32
|
|
|
33
|
-
api_instance = PulpDebClient::
|
|
33
|
+
api_instance = PulpDebClient::ContentPackageIndicesApi.new
|
|
34
34
|
data = PulpDebClient::DebPackageIndex.new # DebPackageIndex |
|
|
35
35
|
|
|
36
36
|
begin
|
|
@@ -38,7 +38,7 @@ begin
|
|
|
38
38
|
result = api_instance.create(data)
|
|
39
39
|
p result
|
|
40
40
|
rescue PulpDebClient::ApiError => e
|
|
41
|
-
puts "Exception when calling
|
|
41
|
+
puts "Exception when calling ContentPackageIndicesApi->create: #{e}"
|
|
42
42
|
end
|
|
43
43
|
```
|
|
44
44
|
|
|
@@ -83,7 +83,7 @@ PulpDebClient.configure do |config|
|
|
|
83
83
|
config.password = 'YOUR PASSWORD'
|
|
84
84
|
end
|
|
85
85
|
|
|
86
|
-
api_instance = PulpDebClient::
|
|
86
|
+
api_instance = PulpDebClient::ContentPackageIndicesApi.new
|
|
87
87
|
opts = {
|
|
88
88
|
component: 'component_example', # String | Filter results where component matches value
|
|
89
89
|
architecture: 'architecture_example', # String | Filter results where architecture matches value
|
|
@@ -103,7 +103,7 @@ begin
|
|
|
103
103
|
result = api_instance.list(opts)
|
|
104
104
|
p result
|
|
105
105
|
rescue PulpDebClient::ApiError => e
|
|
106
|
-
puts "Exception when calling
|
|
106
|
+
puts "Exception when calling ContentPackageIndicesApi->list: #{e}"
|
|
107
107
|
end
|
|
108
108
|
```
|
|
109
109
|
|
|
@@ -158,8 +158,8 @@ PulpDebClient.configure do |config|
|
|
|
158
158
|
config.password = 'YOUR PASSWORD'
|
|
159
159
|
end
|
|
160
160
|
|
|
161
|
-
api_instance = PulpDebClient::
|
|
162
|
-
package_index_href = 'package_index_href_example' # String | URI of Package Index. e.g.: /pulp/api/v3/content/deb/
|
|
161
|
+
api_instance = PulpDebClient::ContentPackageIndicesApi.new
|
|
162
|
+
package_index_href = 'package_index_href_example' # String | URI of Package Index. e.g.: /pulp/api/v3/content/deb/package_indices/1/
|
|
163
163
|
opts = {
|
|
164
164
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
165
165
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
@@ -170,7 +170,7 @@ begin
|
|
|
170
170
|
result = api_instance.read(package_index_href, opts)
|
|
171
171
|
p result
|
|
172
172
|
rescue PulpDebClient::ApiError => e
|
|
173
|
-
puts "Exception when calling
|
|
173
|
+
puts "Exception when calling ContentPackageIndicesApi->read: #{e}"
|
|
174
174
|
end
|
|
175
175
|
```
|
|
176
176
|
|
|
@@ -179,7 +179,7 @@ end
|
|
|
179
179
|
|
|
180
180
|
Name | Type | Description | Notes
|
|
181
181
|
------------- | ------------- | ------------- | -------------
|
|
182
|
-
**package_index_href** | **String**| URI of Package Index. e.g.: /pulp/api/v3/content/deb/
|
|
182
|
+
**package_index_href** | **String**| URI of Package Index. e.g.: /pulp/api/v3/content/deb/package_indices/1/ |
|
|
183
183
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
|
184
184
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
|
185
185
|
|
|
@@ -0,0 +1,194 @@
|
|
|
1
|
+
# PulpDebClient::ContentPackageReleaseComponentsApi
|
|
2
|
+
|
|
3
|
+
All URIs are relative to *http://localhost:24817*
|
|
4
|
+
|
|
5
|
+
Method | HTTP request | Description
|
|
6
|
+
------------- | ------------- | -------------
|
|
7
|
+
[**create**](ContentPackageReleaseComponentsApi.md#create) | **POST** /pulp/api/v3/content/deb/package_release_components/ | Create a package release component
|
|
8
|
+
[**list**](ContentPackageReleaseComponentsApi.md#list) | **GET** /pulp/api/v3/content/deb/package_release_components/ | List package release components
|
|
9
|
+
[**read**](ContentPackageReleaseComponentsApi.md#read) | **GET** {package_release_component_href} | Inspect a package release component
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
## create
|
|
14
|
+
|
|
15
|
+
> DebPackageReleaseComponent create(data)
|
|
16
|
+
|
|
17
|
+
Create a package release component
|
|
18
|
+
|
|
19
|
+
A ViewSet for PackageReleaseComponent.
|
|
20
|
+
|
|
21
|
+
### Example
|
|
22
|
+
|
|
23
|
+
```ruby
|
|
24
|
+
# load the gem
|
|
25
|
+
require 'pulp_deb_client'
|
|
26
|
+
# setup authorization
|
|
27
|
+
PulpDebClient.configure do |config|
|
|
28
|
+
# Configure HTTP basic authorization: Basic
|
|
29
|
+
config.username = 'YOUR USERNAME'
|
|
30
|
+
config.password = 'YOUR PASSWORD'
|
|
31
|
+
end
|
|
32
|
+
|
|
33
|
+
api_instance = PulpDebClient::ContentPackageReleaseComponentsApi.new
|
|
34
|
+
data = PulpDebClient::DebPackageReleaseComponent.new # DebPackageReleaseComponent |
|
|
35
|
+
|
|
36
|
+
begin
|
|
37
|
+
#Create a package release component
|
|
38
|
+
result = api_instance.create(data)
|
|
39
|
+
p result
|
|
40
|
+
rescue PulpDebClient::ApiError => e
|
|
41
|
+
puts "Exception when calling ContentPackageReleaseComponentsApi->create: #{e}"
|
|
42
|
+
end
|
|
43
|
+
```
|
|
44
|
+
|
|
45
|
+
### Parameters
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
Name | Type | Description | Notes
|
|
49
|
+
------------- | ------------- | ------------- | -------------
|
|
50
|
+
**data** | [**DebPackageReleaseComponent**](DebPackageReleaseComponent.md)| |
|
|
51
|
+
|
|
52
|
+
### Return type
|
|
53
|
+
|
|
54
|
+
[**DebPackageReleaseComponent**](DebPackageReleaseComponent.md)
|
|
55
|
+
|
|
56
|
+
### Authorization
|
|
57
|
+
|
|
58
|
+
[Basic](../README.md#Basic)
|
|
59
|
+
|
|
60
|
+
### HTTP request headers
|
|
61
|
+
|
|
62
|
+
- **Content-Type**: application/json
|
|
63
|
+
- **Accept**: application/json
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
## list
|
|
67
|
+
|
|
68
|
+
> InlineResponse2004 list(opts)
|
|
69
|
+
|
|
70
|
+
List package release components
|
|
71
|
+
|
|
72
|
+
A ViewSet for PackageReleaseComponent.
|
|
73
|
+
|
|
74
|
+
### Example
|
|
75
|
+
|
|
76
|
+
```ruby
|
|
77
|
+
# load the gem
|
|
78
|
+
require 'pulp_deb_client'
|
|
79
|
+
# setup authorization
|
|
80
|
+
PulpDebClient.configure do |config|
|
|
81
|
+
# Configure HTTP basic authorization: Basic
|
|
82
|
+
config.username = 'YOUR USERNAME'
|
|
83
|
+
config.password = 'YOUR PASSWORD'
|
|
84
|
+
end
|
|
85
|
+
|
|
86
|
+
api_instance = PulpDebClient::ContentPackageReleaseComponentsApi.new
|
|
87
|
+
opts = {
|
|
88
|
+
package: 'package_example', # String | Filter results where package matches value
|
|
89
|
+
release_component: 'release_component_example', # String | Filter results where release_component matches value
|
|
90
|
+
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
|
91
|
+
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
|
92
|
+
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
|
93
|
+
limit: 56, # Integer | Number of results to return per page.
|
|
94
|
+
offset: 56, # Integer | The initial index from which to return the results.
|
|
95
|
+
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
96
|
+
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
begin
|
|
100
|
+
#List package release components
|
|
101
|
+
result = api_instance.list(opts)
|
|
102
|
+
p result
|
|
103
|
+
rescue PulpDebClient::ApiError => e
|
|
104
|
+
puts "Exception when calling ContentPackageReleaseComponentsApi->list: #{e}"
|
|
105
|
+
end
|
|
106
|
+
```
|
|
107
|
+
|
|
108
|
+
### Parameters
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
Name | Type | Description | Notes
|
|
112
|
+
------------- | ------------- | ------------- | -------------
|
|
113
|
+
**package** | **String**| Filter results where package matches value | [optional]
|
|
114
|
+
**release_component** | **String**| Filter results where release_component matches value | [optional]
|
|
115
|
+
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
|
116
|
+
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
|
117
|
+
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
|
118
|
+
**limit** | **Integer**| Number of results to return per page. | [optional]
|
|
119
|
+
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
120
|
+
**fields** | **String**| A list of fields to include in the response. | [optional]
|
|
121
|
+
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
|
122
|
+
|
|
123
|
+
### Return type
|
|
124
|
+
|
|
125
|
+
[**InlineResponse2004**](InlineResponse2004.md)
|
|
126
|
+
|
|
127
|
+
### Authorization
|
|
128
|
+
|
|
129
|
+
[Basic](../README.md#Basic)
|
|
130
|
+
|
|
131
|
+
### HTTP request headers
|
|
132
|
+
|
|
133
|
+
- **Content-Type**: Not defined
|
|
134
|
+
- **Accept**: application/json
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
## read
|
|
138
|
+
|
|
139
|
+
> DebPackageReleaseComponent read(package_release_component_href, opts)
|
|
140
|
+
|
|
141
|
+
Inspect a package release component
|
|
142
|
+
|
|
143
|
+
A ViewSet for PackageReleaseComponent.
|
|
144
|
+
|
|
145
|
+
### Example
|
|
146
|
+
|
|
147
|
+
```ruby
|
|
148
|
+
# load the gem
|
|
149
|
+
require 'pulp_deb_client'
|
|
150
|
+
# setup authorization
|
|
151
|
+
PulpDebClient.configure do |config|
|
|
152
|
+
# Configure HTTP basic authorization: Basic
|
|
153
|
+
config.username = 'YOUR USERNAME'
|
|
154
|
+
config.password = 'YOUR PASSWORD'
|
|
155
|
+
end
|
|
156
|
+
|
|
157
|
+
api_instance = PulpDebClient::ContentPackageReleaseComponentsApi.new
|
|
158
|
+
package_release_component_href = 'package_release_component_href_example' # String | URI of Package Release Component. e.g.: /pulp/api/v3/content/deb/package_release_components/1/
|
|
159
|
+
opts = {
|
|
160
|
+
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
161
|
+
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
begin
|
|
165
|
+
#Inspect a package release component
|
|
166
|
+
result = api_instance.read(package_release_component_href, opts)
|
|
167
|
+
p result
|
|
168
|
+
rescue PulpDebClient::ApiError => e
|
|
169
|
+
puts "Exception when calling ContentPackageReleaseComponentsApi->read: #{e}"
|
|
170
|
+
end
|
|
171
|
+
```
|
|
172
|
+
|
|
173
|
+
### Parameters
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
Name | Type | Description | Notes
|
|
177
|
+
------------- | ------------- | ------------- | -------------
|
|
178
|
+
**package_release_component_href** | **String**| URI of Package Release Component. e.g.: /pulp/api/v3/content/deb/package_release_components/1/ |
|
|
179
|
+
**fields** | **String**| A list of fields to include in the response. | [optional]
|
|
180
|
+
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
|
181
|
+
|
|
182
|
+
### Return type
|
|
183
|
+
|
|
184
|
+
[**DebPackageReleaseComponent**](DebPackageReleaseComponent.md)
|
|
185
|
+
|
|
186
|
+
### Authorization
|
|
187
|
+
|
|
188
|
+
[Basic](../README.md#Basic)
|
|
189
|
+
|
|
190
|
+
### HTTP request headers
|
|
191
|
+
|
|
192
|
+
- **Content-Type**: Not defined
|
|
193
|
+
- **Accept**: application/json
|
|
194
|
+
|
|
@@ -0,0 +1,194 @@
|
|
|
1
|
+
# PulpDebClient::ContentReleaseArchitecturesApi
|
|
2
|
+
|
|
3
|
+
All URIs are relative to *http://localhost:24817*
|
|
4
|
+
|
|
5
|
+
Method | HTTP request | Description
|
|
6
|
+
------------- | ------------- | -------------
|
|
7
|
+
[**create**](ContentReleaseArchitecturesApi.md#create) | **POST** /pulp/api/v3/content/deb/release_architectures/ | Create a release architecture
|
|
8
|
+
[**list**](ContentReleaseArchitecturesApi.md#list) | **GET** /pulp/api/v3/content/deb/release_architectures/ | List release architectures
|
|
9
|
+
[**read**](ContentReleaseArchitecturesApi.md#read) | **GET** {release_architecture_href} | Inspect a release architecture
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
## create
|
|
14
|
+
|
|
15
|
+
> DebReleaseArchitecture create(data)
|
|
16
|
+
|
|
17
|
+
Create a release architecture
|
|
18
|
+
|
|
19
|
+
A ViewSet for ReleaseArchitecture.
|
|
20
|
+
|
|
21
|
+
### Example
|
|
22
|
+
|
|
23
|
+
```ruby
|
|
24
|
+
# load the gem
|
|
25
|
+
require 'pulp_deb_client'
|
|
26
|
+
# setup authorization
|
|
27
|
+
PulpDebClient.configure do |config|
|
|
28
|
+
# Configure HTTP basic authorization: Basic
|
|
29
|
+
config.username = 'YOUR USERNAME'
|
|
30
|
+
config.password = 'YOUR PASSWORD'
|
|
31
|
+
end
|
|
32
|
+
|
|
33
|
+
api_instance = PulpDebClient::ContentReleaseArchitecturesApi.new
|
|
34
|
+
data = PulpDebClient::DebReleaseArchitecture.new # DebReleaseArchitecture |
|
|
35
|
+
|
|
36
|
+
begin
|
|
37
|
+
#Create a release architecture
|
|
38
|
+
result = api_instance.create(data)
|
|
39
|
+
p result
|
|
40
|
+
rescue PulpDebClient::ApiError => e
|
|
41
|
+
puts "Exception when calling ContentReleaseArchitecturesApi->create: #{e}"
|
|
42
|
+
end
|
|
43
|
+
```
|
|
44
|
+
|
|
45
|
+
### Parameters
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
Name | Type | Description | Notes
|
|
49
|
+
------------- | ------------- | ------------- | -------------
|
|
50
|
+
**data** | [**DebReleaseArchitecture**](DebReleaseArchitecture.md)| |
|
|
51
|
+
|
|
52
|
+
### Return type
|
|
53
|
+
|
|
54
|
+
[**DebReleaseArchitecture**](DebReleaseArchitecture.md)
|
|
55
|
+
|
|
56
|
+
### Authorization
|
|
57
|
+
|
|
58
|
+
[Basic](../README.md#Basic)
|
|
59
|
+
|
|
60
|
+
### HTTP request headers
|
|
61
|
+
|
|
62
|
+
- **Content-Type**: application/json
|
|
63
|
+
- **Accept**: application/json
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
## list
|
|
67
|
+
|
|
68
|
+
> InlineResponse2005 list(opts)
|
|
69
|
+
|
|
70
|
+
List release architectures
|
|
71
|
+
|
|
72
|
+
A ViewSet for ReleaseArchitecture.
|
|
73
|
+
|
|
74
|
+
### Example
|
|
75
|
+
|
|
76
|
+
```ruby
|
|
77
|
+
# load the gem
|
|
78
|
+
require 'pulp_deb_client'
|
|
79
|
+
# setup authorization
|
|
80
|
+
PulpDebClient.configure do |config|
|
|
81
|
+
# Configure HTTP basic authorization: Basic
|
|
82
|
+
config.username = 'YOUR USERNAME'
|
|
83
|
+
config.password = 'YOUR PASSWORD'
|
|
84
|
+
end
|
|
85
|
+
|
|
86
|
+
api_instance = PulpDebClient::ContentReleaseArchitecturesApi.new
|
|
87
|
+
opts = {
|
|
88
|
+
architecture: 'architecture_example', # String | Filter results where architecture matches value
|
|
89
|
+
release: 'release_example', # String | Filter results where release matches value
|
|
90
|
+
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
|
91
|
+
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
|
92
|
+
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
|
93
|
+
limit: 56, # Integer | Number of results to return per page.
|
|
94
|
+
offset: 56, # Integer | The initial index from which to return the results.
|
|
95
|
+
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
96
|
+
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
begin
|
|
100
|
+
#List release architectures
|
|
101
|
+
result = api_instance.list(opts)
|
|
102
|
+
p result
|
|
103
|
+
rescue PulpDebClient::ApiError => e
|
|
104
|
+
puts "Exception when calling ContentReleaseArchitecturesApi->list: #{e}"
|
|
105
|
+
end
|
|
106
|
+
```
|
|
107
|
+
|
|
108
|
+
### Parameters
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
Name | Type | Description | Notes
|
|
112
|
+
------------- | ------------- | ------------- | -------------
|
|
113
|
+
**architecture** | **String**| Filter results where architecture matches value | [optional]
|
|
114
|
+
**release** | **String**| Filter results where release matches value | [optional]
|
|
115
|
+
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
|
116
|
+
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
|
117
|
+
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
|
118
|
+
**limit** | **Integer**| Number of results to return per page. | [optional]
|
|
119
|
+
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
120
|
+
**fields** | **String**| A list of fields to include in the response. | [optional]
|
|
121
|
+
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
|
122
|
+
|
|
123
|
+
### Return type
|
|
124
|
+
|
|
125
|
+
[**InlineResponse2005**](InlineResponse2005.md)
|
|
126
|
+
|
|
127
|
+
### Authorization
|
|
128
|
+
|
|
129
|
+
[Basic](../README.md#Basic)
|
|
130
|
+
|
|
131
|
+
### HTTP request headers
|
|
132
|
+
|
|
133
|
+
- **Content-Type**: Not defined
|
|
134
|
+
- **Accept**: application/json
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
## read
|
|
138
|
+
|
|
139
|
+
> DebReleaseArchitecture read(release_architecture_href, opts)
|
|
140
|
+
|
|
141
|
+
Inspect a release architecture
|
|
142
|
+
|
|
143
|
+
A ViewSet for ReleaseArchitecture.
|
|
144
|
+
|
|
145
|
+
### Example
|
|
146
|
+
|
|
147
|
+
```ruby
|
|
148
|
+
# load the gem
|
|
149
|
+
require 'pulp_deb_client'
|
|
150
|
+
# setup authorization
|
|
151
|
+
PulpDebClient.configure do |config|
|
|
152
|
+
# Configure HTTP basic authorization: Basic
|
|
153
|
+
config.username = 'YOUR USERNAME'
|
|
154
|
+
config.password = 'YOUR PASSWORD'
|
|
155
|
+
end
|
|
156
|
+
|
|
157
|
+
api_instance = PulpDebClient::ContentReleaseArchitecturesApi.new
|
|
158
|
+
release_architecture_href = 'release_architecture_href_example' # String | URI of Release Architecture. e.g.: /pulp/api/v3/content/deb/release_architectures/1/
|
|
159
|
+
opts = {
|
|
160
|
+
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
161
|
+
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
begin
|
|
165
|
+
#Inspect a release architecture
|
|
166
|
+
result = api_instance.read(release_architecture_href, opts)
|
|
167
|
+
p result
|
|
168
|
+
rescue PulpDebClient::ApiError => e
|
|
169
|
+
puts "Exception when calling ContentReleaseArchitecturesApi->read: #{e}"
|
|
170
|
+
end
|
|
171
|
+
```
|
|
172
|
+
|
|
173
|
+
### Parameters
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
Name | Type | Description | Notes
|
|
177
|
+
------------- | ------------- | ------------- | -------------
|
|
178
|
+
**release_architecture_href** | **String**| URI of Release Architecture. e.g.: /pulp/api/v3/content/deb/release_architectures/1/ |
|
|
179
|
+
**fields** | **String**| A list of fields to include in the response. | [optional]
|
|
180
|
+
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
|
181
|
+
|
|
182
|
+
### Return type
|
|
183
|
+
|
|
184
|
+
[**DebReleaseArchitecture**](DebReleaseArchitecture.md)
|
|
185
|
+
|
|
186
|
+
### Authorization
|
|
187
|
+
|
|
188
|
+
[Basic](../README.md#Basic)
|
|
189
|
+
|
|
190
|
+
### HTTP request headers
|
|
191
|
+
|
|
192
|
+
- **Content-Type**: Not defined
|
|
193
|
+
- **Accept**: application/json
|
|
194
|
+
|