pulpcore_client 3.4.1 → 3.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +10 -15
- data/docs/{ArtifactRead.md → Artifact.md} +2 -2
- data/docs/ArtifactsApi.md +10 -10
- data/docs/ExportersCoreExportsApi.md +2 -2
- data/docs/ExportersPulpApi.md +8 -8
- data/docs/GroupProgressReport.md +25 -0
- data/docs/{ImportRead.md → Import.md} +2 -2
- data/docs/ImportersCoreImportsApi.md +2 -2
- data/docs/ImportersPulpApi.md +8 -8
- data/docs/InlineResponse200.md +1 -1
- data/docs/InlineResponse2001.md +1 -1
- data/docs/InlineResponse2002.md +1 -1
- data/docs/InlineResponse2003.md +1 -1
- 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/PulpExport.md +0 -8
- data/docs/{SigningServiceRead.md → SigningService.md} +2 -2
- data/docs/SigningServicesApi.md +2 -2
- data/docs/{TaskGroupRead.md → TaskGroup.md} +5 -3
- data/docs/TaskGroupsApi.md +2 -2
- data/docs/TasksApi.md +2 -2
- data/docs/{UploadDetailRead.md → UploadDetail.md} +2 -2
- data/docs/UploadsApi.md +4 -6
- data/docs/WorkersApi.md +4 -4
- data/lib/pulpcore_client/api/artifacts_api.rb +15 -15
- data/lib/pulpcore_client/api/exporters_core_exports_api.rb +3 -3
- data/lib/pulpcore_client/api/exporters_pulp_api.rb +12 -12
- data/lib/pulpcore_client/api/importers_core_imports_api.rb +3 -3
- data/lib/pulpcore_client/api/importers_pulp_api.rb +12 -12
- data/lib/pulpcore_client/api/signing_services_api.rb +3 -3
- data/lib/pulpcore_client/api/task_groups_api.rb +3 -3
- data/lib/pulpcore_client/api/tasks_api.rb +3 -3
- data/lib/pulpcore_client/api/uploads_api.rb +6 -9
- data/lib/pulpcore_client/api/workers_api.rb +6 -6
- data/lib/pulpcore_client/models/{artifact_read.rb → artifact.rb} +3 -3
- data/lib/pulpcore_client/models/{pulp_importer_read.rb → group_progress_report.rb} +77 -46
- data/lib/pulpcore_client/models/{import_read.rb → import.rb} +3 -3
- data/lib/pulpcore_client/models/inline_response200.rb +1 -1
- data/lib/pulpcore_client/models/inline_response2001.rb +1 -1
- data/lib/pulpcore_client/models/inline_response2002.rb +1 -1
- data/lib/pulpcore_client/models/inline_response2003.rb +1 -1
- data/lib/pulpcore_client/models/inline_response2004.rb +1 -1
- data/lib/pulpcore_client/models/inline_response2005.rb +1 -1
- data/lib/pulpcore_client/models/inline_response2006.rb +1 -1
- data/lib/pulpcore_client/models/inline_response2007.rb +1 -1
- data/lib/pulpcore_client/models/inline_response2008.rb +1 -1
- data/lib/pulpcore_client/models/inline_response2009.rb +1 -1
- data/lib/pulpcore_client/models/pulp_export.rb +1 -62
- data/lib/pulpcore_client/models/{signing_service_read.rb → signing_service.rb} +3 -3
- data/lib/pulpcore_client/models/{task_group_read.rb → task_group.rb} +18 -7
- data/lib/pulpcore_client/models/{upload_detail_read.rb → upload_detail.rb} +3 -3
- data/lib/pulpcore_client/version.rb +1 -1
- data/lib/pulpcore_client.rb +6 -11
- data/spec/api/artifacts_api_spec.rb +5 -5
- data/spec/api/exporters_core_exports_api_spec.rb +1 -1
- data/spec/api/exporters_pulp_api_spec.rb +4 -4
- data/spec/api/importers_core_imports_api_spec.rb +1 -1
- data/spec/api/importers_pulp_api_spec.rb +4 -4
- data/spec/api/signing_services_api_spec.rb +1 -1
- data/spec/api/task_groups_api_spec.rb +1 -1
- data/spec/api/tasks_api_spec.rb +1 -1
- data/spec/api/uploads_api_spec.rb +2 -3
- data/spec/api/workers_api_spec.rb +2 -2
- data/spec/models/{artifact_read_spec.rb → artifact_spec.rb} +6 -6
- data/spec/models/{pulp_exporter_read_spec.rb → group_progress_report_spec.rb} +11 -17
- data/spec/models/{import_read_spec.rb → import_spec.rb} +6 -6
- data/spec/models/pulp_export_spec.rb +0 -24
- data/spec/models/{signing_service_read_spec.rb → signing_service_spec.rb} +6 -6
- data/spec/models/{task_group_read_spec.rb → task_group_spec.rb} +12 -6
- data/spec/models/{upload_detail_read_spec.rb → upload_detail_spec.rb} +6 -6
- metadata +26 -46
- data/docs/PulpExportRead.md +0 -27
- data/docs/PulpExporterRead.md +0 -27
- data/docs/PulpImporterRead.md +0 -23
- data/docs/TaskRead.md +0 -43
- data/docs/UploadRead.md +0 -23
- data/docs/WorkerRead.md +0 -23
- data/lib/pulpcore_client/models/pulp_export_read.rb +0 -259
- data/lib/pulpcore_client/models/pulp_exporter_read.rb +0 -311
- data/lib/pulpcore_client/models/task_read.rb +0 -383
- data/lib/pulpcore_client/models/upload_read.rb +0 -241
- data/lib/pulpcore_client/models/worker_read.rb +0 -251
- data/spec/models/pulp_export_read_spec.rb +0 -71
- data/spec/models/pulp_importer_read_spec.rb +0 -59
- data/spec/models/task_read_spec.rb +0 -119
- data/spec/models/upload_read_spec.rb +0 -59
- data/spec/models/worker_read_spec.rb +0 -59
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3c44abfb566227f7c69a3520c3f243c3b6a27484bb18230c884359ab898cdc7f
|
|
4
|
+
data.tar.gz: 7389d01d86128d2c626c5b22ca2e43c97b1c3fa8a78794c055d4f7984d235bf2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 42ac916fa600dc820a966fae736f8ffca3deaed6c68917780ec98407e890e4208d5a98c61f746b7cfcb2936251bcef144f651281d19e31a79bdf85075bd815ef
|
|
7
|
+
data.tar.gz: 1af3150d33e87b5987e90b72742c05e59f5386e3654df16ccc65e10cc76f5f0767d7459fbcf80e8e38ac0cff6c91e9087ce3acafaa223316a4458b4525d97c0f
|
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: 3.
|
|
10
|
+
- Package version: 3.5.0
|
|
11
11
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
|
12
12
|
|
|
13
13
|
## Installation
|
|
@@ -23,16 +23,16 @@ gem build pulpcore_client.gemspec
|
|
|
23
23
|
Then either install the gem locally:
|
|
24
24
|
|
|
25
25
|
```shell
|
|
26
|
-
gem install ./pulpcore_client-3.
|
|
26
|
+
gem install ./pulpcore_client-3.5.0.gem
|
|
27
27
|
```
|
|
28
28
|
|
|
29
|
-
(for development, run `gem install --dev ./pulpcore_client-3.
|
|
29
|
+
(for development, run `gem install --dev ./pulpcore_client-3.5.0.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 'pulpcore_client', '~> 3.
|
|
35
|
+
gem 'pulpcore_client', '~> 3.5.0'
|
|
36
36
|
|
|
37
37
|
### Install from Git
|
|
38
38
|
|
|
@@ -137,11 +137,12 @@ Class | Method | HTTP request | Description
|
|
|
137
137
|
|
|
138
138
|
## Documentation for Models
|
|
139
139
|
|
|
140
|
-
- [PulpcoreClient::
|
|
140
|
+
- [PulpcoreClient::Artifact](docs/Artifact.md)
|
|
141
141
|
- [PulpcoreClient::AsyncOperationResponse](docs/AsyncOperationResponse.md)
|
|
142
142
|
- [PulpcoreClient::ContentAppStatus](docs/ContentAppStatus.md)
|
|
143
143
|
- [PulpcoreClient::DatabaseConnection](docs/DatabaseConnection.md)
|
|
144
|
-
- [PulpcoreClient::
|
|
144
|
+
- [PulpcoreClient::GroupProgressReport](docs/GroupProgressReport.md)
|
|
145
|
+
- [PulpcoreClient::Import](docs/Import.md)
|
|
145
146
|
- [PulpcoreClient::InlineResponse200](docs/InlineResponse200.md)
|
|
146
147
|
- [PulpcoreClient::InlineResponse2001](docs/InlineResponse2001.md)
|
|
147
148
|
- [PulpcoreClient::InlineResponse2002](docs/InlineResponse2002.md)
|
|
@@ -154,28 +155,22 @@ Class | Method | HTTP request | Description
|
|
|
154
155
|
- [PulpcoreClient::InlineResponse2009](docs/InlineResponse2009.md)
|
|
155
156
|
- [PulpcoreClient::ProgressReport](docs/ProgressReport.md)
|
|
156
157
|
- [PulpcoreClient::PulpExport](docs/PulpExport.md)
|
|
157
|
-
- [PulpcoreClient::PulpExportRead](docs/PulpExportRead.md)
|
|
158
158
|
- [PulpcoreClient::PulpExporter](docs/PulpExporter.md)
|
|
159
|
-
- [PulpcoreClient::PulpExporterRead](docs/PulpExporterRead.md)
|
|
160
159
|
- [PulpcoreClient::PulpImport](docs/PulpImport.md)
|
|
161
160
|
- [PulpcoreClient::PulpImporter](docs/PulpImporter.md)
|
|
162
|
-
- [PulpcoreClient::PulpImporterRead](docs/PulpImporterRead.md)
|
|
163
161
|
- [PulpcoreClient::RedisConnection](docs/RedisConnection.md)
|
|
164
|
-
- [PulpcoreClient::
|
|
162
|
+
- [PulpcoreClient::SigningService](docs/SigningService.md)
|
|
165
163
|
- [PulpcoreClient::Status](docs/Status.md)
|
|
166
164
|
- [PulpcoreClient::Storage](docs/Storage.md)
|
|
167
165
|
- [PulpcoreClient::Task](docs/Task.md)
|
|
168
166
|
- [PulpcoreClient::TaskCancel](docs/TaskCancel.md)
|
|
169
|
-
- [PulpcoreClient::
|
|
170
|
-
- [PulpcoreClient::TaskRead](docs/TaskRead.md)
|
|
167
|
+
- [PulpcoreClient::TaskGroup](docs/TaskGroup.md)
|
|
171
168
|
- [PulpcoreClient::Upload](docs/Upload.md)
|
|
172
169
|
- [PulpcoreClient::UploadChunk](docs/UploadChunk.md)
|
|
173
170
|
- [PulpcoreClient::UploadCommit](docs/UploadCommit.md)
|
|
174
|
-
- [PulpcoreClient::
|
|
175
|
-
- [PulpcoreClient::UploadRead](docs/UploadRead.md)
|
|
171
|
+
- [PulpcoreClient::UploadDetail](docs/UploadDetail.md)
|
|
176
172
|
- [PulpcoreClient::Version](docs/Version.md)
|
|
177
173
|
- [PulpcoreClient::Worker](docs/Worker.md)
|
|
178
|
-
- [PulpcoreClient::WorkerRead](docs/WorkerRead.md)
|
|
179
174
|
|
|
180
175
|
|
|
181
176
|
## Documentation for Authorization
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# PulpcoreClient::
|
|
1
|
+
# PulpcoreClient::Artifact
|
|
2
2
|
|
|
3
3
|
## Properties
|
|
4
4
|
|
|
@@ -20,7 +20,7 @@ Name | Type | Description | Notes
|
|
|
20
20
|
```ruby
|
|
21
21
|
require 'PulpcoreClient'
|
|
22
22
|
|
|
23
|
-
instance = PulpcoreClient::
|
|
23
|
+
instance = PulpcoreClient::Artifact.new(pulp_href: null,
|
|
24
24
|
pulp_created: null,
|
|
25
25
|
file: null,
|
|
26
26
|
size: null,
|
data/docs/ArtifactsApi.md
CHANGED
|
@@ -13,7 +13,7 @@ Method | HTTP request | Description
|
|
|
13
13
|
|
|
14
14
|
## create
|
|
15
15
|
|
|
16
|
-
>
|
|
16
|
+
> Artifact create(file, opts)
|
|
17
17
|
|
|
18
18
|
Create an artifact
|
|
19
19
|
|
|
@@ -66,7 +66,7 @@ Name | Type | Description | Notes
|
|
|
66
66
|
|
|
67
67
|
### Return type
|
|
68
68
|
|
|
69
|
-
[**
|
|
69
|
+
[**Artifact**](Artifact.md)
|
|
70
70
|
|
|
71
71
|
### Authorization
|
|
72
72
|
|
|
@@ -151,13 +151,13 @@ end
|
|
|
151
151
|
api_instance = PulpcoreClient::ArtifactsApi.new
|
|
152
152
|
opts = {
|
|
153
153
|
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
|
154
|
-
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
|
155
154
|
md5: 'md5_example', # String | Filter results where md5 matches value
|
|
156
|
-
sha1: 'sha1_example', # String | Filter results where sha1 matches value
|
|
157
|
-
sha224: 'sha224_example', # String | Filter results where sha224 matches value
|
|
158
155
|
sha256: 'sha256_example', # String | Filter results where sha256 matches value
|
|
159
156
|
sha384: 'sha384_example', # String | Filter results where sha384 matches value
|
|
157
|
+
sha1: 'sha1_example', # String | Filter results where sha1 matches value
|
|
158
|
+
sha224: 'sha224_example', # String | Filter results where sha224 matches value
|
|
160
159
|
sha512: 'sha512_example', # String | Filter results where sha512 matches value
|
|
160
|
+
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
|
161
161
|
limit: 56, # Integer | Number of results to return per page.
|
|
162
162
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
163
163
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
@@ -179,13 +179,13 @@ end
|
|
|
179
179
|
Name | Type | Description | Notes
|
|
180
180
|
------------- | ------------- | ------------- | -------------
|
|
181
181
|
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
|
182
|
-
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
|
183
182
|
**md5** | **String**| Filter results where md5 matches value | [optional]
|
|
184
|
-
**sha1** | **String**| Filter results where sha1 matches value | [optional]
|
|
185
|
-
**sha224** | **String**| Filter results where sha224 matches value | [optional]
|
|
186
183
|
**sha256** | **String**| Filter results where sha256 matches value | [optional]
|
|
187
184
|
**sha384** | **String**| Filter results where sha384 matches value | [optional]
|
|
185
|
+
**sha1** | **String**| Filter results where sha1 matches value | [optional]
|
|
186
|
+
**sha224** | **String**| Filter results where sha224 matches value | [optional]
|
|
188
187
|
**sha512** | **String**| Filter results where sha512 matches value | [optional]
|
|
188
|
+
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
|
189
189
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
|
190
190
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
191
191
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
|
@@ -207,7 +207,7 @@ Name | Type | Description | Notes
|
|
|
207
207
|
|
|
208
208
|
## read
|
|
209
209
|
|
|
210
|
-
>
|
|
210
|
+
> Artifact read(artifact_href, opts)
|
|
211
211
|
|
|
212
212
|
Inspect an artifact
|
|
213
213
|
|
|
@@ -250,7 +250,7 @@ Name | Type | Description | Notes
|
|
|
250
250
|
|
|
251
251
|
### Return type
|
|
252
252
|
|
|
253
|
-
[**
|
|
253
|
+
[**Artifact**](Artifact.md)
|
|
254
254
|
|
|
255
255
|
### Authorization
|
|
256
256
|
|
|
@@ -185,7 +185,7 @@ Name | Type | Description | Notes
|
|
|
185
185
|
|
|
186
186
|
## read
|
|
187
187
|
|
|
188
|
-
>
|
|
188
|
+
> PulpExport read(pulp_export_href, opts)
|
|
189
189
|
|
|
190
190
|
Inspect a pulp export
|
|
191
191
|
|
|
@@ -230,7 +230,7 @@ Name | Type | Description | Notes
|
|
|
230
230
|
|
|
231
231
|
### Return type
|
|
232
232
|
|
|
233
|
-
[**
|
|
233
|
+
[**PulpExport**](PulpExport.md)
|
|
234
234
|
|
|
235
235
|
### Authorization
|
|
236
236
|
|
data/docs/ExportersPulpApi.md
CHANGED
|
@@ -15,7 +15,7 @@ Method | HTTP request | Description
|
|
|
15
15
|
|
|
16
16
|
## create
|
|
17
17
|
|
|
18
|
-
>
|
|
18
|
+
> PulpExporter create(data)
|
|
19
19
|
|
|
20
20
|
Create a pulp exporter
|
|
21
21
|
|
|
@@ -54,7 +54,7 @@ Name | Type | Description | Notes
|
|
|
54
54
|
|
|
55
55
|
### Return type
|
|
56
56
|
|
|
57
|
-
[**
|
|
57
|
+
[**PulpExporter**](PulpExporter.md)
|
|
58
58
|
|
|
59
59
|
### Authorization
|
|
60
60
|
|
|
@@ -187,7 +187,7 @@ Name | Type | Description | Notes
|
|
|
187
187
|
|
|
188
188
|
## partial_update
|
|
189
189
|
|
|
190
|
-
>
|
|
190
|
+
> PulpExporter partial_update(pulp_exporter_href, data)
|
|
191
191
|
|
|
192
192
|
Partially update a pulp exporter
|
|
193
193
|
|
|
@@ -228,7 +228,7 @@ Name | Type | Description | Notes
|
|
|
228
228
|
|
|
229
229
|
### Return type
|
|
230
230
|
|
|
231
|
-
[**
|
|
231
|
+
[**PulpExporter**](PulpExporter.md)
|
|
232
232
|
|
|
233
233
|
### Authorization
|
|
234
234
|
|
|
@@ -242,7 +242,7 @@ Name | Type | Description | Notes
|
|
|
242
242
|
|
|
243
243
|
## read
|
|
244
244
|
|
|
245
|
-
>
|
|
245
|
+
> PulpExporter read(pulp_exporter_href, opts)
|
|
246
246
|
|
|
247
247
|
Inspect a pulp exporter
|
|
248
248
|
|
|
@@ -287,7 +287,7 @@ Name | Type | Description | Notes
|
|
|
287
287
|
|
|
288
288
|
### Return type
|
|
289
289
|
|
|
290
|
-
[**
|
|
290
|
+
[**PulpExporter**](PulpExporter.md)
|
|
291
291
|
|
|
292
292
|
### Authorization
|
|
293
293
|
|
|
@@ -301,7 +301,7 @@ Name | Type | Description | Notes
|
|
|
301
301
|
|
|
302
302
|
## update
|
|
303
303
|
|
|
304
|
-
>
|
|
304
|
+
> PulpExporter update(pulp_exporter_href, data)
|
|
305
305
|
|
|
306
306
|
Update a pulp exporter
|
|
307
307
|
|
|
@@ -342,7 +342,7 @@ Name | Type | Description | Notes
|
|
|
342
342
|
|
|
343
343
|
### Return type
|
|
344
344
|
|
|
345
|
-
[**
|
|
345
|
+
[**PulpExporter**](PulpExporter.md)
|
|
346
346
|
|
|
347
347
|
### Authorization
|
|
348
348
|
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# PulpcoreClient::GroupProgressReport
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
Name | Type | Description | Notes
|
|
6
|
+
------------ | ------------- | ------------- | -------------
|
|
7
|
+
**message** | **String** | The message shown to the user for the group progress report. | [optional] [readonly]
|
|
8
|
+
**code** | **String** | Identifies the type of group progress report'. | [optional] [readonly]
|
|
9
|
+
**total** | **Integer** | The total count of items. | [optional] [readonly]
|
|
10
|
+
**done** | **Integer** | The count of items already processed. Defaults to 0. | [optional] [readonly]
|
|
11
|
+
**suffix** | **String** | The suffix to be shown with the group progress report. | [optional] [readonly]
|
|
12
|
+
|
|
13
|
+
## Code Sample
|
|
14
|
+
|
|
15
|
+
```ruby
|
|
16
|
+
require 'PulpcoreClient'
|
|
17
|
+
|
|
18
|
+
instance = PulpcoreClient::GroupProgressReport.new(message: null,
|
|
19
|
+
code: null,
|
|
20
|
+
total: null,
|
|
21
|
+
done: null,
|
|
22
|
+
suffix: null)
|
|
23
|
+
```
|
|
24
|
+
|
|
25
|
+
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# PulpcoreClient::
|
|
1
|
+
# PulpcoreClient::Import
|
|
2
2
|
|
|
3
3
|
## Properties
|
|
4
4
|
|
|
@@ -14,7 +14,7 @@ Name | Type | Description | Notes
|
|
|
14
14
|
```ruby
|
|
15
15
|
require 'PulpcoreClient'
|
|
16
16
|
|
|
17
|
-
instance = PulpcoreClient::
|
|
17
|
+
instance = PulpcoreClient::Import.new(pulp_href: null,
|
|
18
18
|
pulp_created: null,
|
|
19
19
|
task: null,
|
|
20
20
|
params: null)
|
|
@@ -185,7 +185,7 @@ Name | Type | Description | Notes
|
|
|
185
185
|
|
|
186
186
|
## read
|
|
187
187
|
|
|
188
|
-
>
|
|
188
|
+
> Import read(pulp_import_href, opts)
|
|
189
189
|
|
|
190
190
|
Inspect a pulp import
|
|
191
191
|
|
|
@@ -230,7 +230,7 @@ Name | Type | Description | Notes
|
|
|
230
230
|
|
|
231
231
|
### Return type
|
|
232
232
|
|
|
233
|
-
[**
|
|
233
|
+
[**Import**](Import.md)
|
|
234
234
|
|
|
235
235
|
### Authorization
|
|
236
236
|
|
data/docs/ImportersPulpApi.md
CHANGED
|
@@ -15,7 +15,7 @@ Method | HTTP request | Description
|
|
|
15
15
|
|
|
16
16
|
## create
|
|
17
17
|
|
|
18
|
-
>
|
|
18
|
+
> PulpImporter create(data)
|
|
19
19
|
|
|
20
20
|
Create a pulp importer
|
|
21
21
|
|
|
@@ -54,7 +54,7 @@ Name | Type | Description | Notes
|
|
|
54
54
|
|
|
55
55
|
### Return type
|
|
56
56
|
|
|
57
|
-
[**
|
|
57
|
+
[**PulpImporter**](PulpImporter.md)
|
|
58
58
|
|
|
59
59
|
### Authorization
|
|
60
60
|
|
|
@@ -187,7 +187,7 @@ Name | Type | Description | Notes
|
|
|
187
187
|
|
|
188
188
|
## partial_update
|
|
189
189
|
|
|
190
|
-
>
|
|
190
|
+
> PulpImporter partial_update(pulp_importer_href, data)
|
|
191
191
|
|
|
192
192
|
Partially update a pulp importer
|
|
193
193
|
|
|
@@ -228,7 +228,7 @@ Name | Type | Description | Notes
|
|
|
228
228
|
|
|
229
229
|
### Return type
|
|
230
230
|
|
|
231
|
-
[**
|
|
231
|
+
[**PulpImporter**](PulpImporter.md)
|
|
232
232
|
|
|
233
233
|
### Authorization
|
|
234
234
|
|
|
@@ -242,7 +242,7 @@ Name | Type | Description | Notes
|
|
|
242
242
|
|
|
243
243
|
## read
|
|
244
244
|
|
|
245
|
-
>
|
|
245
|
+
> PulpImporter read(pulp_importer_href, opts)
|
|
246
246
|
|
|
247
247
|
Inspect a pulp importer
|
|
248
248
|
|
|
@@ -287,7 +287,7 @@ Name | Type | Description | Notes
|
|
|
287
287
|
|
|
288
288
|
### Return type
|
|
289
289
|
|
|
290
|
-
[**
|
|
290
|
+
[**PulpImporter**](PulpImporter.md)
|
|
291
291
|
|
|
292
292
|
### Authorization
|
|
293
293
|
|
|
@@ -301,7 +301,7 @@ Name | Type | Description | Notes
|
|
|
301
301
|
|
|
302
302
|
## update
|
|
303
303
|
|
|
304
|
-
>
|
|
304
|
+
> PulpImporter update(pulp_importer_href, data)
|
|
305
305
|
|
|
306
306
|
Update a pulp importer
|
|
307
307
|
|
|
@@ -342,7 +342,7 @@ Name | Type | Description | Notes
|
|
|
342
342
|
|
|
343
343
|
### Return type
|
|
344
344
|
|
|
345
|
-
[**
|
|
345
|
+
[**PulpImporter**](PulpImporter.md)
|
|
346
346
|
|
|
347
347
|
### Authorization
|
|
348
348
|
|
data/docs/InlineResponse200.md
CHANGED
|
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
|
|
|
7
7
|
**count** | **Integer** | |
|
|
8
8
|
**_next** | **String** | | [optional]
|
|
9
9
|
**previous** | **String** | | [optional]
|
|
10
|
-
**results** | [**Array<
|
|
10
|
+
**results** | [**Array<Artifact>**](Artifact.md) | |
|
|
11
11
|
|
|
12
12
|
## Code Sample
|
|
13
13
|
|
data/docs/InlineResponse2001.md
CHANGED
|
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
|
|
|
7
7
|
**count** | **Integer** | |
|
|
8
8
|
**_next** | **String** | | [optional]
|
|
9
9
|
**previous** | **String** | | [optional]
|
|
10
|
-
**results** | [**Array<
|
|
10
|
+
**results** | [**Array<PulpExporter>**](PulpExporter.md) | |
|
|
11
11
|
|
|
12
12
|
## Code Sample
|
|
13
13
|
|
data/docs/InlineResponse2002.md
CHANGED
|
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
|
|
|
7
7
|
**count** | **Integer** | |
|
|
8
8
|
**_next** | **String** | | [optional]
|
|
9
9
|
**previous** | **String** | | [optional]
|
|
10
|
-
**results** | [**Array<
|
|
10
|
+
**results** | [**Array<PulpExport>**](PulpExport.md) | |
|
|
11
11
|
|
|
12
12
|
## Code Sample
|
|
13
13
|
|
data/docs/InlineResponse2003.md
CHANGED
|
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
|
|
|
7
7
|
**count** | **Integer** | |
|
|
8
8
|
**_next** | **String** | | [optional]
|
|
9
9
|
**previous** | **String** | | [optional]
|
|
10
|
-
**results** | [**Array<
|
|
10
|
+
**results** | [**Array<PulpImporter>**](PulpImporter.md) | |
|
|
11
11
|
|
|
12
12
|
## Code Sample
|
|
13
13
|
|
data/docs/InlineResponse2004.md
CHANGED
|
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
|
|
|
7
7
|
**count** | **Integer** | |
|
|
8
8
|
**_next** | **String** | | [optional]
|
|
9
9
|
**previous** | **String** | | [optional]
|
|
10
|
-
**results** | [**Array<
|
|
10
|
+
**results** | [**Array<Import>**](Import.md) | |
|
|
11
11
|
|
|
12
12
|
## Code Sample
|
|
13
13
|
|
data/docs/InlineResponse2005.md
CHANGED
|
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
|
|
|
7
7
|
**count** | **Integer** | |
|
|
8
8
|
**_next** | **String** | | [optional]
|
|
9
9
|
**previous** | **String** | | [optional]
|
|
10
|
-
**results** | [**Array<
|
|
10
|
+
**results** | [**Array<SigningService>**](SigningService.md) | |
|
|
11
11
|
|
|
12
12
|
## Code Sample
|
|
13
13
|
|
data/docs/InlineResponse2006.md
CHANGED
|
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
|
|
|
7
7
|
**count** | **Integer** | |
|
|
8
8
|
**_next** | **String** | | [optional]
|
|
9
9
|
**previous** | **String** | | [optional]
|
|
10
|
-
**results** | [**Array<
|
|
10
|
+
**results** | [**Array<TaskGroup>**](TaskGroup.md) | |
|
|
11
11
|
|
|
12
12
|
## Code Sample
|
|
13
13
|
|
data/docs/InlineResponse2007.md
CHANGED
|
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
|
|
|
7
7
|
**count** | **Integer** | |
|
|
8
8
|
**_next** | **String** | | [optional]
|
|
9
9
|
**previous** | **String** | | [optional]
|
|
10
|
-
**results** | [**Array<
|
|
10
|
+
**results** | [**Array<Task>**](Task.md) | |
|
|
11
11
|
|
|
12
12
|
## Code Sample
|
|
13
13
|
|
data/docs/InlineResponse2008.md
CHANGED
|
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
|
|
|
7
7
|
**count** | **Integer** | |
|
|
8
8
|
**_next** | **String** | | [optional]
|
|
9
9
|
**previous** | **String** | | [optional]
|
|
10
|
-
**results** | [**Array<
|
|
10
|
+
**results** | [**Array<Upload>**](Upload.md) | |
|
|
11
11
|
|
|
12
12
|
## Code Sample
|
|
13
13
|
|
data/docs/InlineResponse2009.md
CHANGED
|
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
|
|
|
7
7
|
**count** | **Integer** | |
|
|
8
8
|
**_next** | **String** | | [optional]
|
|
9
9
|
**previous** | **String** | | [optional]
|
|
10
|
-
**results** | [**Array<
|
|
10
|
+
**results** | [**Array<Worker>**](Worker.md) | |
|
|
11
11
|
|
|
12
12
|
## Code Sample
|
|
13
13
|
|
data/docs/PulpExport.md
CHANGED
|
@@ -9,10 +9,6 @@ Name | Type | Description | Notes
|
|
|
9
9
|
**task** | **String** | A URI of the task that ran the Export. | [optional]
|
|
10
10
|
**exported_resources** | **Array<Object>** | Resources that were exported. | [optional] [readonly]
|
|
11
11
|
**params** | [**Object**](.md) | Any additional parameters that were used to create the export. | [optional] [readonly]
|
|
12
|
-
**full** | **Boolean** | Do a Full (true) or Incremental (false) export. | [optional] [default to true]
|
|
13
|
-
**dry_run** | **Boolean** | Generate report on what would be exported and disk-space required. | [optional] [default to false]
|
|
14
|
-
**versions** | **Array<String>** | List of explicit repo-version hrefs to export | [optional]
|
|
15
|
-
**chunk_size** | **String** | Chunk export-tarfile into pieces of chunk_size bytes.Recognizes units of B/KB/MB/GB/TB. | [optional]
|
|
16
12
|
**output_file_info** | [**Object**](.md) | Dictionary of filename: sha256hash entries for export-output-file(s) | [optional] [readonly]
|
|
17
13
|
|
|
18
14
|
## Code Sample
|
|
@@ -25,10 +21,6 @@ instance = PulpcoreClient::PulpExport.new(pulp_href: null,
|
|
|
25
21
|
task: null,
|
|
26
22
|
exported_resources: null,
|
|
27
23
|
params: null,
|
|
28
|
-
full: null,
|
|
29
|
-
dry_run: null,
|
|
30
|
-
versions: null,
|
|
31
|
-
chunk_size: null,
|
|
32
24
|
output_file_info: null)
|
|
33
25
|
```
|
|
34
26
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# PulpcoreClient::
|
|
1
|
+
# PulpcoreClient::SigningService
|
|
2
2
|
|
|
3
3
|
## Properties
|
|
4
4
|
|
|
@@ -14,7 +14,7 @@ Name | Type | Description | Notes
|
|
|
14
14
|
```ruby
|
|
15
15
|
require 'PulpcoreClient'
|
|
16
16
|
|
|
17
|
-
instance = PulpcoreClient::
|
|
17
|
+
instance = PulpcoreClient::SigningService.new(pulp_href: null,
|
|
18
18
|
pulp_created: null,
|
|
19
19
|
name: null,
|
|
20
20
|
script: null)
|
data/docs/SigningServicesApi.md
CHANGED
|
@@ -76,7 +76,7 @@ Name | Type | Description | Notes
|
|
|
76
76
|
|
|
77
77
|
## read
|
|
78
78
|
|
|
79
|
-
>
|
|
79
|
+
> SigningService read(signing_service_href, opts)
|
|
80
80
|
|
|
81
81
|
Inspect a signing service
|
|
82
82
|
|
|
@@ -121,7 +121,7 @@ Name | Type | Description | Notes
|
|
|
121
121
|
|
|
122
122
|
### Return type
|
|
123
123
|
|
|
124
|
-
[**
|
|
124
|
+
[**SigningService**](SigningService.md)
|
|
125
125
|
|
|
126
126
|
### Authorization
|
|
127
127
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# PulpcoreClient::
|
|
1
|
+
# PulpcoreClient::TaskGroup
|
|
2
2
|
|
|
3
3
|
## Properties
|
|
4
4
|
|
|
@@ -13,13 +13,14 @@ Name | Type | Description | Notes
|
|
|
13
13
|
**completed** | **Integer** | Number of tasks in the 'completed' state | [optional] [readonly]
|
|
14
14
|
**canceled** | **Integer** | Number of tasks in the 'canceled' state | [optional] [readonly]
|
|
15
15
|
**failed** | **Integer** | Number of tasks in the 'failed' state | [optional] [readonly]
|
|
16
|
+
**group_progress_reports** | [**Array<GroupProgressReport>**](GroupProgressReport.md) | | [optional] [readonly]
|
|
16
17
|
|
|
17
18
|
## Code Sample
|
|
18
19
|
|
|
19
20
|
```ruby
|
|
20
21
|
require 'PulpcoreClient'
|
|
21
22
|
|
|
22
|
-
instance = PulpcoreClient::
|
|
23
|
+
instance = PulpcoreClient::TaskGroup.new(pulp_href: null,
|
|
23
24
|
description: null,
|
|
24
25
|
all_tasks_dispatched: null,
|
|
25
26
|
waiting: null,
|
|
@@ -27,7 +28,8 @@ instance = PulpcoreClient::TaskGroupRead.new(pulp_href: null,
|
|
|
27
28
|
running: null,
|
|
28
29
|
completed: null,
|
|
29
30
|
canceled: null,
|
|
30
|
-
failed: null
|
|
31
|
+
failed: null,
|
|
32
|
+
group_progress_reports: null)
|
|
31
33
|
```
|
|
32
34
|
|
|
33
35
|
|
data/docs/TaskGroupsApi.md
CHANGED
|
@@ -72,7 +72,7 @@ Name | Type | Description | Notes
|
|
|
72
72
|
|
|
73
73
|
## read
|
|
74
74
|
|
|
75
|
-
>
|
|
75
|
+
> TaskGroup read(task_group_href, opts)
|
|
76
76
|
|
|
77
77
|
Inspect a task group
|
|
78
78
|
|
|
@@ -115,7 +115,7 @@ Name | Type | Description | Notes
|
|
|
115
115
|
|
|
116
116
|
### Return type
|
|
117
117
|
|
|
118
|
-
[**
|
|
118
|
+
[**TaskGroup**](TaskGroup.md)
|
|
119
119
|
|
|
120
120
|
### Authorization
|
|
121
121
|
|
data/docs/TasksApi.md
CHANGED
|
@@ -170,7 +170,7 @@ Name | Type | Description | Notes
|
|
|
170
170
|
|
|
171
171
|
## read
|
|
172
172
|
|
|
173
|
-
>
|
|
173
|
+
> Task read(task_href, opts)
|
|
174
174
|
|
|
175
175
|
Inspect a task
|
|
176
176
|
|
|
@@ -213,7 +213,7 @@ Name | Type | Description | Notes
|
|
|
213
213
|
|
|
214
214
|
### Return type
|
|
215
215
|
|
|
216
|
-
[**
|
|
216
|
+
[**Task**](Task.md)
|
|
217
217
|
|
|
218
218
|
### Authorization
|
|
219
219
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# PulpcoreClient::
|
|
1
|
+
# PulpcoreClient::UploadDetail
|
|
2
2
|
|
|
3
3
|
## Properties
|
|
4
4
|
|
|
@@ -15,7 +15,7 @@ Name | Type | Description | Notes
|
|
|
15
15
|
```ruby
|
|
16
16
|
require 'PulpcoreClient'
|
|
17
17
|
|
|
18
|
-
instance = PulpcoreClient::
|
|
18
|
+
instance = PulpcoreClient::UploadDetail.new(pulp_href: null,
|
|
19
19
|
pulp_created: null,
|
|
20
20
|
size: null,
|
|
21
21
|
completed: null,
|