pulp_container_client 2.24.0 → 2.25.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 +14 -5
- data/docs/ContainerBlobResponse.md +2 -0
- data/docs/ContainerContainerDistribution.md +2 -2
- data/docs/ContainerContainerDistributionResponse.md +10 -10
- data/docs/ContainerContainerPullThroughDistribution.md +2 -2
- data/docs/ContainerContainerPullThroughDistributionResponse.md +10 -10
- data/docs/ContainerContainerPushRepository.md +7 -7
- data/docs/ContainerContainerPushRepositoryResponse.md +14 -14
- data/docs/ContainerManifestResponse.md +2 -0
- data/docs/ContainerManifestSignatureResponse.md +2 -0
- data/docs/ContainerTagResponse.md +2 -0
- data/docs/ContentBlobsApi.md +150 -2
- data/docs/ContentManifestsApi.md +150 -2
- data/docs/ContentSignaturesApi.md +150 -2
- data/docs/ContentTagsApi.md +150 -2
- data/docs/DistributionsContainerApi.md +4 -2
- data/docs/DistributionsPullThroughApi.md +4 -2
- data/docs/PatchedcontainerContainerDistribution.md +2 -2
- data/docs/PatchedcontainerContainerPullThroughDistribution.md +2 -2
- data/docs/PatchedcontainerContainerPushRepository.md +7 -7
- data/lib/pulp_container_client/api/content_blobs_api.rb +154 -3
- data/lib/pulp_container_client/api/content_manifests_api.rb +154 -3
- data/lib/pulp_container_client/api/content_signatures_api.rb +154 -3
- data/lib/pulp_container_client/api/content_tags_api.rb +154 -3
- data/lib/pulp_container_client/api/distributions_container_api.rb +6 -3
- data/lib/pulp_container_client/api/distributions_pull_through_api.rb +6 -3
- data/lib/pulp_container_client/models/container_blob_response.rb +13 -1
- data/lib/pulp_container_client/models/container_container_distribution.rb +12 -12
- data/lib/pulp_container_client/models/container_container_distribution_response.rb +39 -39
- data/lib/pulp_container_client/models/container_container_pull_through_distribution.rb +12 -12
- data/lib/pulp_container_client/models/container_container_pull_through_distribution_response.rb +39 -39
- data/lib/pulp_container_client/models/container_container_push_repository.rb +48 -48
- data/lib/pulp_container_client/models/container_container_push_repository_response.rb +65 -65
- data/lib/pulp_container_client/models/container_manifest_response.rb +13 -1
- data/lib/pulp_container_client/models/container_manifest_signature_response.rb +13 -1
- data/lib/pulp_container_client/models/container_tag_response.rb +13 -1
- data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +12 -12
- data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_distribution.rb +12 -12
- data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +48 -48
- data/lib/pulp_container_client/models/unset_label.rb +1 -1
- data/lib/pulp_container_client/models/unset_label_response.rb +1 -1
- data/lib/pulp_container_client/version.rb +1 -1
- data/spec/api/content_blobs_api_spec.rb +28 -1
- data/spec/api/content_manifests_api_spec.rb +28 -1
- data/spec/api/content_signatures_api_spec.rb +28 -1
- data/spec/api/content_tags_api_spec.rb +28 -1
- data/spec/api/distributions_container_api_spec.rb +2 -1
- data/spec/api/distributions_pull_through_api_spec.rb +2 -1
- data/spec/models/container_blob_response_spec.rb +6 -0
- data/spec/models/container_container_distribution_response_spec.rb +8 -8
- data/spec/models/container_container_distribution_spec.rb +6 -6
- data/spec/models/container_container_pull_through_distribution_response_spec.rb +8 -8
- data/spec/models/container_container_pull_through_distribution_spec.rb +6 -6
- data/spec/models/container_container_push_repository_response_spec.rb +11 -11
- data/spec/models/container_container_push_repository_spec.rb +4 -4
- data/spec/models/container_manifest_response_spec.rb +6 -0
- data/spec/models/container_manifest_signature_response_spec.rb +6 -0
- data/spec/models/container_tag_response_spec.rb +6 -0
- data/spec/models/patchedcontainer_container_distribution_spec.rb +6 -6
- data/spec/models/patchedcontainer_container_pull_through_distribution_spec.rb +6 -6
- data/spec/models/patchedcontainer_container_push_repository_spec.rb +4 -4
- metadata +63 -63
data/docs/ContentManifestsApi.md
CHANGED
@@ -6,6 +6,8 @@ All URIs are relative to *http://localhost:24817*
|
|
6
6
|
| ------ | ------------ | ----------- |
|
7
7
|
| [**list**](ContentManifestsApi.md#list) | **GET** /pulp/api/v3/content/container/manifests/ | List manifests |
|
8
8
|
| [**read**](ContentManifestsApi.md#read) | **GET** {container_manifest_href} | Inspect a manifest |
|
9
|
+
| [**set_label**](ContentManifestsApi.md#set_label) | **POST** {container_manifest_href}set_label/ | Set a label |
|
10
|
+
| [**unset_label**](ContentManifestsApi.md#unset_label) | **POST** {container_manifest_href}unset_label/ | Unset a label |
|
9
11
|
|
10
12
|
|
11
13
|
## list
|
@@ -37,11 +39,12 @@ opts = {
|
|
37
39
|
limit: 56, # Integer | Number of results to return per page.
|
38
40
|
media_type: ['application/vnd.docker.distribution.manifest.list.v2+json'], # Array<String> | * `application/vnd.docker.distribution.manifest.v1+json` - application/vnd.docker.distribution.manifest.v1+json * `application/vnd.docker.distribution.manifest.v2+json` - application/vnd.docker.distribution.manifest.v2+json * `application/vnd.docker.distribution.manifest.list.v2+json` - application/vnd.docker.distribution.manifest.list.v2+json * `application/vnd.oci.image.manifest.v1+json` - application/vnd.oci.image.manifest.v1+json * `application/vnd.oci.image.index.v1+json` - application/vnd.oci.image.index.v1+json
|
39
41
|
offset: 56, # Integer | The initial index from which to return the results.
|
40
|
-
ordering: ['-annotations'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `digest` - Digest * `-digest` - Digest (descending) * `schema_version` - Schema version * `-schema_version` - Schema version (descending) * `media_type` - Media type * `-media_type` - Media type (descending) * `type` - Type * `-type` - Type (descending) * `data` - Data * `-data` - Data (descending) * `annotations` - Annotations * `-annotations` - Annotations (descending) * `labels` - Labels * `-labels` - Labels (descending) * `architecture` - Architecture * `-architecture` - Architecture (descending) * `os` - Os * `-os` - Os (descending) * `compressed_image_size` - Compressed image size * `-compressed_image_size` - Compressed image size (descending) * `is_bootable` - Is bootable * `-is_bootable` - Is bootable (descending) * `is_flatpak` - Is flatpak * `-is_flatpak` - Is flatpak (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
42
|
+
ordering: ['-annotations'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `digest` - Digest * `-digest` - Digest (descending) * `schema_version` - Schema version * `-schema_version` - Schema version (descending) * `media_type` - Media type * `-media_type` - Media type (descending) * `type` - Type * `-type` - Type (descending) * `data` - Data * `-data` - Data (descending) * `annotations` - Annotations * `-annotations` - Annotations (descending) * `labels` - Labels * `-labels` - Labels (descending) * `architecture` - Architecture * `-architecture` - Architecture (descending) * `os` - Os * `-os` - Os (descending) * `compressed_image_size` - Compressed image size * `-compressed_image_size` - Compressed image size (descending) * `is_bootable` - Is bootable * `-is_bootable` - Is bootable (descending) * `is_flatpak` - Is flatpak * `-is_flatpak` - Is flatpak (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
41
43
|
orphaned_for: 8.14, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
42
44
|
prn__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
43
45
|
pulp_href__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
44
46
|
pulp_id__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
47
|
+
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
45
48
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
46
49
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF/PRN
|
47
50
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF/PRN
|
@@ -88,11 +91,12 @@ end
|
|
88
91
|
| **limit** | **Integer** | Number of results to return per page. | [optional] |
|
89
92
|
| **media_type** | [**Array<String>**](String.md) | * `application/vnd.docker.distribution.manifest.v1+json` - application/vnd.docker.distribution.manifest.v1+json * `application/vnd.docker.distribution.manifest.v2+json` - application/vnd.docker.distribution.manifest.v2+json * `application/vnd.docker.distribution.manifest.list.v2+json` - application/vnd.docker.distribution.manifest.list.v2+json * `application/vnd.oci.image.manifest.v1+json` - application/vnd.oci.image.manifest.v1+json * `application/vnd.oci.image.index.v1+json` - application/vnd.oci.image.index.v1+json | [optional] |
|
90
93
|
| **offset** | **Integer** | The initial index from which to return the results. | [optional] |
|
91
|
-
| **ordering** | [**Array<String>**](String.md) | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `digest` - Digest * `-digest` - Digest (descending) * `schema_version` - Schema version * `-schema_version` - Schema version (descending) * `media_type` - Media type * `-media_type` - Media type (descending) * `type` - Type * `-type` - Type (descending) * `data` - Data * `-data` - Data (descending) * `annotations` - Annotations * `-annotations` - Annotations (descending) * `labels` - Labels * `-labels` - Labels (descending) * `architecture` - Architecture * `-architecture` - Architecture (descending) * `os` - Os * `-os` - Os (descending) * `compressed_image_size` - Compressed image size * `-compressed_image_size` - Compressed image size (descending) * `is_bootable` - Is bootable * `-is_bootable` - Is bootable (descending) * `is_flatpak` - Is flatpak * `-is_flatpak` - Is flatpak (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional] |
|
94
|
+
| **ordering** | [**Array<String>**](String.md) | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `digest` - Digest * `-digest` - Digest (descending) * `schema_version` - Schema version * `-schema_version` - Schema version (descending) * `media_type` - Media type * `-media_type` - Media type (descending) * `type` - Type * `-type` - Type (descending) * `data` - Data * `-data` - Data (descending) * `annotations` - Annotations * `-annotations` - Annotations (descending) * `labels` - Labels * `-labels` - Labels (descending) * `architecture` - Architecture * `-architecture` - Architecture (descending) * `os` - Os * `-os` - Os (descending) * `compressed_image_size` - Compressed image size * `-compressed_image_size` - Compressed image size (descending) * `is_bootable` - Is bootable * `-is_bootable` - Is bootable (descending) * `is_flatpak` - Is flatpak * `-is_flatpak` - Is flatpak (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional] |
|
92
95
|
| **orphaned_for** | **Float** | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional] |
|
93
96
|
| **prn__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
94
97
|
| **pulp_href__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
95
98
|
| **pulp_id__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
99
|
+
| **pulp_label_select** | **String** | Filter labels by search string | [optional] |
|
96
100
|
| **q** | **String** | Filter results by using NOT, AND and OR operations on other filters | [optional] |
|
97
101
|
| **repository_version** | **String** | Repository Version referenced by HREF/PRN | [optional] |
|
98
102
|
| **repository_version_added** | **String** | Repository Version referenced by HREF/PRN | [optional] |
|
@@ -189,3 +193,147 @@ end
|
|
189
193
|
- **Content-Type**: Not defined
|
190
194
|
- **Accept**: application/json
|
191
195
|
|
196
|
+
|
197
|
+
## set_label
|
198
|
+
|
199
|
+
> <SetLabelResponse> set_label(container_manifest_href, set_label)
|
200
|
+
|
201
|
+
Set a label
|
202
|
+
|
203
|
+
Set a single pulp_label on the object to a specific value or null.
|
204
|
+
|
205
|
+
### Examples
|
206
|
+
|
207
|
+
```ruby
|
208
|
+
require 'time'
|
209
|
+
require 'pulp_container_client'
|
210
|
+
# setup authorization
|
211
|
+
PulpContainerClient.configure do |config|
|
212
|
+
# Configure HTTP basic authorization: basicAuth
|
213
|
+
config.username = 'YOUR USERNAME'
|
214
|
+
config.password = 'YOUR PASSWORD'
|
215
|
+
end
|
216
|
+
|
217
|
+
api_instance = PulpContainerClient::ContentManifestsApi.new
|
218
|
+
container_manifest_href = 'container_manifest_href_example' # String |
|
219
|
+
set_label = PulpContainerClient::SetLabel.new({key: 'key_example', value: 'value_example'}) # SetLabel |
|
220
|
+
|
221
|
+
begin
|
222
|
+
# Set a label
|
223
|
+
result = api_instance.set_label(container_manifest_href, set_label)
|
224
|
+
p result
|
225
|
+
rescue PulpContainerClient::ApiError => e
|
226
|
+
puts "Error when calling ContentManifestsApi->set_label: #{e}"
|
227
|
+
end
|
228
|
+
```
|
229
|
+
|
230
|
+
#### Using the set_label_with_http_info variant
|
231
|
+
|
232
|
+
This returns an Array which contains the response data, status code and headers.
|
233
|
+
|
234
|
+
> <Array(<SetLabelResponse>, Integer, Hash)> set_label_with_http_info(container_manifest_href, set_label)
|
235
|
+
|
236
|
+
```ruby
|
237
|
+
begin
|
238
|
+
# Set a label
|
239
|
+
data, status_code, headers = api_instance.set_label_with_http_info(container_manifest_href, set_label)
|
240
|
+
p status_code # => 2xx
|
241
|
+
p headers # => { ... }
|
242
|
+
p data # => <SetLabelResponse>
|
243
|
+
rescue PulpContainerClient::ApiError => e
|
244
|
+
puts "Error when calling ContentManifestsApi->set_label_with_http_info: #{e}"
|
245
|
+
end
|
246
|
+
```
|
247
|
+
|
248
|
+
### Parameters
|
249
|
+
|
250
|
+
| Name | Type | Description | Notes |
|
251
|
+
| ---- | ---- | ----------- | ----- |
|
252
|
+
| **container_manifest_href** | **String** | | |
|
253
|
+
| **set_label** | [**SetLabel**](SetLabel.md) | | |
|
254
|
+
|
255
|
+
### Return type
|
256
|
+
|
257
|
+
[**SetLabelResponse**](SetLabelResponse.md)
|
258
|
+
|
259
|
+
### Authorization
|
260
|
+
|
261
|
+
[basicAuth](../README.md#basicAuth)
|
262
|
+
|
263
|
+
### HTTP request headers
|
264
|
+
|
265
|
+
- **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
|
266
|
+
- **Accept**: application/json
|
267
|
+
|
268
|
+
|
269
|
+
## unset_label
|
270
|
+
|
271
|
+
> <UnsetLabelResponse> unset_label(container_manifest_href, unset_label)
|
272
|
+
|
273
|
+
Unset a label
|
274
|
+
|
275
|
+
Unset a single pulp_label on the object.
|
276
|
+
|
277
|
+
### Examples
|
278
|
+
|
279
|
+
```ruby
|
280
|
+
require 'time'
|
281
|
+
require 'pulp_container_client'
|
282
|
+
# setup authorization
|
283
|
+
PulpContainerClient.configure do |config|
|
284
|
+
# Configure HTTP basic authorization: basicAuth
|
285
|
+
config.username = 'YOUR USERNAME'
|
286
|
+
config.password = 'YOUR PASSWORD'
|
287
|
+
end
|
288
|
+
|
289
|
+
api_instance = PulpContainerClient::ContentManifestsApi.new
|
290
|
+
container_manifest_href = 'container_manifest_href_example' # String |
|
291
|
+
unset_label = PulpContainerClient::UnsetLabel.new({key: 'key_example'}) # UnsetLabel |
|
292
|
+
|
293
|
+
begin
|
294
|
+
# Unset a label
|
295
|
+
result = api_instance.unset_label(container_manifest_href, unset_label)
|
296
|
+
p result
|
297
|
+
rescue PulpContainerClient::ApiError => e
|
298
|
+
puts "Error when calling ContentManifestsApi->unset_label: #{e}"
|
299
|
+
end
|
300
|
+
```
|
301
|
+
|
302
|
+
#### Using the unset_label_with_http_info variant
|
303
|
+
|
304
|
+
This returns an Array which contains the response data, status code and headers.
|
305
|
+
|
306
|
+
> <Array(<UnsetLabelResponse>, Integer, Hash)> unset_label_with_http_info(container_manifest_href, unset_label)
|
307
|
+
|
308
|
+
```ruby
|
309
|
+
begin
|
310
|
+
# Unset a label
|
311
|
+
data, status_code, headers = api_instance.unset_label_with_http_info(container_manifest_href, unset_label)
|
312
|
+
p status_code # => 2xx
|
313
|
+
p headers # => { ... }
|
314
|
+
p data # => <UnsetLabelResponse>
|
315
|
+
rescue PulpContainerClient::ApiError => e
|
316
|
+
puts "Error when calling ContentManifestsApi->unset_label_with_http_info: #{e}"
|
317
|
+
end
|
318
|
+
```
|
319
|
+
|
320
|
+
### Parameters
|
321
|
+
|
322
|
+
| Name | Type | Description | Notes |
|
323
|
+
| ---- | ---- | ----------- | ----- |
|
324
|
+
| **container_manifest_href** | **String** | | |
|
325
|
+
| **unset_label** | [**UnsetLabel**](UnsetLabel.md) | | |
|
326
|
+
|
327
|
+
### Return type
|
328
|
+
|
329
|
+
[**UnsetLabelResponse**](UnsetLabelResponse.md)
|
330
|
+
|
331
|
+
### Authorization
|
332
|
+
|
333
|
+
[basicAuth](../README.md#basicAuth)
|
334
|
+
|
335
|
+
### HTTP request headers
|
336
|
+
|
337
|
+
- **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
|
338
|
+
- **Accept**: application/json
|
339
|
+
|
@@ -6,6 +6,8 @@ All URIs are relative to *http://localhost:24817*
|
|
6
6
|
| ------ | ------------ | ----------- |
|
7
7
|
| [**list**](ContentSignaturesApi.md#list) | **GET** /pulp/api/v3/content/container/signatures/ | List manifest signatures |
|
8
8
|
| [**read**](ContentSignaturesApi.md#read) | **GET** {container_manifest_signature_href} | Inspect a manifest signature |
|
9
|
+
| [**set_label**](ContentSignaturesApi.md#set_label) | **POST** {container_manifest_signature_href}set_label/ | Set a label |
|
10
|
+
| [**unset_label**](ContentSignaturesApi.md#unset_label) | **POST** {container_manifest_signature_href}unset_label/ | Unset a label |
|
9
11
|
|
10
12
|
|
11
13
|
## list
|
@@ -46,11 +48,12 @@ opts = {
|
|
46
48
|
name__regex: 'name__regex_example', # String | Filter results where name matches regex value
|
47
49
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
48
50
|
offset: 56, # Integer | The initial index from which to return the results.
|
49
|
-
ordering: ['-creator'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `name` - Name * `-name` - Name (descending) * `digest` - Digest * `-digest` - Digest (descending) * `type` - Type * `-type` - Type (descending) * `key_id` - Key id * `-key_id` - Key id (descending) * `timestamp` - Timestamp * `-timestamp` - Timestamp (descending) * `creator` - Creator * `-creator` - Creator (descending) * `data` - Data * `-data` - Data (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
51
|
+
ordering: ['-creator'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `name` - Name * `-name` - Name (descending) * `digest` - Digest * `-digest` - Digest (descending) * `type` - Type * `-type` - Type (descending) * `key_id` - Key id * `-key_id` - Key id (descending) * `timestamp` - Timestamp * `-timestamp` - Timestamp (descending) * `creator` - Creator * `-creator` - Creator (descending) * `data` - Data * `-data` - Data (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
50
52
|
orphaned_for: 8.14, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
51
53
|
prn__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
52
54
|
pulp_href__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
53
55
|
pulp_id__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
56
|
+
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
54
57
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
55
58
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF/PRN
|
56
59
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF/PRN
|
@@ -106,11 +109,12 @@ end
|
|
106
109
|
| **name__regex** | **String** | Filter results where name matches regex value | [optional] |
|
107
110
|
| **name__startswith** | **String** | Filter results where name starts with value | [optional] |
|
108
111
|
| **offset** | **Integer** | The initial index from which to return the results. | [optional] |
|
109
|
-
| **ordering** | [**Array<String>**](String.md) | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `name` - Name * `-name` - Name (descending) * `digest` - Digest * `-digest` - Digest (descending) * `type` - Type * `-type` - Type (descending) * `key_id` - Key id * `-key_id` - Key id (descending) * `timestamp` - Timestamp * `-timestamp` - Timestamp (descending) * `creator` - Creator * `-creator` - Creator (descending) * `data` - Data * `-data` - Data (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional] |
|
112
|
+
| **ordering** | [**Array<String>**](String.md) | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `name` - Name * `-name` - Name (descending) * `digest` - Digest * `-digest` - Digest (descending) * `type` - Type * `-type` - Type (descending) * `key_id` - Key id * `-key_id` - Key id (descending) * `timestamp` - Timestamp * `-timestamp` - Timestamp (descending) * `creator` - Creator * `-creator` - Creator (descending) * `data` - Data * `-data` - Data (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional] |
|
110
113
|
| **orphaned_for** | **Float** | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional] |
|
111
114
|
| **prn__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
112
115
|
| **pulp_href__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
113
116
|
| **pulp_id__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
117
|
+
| **pulp_label_select** | **String** | Filter labels by search string | [optional] |
|
114
118
|
| **q** | **String** | Filter results by using NOT, AND and OR operations on other filters | [optional] |
|
115
119
|
| **repository_version** | **String** | Repository Version referenced by HREF/PRN | [optional] |
|
116
120
|
| **repository_version_added** | **String** | Repository Version referenced by HREF/PRN | [optional] |
|
@@ -207,3 +211,147 @@ end
|
|
207
211
|
- **Content-Type**: Not defined
|
208
212
|
- **Accept**: application/json
|
209
213
|
|
214
|
+
|
215
|
+
## set_label
|
216
|
+
|
217
|
+
> <SetLabelResponse> set_label(container_manifest_signature_href, set_label)
|
218
|
+
|
219
|
+
Set a label
|
220
|
+
|
221
|
+
Set a single pulp_label on the object to a specific value or null.
|
222
|
+
|
223
|
+
### Examples
|
224
|
+
|
225
|
+
```ruby
|
226
|
+
require 'time'
|
227
|
+
require 'pulp_container_client'
|
228
|
+
# setup authorization
|
229
|
+
PulpContainerClient.configure do |config|
|
230
|
+
# Configure HTTP basic authorization: basicAuth
|
231
|
+
config.username = 'YOUR USERNAME'
|
232
|
+
config.password = 'YOUR PASSWORD'
|
233
|
+
end
|
234
|
+
|
235
|
+
api_instance = PulpContainerClient::ContentSignaturesApi.new
|
236
|
+
container_manifest_signature_href = 'container_manifest_signature_href_example' # String |
|
237
|
+
set_label = PulpContainerClient::SetLabel.new({key: 'key_example', value: 'value_example'}) # SetLabel |
|
238
|
+
|
239
|
+
begin
|
240
|
+
# Set a label
|
241
|
+
result = api_instance.set_label(container_manifest_signature_href, set_label)
|
242
|
+
p result
|
243
|
+
rescue PulpContainerClient::ApiError => e
|
244
|
+
puts "Error when calling ContentSignaturesApi->set_label: #{e}"
|
245
|
+
end
|
246
|
+
```
|
247
|
+
|
248
|
+
#### Using the set_label_with_http_info variant
|
249
|
+
|
250
|
+
This returns an Array which contains the response data, status code and headers.
|
251
|
+
|
252
|
+
> <Array(<SetLabelResponse>, Integer, Hash)> set_label_with_http_info(container_manifest_signature_href, set_label)
|
253
|
+
|
254
|
+
```ruby
|
255
|
+
begin
|
256
|
+
# Set a label
|
257
|
+
data, status_code, headers = api_instance.set_label_with_http_info(container_manifest_signature_href, set_label)
|
258
|
+
p status_code # => 2xx
|
259
|
+
p headers # => { ... }
|
260
|
+
p data # => <SetLabelResponse>
|
261
|
+
rescue PulpContainerClient::ApiError => e
|
262
|
+
puts "Error when calling ContentSignaturesApi->set_label_with_http_info: #{e}"
|
263
|
+
end
|
264
|
+
```
|
265
|
+
|
266
|
+
### Parameters
|
267
|
+
|
268
|
+
| Name | Type | Description | Notes |
|
269
|
+
| ---- | ---- | ----------- | ----- |
|
270
|
+
| **container_manifest_signature_href** | **String** | | |
|
271
|
+
| **set_label** | [**SetLabel**](SetLabel.md) | | |
|
272
|
+
|
273
|
+
### Return type
|
274
|
+
|
275
|
+
[**SetLabelResponse**](SetLabelResponse.md)
|
276
|
+
|
277
|
+
### Authorization
|
278
|
+
|
279
|
+
[basicAuth](../README.md#basicAuth)
|
280
|
+
|
281
|
+
### HTTP request headers
|
282
|
+
|
283
|
+
- **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
|
284
|
+
- **Accept**: application/json
|
285
|
+
|
286
|
+
|
287
|
+
## unset_label
|
288
|
+
|
289
|
+
> <UnsetLabelResponse> unset_label(container_manifest_signature_href, unset_label)
|
290
|
+
|
291
|
+
Unset a label
|
292
|
+
|
293
|
+
Unset a single pulp_label on the object.
|
294
|
+
|
295
|
+
### Examples
|
296
|
+
|
297
|
+
```ruby
|
298
|
+
require 'time'
|
299
|
+
require 'pulp_container_client'
|
300
|
+
# setup authorization
|
301
|
+
PulpContainerClient.configure do |config|
|
302
|
+
# Configure HTTP basic authorization: basicAuth
|
303
|
+
config.username = 'YOUR USERNAME'
|
304
|
+
config.password = 'YOUR PASSWORD'
|
305
|
+
end
|
306
|
+
|
307
|
+
api_instance = PulpContainerClient::ContentSignaturesApi.new
|
308
|
+
container_manifest_signature_href = 'container_manifest_signature_href_example' # String |
|
309
|
+
unset_label = PulpContainerClient::UnsetLabel.new({key: 'key_example'}) # UnsetLabel |
|
310
|
+
|
311
|
+
begin
|
312
|
+
# Unset a label
|
313
|
+
result = api_instance.unset_label(container_manifest_signature_href, unset_label)
|
314
|
+
p result
|
315
|
+
rescue PulpContainerClient::ApiError => e
|
316
|
+
puts "Error when calling ContentSignaturesApi->unset_label: #{e}"
|
317
|
+
end
|
318
|
+
```
|
319
|
+
|
320
|
+
#### Using the unset_label_with_http_info variant
|
321
|
+
|
322
|
+
This returns an Array which contains the response data, status code and headers.
|
323
|
+
|
324
|
+
> <Array(<UnsetLabelResponse>, Integer, Hash)> unset_label_with_http_info(container_manifest_signature_href, unset_label)
|
325
|
+
|
326
|
+
```ruby
|
327
|
+
begin
|
328
|
+
# Unset a label
|
329
|
+
data, status_code, headers = api_instance.unset_label_with_http_info(container_manifest_signature_href, unset_label)
|
330
|
+
p status_code # => 2xx
|
331
|
+
p headers # => { ... }
|
332
|
+
p data # => <UnsetLabelResponse>
|
333
|
+
rescue PulpContainerClient::ApiError => e
|
334
|
+
puts "Error when calling ContentSignaturesApi->unset_label_with_http_info: #{e}"
|
335
|
+
end
|
336
|
+
```
|
337
|
+
|
338
|
+
### Parameters
|
339
|
+
|
340
|
+
| Name | Type | Description | Notes |
|
341
|
+
| ---- | ---- | ----------- | ----- |
|
342
|
+
| **container_manifest_signature_href** | **String** | | |
|
343
|
+
| **unset_label** | [**UnsetLabel**](UnsetLabel.md) | | |
|
344
|
+
|
345
|
+
### Return type
|
346
|
+
|
347
|
+
[**UnsetLabelResponse**](UnsetLabelResponse.md)
|
348
|
+
|
349
|
+
### Authorization
|
350
|
+
|
351
|
+
[basicAuth](../README.md#basicAuth)
|
352
|
+
|
353
|
+
### HTTP request headers
|
354
|
+
|
355
|
+
- **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
|
356
|
+
- **Accept**: application/json
|
357
|
+
|
data/docs/ContentTagsApi.md
CHANGED
@@ -6,6 +6,8 @@ All URIs are relative to *http://localhost:24817*
|
|
6
6
|
| ------ | ------------ | ----------- |
|
7
7
|
| [**list**](ContentTagsApi.md#list) | **GET** /pulp/api/v3/content/container/tags/ | List tags |
|
8
8
|
| [**read**](ContentTagsApi.md#read) | **GET** {container_tag_href} | Inspect a tag |
|
9
|
+
| [**set_label**](ContentTagsApi.md#set_label) | **POST** {container_tag_href}set_label/ | Set a label |
|
10
|
+
| [**unset_label**](ContentTagsApi.md#unset_label) | **POST** {container_tag_href}unset_label/ | Unset a label |
|
9
11
|
|
10
12
|
|
11
13
|
## list
|
@@ -36,11 +38,12 @@ opts = {
|
|
36
38
|
name: 'name_example', # String | Filter results where name matches value
|
37
39
|
name__in: ['inner_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
38
40
|
offset: 56, # Integer | The initial index from which to return the results.
|
39
|
-
ordering: ['-name'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `name` - Name * `-name` - Name (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
41
|
+
ordering: ['-name'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `name` - Name * `-name` - Name (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
40
42
|
orphaned_for: 8.14, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
41
43
|
prn__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
42
44
|
pulp_href__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
43
45
|
pulp_id__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
46
|
+
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
44
47
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
45
48
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF/PRN
|
46
49
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF/PRN
|
@@ -86,11 +89,12 @@ end
|
|
86
89
|
| **name** | **String** | Filter results where name matches value | [optional] |
|
87
90
|
| **name__in** | [**Array<String>**](String.md) | Filter results where name is in a comma-separated list of values | [optional] |
|
88
91
|
| **offset** | **Integer** | The initial index from which to return the results. | [optional] |
|
89
|
-
| **ordering** | [**Array<String>**](String.md) | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `name` - Name * `-name` - Name (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional] |
|
92
|
+
| **ordering** | [**Array<String>**](String.md) | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `name` - Name * `-name` - Name (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional] |
|
90
93
|
| **orphaned_for** | **Float** | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional] |
|
91
94
|
| **prn__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
92
95
|
| **pulp_href__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
93
96
|
| **pulp_id__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
97
|
+
| **pulp_label_select** | **String** | Filter labels by search string | [optional] |
|
94
98
|
| **q** | **String** | Filter results by using NOT, AND and OR operations on other filters | [optional] |
|
95
99
|
| **repository_version** | **String** | Repository Version referenced by HREF/PRN | [optional] |
|
96
100
|
| **repository_version_added** | **String** | Repository Version referenced by HREF/PRN | [optional] |
|
@@ -187,3 +191,147 @@ end
|
|
187
191
|
- **Content-Type**: Not defined
|
188
192
|
- **Accept**: application/json
|
189
193
|
|
194
|
+
|
195
|
+
## set_label
|
196
|
+
|
197
|
+
> <SetLabelResponse> set_label(container_tag_href, set_label)
|
198
|
+
|
199
|
+
Set a label
|
200
|
+
|
201
|
+
Set a single pulp_label on the object to a specific value or null.
|
202
|
+
|
203
|
+
### Examples
|
204
|
+
|
205
|
+
```ruby
|
206
|
+
require 'time'
|
207
|
+
require 'pulp_container_client'
|
208
|
+
# setup authorization
|
209
|
+
PulpContainerClient.configure do |config|
|
210
|
+
# Configure HTTP basic authorization: basicAuth
|
211
|
+
config.username = 'YOUR USERNAME'
|
212
|
+
config.password = 'YOUR PASSWORD'
|
213
|
+
end
|
214
|
+
|
215
|
+
api_instance = PulpContainerClient::ContentTagsApi.new
|
216
|
+
container_tag_href = 'container_tag_href_example' # String |
|
217
|
+
set_label = PulpContainerClient::SetLabel.new({key: 'key_example', value: 'value_example'}) # SetLabel |
|
218
|
+
|
219
|
+
begin
|
220
|
+
# Set a label
|
221
|
+
result = api_instance.set_label(container_tag_href, set_label)
|
222
|
+
p result
|
223
|
+
rescue PulpContainerClient::ApiError => e
|
224
|
+
puts "Error when calling ContentTagsApi->set_label: #{e}"
|
225
|
+
end
|
226
|
+
```
|
227
|
+
|
228
|
+
#### Using the set_label_with_http_info variant
|
229
|
+
|
230
|
+
This returns an Array which contains the response data, status code and headers.
|
231
|
+
|
232
|
+
> <Array(<SetLabelResponse>, Integer, Hash)> set_label_with_http_info(container_tag_href, set_label)
|
233
|
+
|
234
|
+
```ruby
|
235
|
+
begin
|
236
|
+
# Set a label
|
237
|
+
data, status_code, headers = api_instance.set_label_with_http_info(container_tag_href, set_label)
|
238
|
+
p status_code # => 2xx
|
239
|
+
p headers # => { ... }
|
240
|
+
p data # => <SetLabelResponse>
|
241
|
+
rescue PulpContainerClient::ApiError => e
|
242
|
+
puts "Error when calling ContentTagsApi->set_label_with_http_info: #{e}"
|
243
|
+
end
|
244
|
+
```
|
245
|
+
|
246
|
+
### Parameters
|
247
|
+
|
248
|
+
| Name | Type | Description | Notes |
|
249
|
+
| ---- | ---- | ----------- | ----- |
|
250
|
+
| **container_tag_href** | **String** | | |
|
251
|
+
| **set_label** | [**SetLabel**](SetLabel.md) | | |
|
252
|
+
|
253
|
+
### Return type
|
254
|
+
|
255
|
+
[**SetLabelResponse**](SetLabelResponse.md)
|
256
|
+
|
257
|
+
### Authorization
|
258
|
+
|
259
|
+
[basicAuth](../README.md#basicAuth)
|
260
|
+
|
261
|
+
### HTTP request headers
|
262
|
+
|
263
|
+
- **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
|
264
|
+
- **Accept**: application/json
|
265
|
+
|
266
|
+
|
267
|
+
## unset_label
|
268
|
+
|
269
|
+
> <UnsetLabelResponse> unset_label(container_tag_href, unset_label)
|
270
|
+
|
271
|
+
Unset a label
|
272
|
+
|
273
|
+
Unset a single pulp_label on the object.
|
274
|
+
|
275
|
+
### Examples
|
276
|
+
|
277
|
+
```ruby
|
278
|
+
require 'time'
|
279
|
+
require 'pulp_container_client'
|
280
|
+
# setup authorization
|
281
|
+
PulpContainerClient.configure do |config|
|
282
|
+
# Configure HTTP basic authorization: basicAuth
|
283
|
+
config.username = 'YOUR USERNAME'
|
284
|
+
config.password = 'YOUR PASSWORD'
|
285
|
+
end
|
286
|
+
|
287
|
+
api_instance = PulpContainerClient::ContentTagsApi.new
|
288
|
+
container_tag_href = 'container_tag_href_example' # String |
|
289
|
+
unset_label = PulpContainerClient::UnsetLabel.new({key: 'key_example'}) # UnsetLabel |
|
290
|
+
|
291
|
+
begin
|
292
|
+
# Unset a label
|
293
|
+
result = api_instance.unset_label(container_tag_href, unset_label)
|
294
|
+
p result
|
295
|
+
rescue PulpContainerClient::ApiError => e
|
296
|
+
puts "Error when calling ContentTagsApi->unset_label: #{e}"
|
297
|
+
end
|
298
|
+
```
|
299
|
+
|
300
|
+
#### Using the unset_label_with_http_info variant
|
301
|
+
|
302
|
+
This returns an Array which contains the response data, status code and headers.
|
303
|
+
|
304
|
+
> <Array(<UnsetLabelResponse>, Integer, Hash)> unset_label_with_http_info(container_tag_href, unset_label)
|
305
|
+
|
306
|
+
```ruby
|
307
|
+
begin
|
308
|
+
# Unset a label
|
309
|
+
data, status_code, headers = api_instance.unset_label_with_http_info(container_tag_href, unset_label)
|
310
|
+
p status_code # => 2xx
|
311
|
+
p headers # => { ... }
|
312
|
+
p data # => <UnsetLabelResponse>
|
313
|
+
rescue PulpContainerClient::ApiError => e
|
314
|
+
puts "Error when calling ContentTagsApi->unset_label_with_http_info: #{e}"
|
315
|
+
end
|
316
|
+
```
|
317
|
+
|
318
|
+
### Parameters
|
319
|
+
|
320
|
+
| Name | Type | Description | Notes |
|
321
|
+
| ---- | ---- | ----------- | ----- |
|
322
|
+
| **container_tag_href** | **String** | | |
|
323
|
+
| **unset_label** | [**UnsetLabel**](UnsetLabel.md) | | |
|
324
|
+
|
325
|
+
### Return type
|
326
|
+
|
327
|
+
[**UnsetLabelResponse**](UnsetLabelResponse.md)
|
328
|
+
|
329
|
+
### Authorization
|
330
|
+
|
331
|
+
[basicAuth](../README.md#basicAuth)
|
332
|
+
|
333
|
+
### HTTP request headers
|
334
|
+
|
335
|
+
- **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
|
336
|
+
- **Accept**: application/json
|
337
|
+
|
@@ -256,6 +256,7 @@ opts = {
|
|
256
256
|
base_path__contains: 'base_path__contains_example', # String | Filter results where base_path contains value
|
257
257
|
base_path__icontains: 'base_path__icontains_example', # String | Filter results where base_path contains value
|
258
258
|
base_path__in: ['inner_example'], # Array<String> | Filter results where base_path is in a comma-separated list of values
|
259
|
+
checkpoint: true, # Boolean | Filter results where checkpoint matches value
|
259
260
|
limit: 56, # Integer | Number of results to return per page.
|
260
261
|
name: 'name_example', # String | Filter results where name matches value
|
261
262
|
name__contains: 'name__contains_example', # String | Filter results where name contains value
|
@@ -268,7 +269,7 @@ opts = {
|
|
268
269
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
269
270
|
namespace__name: 'namespace__name_example', # String |
|
270
271
|
offset: 56, # Integer | The initial index from which to return the results.
|
271
|
-
ordering: ['-base_path'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `hidden` - Hidden * `-hidden` - Hidden (descending) * `private` - Private * `-private` - Private (descending) * `description` - Description * `-description` - Description (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
272
|
+
ordering: ['-base_path'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `hidden` - Hidden * `-hidden` - Hidden (descending) * `checkpoint` - Checkpoint * `-checkpoint` - Checkpoint (descending) * `private` - Private * `-private` - Private (descending) * `description` - Description * `-description` - Description (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
272
273
|
prn__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
273
274
|
pulp_href__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
274
275
|
pulp_id__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
@@ -316,6 +317,7 @@ end
|
|
316
317
|
| **base_path__contains** | **String** | Filter results where base_path contains value | [optional] |
|
317
318
|
| **base_path__icontains** | **String** | Filter results where base_path contains value | [optional] |
|
318
319
|
| **base_path__in** | [**Array<String>**](String.md) | Filter results where base_path is in a comma-separated list of values | [optional] |
|
320
|
+
| **checkpoint** | **Boolean** | Filter results where checkpoint matches value | [optional] |
|
319
321
|
| **limit** | **Integer** | Number of results to return per page. | [optional] |
|
320
322
|
| **name** | **String** | Filter results where name matches value | [optional] |
|
321
323
|
| **name__contains** | **String** | Filter results where name contains value | [optional] |
|
@@ -328,7 +330,7 @@ end
|
|
328
330
|
| **name__startswith** | **String** | Filter results where name starts with value | [optional] |
|
329
331
|
| **namespace__name** | **String** | | [optional] |
|
330
332
|
| **offset** | **Integer** | The initial index from which to return the results. | [optional] |
|
331
|
-
| **ordering** | [**Array<String>**](String.md) | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `hidden` - Hidden * `-hidden` - Hidden (descending) * `private` - Private * `-private` - Private (descending) * `description` - Description * `-description` - Description (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional] |
|
333
|
+
| **ordering** | [**Array<String>**](String.md) | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `hidden` - Hidden * `-hidden` - Hidden (descending) * `checkpoint` - Checkpoint * `-checkpoint` - Checkpoint (descending) * `private` - Private * `-private` - Private (descending) * `description` - Description * `-description` - Description (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional] |
|
332
334
|
| **prn__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
333
335
|
| **pulp_href__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
334
336
|
| **pulp_id__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
@@ -256,6 +256,7 @@ opts = {
|
|
256
256
|
base_path__contains: 'base_path__contains_example', # String | Filter results where base_path contains value
|
257
257
|
base_path__icontains: 'base_path__icontains_example', # String | Filter results where base_path contains value
|
258
258
|
base_path__in: ['inner_example'], # Array<String> | Filter results where base_path is in a comma-separated list of values
|
259
|
+
checkpoint: true, # Boolean | Filter results where checkpoint matches value
|
259
260
|
limit: 56, # Integer | Number of results to return per page.
|
260
261
|
name: 'name_example', # String | Filter results where name matches value
|
261
262
|
name__contains: 'name__contains_example', # String | Filter results where name contains value
|
@@ -267,7 +268,7 @@ opts = {
|
|
267
268
|
name__regex: 'name__regex_example', # String | Filter results where name matches regex value
|
268
269
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
269
270
|
offset: 56, # Integer | The initial index from which to return the results.
|
270
|
-
ordering: ['-base_path'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `hidden` - Hidden * `-hidden` - Hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
271
|
+
ordering: ['-base_path'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `hidden` - Hidden * `-hidden` - Hidden (descending) * `checkpoint` - Checkpoint * `-checkpoint` - Checkpoint (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
271
272
|
prn__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
272
273
|
pulp_href__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
273
274
|
pulp_id__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
@@ -315,6 +316,7 @@ end
|
|
315
316
|
| **base_path__contains** | **String** | Filter results where base_path contains value | [optional] |
|
316
317
|
| **base_path__icontains** | **String** | Filter results where base_path contains value | [optional] |
|
317
318
|
| **base_path__in** | [**Array<String>**](String.md) | Filter results where base_path is in a comma-separated list of values | [optional] |
|
319
|
+
| **checkpoint** | **Boolean** | Filter results where checkpoint matches value | [optional] |
|
318
320
|
| **limit** | **Integer** | Number of results to return per page. | [optional] |
|
319
321
|
| **name** | **String** | Filter results where name matches value | [optional] |
|
320
322
|
| **name__contains** | **String** | Filter results where name contains value | [optional] |
|
@@ -326,7 +328,7 @@ end
|
|
326
328
|
| **name__regex** | **String** | Filter results where name matches regex value | [optional] |
|
327
329
|
| **name__startswith** | **String** | Filter results where name starts with value | [optional] |
|
328
330
|
| **offset** | **Integer** | The initial index from which to return the results. | [optional] |
|
329
|
-
| **ordering** | [**Array<String>**](String.md) | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `hidden` - Hidden * `-hidden` - Hidden (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional] |
|
331
|
+
| **ordering** | [**Array<String>**](String.md) | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `hidden` - Hidden * `-hidden` - Hidden (descending) * `checkpoint` - Checkpoint * `-checkpoint` - Checkpoint (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional] |
|
330
332
|
| **prn__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
331
333
|
| **pulp_href__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
332
334
|
| **pulp_id__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|