pulp_container_client 2.14.13 → 2.15.0.dev1661401897

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of pulp_container_client might be problematic. Click here for more details.

Files changed (73) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +7 -10
  3. data/docs/ContainerContainerDistribution.md +7 -7
  4. data/docs/ContainerContainerDistributionResponse.md +9 -9
  5. data/docs/ContainerContainerPushRepository.md +7 -7
  6. data/docs/ContainerContainerPushRepositoryResponse.md +11 -11
  7. data/docs/ContainerContainerRemote.md +2 -2
  8. data/docs/ContainerContainerRemoteResponse.md +2 -4
  9. data/docs/ContainerContainerRepository.md +2 -2
  10. data/docs/ContainerContainerRepositoryResponse.md +2 -2
  11. data/docs/ContentBlobsApi.md +10 -14
  12. data/docs/ContentManifestsApi.md +12 -16
  13. data/docs/ContentSignaturesApi.md +10 -14
  14. data/docs/ContentTagsApi.md +12 -16
  15. data/docs/DistributionsContainerApi.md +22 -30
  16. data/docs/PatchedcontainerContainerDistribution.md +7 -7
  17. data/docs/PatchedcontainerContainerPushRepository.md +7 -7
  18. data/docs/PatchedcontainerContainerRemote.md +2 -2
  19. data/docs/PatchedcontainerContainerRepository.md +2 -2
  20. data/docs/PulpContainerNamespacesApi.md +18 -22
  21. data/docs/RemotesContainerApi.md +22 -26
  22. data/docs/RepositoriesContainerApi.md +21 -41
  23. data/docs/RepositoriesContainerPushApi.md +21 -41
  24. data/docs/RepositoriesContainerPushVersionsApi.md +14 -16
  25. data/docs/RepositoriesContainerVersionsApi.md +14 -16
  26. data/lib/pulp_container_client/api/content_blobs_api.rb +15 -21
  27. data/lib/pulp_container_client/api/content_manifests_api.rb +17 -23
  28. data/lib/pulp_container_client/api/content_signatures_api.rb +15 -21
  29. data/lib/pulp_container_client/api/content_tags_api.rb +17 -23
  30. data/lib/pulp_container_client/api/distributions_container_api.rb +31 -43
  31. data/lib/pulp_container_client/api/pulp_container_namespaces_api.rb +27 -33
  32. data/lib/pulp_container_client/api/remotes_container_api.rb +31 -37
  33. data/lib/pulp_container_client/api/repositories_container_api.rb +29 -59
  34. data/lib/pulp_container_client/api/repositories_container_push_api.rb +29 -59
  35. data/lib/pulp_container_client/api/repositories_container_push_versions_api.rb +19 -22
  36. data/lib/pulp_container_client/api/repositories_container_versions_api.rb +19 -22
  37. data/lib/pulp_container_client/models/container_container_distribution.rb +48 -50
  38. data/lib/pulp_container_client/models/container_container_distribution_response.rb +38 -40
  39. data/lib/pulp_container_client/models/container_container_push_repository.rb +25 -27
  40. data/lib/pulp_container_client/models/container_container_push_repository_response.rb +47 -49
  41. data/lib/pulp_container_client/models/container_container_remote.rb +3 -5
  42. data/lib/pulp_container_client/models/container_container_remote_response.rb +4 -18
  43. data/lib/pulp_container_client/models/container_container_repository.rb +3 -5
  44. data/lib/pulp_container_client/models/container_container_repository_response.rb +3 -5
  45. data/lib/pulp_container_client/models/nested_role.rb +0 -19
  46. data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +39 -41
  47. data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +25 -27
  48. data/lib/pulp_container_client/models/patchedcontainer_container_remote.rb +3 -5
  49. data/lib/pulp_container_client/models/patchedcontainer_container_repository.rb +3 -5
  50. data/lib/pulp_container_client/version.rb +1 -1
  51. data/lib/pulp_container_client.rb +0 -1
  52. data/spec/api/content_blobs_api_spec.rb +5 -7
  53. data/spec/api/content_manifests_api_spec.rb +6 -8
  54. data/spec/api/content_signatures_api_spec.rb +5 -7
  55. data/spec/api/content_tags_api_spec.rb +6 -8
  56. data/spec/api/distributions_container_api_spec.rb +11 -15
  57. data/spec/api/pulp_container_namespaces_api_spec.rb +9 -11
  58. data/spec/api/remotes_container_api_spec.rb +11 -13
  59. data/spec/api/repositories_container_api_spec.rb +10 -20
  60. data/spec/api/repositories_container_push_api_spec.rb +10 -20
  61. data/spec/api/repositories_container_push_versions_api_spec.rb +7 -8
  62. data/spec/api/repositories_container_versions_api_spec.rb +7 -8
  63. data/spec/models/container_container_distribution_response_spec.rb +7 -7
  64. data/spec/models/container_container_distribution_spec.rb +5 -5
  65. data/spec/models/container_container_push_repository_response_spec.rb +8 -8
  66. data/spec/models/container_container_push_repository_spec.rb +5 -5
  67. data/spec/models/container_container_remote_response_spec.rb +0 -6
  68. data/spec/models/patchedcontainer_container_distribution_spec.rb +5 -5
  69. data/spec/models/patchedcontainer_container_push_repository_spec.rb +5 -5
  70. metadata +46 -50
  71. data/docs/ContainerContainerRemoteResponseHiddenFields.md +0 -19
  72. data/lib/pulp_container_client/models/container_container_remote_response_hidden_fields.rb +0 -215
  73. data/spec/models/container_container_remote_response_hidden_fields_spec.rb +0 -47
