pulpcore_client 3.20.0 → 3.21.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +8 -84
- data/docs/ContentApi.md +1 -115
- data/docs/ContentguardsApi.md +1 -280
- data/docs/DistributionsApi.md +3 -281
- data/docs/PublicationsApi.md +0 -113
- data/docs/PulpImport.md +3 -1
- data/docs/RemotesApi.md +0 -280
- data/docs/RepositoriesApi.md +3 -281
- data/docs/UploadsApi.md +228 -0
- data/lib/pulpcore_client/api/content_api.rb +2 -134
- data/lib/pulpcore_client/api/contentguards_api.rb +2 -334
- data/lib/pulpcore_client/api/distributions_api.rb +5 -336
- data/lib/pulpcore_client/api/publications_api.rb +0 -128
- data/lib/pulpcore_client/api/remotes_api.rb +0 -334
- data/lib/pulpcore_client/api/repositories_api.rb +5 -336
- data/lib/pulpcore_client/api/repository_versions_api.rb +1 -1
- data/lib/pulpcore_client/api/uploads_api.rb +268 -0
- data/lib/pulpcore_client/api_client.rb +1 -1
- data/lib/pulpcore_client/models/pulp_import.rb +16 -4
- data/lib/pulpcore_client/version.rb +1 -1
- data/lib/pulpcore_client.rb +0 -31
- data/pulpcore_client.gemspec +3 -3
- data/spec/api/content_api_spec.rb +1 -27
- data/spec/api/contentguards_api_spec.rb +1 -65
- data/spec/api/distributions_api_spec.rb +2 -65
- data/spec/api/publications_api_spec.rb +0 -26
- data/spec/api/remotes_api_spec.rb +0 -64
- data/spec/api/repositories_api_spec.rb +2 -65
- data/spec/api/uploads_api_spec.rb +50 -0
- data/spec/models/pulp_import_spec.rb +6 -0
- metadata +136 -261
- data/docs/AcsApi.md +0 -417
- data/docs/AlternateContentSource.md +0 -23
- data/docs/AlternateContentSourceResponse.md +0 -27
- data/docs/ContentGuard.md +0 -19
- data/docs/Distribution.md +0 -25
- data/docs/Export.md +0 -17
- data/docs/ExportResponse.md +0 -25
- data/docs/Exporter.md +0 -17
- data/docs/ExporterResponse.md +0 -21
- data/docs/ExportersApi.md +0 -362
- data/docs/ExportersExportsApi.md +0 -241
- data/docs/Import.md +0 -19
- data/docs/Importer.md +0 -17
- data/docs/ImporterResponse.md +0 -21
- data/docs/ImportersApi.md +0 -361
- data/docs/ImportersImportsApi.md +0 -241
- data/docs/MultipleArtifactContent.md +0 -17
- data/docs/PaginatedAlternateContentSourceResponseList.md +0 -23
- data/docs/PaginatedExportResponseList.md +0 -23
- data/docs/PaginatedExporterResponseList.md +0 -23
- data/docs/PaginatedImporterResponseList.md +0 -23
- data/docs/PatchedAlternateContentSource.md +0 -23
- data/docs/PatchedContentGuard.md +0 -19
- data/docs/PatchedDistribution.md +0 -25
- data/docs/PatchedExporter.md +0 -17
- data/docs/PatchedImporter.md +0 -17
- data/docs/PatchedRemote.md +0 -57
- data/docs/PatchedRepository.md +0 -25
- data/docs/Remote.md +0 -57
- data/docs/RepositoriesVersionsApi.md +0 -271
- data/docs/Repository.md +0 -25
- data/git_push.sh +0 -58
- data/lib/pulpcore_client/api/acs_api.rb +0 -514
- data/lib/pulpcore_client/api/exporters_api.rb +0 -446
- data/lib/pulpcore_client/api/exporters_exports_api.rb +0 -294
- data/lib/pulpcore_client/api/importers_api.rb +0 -444
- data/lib/pulpcore_client/api/importers_imports_api.rb +0 -294
- data/lib/pulpcore_client/api/repositories_versions_api.rb +0 -343
- data/lib/pulpcore_client/models/alternate_content_source.rb +0 -270
- data/lib/pulpcore_client/models/alternate_content_source_response.rb +0 -270
- data/lib/pulpcore_client/models/content_guard.rb +0 -258
- data/lib/pulpcore_client/models/distribution.rb +0 -297
- data/lib/pulpcore_client/models/export.rb +0 -209
- data/lib/pulpcore_client/models/export_response.rb +0 -250
- data/lib/pulpcore_client/models/exporter.rb +0 -232
- data/lib/pulpcore_client/models/exporter_response.rb +0 -232
- data/lib/pulpcore_client/models/import.rb +0 -228
- data/lib/pulpcore_client/models/importer.rb +0 -232
- data/lib/pulpcore_client/models/importer_response.rb +0 -232
- data/lib/pulpcore_client/models/multiple_artifact_content.rb +0 -213
- data/lib/pulpcore_client/models/paginated_alternate_content_source_response_list.rb +0 -237
- data/lib/pulpcore_client/models/paginated_export_response_list.rb +0 -237
- data/lib/pulpcore_client/models/paginated_exporter_response_list.rb +0 -237
- data/lib/pulpcore_client/models/paginated_importer_response_list.rb +0 -237
- data/lib/pulpcore_client/models/patched_alternate_content_source.rb +0 -256
- data/lib/pulpcore_client/models/patched_content_guard.rb +0 -249
- data/lib/pulpcore_client/models/patched_distribution.rb +0 -279
- data/lib/pulpcore_client/models/patched_exporter.rb +0 -223
- data/lib/pulpcore_client/models/patched_importer.rb +0 -223
- data/lib/pulpcore_client/models/patched_remote.rb +0 -649
- data/lib/pulpcore_client/models/patched_repository.rb +0 -295
- data/lib/pulpcore_client/models/remote.rb +0 -667
- data/lib/pulpcore_client/models/repository.rb +0 -304
- data/spec/api/acs_api_spec.rb +0 -132
- data/spec/api/exporters_api_spec.rb +0 -120
- data/spec/api/exporters_exports_api_spec.rb +0 -90
- data/spec/api/importers_api_spec.rb +0 -120
- data/spec/api/importers_imports_api_spec.rb +0 -90
- data/spec/api/repositories_versions_api_spec.rb +0 -104
- data/spec/models/alternate_content_source_response_spec.rb +0 -71
- data/spec/models/alternate_content_source_spec.rb +0 -59
- data/spec/models/content_guard_spec.rb +0 -47
- data/spec/models/distribution_spec.rb +0 -65
- data/spec/models/export_response_spec.rb +0 -65
- data/spec/models/export_spec.rb +0 -41
- data/spec/models/exporter_response_spec.rb +0 -53
- data/spec/models/exporter_spec.rb +0 -41
- data/spec/models/import_spec.rb +0 -47
- data/spec/models/importer_response_spec.rb +0 -53
- data/spec/models/importer_spec.rb +0 -41
- data/spec/models/multiple_artifact_content_spec.rb +0 -41
- data/spec/models/paginated_alternate_content_source_response_list_spec.rb +0 -59
- data/spec/models/paginated_export_response_list_spec.rb +0 -59
- data/spec/models/paginated_exporter_response_list_spec.rb +0 -59
- data/spec/models/paginated_importer_response_list_spec.rb +0 -59
- data/spec/models/patched_alternate_content_source_spec.rb +0 -59
- data/spec/models/patched_content_guard_spec.rb +0 -47
- data/spec/models/patched_distribution_spec.rb +0 -65
- data/spec/models/patched_exporter_spec.rb +0 -41
- data/spec/models/patched_importer_spec.rb +0 -41
- data/spec/models/patched_remote_spec.rb +0 -161
- data/spec/models/patched_repository_spec.rb +0 -65
- data/spec/models/remote_spec.rb +0 -161
- data/spec/models/repository_spec.rb +0 -65
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fb8794529b90fd4378892cde487a5ae64f1fa7f32da6db5fbbc2bf244f8f4237
|
4
|
+
data.tar.gz: f2fbcab60c339d582e31a3b9958b3e0e663fc8e10f2f7ac3d5ad29fc205bf061
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 34dd4d20b1320905e0a84adde5cbc647df80eda212d5477f030f43c1b423fb1b74f0f1d106ccdffab7a489da60d5c13f7b4d8574443d3ff7e6990437a3f3f2e3
|
7
|
+
data.tar.gz: 7b1ffaf6619b23f078b09a86578669d8f60224b435e98a447241e95e0354c2cb887eb1ea53f0a13c170f8a87d6e16594fb0f898abc22878ef1afe73ea86a96ce
|
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.21.0
|
11
11
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
12
12
|
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
|
13
13
|
|
@@ -24,16 +24,16 @@ gem build pulpcore_client.gemspec
|
|
24
24
|
Then either install the gem locally:
|
25
25
|
|
26
26
|
```shell
|
27
|
-
gem install ./pulpcore_client-3.
|
27
|
+
gem install ./pulpcore_client-3.21.0.gem
|
28
28
|
```
|
29
29
|
|
30
|
-
(for development, run `gem install --dev ./pulpcore_client-3.
|
30
|
+
(for development, run `gem install --dev ./pulpcore_client-3.21.0.gem` to install the development dependencies)
|
31
31
|
|
32
32
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
33
33
|
|
34
34
|
Finally add this to the Gemfile:
|
35
35
|
|
36
|
-
gem 'pulpcore_client', '~> 3.
|
36
|
+
gem 'pulpcore_client', '~> 3.21.0'
|
37
37
|
|
38
38
|
### Install from Git
|
39
39
|
|
@@ -100,26 +100,12 @@ Class | Method | HTTP request | Description
|
|
100
100
|
*PulpcoreClient::AccessPoliciesApi* | [**read**](docs/AccessPoliciesApi.md#read) | **GET** {access_policy_href} | Inspect an access policy
|
101
101
|
*PulpcoreClient::AccessPoliciesApi* | [**reset**](docs/AccessPoliciesApi.md#reset) | **POST** {access_policy_href}reset/ |
|
102
102
|
*PulpcoreClient::AccessPoliciesApi* | [**update**](docs/AccessPoliciesApi.md#update) | **PUT** {access_policy_href} | Update an access policy
|
103
|
-
*PulpcoreClient::AcsApi* | [**create**](docs/AcsApi.md#create) | **POST** /pulp/api/v3/acs/ | Create an alternate content source
|
104
|
-
*PulpcoreClient::AcsApi* | [**delete**](docs/AcsApi.md#delete) | **DELETE** {alternate_content_source_href} | Delete an alternate content source
|
105
|
-
*PulpcoreClient::AcsApi* | [**list**](docs/AcsApi.md#list) | **GET** /pulp/api/v3/acs/ | List acs
|
106
|
-
*PulpcoreClient::AcsApi* | [**partial_update**](docs/AcsApi.md#partial_update) | **PATCH** {alternate_content_source_href} | Update an alternate content source
|
107
|
-
*PulpcoreClient::AcsApi* | [**read**](docs/AcsApi.md#read) | **GET** {alternate_content_source_href} | Inspect an alternate content source
|
108
|
-
*PulpcoreClient::AcsApi* | [**refresh**](docs/AcsApi.md#refresh) | **POST** {alternate_content_source_href}refresh/ |
|
109
|
-
*PulpcoreClient::AcsApi* | [**update**](docs/AcsApi.md#update) | **PUT** {alternate_content_source_href} | Update an alternate content source
|
110
103
|
*PulpcoreClient::ArtifactsApi* | [**create**](docs/ArtifactsApi.md#create) | **POST** /pulp/api/v3/artifacts/ | Create an artifact
|
111
104
|
*PulpcoreClient::ArtifactsApi* | [**delete**](docs/ArtifactsApi.md#delete) | **DELETE** {artifact_href} | Delete an artifact
|
112
105
|
*PulpcoreClient::ArtifactsApi* | [**list**](docs/ArtifactsApi.md#list) | **GET** /pulp/api/v3/artifacts/ | List artifacts
|
113
106
|
*PulpcoreClient::ArtifactsApi* | [**read**](docs/ArtifactsApi.md#read) | **GET** {artifact_href} | Inspect an artifact
|
114
|
-
*PulpcoreClient::ContentApi* | [**create**](docs/ContentApi.md#create) | **POST** /pulp/api/v3/content/ | Create a content
|
115
107
|
*PulpcoreClient::ContentApi* | [**list**](docs/ContentApi.md#list) | **GET** /pulp/api/v3/content/ | List content
|
116
|
-
*PulpcoreClient::ContentApi* | [**read**](docs/ContentApi.md#read) | **GET** {content_href} | Inspect a content
|
117
|
-
*PulpcoreClient::ContentguardsApi* | [**create**](docs/ContentguardsApi.md#create) | **POST** /pulp/api/v3/contentguards/ | Create a content guard
|
118
|
-
*PulpcoreClient::ContentguardsApi* | [**delete**](docs/ContentguardsApi.md#delete) | **DELETE** {content_guard_href} | Delete a content guard
|
119
108
|
*PulpcoreClient::ContentguardsApi* | [**list**](docs/ContentguardsApi.md#list) | **GET** /pulp/api/v3/contentguards/ | List content guards
|
120
|
-
*PulpcoreClient::ContentguardsApi* | [**partial_update**](docs/ContentguardsApi.md#partial_update) | **PATCH** {content_guard_href} | Update a content guard
|
121
|
-
*PulpcoreClient::ContentguardsApi* | [**read**](docs/ContentguardsApi.md#read) | **GET** {content_guard_href} | Inspect a content guard
|
122
|
-
*PulpcoreClient::ContentguardsApi* | [**update**](docs/ContentguardsApi.md#update) | **PUT** {content_guard_href} | Update a content guard
|
123
109
|
*PulpcoreClient::ContentguardsContentRedirectApi* | [**add_role**](docs/ContentguardsContentRedirectApi.md#add_role) | **POST** {content_redirect_content_guard_href}add_role/ |
|
124
110
|
*PulpcoreClient::ContentguardsContentRedirectApi* | [**create**](docs/ContentguardsContentRedirectApi.md#create) | **POST** /pulp/api/v3/contentguards/core/content_redirect/ | Create a content redirect content guard
|
125
111
|
*PulpcoreClient::ContentguardsContentRedirectApi* | [**delete**](docs/ContentguardsContentRedirectApi.md#delete) | **DELETE** {content_redirect_content_guard_href} | Delete a content redirect content guard
|
@@ -140,22 +126,7 @@ Class | Method | HTTP request | Description
|
|
140
126
|
*PulpcoreClient::ContentguardsRbacApi* | [**read**](docs/ContentguardsRbacApi.md#read) | **GET** {r_b_a_c_content_guard_href} | Inspect a rbac content guard
|
141
127
|
*PulpcoreClient::ContentguardsRbacApi* | [**remove_role**](docs/ContentguardsRbacApi.md#remove_role) | **POST** {r_b_a_c_content_guard_href}remove_role/ |
|
142
128
|
*PulpcoreClient::ContentguardsRbacApi* | [**update**](docs/ContentguardsRbacApi.md#update) | **PUT** {r_b_a_c_content_guard_href} | Update a rbac content guard
|
143
|
-
*PulpcoreClient::DistributionsApi* | [**create**](docs/DistributionsApi.md#create) | **POST** /pulp/api/v3/distributions/ | Create a distribution
|
144
|
-
*PulpcoreClient::DistributionsApi* | [**delete**](docs/DistributionsApi.md#delete) | **DELETE** {distribution_href} | Delete a distribution
|
145
129
|
*PulpcoreClient::DistributionsApi* | [**list**](docs/DistributionsApi.md#list) | **GET** /pulp/api/v3/distributions/ | List distributions
|
146
|
-
*PulpcoreClient::DistributionsApi* | [**partial_update**](docs/DistributionsApi.md#partial_update) | **PATCH** {distribution_href} | Update a distribution
|
147
|
-
*PulpcoreClient::DistributionsApi* | [**read**](docs/DistributionsApi.md#read) | **GET** {distribution_href} | Inspect a distribution
|
148
|
-
*PulpcoreClient::DistributionsApi* | [**update**](docs/DistributionsApi.md#update) | **PUT** {distribution_href} | Update a distribution
|
149
|
-
*PulpcoreClient::ExportersApi* | [**create**](docs/ExportersApi.md#create) | **POST** /pulp/api/v3/exporters/ | Create an exporter
|
150
|
-
*PulpcoreClient::ExportersApi* | [**delete**](docs/ExportersApi.md#delete) | **DELETE** {exporter_href} | Delete an exporter
|
151
|
-
*PulpcoreClient::ExportersApi* | [**list**](docs/ExportersApi.md#list) | **GET** /pulp/api/v3/exporters/ | List exporters
|
152
|
-
*PulpcoreClient::ExportersApi* | [**partial_update**](docs/ExportersApi.md#partial_update) | **PATCH** {exporter_href} | Update an exporter
|
153
|
-
*PulpcoreClient::ExportersApi* | [**read**](docs/ExportersApi.md#read) | **GET** {exporter_href} | Inspect an exporter
|
154
|
-
*PulpcoreClient::ExportersApi* | [**update**](docs/ExportersApi.md#update) | **PUT** {exporter_href} | Update an exporter
|
155
|
-
*PulpcoreClient::ExportersExportsApi* | [**create**](docs/ExportersExportsApi.md#create) | **POST** {exporter_href}exports/ | Create an export
|
156
|
-
*PulpcoreClient::ExportersExportsApi* | [**delete**](docs/ExportersExportsApi.md#delete) | **DELETE** {exporters_export_href} | Delete an export
|
157
|
-
*PulpcoreClient::ExportersExportsApi* | [**list**](docs/ExportersExportsApi.md#list) | **GET** {exporter_href}exports/ | List exports
|
158
|
-
*PulpcoreClient::ExportersExportsApi* | [**read**](docs/ExportersExportsApi.md#read) | **GET** {exporters_export_href} | Inspect an export
|
159
130
|
*PulpcoreClient::ExportersFilesystemApi* | [**create**](docs/ExportersFilesystemApi.md#create) | **POST** /pulp/api/v3/exporters/core/filesystem/ | Create a filesystem exporter
|
160
131
|
*PulpcoreClient::ExportersFilesystemApi* | [**delete**](docs/ExportersFilesystemApi.md#delete) | **DELETE** {filesystem_exporter_href} | Delete a filesystem exporter
|
161
132
|
*PulpcoreClient::ExportersFilesystemApi* | [**list**](docs/ExportersFilesystemApi.md#list) | **GET** /pulp/api/v3/exporters/core/filesystem/ | List filesystem exporters
|
@@ -193,16 +164,6 @@ Class | Method | HTTP request | Description
|
|
193
164
|
*PulpcoreClient::GroupsUsersApi* | [**create**](docs/GroupsUsersApi.md#create) | **POST** {group_href}users/ | Create an user
|
194
165
|
*PulpcoreClient::GroupsUsersApi* | [**delete**](docs/GroupsUsersApi.md#delete) | **DELETE** {groups_user_href} | Delete an user
|
195
166
|
*PulpcoreClient::GroupsUsersApi* | [**list**](docs/GroupsUsersApi.md#list) | **GET** {group_href}users/ | List users
|
196
|
-
*PulpcoreClient::ImportersApi* | [**create**](docs/ImportersApi.md#create) | **POST** /pulp/api/v3/importers/ | Create an importer
|
197
|
-
*PulpcoreClient::ImportersApi* | [**delete**](docs/ImportersApi.md#delete) | **DELETE** {importer_href} | Delete an importer
|
198
|
-
*PulpcoreClient::ImportersApi* | [**list**](docs/ImportersApi.md#list) | **GET** /pulp/api/v3/importers/ | List importers
|
199
|
-
*PulpcoreClient::ImportersApi* | [**partial_update**](docs/ImportersApi.md#partial_update) | **PATCH** {importer_href} | Update an importer
|
200
|
-
*PulpcoreClient::ImportersApi* | [**read**](docs/ImportersApi.md#read) | **GET** {importer_href} | Inspect an importer
|
201
|
-
*PulpcoreClient::ImportersApi* | [**update**](docs/ImportersApi.md#update) | **PUT** {importer_href} | Update an importer
|
202
|
-
*PulpcoreClient::ImportersImportsApi* | [**create**](docs/ImportersImportsApi.md#create) | **POST** {importer_href}imports/ | Create an import
|
203
|
-
*PulpcoreClient::ImportersImportsApi* | [**delete**](docs/ImportersImportsApi.md#delete) | **DELETE** {importers_import_href} | Delete an import
|
204
|
-
*PulpcoreClient::ImportersImportsApi* | [**list**](docs/ImportersImportsApi.md#list) | **GET** {importer_href}imports/ | List imports
|
205
|
-
*PulpcoreClient::ImportersImportsApi* | [**read**](docs/ImportersImportsApi.md#read) | **GET** {importers_import_href} | Inspect an import
|
206
167
|
*PulpcoreClient::ImportersPulpApi* | [**create**](docs/ImportersPulpApi.md#create) | **POST** /pulp/api/v3/importers/core/pulp/ | Create a pulp importer
|
207
168
|
*PulpcoreClient::ImportersPulpApi* | [**delete**](docs/ImportersPulpApi.md#delete) | **DELETE** {pulp_importer_href} | Delete a pulp importer
|
208
169
|
*PulpcoreClient::ImportersPulpApi* | [**list**](docs/ImportersPulpApi.md#list) | **GET** /pulp/api/v3/importers/core/pulp/ | List pulp importers
|
@@ -216,27 +177,11 @@ Class | Method | HTTP request | Description
|
|
216
177
|
*PulpcoreClient::ImportersPulpImportsApi* | [**read**](docs/ImportersPulpImportsApi.md#read) | **GET** {pulp_pulp_import_href} | Inspect a pulp import
|
217
178
|
*PulpcoreClient::OrphansApi* | [**delete**](docs/OrphansApi.md#delete) | **DELETE** /pulp/api/v3/orphans/ | Delete orphans
|
218
179
|
*PulpcoreClient::OrphansCleanupApi* | [**cleanup**](docs/OrphansCleanupApi.md#cleanup) | **POST** /pulp/api/v3/orphans/cleanup/ |
|
219
|
-
*PulpcoreClient::PublicationsApi* | [**delete**](docs/PublicationsApi.md#delete) | **DELETE** {publication_href} | Delete a publication
|
220
180
|
*PulpcoreClient::PublicationsApi* | [**list**](docs/PublicationsApi.md#list) | **GET** /pulp/api/v3/publications/ | List publications
|
221
|
-
*PulpcoreClient::PublicationsApi* | [**read**](docs/PublicationsApi.md#read) | **GET** {publication_href} | Inspect a publication
|
222
|
-
*PulpcoreClient::RemotesApi* | [**create**](docs/RemotesApi.md#create) | **POST** /pulp/api/v3/remotes/ | Create a remote
|
223
|
-
*PulpcoreClient::RemotesApi* | [**delete**](docs/RemotesApi.md#delete) | **DELETE** {remote_href} | Delete a remote
|
224
181
|
*PulpcoreClient::RemotesApi* | [**list**](docs/RemotesApi.md#list) | **GET** /pulp/api/v3/remotes/ | List remotes
|
225
|
-
*PulpcoreClient::RemotesApi* | [**partial_update**](docs/RemotesApi.md#partial_update) | **PATCH** {remote_href} | Update a remote
|
226
|
-
*PulpcoreClient::RemotesApi* | [**read**](docs/RemotesApi.md#read) | **GET** {remote_href} | Inspect a remote
|
227
|
-
*PulpcoreClient::RemotesApi* | [**update**](docs/RemotesApi.md#update) | **PUT** {remote_href} | Update a remote
|
228
182
|
*PulpcoreClient::RepairApi* | [**post**](docs/RepairApi.md#post) | **POST** /pulp/api/v3/repair/ | Repair Artifact Storage
|
229
|
-
*PulpcoreClient::RepositoriesApi* | [**create**](docs/RepositoriesApi.md#create) | **POST** /pulp/api/v3/repositories/ | Create a repository
|
230
|
-
*PulpcoreClient::RepositoriesApi* | [**delete**](docs/RepositoriesApi.md#delete) | **DELETE** {repository_href} | Delete a repository
|
231
183
|
*PulpcoreClient::RepositoriesApi* | [**list**](docs/RepositoriesApi.md#list) | **GET** /pulp/api/v3/repositories/ | List repositories
|
232
|
-
*PulpcoreClient::RepositoriesApi* | [**partial_update**](docs/RepositoriesApi.md#partial_update) | **PATCH** {repository_href} | Update a repository
|
233
|
-
*PulpcoreClient::RepositoriesApi* | [**read**](docs/RepositoriesApi.md#read) | **GET** {repository_href} | Inspect a repository
|
234
|
-
*PulpcoreClient::RepositoriesApi* | [**update**](docs/RepositoriesApi.md#update) | **PUT** {repository_href} | Update a repository
|
235
184
|
*PulpcoreClient::RepositoriesReclaimSpaceApi* | [**reclaim**](docs/RepositoriesReclaimSpaceApi.md#reclaim) | **POST** /pulp/api/v3/repositories/reclaim_space/ |
|
236
|
-
*PulpcoreClient::RepositoriesVersionsApi* | [**delete**](docs/RepositoriesVersionsApi.md#delete) | **DELETE** {repositories_repository_version_href} | Delete a repository version
|
237
|
-
*PulpcoreClient::RepositoriesVersionsApi* | [**list**](docs/RepositoriesVersionsApi.md#list) | **GET** {repository_href}versions/ | List repository versions
|
238
|
-
*PulpcoreClient::RepositoriesVersionsApi* | [**read**](docs/RepositoriesVersionsApi.md#read) | **GET** {repositories_repository_version_href} | Inspect a repository version
|
239
|
-
*PulpcoreClient::RepositoriesVersionsApi* | [**repair**](docs/RepositoriesVersionsApi.md#repair) | **POST** {repositories_repository_version_href}repair/ |
|
240
185
|
*PulpcoreClient::RepositoryVersionsApi* | [**list**](docs/RepositoryVersionsApi.md#list) | **GET** /pulp/api/v3/repository_versions/ | List repository versions
|
241
186
|
*PulpcoreClient::RolesApi* | [**create**](docs/RolesApi.md#create) | **POST** /pulp/api/v3/roles/ | Create a role
|
242
187
|
*PulpcoreClient::RolesApi* | [**delete**](docs/RolesApi.md#delete) | **DELETE** {role_href} | Delete a role
|
@@ -264,11 +209,15 @@ Class | Method | HTTP request | Description
|
|
264
209
|
*PulpcoreClient::TasksApi* | [**read**](docs/TasksApi.md#read) | **GET** {task_href} | Inspect a task
|
265
210
|
*PulpcoreClient::TasksApi* | [**remove_role**](docs/TasksApi.md#remove_role) | **POST** {task_href}remove_role/ |
|
266
211
|
*PulpcoreClient::TasksApi* | [**tasks_cancel**](docs/TasksApi.md#tasks_cancel) | **PATCH** {task_href} | Cancel a task
|
212
|
+
*PulpcoreClient::UploadsApi* | [**add_role**](docs/UploadsApi.md#add_role) | **POST** {upload_href}add_role/ |
|
267
213
|
*PulpcoreClient::UploadsApi* | [**commit**](docs/UploadsApi.md#commit) | **POST** {upload_href}commit/ | Finish an Upload
|
268
214
|
*PulpcoreClient::UploadsApi* | [**create**](docs/UploadsApi.md#create) | **POST** /pulp/api/v3/uploads/ | Create an upload
|
269
215
|
*PulpcoreClient::UploadsApi* | [**delete**](docs/UploadsApi.md#delete) | **DELETE** {upload_href} | Delete an upload
|
270
216
|
*PulpcoreClient::UploadsApi* | [**list**](docs/UploadsApi.md#list) | **GET** /pulp/api/v3/uploads/ | List uploads
|
217
|
+
*PulpcoreClient::UploadsApi* | [**list_roles**](docs/UploadsApi.md#list_roles) | **GET** {upload_href}list_roles/ |
|
218
|
+
*PulpcoreClient::UploadsApi* | [**my_permissions**](docs/UploadsApi.md#my_permissions) | **GET** {upload_href}my_permissions/ |
|
271
219
|
*PulpcoreClient::UploadsApi* | [**read**](docs/UploadsApi.md#read) | **GET** {upload_href} | Inspect an upload
|
220
|
+
*PulpcoreClient::UploadsApi* | [**remove_role**](docs/UploadsApi.md#remove_role) | **POST** {upload_href}remove_role/ |
|
272
221
|
*PulpcoreClient::UploadsApi* | [**update**](docs/UploadsApi.md#update) | **PUT** {upload_href} | Upload a file chunk
|
273
222
|
*PulpcoreClient::UsersApi* | [**create**](docs/UsersApi.md#create) | **POST** /pulp/api/v3/users/ | Create an user
|
274
223
|
*PulpcoreClient::UsersApi* | [**delete**](docs/UsersApi.md#delete) | **DELETE** {auth_user_href} | Delete an user
|
@@ -288,25 +237,17 @@ Class | Method | HTTP request | Description
|
|
288
237
|
|
289
238
|
- [PulpcoreClient::AccessPolicy](docs/AccessPolicy.md)
|
290
239
|
- [PulpcoreClient::AccessPolicyResponse](docs/AccessPolicyResponse.md)
|
291
|
-
- [PulpcoreClient::AlternateContentSource](docs/AlternateContentSource.md)
|
292
|
-
- [PulpcoreClient::AlternateContentSourceResponse](docs/AlternateContentSourceResponse.md)
|
293
240
|
- [PulpcoreClient::Artifact](docs/Artifact.md)
|
294
241
|
- [PulpcoreClient::ArtifactResponse](docs/ArtifactResponse.md)
|
295
242
|
- [PulpcoreClient::AsyncOperationResponse](docs/AsyncOperationResponse.md)
|
296
243
|
- [PulpcoreClient::ContentAppStatusResponse](docs/ContentAppStatusResponse.md)
|
297
|
-
- [PulpcoreClient::ContentGuard](docs/ContentGuard.md)
|
298
244
|
- [PulpcoreClient::ContentGuardResponse](docs/ContentGuardResponse.md)
|
299
245
|
- [PulpcoreClient::ContentRedirectContentGuard](docs/ContentRedirectContentGuard.md)
|
300
246
|
- [PulpcoreClient::ContentRedirectContentGuardResponse](docs/ContentRedirectContentGuardResponse.md)
|
301
247
|
- [PulpcoreClient::ContentSummaryResponse](docs/ContentSummaryResponse.md)
|
302
248
|
- [PulpcoreClient::DatabaseConnectionResponse](docs/DatabaseConnectionResponse.md)
|
303
|
-
- [PulpcoreClient::Distribution](docs/Distribution.md)
|
304
249
|
- [PulpcoreClient::DistributionResponse](docs/DistributionResponse.md)
|
305
250
|
- [PulpcoreClient::EvaluationResponse](docs/EvaluationResponse.md)
|
306
|
-
- [PulpcoreClient::Export](docs/Export.md)
|
307
|
-
- [PulpcoreClient::ExportResponse](docs/ExportResponse.md)
|
308
|
-
- [PulpcoreClient::Exporter](docs/Exporter.md)
|
309
|
-
- [PulpcoreClient::ExporterResponse](docs/ExporterResponse.md)
|
310
251
|
- [PulpcoreClient::FilesystemExport](docs/FilesystemExport.md)
|
311
252
|
- [PulpcoreClient::FilesystemExportResponse](docs/FilesystemExportResponse.md)
|
312
253
|
- [PulpcoreClient::FilesystemExporter](docs/FilesystemExporter.md)
|
@@ -318,13 +259,9 @@ Class | Method | HTTP request | Description
|
|
318
259
|
- [PulpcoreClient::GroupRoleResponse](docs/GroupRoleResponse.md)
|
319
260
|
- [PulpcoreClient::GroupUser](docs/GroupUser.md)
|
320
261
|
- [PulpcoreClient::GroupUserResponse](docs/GroupUserResponse.md)
|
321
|
-
- [PulpcoreClient::Import](docs/Import.md)
|
322
262
|
- [PulpcoreClient::ImportResponse](docs/ImportResponse.md)
|
323
|
-
- [PulpcoreClient::Importer](docs/Importer.md)
|
324
|
-
- [PulpcoreClient::ImporterResponse](docs/ImporterResponse.md)
|
325
263
|
- [PulpcoreClient::MethodEnum](docs/MethodEnum.md)
|
326
264
|
- [PulpcoreClient::MinimalTaskResponse](docs/MinimalTaskResponse.md)
|
327
|
-
- [PulpcoreClient::MultipleArtifactContent](docs/MultipleArtifactContent.md)
|
328
265
|
- [PulpcoreClient::MultipleArtifactContentResponse](docs/MultipleArtifactContentResponse.md)
|
329
266
|
- [PulpcoreClient::MyPermissionsResponse](docs/MyPermissionsResponse.md)
|
330
267
|
- [PulpcoreClient::NestedRole](docs/NestedRole.md)
|
@@ -332,20 +269,16 @@ Class | Method | HTTP request | Description
|
|
332
269
|
- [PulpcoreClient::ObjectRolesResponse](docs/ObjectRolesResponse.md)
|
333
270
|
- [PulpcoreClient::OrphansCleanup](docs/OrphansCleanup.md)
|
334
271
|
- [PulpcoreClient::PaginatedAccessPolicyResponseList](docs/PaginatedAccessPolicyResponseList.md)
|
335
|
-
- [PulpcoreClient::PaginatedAlternateContentSourceResponseList](docs/PaginatedAlternateContentSourceResponseList.md)
|
336
272
|
- [PulpcoreClient::PaginatedArtifactResponseList](docs/PaginatedArtifactResponseList.md)
|
337
273
|
- [PulpcoreClient::PaginatedContentGuardResponseList](docs/PaginatedContentGuardResponseList.md)
|
338
274
|
- [PulpcoreClient::PaginatedContentRedirectContentGuardResponseList](docs/PaginatedContentRedirectContentGuardResponseList.md)
|
339
275
|
- [PulpcoreClient::PaginatedDistributionResponseList](docs/PaginatedDistributionResponseList.md)
|
340
|
-
- [PulpcoreClient::PaginatedExportResponseList](docs/PaginatedExportResponseList.md)
|
341
|
-
- [PulpcoreClient::PaginatedExporterResponseList](docs/PaginatedExporterResponseList.md)
|
342
276
|
- [PulpcoreClient::PaginatedFilesystemExportResponseList](docs/PaginatedFilesystemExportResponseList.md)
|
343
277
|
- [PulpcoreClient::PaginatedFilesystemExporterResponseList](docs/PaginatedFilesystemExporterResponseList.md)
|
344
278
|
- [PulpcoreClient::PaginatedGroupResponseList](docs/PaginatedGroupResponseList.md)
|
345
279
|
- [PulpcoreClient::PaginatedGroupRoleResponseList](docs/PaginatedGroupRoleResponseList.md)
|
346
280
|
- [PulpcoreClient::PaginatedGroupUserResponseList](docs/PaginatedGroupUserResponseList.md)
|
347
281
|
- [PulpcoreClient::PaginatedImportResponseList](docs/PaginatedImportResponseList.md)
|
348
|
-
- [PulpcoreClient::PaginatedImporterResponseList](docs/PaginatedImporterResponseList.md)
|
349
282
|
- [PulpcoreClient::PaginatedMultipleArtifactContentResponseList](docs/PaginatedMultipleArtifactContentResponseList.md)
|
350
283
|
- [PulpcoreClient::PaginatedPublicationResponseList](docs/PaginatedPublicationResponseList.md)
|
351
284
|
- [PulpcoreClient::PaginatedPulpExportResponseList](docs/PaginatedPulpExportResponseList.md)
|
@@ -365,19 +298,12 @@ Class | Method | HTTP request | Description
|
|
365
298
|
- [PulpcoreClient::PaginatedUserRoleResponseList](docs/PaginatedUserRoleResponseList.md)
|
366
299
|
- [PulpcoreClient::PaginatedWorkerResponseList](docs/PaginatedWorkerResponseList.md)
|
367
300
|
- [PulpcoreClient::PatchedAccessPolicy](docs/PatchedAccessPolicy.md)
|
368
|
-
- [PulpcoreClient::PatchedAlternateContentSource](docs/PatchedAlternateContentSource.md)
|
369
|
-
- [PulpcoreClient::PatchedContentGuard](docs/PatchedContentGuard.md)
|
370
301
|
- [PulpcoreClient::PatchedContentRedirectContentGuard](docs/PatchedContentRedirectContentGuard.md)
|
371
|
-
- [PulpcoreClient::PatchedDistribution](docs/PatchedDistribution.md)
|
372
|
-
- [PulpcoreClient::PatchedExporter](docs/PatchedExporter.md)
|
373
302
|
- [PulpcoreClient::PatchedFilesystemExporter](docs/PatchedFilesystemExporter.md)
|
374
303
|
- [PulpcoreClient::PatchedGroup](docs/PatchedGroup.md)
|
375
|
-
- [PulpcoreClient::PatchedImporter](docs/PatchedImporter.md)
|
376
304
|
- [PulpcoreClient::PatchedPulpExporter](docs/PatchedPulpExporter.md)
|
377
305
|
- [PulpcoreClient::PatchedPulpImporter](docs/PatchedPulpImporter.md)
|
378
306
|
- [PulpcoreClient::PatchedRBACContentGuard](docs/PatchedRBACContentGuard.md)
|
379
|
-
- [PulpcoreClient::PatchedRemote](docs/PatchedRemote.md)
|
380
|
-
- [PulpcoreClient::PatchedRepository](docs/PatchedRepository.md)
|
381
307
|
- [PulpcoreClient::PatchedRole](docs/PatchedRole.md)
|
382
308
|
- [PulpcoreClient::PatchedTaskCancel](docs/PatchedTaskCancel.md)
|
383
309
|
- [PulpcoreClient::PatchedUser](docs/PatchedUser.md)
|
@@ -398,10 +324,8 @@ Class | Method | HTTP request | Description
|
|
398
324
|
- [PulpcoreClient::RBACContentGuardResponse](docs/RBACContentGuardResponse.md)
|
399
325
|
- [PulpcoreClient::ReclaimSpace](docs/ReclaimSpace.md)
|
400
326
|
- [PulpcoreClient::RedisConnectionResponse](docs/RedisConnectionResponse.md)
|
401
|
-
- [PulpcoreClient::Remote](docs/Remote.md)
|
402
327
|
- [PulpcoreClient::RemoteResponse](docs/RemoteResponse.md)
|
403
328
|
- [PulpcoreClient::Repair](docs/Repair.md)
|
404
|
-
- [PulpcoreClient::Repository](docs/Repository.md)
|
405
329
|
- [PulpcoreClient::RepositoryResponse](docs/RepositoryResponse.md)
|
406
330
|
- [PulpcoreClient::RepositoryVersionResponse](docs/RepositoryVersionResponse.md)
|
407
331
|
- [PulpcoreClient::Role](docs/Role.md)
|
data/docs/ContentApi.md
CHANGED
@@ -4,72 +4,17 @@ All URIs are relative to *https://pulp*
|
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
7
|
-
[**create**](ContentApi.md#create) | **POST** /pulp/api/v3/content/ | Create a content
|
8
7
|
[**list**](ContentApi.md#list) | **GET** /pulp/api/v3/content/ | List content
|
9
|
-
[**read**](ContentApi.md#read) | **GET** {content_href} | Inspect a content
|
10
8
|
|
11
9
|
|
12
10
|
|
13
|
-
## create
|
14
|
-
|
15
|
-
> MultipleArtifactContentResponse create(multiple_artifact_content)
|
16
|
-
|
17
|
-
Create a content
|
18
|
-
|
19
|
-
Content viewset that supports POST and GET by default.
|
20
|
-
|
21
|
-
### Example
|
22
|
-
|
23
|
-
```ruby
|
24
|
-
# load the gem
|
25
|
-
require 'pulpcore_client'
|
26
|
-
# setup authorization
|
27
|
-
PulpcoreClient.configure do |config|
|
28
|
-
# Configure HTTP basic authorization: basicAuth
|
29
|
-
config.username = 'YOUR USERNAME'
|
30
|
-
config.password = 'YOUR PASSWORD'
|
31
|
-
end
|
32
|
-
|
33
|
-
api_instance = PulpcoreClient::ContentApi.new
|
34
|
-
multiple_artifact_content = PulpcoreClient::MultipleArtifactContent.new # MultipleArtifactContent |
|
35
|
-
|
36
|
-
begin
|
37
|
-
#Create a content
|
38
|
-
result = api_instance.create(multiple_artifact_content)
|
39
|
-
p result
|
40
|
-
rescue PulpcoreClient::ApiError => e
|
41
|
-
puts "Exception when calling ContentApi->create: #{e}"
|
42
|
-
end
|
43
|
-
```
|
44
|
-
|
45
|
-
### Parameters
|
46
|
-
|
47
|
-
|
48
|
-
Name | Type | Description | Notes
|
49
|
-
------------- | ------------- | ------------- | -------------
|
50
|
-
**multiple_artifact_content** | [**MultipleArtifactContent**](MultipleArtifactContent.md)| |
|
51
|
-
|
52
|
-
### Return type
|
53
|
-
|
54
|
-
[**MultipleArtifactContentResponse**](MultipleArtifactContentResponse.md)
|
55
|
-
|
56
|
-
### Authorization
|
57
|
-
|
58
|
-
[basicAuth](../README.md#basicAuth)
|
59
|
-
|
60
|
-
### HTTP request headers
|
61
|
-
|
62
|
-
- **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
|
63
|
-
- **Accept**: application/json
|
64
|
-
|
65
|
-
|
66
11
|
## list
|
67
12
|
|
68
13
|
> PaginatedMultipleArtifactContentResponseList list(opts)
|
69
14
|
|
70
15
|
List content
|
71
16
|
|
72
|
-
|
17
|
+
Endpoint to list all content.
|
73
18
|
|
74
19
|
### Example
|
75
20
|
|
@@ -131,62 +76,3 @@ Name | Type | Description | Notes
|
|
131
76
|
- **Content-Type**: Not defined
|
132
77
|
- **Accept**: application/json
|
133
78
|
|
134
|
-
|
135
|
-
## read
|
136
|
-
|
137
|
-
> MultipleArtifactContentResponse read(content_href, opts)
|
138
|
-
|
139
|
-
Inspect a content
|
140
|
-
|
141
|
-
Content viewset that supports POST and GET by default.
|
142
|
-
|
143
|
-
### Example
|
144
|
-
|
145
|
-
```ruby
|
146
|
-
# load the gem
|
147
|
-
require 'pulpcore_client'
|
148
|
-
# setup authorization
|
149
|
-
PulpcoreClient.configure do |config|
|
150
|
-
# Configure HTTP basic authorization: basicAuth
|
151
|
-
config.username = 'YOUR USERNAME'
|
152
|
-
config.password = 'YOUR PASSWORD'
|
153
|
-
end
|
154
|
-
|
155
|
-
api_instance = PulpcoreClient::ContentApi.new
|
156
|
-
content_href = 'content_href_example' # String |
|
157
|
-
opts = {
|
158
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
159
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
160
|
-
}
|
161
|
-
|
162
|
-
begin
|
163
|
-
#Inspect a content
|
164
|
-
result = api_instance.read(content_href, opts)
|
165
|
-
p result
|
166
|
-
rescue PulpcoreClient::ApiError => e
|
167
|
-
puts "Exception when calling ContentApi->read: #{e}"
|
168
|
-
end
|
169
|
-
```
|
170
|
-
|
171
|
-
### Parameters
|
172
|
-
|
173
|
-
|
174
|
-
Name | Type | Description | Notes
|
175
|
-
------------- | ------------- | ------------- | -------------
|
176
|
-
**content_href** | **String**| |
|
177
|
-
**fields** | **String**| A list of fields to include in the response. | [optional]
|
178
|
-
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
179
|
-
|
180
|
-
### Return type
|
181
|
-
|
182
|
-
[**MultipleArtifactContentResponse**](MultipleArtifactContentResponse.md)
|
183
|
-
|
184
|
-
### Authorization
|
185
|
-
|
186
|
-
[basicAuth](../README.md#basicAuth)
|
187
|
-
|
188
|
-
### HTTP request headers
|
189
|
-
|
190
|
-
- **Content-Type**: Not defined
|
191
|
-
- **Accept**: application/json
|
192
|
-
|