@@ -199,27 +199,23 @@ end
199
199
 
200
200
  api_instance = PulpContainerClient::DistributionsContainerApi.new
201
201
  opts = {
202
- base_path: 'base_path_example', # String | Filter results where base_path matches value
202
+ base_path: 'base_path_example', # String |
203
203
  base_path__contains: 'base_path__contains_example', # String | Filter results where base_path contains value
204
204
  base_path__icontains: 'base_path__icontains_example', # String | Filter results where base_path contains value
205
205
  base_path__in: ['base_path__in_example'], # Array<String> | Filter results where base_path is in a comma-separated list of values
206
206
  limit: 56, # Integer | Number of results to return per page.
207
- name: 'name_example', # String | Filter results where name matches value
207
+ name: 'name_example', # String |
208
208
  name__contains: 'name__contains_example', # String | Filter results where name contains value
209
209
  name__icontains: 'name__icontains_example', # String | Filter results where name contains value
210
210
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
211
211
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
212
212
  namespace__name: 'namespace__name_example', # String |
213
213
  offset: 56, # Integer | The initial index from which to return the results.
214
- ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `private` - Private * `-private` - Private (descending) * `description` - Description * `-description` - Description (descending) * `pk` - Pk * `-pk` - Pk (descending)
215
- pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
216
- pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
214
+ ordering: ['ordering_example'], # Array<String> | Ordering
217
215
  pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
218
- repository: 'repository_example', # String | Filter results where repository matches value
219
- repository__in: ['repository__in_example'], # Array<String> | Filter results where repository is in a comma-separated list of values
220
216
  with_content: 'with_content_example', # String | Filter distributions based on the content served by them
221
- fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
222
- exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
217
+ fields: 'fields_example', # String | A list of fields to include in the response.
218
+ exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
223
219
  }
224
220
 
225
221
  begin
@@ -236,27 +232,23 @@ end
236
232
 
237
233
  Name | Type | Description | Notes
238
234
  ------------- | ------------- | ------------- | -------------
239
- **base_path** | **String**| Filter results where base_path matches value | [optional]
235
+ **base_path** | **String**| | [optional]
240
236
  **base_path__contains** | **String**| Filter results where base_path contains value | [optional]
241
237
  **base_path__icontains** | **String**| Filter results where base_path contains value | [optional]
242
238
  **base_path__in** | [**Array&lt;String&gt;**](String.md)| Filter results where base_path is in a comma-separated list of values | [optional]
243
239
  **limit** | **Integer**| Number of results to return per page. | [optional]
244
- **name** | **String**| Filter results where name matches value | [optional]
240
+ **name** | **String**| | [optional]
245
241
  **name__contains** | **String**| Filter results where name contains value | [optional]
246
242
  **name__icontains** | **String**| Filter results where name contains value | [optional]
247
243
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
248
244
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
249
245
  **namespace__name** | **String**| | [optional]
250
246
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
251
- **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;base_path&#x60; - Base path * &#x60;-base_path&#x60; - Base path (descending) * &#x60;private&#x60; - Private * &#x60;-private&#x60; - Private (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
252
- **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
253
- **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
247
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
254
248
  **pulp_label_select** | **String**| Filter labels by search string | [optional]
255
- **repository** | **String**| Filter results where repository matches value | [optional]
256
- **repository__in** | [**Array&lt;String&gt;**](String.md)| Filter results where repository is in a comma-separated list of values | [optional]
257
249
  **with_content** | **String**| Filter distributions based on the content served by them | [optional]
258
- **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
259
- **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
250
+ **fields** | **String**| A list of fields to include in the response. | [optional]
251
+ **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
260
252
 
261
253
  ### Return type
262
254
 
@@ -295,8 +287,8 @@ end
295
287
  api_instance = PulpContainerClient::DistributionsContainerApi.new
296
288
  container_container_distribution_href = 'container_container_distribution_href_example' # String |
297
289
  opts = {
298
- fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
299
- exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
290
+ fields: 'fields_example', # String | A list of fields to include in the response.
291
+ exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
300
292
  }
301
293
 
302
294
  begin
@@ -313,8 +305,8 @@ end
313
305
  Name | Type | Description | Notes
314
306
  ------------- | ------------- | ------------- | -------------
315
307
  **container_container_distribution_href** | **String**| |
316
- **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
317
- **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
308
+ **fields** | **String**| A list of fields to include in the response. | [optional]
309
+ **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
318
310
 
319
311
  ### Return type
320
312
 
@@ -353,8 +345,8 @@ end
353
345
  api_instance = PulpContainerClient::DistributionsContainerApi.new
354
346
  container_container_distribution_href = 'container_container_distribution_href_example' # String |
355
347
  opts = {
356
- fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
357
- exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
348
+ fields: 'fields_example', # String | A list of fields to include in the response.
349
+ exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
358
350
  }
359
351
 
360
352
  begin
@@ -371,8 +363,8 @@ end
371
363
  Name | Type | Description | Notes
372
364
  ------------- | ------------- | ------------- | -------------
373
365
  **container_container_distribution_href** | **String**| |
374
- **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
375
- **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
366
+ **fields** | **String**| A list of fields to include in the response. | [optional]
367
+ **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
376
368
 
377
369
  ### Return type
378
370
 
@@ -466,8 +458,8 @@ end
466
458
  api_instance = PulpContainerClient::DistributionsContainerApi.new
467
459
  container_container_distribution_href = 'container_container_distribution_href_example' # String |
468
460
  opts = {
469
- fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
470
- exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
461
+ fields: 'fields_example', # String | A list of fields to include in the response.
462
+ exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
471
463
  }
472
464
 
473
465
  begin
@@ -485,8 +477,8 @@ end
485
477
  Name | Type | Description | Notes
486
478
  ------------- | ------------- | ------------- | -------------
487
479
  **container_container_distribution_href** | **String**| |
488
- **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
489
- **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
480
+ **fields** | **String**| A list of fields to include in the response. | [optional]
481
+ **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
490
482
 
491
483
  ### Return type
492
484
 
@@ -4,11 +4,11 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
+ **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \&quot;foo\&quot; and \&quot;foo/bar\&quot;) | [optional]
7
8
  **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
8
- **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
9
+ **pulp_labels** | [**Object**](.md) | | [optional]
9
10
  **name** | **String** | A unique name. Ex, &#x60;rawhide&#x60; and &#x60;stable&#x60;. | [optional]
10
- **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \&quot;foo\&quot; and \&quot;foo/bar\&quot;) | [optional]
11
- **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
11
+ **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
12
12
  **repository_version** | **String** | RepositoryVersion to be served | [optional]
13
13
  **private** | **Boolean** | Restrict pull access to explicitly authorized users. Defaults to unrestricted pull access. | [optional]
14
14
  **description** | **String** | An optional description. | [optional]
@@ -18,11 +18,11 @@ Name | Type | Description | Notes
18
18
  ```ruby
19
19
  require 'PulpContainerClient'
20
20
 
21
- instance = PulpContainerClient::PatchedcontainerContainerDistribution.new(content_guard: null,
22
- repository: null,
23
- name: null,
24
- base_path: null,
21
+ instance = PulpContainerClient::PatchedcontainerContainerDistribution.new(base_path: null,
22
+ content_guard: null,
25
23
  pulp_labels: null,
24
+ name: null,
25
+ repository: null,
26
26
  repository_version: null,
27
27
  private: null,
28
28
  description: null)
@@ -4,22 +4,22 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
7
+ **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
8
+ **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. This is provided as a tech preview in Pulp 3 and may change in the future. | [optional]
9
+ **pulp_labels** | [**Object**](.md) | | [optional]
8
10
  **description** | **String** | An optional description. | [optional]
9
11
  **name** | **String** | A unique name for this repository. | [optional]
10
- **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
11
- **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
12
12
 
13
13
  ## Code Sample
14
14
 
15
15
  ```ruby
16
16
  require 'PulpContainerClient'
17
17
 
18
- instance = PulpContainerClient::PatchedcontainerContainerPushRepository.new(retain_repo_versions: null,
19
- description: null,
20
- name: null,
18
+ instance = PulpContainerClient::PatchedcontainerContainerPushRepository.new(manifest_signing_service: null,
19
+ retain_repo_versions: null,
21
20
  pulp_labels: null,
22
- manifest_signing_service: null)
21
+ description: null,
22
+ name: null)
23
23
  ```
24
24
 
25
25
 
@@ -15,10 +15,10 @@ Name | Type | Description | Notes
15
15
  **proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional]
16
16
  **username** | **String** | The username to be used for authentication when syncing. | [optional]
17
17
  **password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional]
18
- **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
18
+ **pulp_labels** | [**Object**](.md) | | [optional]
19
19
  **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
20
20
  **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
21
- **policy** | [**PolicyEnum**](PolicyEnum.md) | immediate - All manifests and blobs are downloaded and saved during a sync. on_demand - Only tags and manifests are downloaded. Blobs are not downloaded until they are requested for the first time by a client. streamed - Blobs are streamed to the client with every request and never saved. * &#x60;immediate&#x60; - When syncing, download all metadata and content now. * &#x60;on_demand&#x60; - When syncing, download metadata, but do not download content now. Instead, download content as clients request it, and save it in Pulp to be served for future client requests. * &#x60;streamed&#x60; - When syncing, download metadata, but do not download content now. Instead,download content as clients request it, but never save it in Pulp. This causes future requests for that same content to have to be downloaded again. | [optional]
21
+ **policy** | [**PolicyEnum**](PolicyEnum.md) | immediate - All manifests and blobs are downloaded and saved during a sync. on_demand - Only tags and manifests are downloaded. Blobs are not downloaded until they are requested for the first time by a client. streamed - Blobs are streamed to the client with every request and never saved. | [optional]
22
22
  **total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
23
23
  **connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
24
24
  **sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
7
+ **pulp_labels** | [**Object**](.md) | | [optional]
8
8
  **name** | **String** | A unique name for this repository. | [optional]
9
9
  **description** | **String** | An optional description. | [optional]
10
- **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
10
+ **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. This is provided as a tech preview in Pulp 3 and may change in the future. | [optional]
11
11
  **remote** | **String** | An optional remote to use by default when syncing. | [optional]
12
12
  **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
13
13
 
@@ -204,11 +204,9 @@ opts = {
204
204
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
205
205
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
206
206
  offset: 56, # Integer | The initial index from which to return the results.
207
- ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `name` - Name * `-name` - Name (descending) * `pk` - Pk * `-pk` - Pk (descending)
208
- pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
209
- pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
210
- fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
211
- exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
207
+ ordering: ['ordering_example'], # Array<String> | Ordering
208
+ fields: 'fields_example', # String | A list of fields to include in the response.
209
+ exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
212
210
  }
213
211
 
214
212
  begin
@@ -232,11 +230,9 @@ Name | Type | Description | Notes
232
230
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
233
231
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
234
232
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
235
- **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
236
- **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
237
- **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
238
- **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
239
- **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
233
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
234
+ **fields** | **String**| A list of fields to include in the response. | [optional]
235
+ **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
240
236
 
241
237
  ### Return type
242
238
 
@@ -275,8 +271,8 @@ end
275
271
  api_instance = PulpContainerClient::PulpContainerNamespacesApi.new
276
272
  container_container_namespace_href = 'container_container_namespace_href_example' # String |
277
273
  opts = {
278
- fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
279
- exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
274
+ fields: 'fields_example', # String | A list of fields to include in the response.
275
+ exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
280
276
  }
281
277
 
282
278
  begin
@@ -293,8 +289,8 @@ end
293
289
  Name | Type | Description | Notes
294
290
  ------------- | ------------- | ------------- | -------------
295
291
  **container_container_namespace_href** | **String**| |
296
- **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
297
- **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
292
+ **fields** | **String**| A list of fields to include in the response. | [optional]
293
+ **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
298
294
 
299
295
  ### Return type
300
296
 
@@ -333,8 +329,8 @@ end
333
329
  api_instance = PulpContainerClient::PulpContainerNamespacesApi.new
334
330
  container_container_namespace_href = 'container_container_namespace_href_example' # String |
335
331
  opts = {
336
- fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
337
- exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
332
+ fields: 'fields_example', # String | A list of fields to include in the response.
333
+ exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
338
334
  }
339
335
 
340
336
  begin
@@ -351,8 +347,8 @@ end
351
347
  Name | Type | Description | Notes
352
348
  ------------- | ------------- | ------------- | -------------
353
349
  **container_container_namespace_href** | **String**| |
354
- **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
355
- **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
350
+ **fields** | **String**| A list of fields to include in the response. | [optional]
351
+ **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
356
352
 
357
353
  ### Return type
358
354
 
@@ -391,8 +387,8 @@ end
391
387
  api_instance = PulpContainerClient::PulpContainerNamespacesApi.new
392
388
  container_container_namespace_href = 'container_container_namespace_href_example' # String |
393
389
  opts = {
394
- fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
395
- exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
390
+ fields: 'fields_example', # String | A list of fields to include in the response.
391
+ exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
396
392
  }
397
393
 
398
394
  begin
@@ -410,8 +406,8 @@ end
410
406
  Name | Type | Description | Notes
411
407
  ------------- | ------------- | ------------- | -------------
412
408
  **container_container_namespace_href** | **String**| |
413
- **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
414
- **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
409
+ **fields** | **String**| A list of fields to include in the response. | [optional]
410
+ **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
415
411
 
416
412
  ### Return type
417
413
 
@@ -200,24 +200,22 @@ end
200
200
  api_instance = PulpContainerClient::RemotesContainerApi.new
201
201
  opts = {
202
202
  limit: 56, # Integer | Number of results to return per page.
203
- name: 'name_example', # String | Filter results where name matches value
203
+ name: 'name_example', # String |
204
204
  name__contains: 'name__contains_example', # String | Filter results where name contains value
205
205
  name__icontains: 'name__icontains_example', # String | Filter results where name contains value
206
206
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
207
207
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
208
208
  offset: 56, # Integer | The initial index from which to return the results.
209
- ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `url` - Url * `-url` - Url (descending) * `ca_cert` - Ca cert * `-ca_cert` - Ca cert (descending) * `client_cert` - Client cert * `-client_cert` - Client cert (descending) * `client_key` - Client key * `-client_key` - Client key (descending) * `tls_validation` - Tls validation * `-tls_validation` - Tls validation (descending) * `username` - Username * `-username` - Username (descending) * `password` - Password * `-password` - Password (descending) * `proxy_url` - Proxy url * `-proxy_url` - Proxy url (descending) * `proxy_username` - Proxy username * `-proxy_username` - Proxy username (descending) * `proxy_password` - Proxy password * `-proxy_password` - Proxy password (descending) * `download_concurrency` - Download concurrency * `-download_concurrency` - Download concurrency (descending) * `max_retries` - Max retries * `-max_retries` - Max retries (descending) * `policy` - Policy * `-policy` - Policy (descending) * `total_timeout` - Total timeout * `-total_timeout` - Total timeout (descending) * `connect_timeout` - Connect timeout * `-connect_timeout` - Connect timeout (descending) * `sock_connect_timeout` - Sock connect timeout * `-sock_connect_timeout` - Sock connect timeout (descending) * `sock_read_timeout` - Sock read timeout * `-sock_read_timeout` - Sock read timeout (descending) * `headers` - Headers * `-headers` - Headers (descending) * `rate_limit` - Rate limit * `-rate_limit` - Rate limit (descending) * `pk` - Pk * `-pk` - Pk (descending)
210
- pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
211
- pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
209
+ ordering: ['ordering_example'], # Array<String> | Ordering
212
210
  pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
213
- pulp_last_updated: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated matches value
211
+ pulp_last_updated: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | ISO 8601 formatted dates are supported
214
212
  pulp_last_updated__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is greater than value
215
213
  pulp_last_updated__gte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is greater than or equal to value
216
214
  pulp_last_updated__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is less than value
217
215
  pulp_last_updated__lte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is less than or equal to value
218
216
  pulp_last_updated__range: [DateTime.parse('2013-10-20T19:20:30+01:00')], # Array<DateTime> | Filter results where pulp_last_updated is between two comma separated values
219
- fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
220
- exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
217
+ fields: 'fields_example', # String | A list of fields to include in the response.
218
+ exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
221
219
  }
222
220
 
223
221
  begin
@@ -235,24 +233,22 @@ end
235
233
  Name | Type | Description | Notes
236
234
  ------------- | ------------- | ------------- | -------------
237
235
  **limit** | **Integer**| Number of results to return per page. | [optional]
238
- **name** | **String**| Filter results where name matches value | [optional]
236
+ **name** | **String**| | [optional]
239
237
  **name__contains** | **String**| Filter results where name contains value | [optional]
240
238
  **name__icontains** | **String**| Filter results where name contains value | [optional]
241
239
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
242
240
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
243
241
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
244
- **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;url&#x60; - Url * &#x60;-url&#x60; - Url (descending) * &#x60;ca_cert&#x60; - Ca cert * &#x60;-ca_cert&#x60; - Ca cert (descending) * &#x60;client_cert&#x60; - Client cert * &#x60;-client_cert&#x60; - Client cert (descending) * &#x60;client_key&#x60; - Client key * &#x60;-client_key&#x60; - Client key (descending) * &#x60;tls_validation&#x60; - Tls validation * &#x60;-tls_validation&#x60; - Tls validation (descending) * &#x60;username&#x60; - Username * &#x60;-username&#x60; - Username (descending) * &#x60;password&#x60; - Password * &#x60;-password&#x60; - Password (descending) * &#x60;proxy_url&#x60; - Proxy url * &#x60;-proxy_url&#x60; - Proxy url (descending) * &#x60;proxy_username&#x60; - Proxy username * &#x60;-proxy_username&#x60; - Proxy username (descending) * &#x60;proxy_password&#x60; - Proxy password * &#x60;-proxy_password&#x60; - Proxy password (descending) * &#x60;download_concurrency&#x60; - Download concurrency * &#x60;-download_concurrency&#x60; - Download concurrency (descending) * &#x60;max_retries&#x60; - Max retries * &#x60;-max_retries&#x60; - Max retries (descending) * &#x60;policy&#x60; - Policy * &#x60;-policy&#x60; - Policy (descending) * &#x60;total_timeout&#x60; - Total timeout * &#x60;-total_timeout&#x60; - Total timeout (descending) * &#x60;connect_timeout&#x60; - Connect timeout * &#x60;-connect_timeout&#x60; - Connect timeout (descending) * &#x60;sock_connect_timeout&#x60; - Sock connect timeout * &#x60;-sock_connect_timeout&#x60; - Sock connect timeout (descending) * &#x60;sock_read_timeout&#x60; - Sock read timeout * &#x60;-sock_read_timeout&#x60; - Sock read timeout (descending) * &#x60;headers&#x60; - Headers * &#x60;-headers&#x60; - Headers (descending) * &#x60;rate_limit&#x60; - Rate limit * &#x60;-rate_limit&#x60; - Rate limit (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
245
- **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
246
- **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
242
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
247
243
  **pulp_label_select** | **String**| Filter labels by search string | [optional]
248
- **pulp_last_updated** | **DateTime**| Filter results where pulp_last_updated matches value | [optional]
244
+ **pulp_last_updated** | **DateTime**| ISO 8601 formatted dates are supported | [optional]
249
245
  **pulp_last_updated__gt** | **DateTime**| Filter results where pulp_last_updated is greater than value | [optional]
250
246
  **pulp_last_updated__gte** | **DateTime**| Filter results where pulp_last_updated is greater than or equal to value | [optional]
251
247
  **pulp_last_updated__lt** | **DateTime**| Filter results where pulp_last_updated is less than value | [optional]
252
248
  **pulp_last_updated__lte** | **DateTime**| Filter results where pulp_last_updated is less than or equal to value | [optional]
253
249
  **pulp_last_updated__range** | [**Array&lt;DateTime&gt;**](DateTime.md)| Filter results where pulp_last_updated is between two comma separated values | [optional]
254
- **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
255
- **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
250
+ **fields** | **String**| A list of fields to include in the response. | [optional]
251
+ **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
256
252
 
257
253
  ### Return type
258
254
 
@@ -291,8 +287,8 @@ end
291
287
  api_instance = PulpContainerClient::RemotesContainerApi.new
292
288
  container_container_remote_href = 'container_container_remote_href_example' # String |
293
289
  opts = {
294
- fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
295
- exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
290
+ fields: 'fields_example', # String | A list of fields to include in the response.
291
+ exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
296
292
  }
297
293
 
298
294
  begin
@@ -309,8 +305,8 @@ end
309
305
  Name | Type | Description | Notes
310
306
  ------------- | ------------- | ------------- | -------------
311
307
  **container_container_remote_href** | **String**| |
312
- **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
313
- **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
308
+ **fields** | **String**| A list of fields to include in the response. | [optional]
309
+ **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
314
310
 
315
311
  ### Return type
316
312
 
@@ -349,8 +345,8 @@ end
349
345
  api_instance = PulpContainerClient::RemotesContainerApi.new
350
346
  container_container_remote_href = 'container_container_remote_href_example' # String |
351
347
  opts = {
352
- fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
353
- exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
348
+ fields: 'fields_example', # String | A list of fields to include in the response.
349
+ exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
354
350
  }
355
351
 
356
352
  begin
@@ -367,8 +363,8 @@ end
367
363
  Name | Type | Description | Notes
368
364
  ------------- | ------------- | ------------- | -------------
369
365
  **container_container_remote_href** | **String**| |
370
- **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
371
- **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
366
+ **fields** | **String**| A list of fields to include in the response. | [optional]
367
+ **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
372
368
 
373
369
  ### Return type
374
370
 
@@ -462,8 +458,8 @@ end
462
458
  api_instance = PulpContainerClient::RemotesContainerApi.new
463
459
  container_container_remote_href = 'container_container_remote_href_example' # String |
464
460
  opts = {
465
- fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
466
- exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
461
+ fields: 'fields_example', # String | A list of fields to include in the response.
462
+ exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
467
463
  }
468
464
 
469
465
  begin
@@ -481,8 +477,8 @@ end
481
477
  Name | Type | Description | Notes
482
478
  ------------- | ------------- | ------------- | -------------
483
479
  **container_container_remote_href** | **String**| |
484
- **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
485
- **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
480
+ **fields** | **String**| A list of fields to include in the response. | [optional]
481
+ **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
486
482
 
487
483
  ### Return type
488
484
 
@@ -437,27 +437,17 @@ end
437
437
  api_instance = PulpContainerClient::RepositoriesContainerApi.new
438
438
  opts = {
439
439
  limit: 56, # Integer | Number of results to return per page.
440
- name: 'name_example', # String | Filter results where name matches value
440
+ name: 'name_example', # String |
441
441
  name__contains: 'name__contains_example', # String | Filter results where name contains value
442
442
  name__icontains: 'name__icontains_example', # String | Filter results where name contains value
443
443
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
444
444
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
445
445
  offset: 56, # Integer | The initial index from which to return the results.
446
- ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `description` - Description * `-description` - Description (descending) * `next_version` - Next version * `-next_version` - Next version (descending) * `retain_repo_versions` - Retain repo versions * `-retain_repo_versions` - Retain repo versions (descending) * `user_hidden` - User hidden * `-user_hidden` - User hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
447
- pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
448
- pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
446
+ ordering: ['ordering_example'], # Array<String> | Ordering
449
447
  pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
450
448
  remote: 'remote_example', # String | Foreign Key referenced by HREF
451
- retain_repo_versions: 56, # Integer | Filter results where retain_repo_versions matches value
452
- retain_repo_versions__gt: 56, # Integer | Filter results where retain_repo_versions is greater than value
453
- retain_repo_versions__gte: 56, # Integer | Filter results where retain_repo_versions is greater than or equal to value
454
- retain_repo_versions__isnull: true, # Boolean | Filter results where retain_repo_versions has a null value
455
- retain_repo_versions__lt: 56, # Integer | Filter results where retain_repo_versions is less than value
456
- retain_repo_versions__lte: 56, # Integer | Filter results where retain_repo_versions is less than or equal to value
457
- retain_repo_versions__ne: 56, # Integer | Filter results where retain_repo_versions not equal to value
458
- retain_repo_versions__range: [56], # Array<Integer> | Filter results where retain_repo_versions is between two comma separated values
459
- fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
460
- exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
449
+ fields: 'fields_example', # String | A list of fields to include in the response.
450
+ exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
461
451
  }
462
452
 
463
453
  begin
@@ -475,27 +465,17 @@ end
475
465
  Name | Type | Description | Notes
476
466
  ------------- | ------------- | ------------- | -------------
477
467
  **limit** | **Integer**| Number of results to return per page. | [optional]
478
- **name** | **String**| Filter results where name matches value | [optional]
468
+ **name** | **String**| | [optional]
479
469
  **name__contains** | **String**| Filter results where name contains value | [optional]
480
470
  **name__icontains** | **String**| Filter results where name contains value | [optional]
481
471
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
482
472
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
483
473
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
484
- **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;next_version&#x60; - Next version * &#x60;-next_version&#x60; - Next version (descending) * &#x60;retain_repo_versions&#x60; - Retain repo versions * &#x60;-retain_repo_versions&#x60; - Retain repo versions (descending) * &#x60;user_hidden&#x60; - User hidden * &#x60;-user_hidden&#x60; - User hidden (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
485
- **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
486
- **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
474
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
487
475
  **pulp_label_select** | **String**| Filter labels by search string | [optional]
488
- **remote** | **String**| Foreign Key referenced by HREF | [optional]
489
- **retain_repo_versions** | **Integer**| Filter results where retain_repo_versions matches value | [optional]
490
- **retain_repo_versions__gt** | **Integer**| Filter results where retain_repo_versions is greater than value | [optional]
491
- **retain_repo_versions__gte** | **Integer**| Filter results where retain_repo_versions is greater than or equal to value | [optional]
492
- **retain_repo_versions__isnull** | **Boolean**| Filter results where retain_repo_versions has a null value | [optional]
493
- **retain_repo_versions__lt** | **Integer**| Filter results where retain_repo_versions is less than value | [optional]
494
- **retain_repo_versions__lte** | **Integer**| Filter results where retain_repo_versions is less than or equal to value | [optional]
495
- **retain_repo_versions__ne** | **Integer**| Filter results where retain_repo_versions not equal to value | [optional]
496
- **retain_repo_versions__range** | [**Array&lt;Integer&gt;**](Integer.md)| Filter results where retain_repo_versions is between two comma separated values | [optional]
497
- **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
498
- **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
476
+ **remote** | [**String**](.md)| Foreign Key referenced by HREF | [optional]
477
+ **fields** | **String**| A list of fields to include in the response. | [optional]
478
+ **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
499
479
 
500
480
  ### Return type
501
481
 
@@ -534,8 +514,8 @@ end
534
514
  api_instance = PulpContainerClient::RepositoriesContainerApi.new
535
515
  container_container_repository_href = 'container_container_repository_href_example' # String |
536
516
  opts = {
537
- fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
538
- exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
517
+ fields: 'fields_example', # String | A list of fields to include in the response.
518
+ exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
539
519
  }
540
520
 
541
521
  begin
@@ -552,8 +532,8 @@ end
552
532
  Name | Type | Description | Notes
553
533
  ------------- | ------------- | ------------- | -------------
554
534
  **container_container_repository_href** | **String**| |
555
- **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
556
- **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
535
+ **fields** | **String**| A list of fields to include in the response. | [optional]
536
+ **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
557
537
 
558
538
  ### Return type
559
539
 
@@ -592,8 +572,8 @@ end
592
572
  api_instance = PulpContainerClient::RepositoriesContainerApi.new
593
573
  container_container_repository_href = 'container_container_repository_href_example' # String |
594
574
  opts = {
595
- fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
596
- exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
575
+ fields: 'fields_example', # String | A list of fields to include in the response.
576
+ exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
597
577
  }
598
578
 
599
579
  begin
@@ -610,8 +590,8 @@ end
610
590
  Name | Type | Description | Notes
611
591
  ------------- | ------------- | ------------- | -------------
612
592
  **container_container_repository_href** | **String**| |
613
- **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
614
- **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
593
+ **fields** | **String**| A list of fields to include in the response. | [optional]
594
+ **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
615
595
 
616
596
  ### Return type
617
597
 
@@ -705,8 +685,8 @@ end
705
685
  api_instance = PulpContainerClient::RepositoriesContainerApi.new
706
686
  container_container_repository_href = 'container_container_repository_href_example' # String |
707
687
  opts = {
708
- fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
709
- exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
688
+ fields: 'fields_example', # String | A list of fields to include in the response.
689
+ exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
710
690
  }
711
691
 
712
692
  begin
@@ -724,8 +704,8 @@ end
724
704
  Name | Type | Description | Notes
725
705
  ------------- | ------------- | ------------- | -------------
726
706
  **container_container_repository_href** | **String**| |
727
- **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
728
- **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
707
+ **fields** | **String**| A list of fields to include in the response. | [optional]
708
+ **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
729
709
 
730
710
  ### Return type
731
711