pulpcore_client 3.73.9 → 3.74.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '046970649956bd42845796a78f30a907e8bba2cd303ee463ff1411220f057777'
4
- data.tar.gz: e96137134a8e1ee2988b1398a8318675f463eb75ed6554c987f64a09bff1e89b
3
+ metadata.gz: 375ea837f49e0ac29977bc7850636bb79dd9b06f3e0d5fd82abf4c6c54e15bd8
4
+ data.tar.gz: 5ec7f83b85833de9bfe99023b4c02f14e9f2718ee36cad96e257d407a8aa1c44
5
5
  SHA512:
6
- metadata.gz: 5a85528699ebb6912762191c3aaf9f029a31510342c4136bcda0758600cc6e8b8e18d39fdcc3fc123fbe20fbfc5240bf605b6e9ccd3fe41a9042015cc748fbe4
7
- data.tar.gz: 845ff84f3926c45edbaa07d68e6045ba0febf59efbc2a0656c7d6a9aa1d26a8255dedcfa58c24937dd45ad7a2bfb07c8fc0ceac1dce1611c6c4ced6995974d92
6
+ metadata.gz: 70d7c1ad579951bf05d00a239afee2bdbe3f5b6212f617aa5320625d324a6583ebcfa2533f14772129cf4b085dcdbf51c51b6a52b1731f799a8f5607141a629b
7
+ data.tar.gz: edc1910331b9fef5b89023fa6b6de45aa7b7647ad70bc640c499a81e9fd8c8ffadef5f5b8bb4da11e514a294d7f0b6487b5899b8c56d9927a156733a802616ed
data/README.md CHANGED
@@ -7,7 +7,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
9
  - API version: v3
10
- - Package version: 3.73.9
10
+ - Package version: 3.74.0
11
11
  - Generator version: 7.10.0
12
12
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
13
13
  For more information, please visit [https://pulpproject.org](https://pulpproject.org)
@@ -25,16 +25,16 @@ gem build pulpcore_client.gemspec
25
25
  Then either install the gem locally:
26
26
 
27
27
  ```shell
28
- gem install ./pulpcore_client-3.73.9.gem
28
+ gem install ./pulpcore_client-3.74.0.gem
29
29
  ```
30
30
 
31
- (for development, run `gem install --dev ./pulpcore_client-3.73.9.gem` to install the development dependencies)
31
+ (for development, run `gem install --dev ./pulpcore_client-3.74.0.gem` to install the development dependencies)
32
32
 
33
33
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
34
34
 
35
35
  Finally add this to the Gemfile:
36
36
 
37
- gem 'pulpcore_client', '~> 3.73.9'
37
+ gem 'pulpcore_client', '~> 3.74.0'
38
38
 
39
39
  ### Install from Git
40
40
 
@@ -4,17 +4,17 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **content_guard** | **String** | An optional content-guard. | [optional] |
8
- | **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") | |
9
- | **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
7
+ | **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
10
8
  | **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
11
- | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
12
9
  | **pulp_href** | **String** | | [optional][readonly] |
13
- | **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
14
10
  | **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
15
- | **no_content_change_since** | **String** | Timestamp since when the distributed content served by this distribution has not changed. If equals to `null`, no guarantee is provided about content changes. | [optional][readonly] |
16
11
  | **pulp_labels** | **Hash<String, String>** | | [optional] |
12
+ | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
17
13
  | **base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional][readonly] |
14
+ | **no_content_change_since** | **String** | Timestamp since when the distributed content served by this distribution has not changed. If equals to `null`, no guarantee is provided about content changes. | [optional][readonly] |
15
+ | **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
16
+ | **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") | |
17
+ | **content_guard** | **String** | An optional content-guard. | [optional] |
18
18
 
19
19
  ## Example
20
20
 
@@ -22,17 +22,17 @@
22
22
  require 'pulpcore_client'
23
23
 
24
24
  instance = PulpcoreClient::ArtifactDistributionResponse.new(
25
- content_guard: null,
26
- base_path: null,
27
- hidden: null,
25
+ prn: null,
28
26
  name: null,
29
- pulp_created: null,
30
27
  pulp_href: null,
31
- prn: null,
32
28
  pulp_last_updated: null,
33
- no_content_change_since: null,
34
29
  pulp_labels: null,
35
- base_url: null
30
+ pulp_created: null,
31
+ base_url: null,
32
+ no_content_change_since: null,
33
+ hidden: null,
34
+ base_path: null,
35
+ content_guard: null
36
36
  )
37
37
  ```
38
38
 
@@ -33,6 +33,7 @@ opts = {
33
33
  base_path__contains: 'base_path__contains_example', # String | Filter results where base_path contains value
34
34
  base_path__icontains: 'base_path__icontains_example', # String | Filter results where base_path contains value
35
35
  base_path__in: ['inner_example'], # Array<String> | Filter results where base_path is in a comma-separated list of values
36
+ checkpoint: true, # Boolean | Filter results where checkpoint matches value
36
37
  limit: 56, # Integer | Number of results to return per page.
37
38
  name: 'name_example', # String | Filter results where name matches value
38
39
  name__contains: 'name__contains_example', # String | Filter results where name contains value
@@ -44,7 +45,7 @@ opts = {
44
45
  name__regex: 'name__regex_example', # String | Filter results where name matches regex value
45
46
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
46
47
  offset: 56, # Integer | The initial index from which to return the results.
47
- 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)
48
+ 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)
48
49
  prn__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
49
50
  pulp_href__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
50
51
  pulp_id__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
@@ -94,6 +95,7 @@ end
94
95
  | **base_path__contains** | **String** | Filter results where base_path contains value | [optional] |
95
96
  | **base_path__icontains** | **String** | Filter results where base_path contains value | [optional] |
96
97
  | **base_path__in** | [**Array&lt;String&gt;**](String.md) | Filter results where base_path is in a comma-separated list of values | [optional] |
98
+ | **checkpoint** | **Boolean** | Filter results where checkpoint matches value | [optional] |
97
99
  | **limit** | **Integer** | Number of results to return per page. | [optional] |
98
100
  | **name** | **String** | Filter results where name matches value | [optional] |
99
101
  | **name__contains** | **String** | Filter results where name contains value | [optional] |
@@ -105,7 +107,7 @@ end
105
107
  | **name__regex** | **String** | Filter results where name matches regex value | [optional] |
106
108
  | **name__startswith** | **String** | Filter results where name starts with value | [optional] |
107
109
  | **offset** | **Integer** | The initial index from which to return the results. | [optional] |
108
- | **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;hidden&#x60; - Hidden * &#x60;-hidden&#x60; - Hidden (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional] |
110
+ | **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;hidden&#x60; - Hidden * &#x60;-hidden&#x60; - Hidden (descending) * &#x60;checkpoint&#x60; - Checkpoint * &#x60;-checkpoint&#x60; - Checkpoint (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional] |
109
111
  | **prn__in** | [**Array&lt;String&gt;**](String.md) | Multiple values may be separated by commas. | [optional] |
110
112
  | **pulp_href__in** | [**Array&lt;String&gt;**](String.md) | Multiple values may be separated by commas. | [optional] |
111
113
  | **pulp_id__in** | [**Array&lt;String&gt;**](String.md) | Multiple values may be separated by commas. | [optional] |
@@ -34,6 +34,7 @@ opts = {
34
34
  base_path__contains: 'base_path__contains_example', # String | Filter results where base_path contains value
35
35
  base_path__icontains: 'base_path__icontains_example', # String | Filter results where base_path contains value
36
36
  base_path__in: ['inner_example'], # Array<String> | Filter results where base_path is in a comma-separated list of values
37
+ checkpoint: true, # Boolean | Filter results where checkpoint matches value
37
38
  limit: 56, # Integer | Number of results to return per page.
38
39
  name: 'name_example', # String | Filter results where name matches value
39
40
  name__contains: 'name__contains_example', # String | Filter results where name contains value
@@ -45,7 +46,7 @@ opts = {
45
46
  name__regex: 'name__regex_example', # String | Filter results where name matches regex value
46
47
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
47
48
  offset: 56, # Integer | The initial index from which to return the results.
48
- 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)
49
+ 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)
49
50
  prn__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
50
51
  pulp_href__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
51
52
  pulp_id__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
@@ -93,6 +94,7 @@ end
93
94
  | **base_path__contains** | **String** | Filter results where base_path contains value | [optional] |
94
95
  | **base_path__icontains** | **String** | Filter results where base_path contains value | [optional] |
95
96
  | **base_path__in** | [**Array&lt;String&gt;**](String.md) | Filter results where base_path is in a comma-separated list of values | [optional] |
97
+ | **checkpoint** | **Boolean** | Filter results where checkpoint matches value | [optional] |
96
98
  | **limit** | **Integer** | Number of results to return per page. | [optional] |
97
99
  | **name** | **String** | Filter results where name matches value | [optional] |
98
100
  | **name__contains** | **String** | Filter results where name contains value | [optional] |
@@ -104,7 +106,7 @@ end
104
106
  | **name__regex** | **String** | Filter results where name matches regex value | [optional] |
105
107
  | **name__startswith** | **String** | Filter results where name starts with value | [optional] |
106
108
  | **offset** | **Integer** | The initial index from which to return the results. | [optional] |
107
- | **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;hidden&#x60; - Hidden * &#x60;-hidden&#x60; - Hidden (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional] |
109
+ | **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;hidden&#x60; - Hidden * &#x60;-hidden&#x60; - Hidden (descending) * &#x60;checkpoint&#x60; - Checkpoint * &#x60;-checkpoint&#x60; - Checkpoint (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional] |
108
110
  | **prn__in** | [**Array&lt;String&gt;**](String.md) | Multiple values may be separated by commas. | [optional] |
109
111
  | **pulp_href__in** | [**Array&lt;String&gt;**](String.md) | Multiple values may be separated by commas. | [optional] |
110
112
  | **pulp_id__in** | [**Array&lt;String&gt;**](String.md) | Multiple values may be separated by commas. | [optional] |
@@ -178,7 +178,7 @@ api_instance = PulpcoreClient::DistributionsOpenpgpApi.new
178
178
  opts = {
179
179
  limit: 56, # Integer | Number of results to return per page.
180
180
  offset: 56, # Integer | The initial index from which to return the results.
181
- 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)
181
+ 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)
182
182
  prn__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
183
183
  pulp_href__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
184
184
  pulp_id__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
@@ -223,7 +223,7 @@ end
223
223
  | ---- | ---- | ----------- | ----- |
224
224
  | **limit** | **Integer** | Number of results to return per page. | [optional] |
225
225
  | **offset** | **Integer** | The initial index from which to return the results. | [optional] |
226
- | **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;hidden&#x60; - Hidden * &#x60;-hidden&#x60; - Hidden (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional] |
226
+ | **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;hidden&#x60; - Hidden * &#x60;-hidden&#x60; - Hidden (descending) * &#x60;checkpoint&#x60; - Checkpoint * &#x60;-checkpoint&#x60; - Checkpoint (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional] |
227
227
  | **prn__in** | [**Array&lt;String&gt;**](String.md) | Multiple values may be separated by commas. | [optional] |
228
228
  | **pulp_href__in** | [**Array&lt;String&gt;**](String.md) | Multiple values may be separated by commas. | [optional] |
229
229
  | **pulp_id__in** | [**Array&lt;String&gt;**](String.md) | Multiple values may be separated by commas. | [optional] |
@@ -29,11 +29,12 @@ end
29
29
 
30
30
  api_instance = PulpcoreClient::PublicationsApi.new
31
31
  opts = {
32
+ checkpoint: true, # Boolean | Filter results where checkpoint matches value
32
33
  content: 'content_example', # String | Content Unit referenced by HREF/PRN
33
34
  content__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
34
35
  limit: 56, # Integer | Number of results to return per page.
35
36
  offset: 56, # Integer | The initial index from which to return the results.
36
- ordering: ['-complete'], # 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) * `complete` - Complete * `-complete` - Complete (descending) * `pass_through` - Pass through * `-pass_through` - Pass through (descending) * `pk` - Pk * `-pk` - Pk (descending)
37
+ ordering: ['-checkpoint'], # 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) * `complete` - Complete * `-complete` - Complete (descending) * `pass_through` - Pass through * `-pass_through` - Pass through (descending) * `checkpoint` - Checkpoint * `-checkpoint` - Checkpoint (descending) * `pk` - Pk * `-pk` - Pk (descending)
37
38
  prn__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
38
39
  pulp_created: Time.parse('2013-10-20T19:20:30+01:00'), # Time | Filter results where pulp_created matches value
39
40
  pulp_created__gt: Time.parse('2013-10-20T19:20:30+01:00'), # Time | Filter results where pulp_created is greater than value
@@ -84,11 +85,12 @@ end
84
85
 
85
86
  | Name | Type | Description | Notes |
86
87
  | ---- | ---- | ----------- | ----- |
88
+ | **checkpoint** | **Boolean** | Filter results where checkpoint matches value | [optional] |
87
89
  | **content** | **String** | Content Unit referenced by HREF/PRN | [optional] |
88
90
  | **content__in** | [**Array&lt;String&gt;**](String.md) | Multiple values may be separated by commas. | [optional] |
89
91
  | **limit** | **Integer** | Number of results to return per page. | [optional] |
90
92
  | **offset** | **Integer** | The initial index from which to return the results. | [optional] |
91
- | **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;complete&#x60; - Complete * &#x60;-complete&#x60; - Complete (descending) * &#x60;pass_through&#x60; - Pass through * &#x60;-pass_through&#x60; - Pass through (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional] |
93
+ | **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;complete&#x60; - Complete * &#x60;-complete&#x60; - Complete (descending) * &#x60;pass_through&#x60; - Pass through * &#x60;-pass_through&#x60; - Pass through (descending) * &#x60;checkpoint&#x60; - Checkpoint * &#x60;-checkpoint&#x60; - Checkpoint (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional] |
92
94
  | **prn__in** | [**Array&lt;String&gt;**](String.md) | Multiple values may be separated by commas. | [optional] |
93
95
  | **pulp_created** | **Time** | Filter results where pulp_created matches value | [optional] |
94
96
  | **pulp_created__gt** | **Time** | Filter results where pulp_created is greater than value | [optional] |
@@ -26,6 +26,7 @@ module PulpcoreClient
26
26
  # @option opts [String] :base_path__contains Filter results where base_path contains value
27
27
  # @option opts [String] :base_path__icontains Filter results where base_path contains value
28
28
  # @option opts [Array<String>] :base_path__in Filter results where base_path is in a comma-separated list of values
29
+ # @option opts [Boolean] :checkpoint Filter results where checkpoint matches value
29
30
  # @option opts [Integer] :limit Number of results to return per page.
30
31
  # @option opts [String] :name Filter results where name matches value
31
32
  # @option opts [String] :name__contains Filter results where name contains value
@@ -37,7 +38,7 @@ module PulpcoreClient
37
38
  # @option opts [String] :name__regex Filter results where name matches regex value
38
39
  # @option opts [String] :name__startswith Filter results where name starts with value
39
40
  # @option opts [Integer] :offset The initial index from which to return the results.
40
- # @option opts [Array<String>] :ordering 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;hidden&#x60; - Hidden * &#x60;-hidden&#x60; - Hidden (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
41
+ # @option opts [Array<String>] :ordering 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;hidden&#x60; - Hidden * &#x60;-hidden&#x60; - Hidden (descending) * &#x60;checkpoint&#x60; - Checkpoint * &#x60;-checkpoint&#x60; - Checkpoint (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
41
42
  # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
42
43
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
43
44
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
@@ -63,6 +64,7 @@ module PulpcoreClient
63
64
  # @option opts [String] :base_path__contains Filter results where base_path contains value
64
65
  # @option opts [String] :base_path__icontains Filter results where base_path contains value
65
66
  # @option opts [Array<String>] :base_path__in Filter results where base_path is in a comma-separated list of values
67
+ # @option opts [Boolean] :checkpoint Filter results where checkpoint matches value
66
68
  # @option opts [Integer] :limit Number of results to return per page.
67
69
  # @option opts [String] :name Filter results where name matches value
68
70
  # @option opts [String] :name__contains Filter results where name contains value
@@ -74,7 +76,7 @@ module PulpcoreClient
74
76
  # @option opts [String] :name__regex Filter results where name matches regex value
75
77
  # @option opts [String] :name__startswith Filter results where name starts with value
76
78
  # @option opts [Integer] :offset The initial index from which to return the results.
77
- # @option opts [Array<String>] :ordering 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;hidden&#x60; - Hidden * &#x60;-hidden&#x60; - Hidden (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
79
+ # @option opts [Array<String>] :ordering 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;hidden&#x60; - Hidden * &#x60;-hidden&#x60; - Hidden (descending) * &#x60;checkpoint&#x60; - Checkpoint * &#x60;-checkpoint&#x60; - Checkpoint (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
78
80
  # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
79
81
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
80
82
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
@@ -92,7 +94,7 @@ module PulpcoreClient
92
94
  if @api_client.config.debugging
93
95
  @api_client.config.logger.debug 'Calling API: DistributionsApi.list ...'
94
96
  end
95
- allowable_values = ["-base_path", "-hidden", "-name", "-pk", "-pulp_created", "-pulp_id", "-pulp_labels", "-pulp_last_updated", "-pulp_type", "base_path", "hidden", "name", "pk", "pulp_created", "pulp_id", "pulp_labels", "pulp_last_updated", "pulp_type"]
97
+ allowable_values = ["-base_path", "-checkpoint", "-hidden", "-name", "-pk", "-pulp_created", "-pulp_id", "-pulp_labels", "-pulp_last_updated", "-pulp_type", "base_path", "checkpoint", "hidden", "name", "pk", "pulp_created", "pulp_id", "pulp_labels", "pulp_last_updated", "pulp_type"]
96
98
  if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
97
99
  fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
98
100
  end
@@ -113,6 +115,7 @@ module PulpcoreClient
113
115
  query_params[:'base_path__contains'] = opts[:'base_path__contains'] if !opts[:'base_path__contains'].nil?
114
116
  query_params[:'base_path__icontains'] = opts[:'base_path__icontains'] if !opts[:'base_path__icontains'].nil?
115
117
  query_params[:'base_path__in'] = @api_client.build_collection_param(opts[:'base_path__in'], :csv) if !opts[:'base_path__in'].nil?
118
+ query_params[:'checkpoint'] = opts[:'checkpoint'] if !opts[:'checkpoint'].nil?
116
119
  query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
117
120
  query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
118
121
  query_params[:'name__contains'] = opts[:'name__contains'] if !opts[:'name__contains'].nil?
@@ -26,6 +26,7 @@ module PulpcoreClient
26
26
  # @option opts [String] :base_path__contains Filter results where base_path contains value
27
27
  # @option opts [String] :base_path__icontains Filter results where base_path contains value
28
28
  # @option opts [Array<String>] :base_path__in Filter results where base_path is in a comma-separated list of values
29
+ # @option opts [Boolean] :checkpoint Filter results where checkpoint matches value
29
30
  # @option opts [Integer] :limit Number of results to return per page.
30
31
  # @option opts [String] :name Filter results where name matches value
31
32
  # @option opts [String] :name__contains Filter results where name contains value
@@ -37,7 +38,7 @@ module PulpcoreClient
37
38
  # @option opts [String] :name__regex Filter results where name matches regex value
38
39
  # @option opts [String] :name__startswith Filter results where name starts with value
39
40
  # @option opts [Integer] :offset The initial index from which to return the results.
40
- # @option opts [Array<String>] :ordering 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;hidden&#x60; - Hidden * &#x60;-hidden&#x60; - Hidden (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
41
+ # @option opts [Array<String>] :ordering 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;hidden&#x60; - Hidden * &#x60;-hidden&#x60; - Hidden (descending) * &#x60;checkpoint&#x60; - Checkpoint * &#x60;-checkpoint&#x60; - Checkpoint (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
41
42
  # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
42
43
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
43
44
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
@@ -61,6 +62,7 @@ module PulpcoreClient
61
62
  # @option opts [String] :base_path__contains Filter results where base_path contains value
62
63
  # @option opts [String] :base_path__icontains Filter results where base_path contains value
63
64
  # @option opts [Array<String>] :base_path__in Filter results where base_path is in a comma-separated list of values
65
+ # @option opts [Boolean] :checkpoint Filter results where checkpoint matches value
64
66
  # @option opts [Integer] :limit Number of results to return per page.
65
67
  # @option opts [String] :name Filter results where name matches value
66
68
  # @option opts [String] :name__contains Filter results where name contains value
@@ -72,7 +74,7 @@ module PulpcoreClient
72
74
  # @option opts [String] :name__regex Filter results where name matches regex value
73
75
  # @option opts [String] :name__startswith Filter results where name starts with value
74
76
  # @option opts [Integer] :offset The initial index from which to return the results.
75
- # @option opts [Array<String>] :ordering 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;hidden&#x60; - Hidden * &#x60;-hidden&#x60; - Hidden (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
77
+ # @option opts [Array<String>] :ordering 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;hidden&#x60; - Hidden * &#x60;-hidden&#x60; - Hidden (descending) * &#x60;checkpoint&#x60; - Checkpoint * &#x60;-checkpoint&#x60; - Checkpoint (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
76
78
  # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
77
79
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
78
80
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
@@ -88,7 +90,7 @@ module PulpcoreClient
88
90
  if @api_client.config.debugging
89
91
  @api_client.config.logger.debug 'Calling API: DistributionsArtifactsApi.list ...'
90
92
  end
91
- allowable_values = ["-base_path", "-hidden", "-name", "-pk", "-pulp_created", "-pulp_id", "-pulp_labels", "-pulp_last_updated", "-pulp_type", "base_path", "hidden", "name", "pk", "pulp_created", "pulp_id", "pulp_labels", "pulp_last_updated", "pulp_type"]
93
+ allowable_values = ["-base_path", "-checkpoint", "-hidden", "-name", "-pk", "-pulp_created", "-pulp_id", "-pulp_labels", "-pulp_last_updated", "-pulp_type", "base_path", "checkpoint", "hidden", "name", "pk", "pulp_created", "pulp_id", "pulp_labels", "pulp_last_updated", "pulp_type"]
92
94
  if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
93
95
  fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
94
96
  end
@@ -101,6 +103,7 @@ module PulpcoreClient
101
103
  query_params[:'base_path__contains'] = opts[:'base_path__contains'] if !opts[:'base_path__contains'].nil?
102
104
  query_params[:'base_path__icontains'] = opts[:'base_path__icontains'] if !opts[:'base_path__icontains'].nil?
103
105
  query_params[:'base_path__in'] = @api_client.build_collection_param(opts[:'base_path__in'], :csv) if !opts[:'base_path__in'].nil?
106
+ query_params[:'checkpoint'] = opts[:'checkpoint'] if !opts[:'checkpoint'].nil?
104
107
  query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
105
108
  query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
106
109
  query_params[:'name__contains'] = opts[:'name__contains'] if !opts[:'name__contains'].nil?
@@ -155,7 +155,7 @@ module PulpcoreClient
155
155
  # @param [Hash] opts the optional parameters
156
156
  # @option opts [Integer] :limit Number of results to return per page.
157
157
  # @option opts [Integer] :offset The initial index from which to return the results.
158
- # @option opts [Array<String>] :ordering 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;hidden&#x60; - Hidden * &#x60;-hidden&#x60; - Hidden (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
158
+ # @option opts [Array<String>] :ordering 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;hidden&#x60; - Hidden * &#x60;-hidden&#x60; - Hidden (descending) * &#x60;checkpoint&#x60; - Checkpoint * &#x60;-checkpoint&#x60; - Checkpoint (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
159
159
  # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
160
160
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
161
161
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
@@ -176,7 +176,7 @@ module PulpcoreClient
176
176
  # @param [Hash] opts the optional parameters
177
177
  # @option opts [Integer] :limit Number of results to return per page.
178
178
  # @option opts [Integer] :offset The initial index from which to return the results.
179
- # @option opts [Array<String>] :ordering 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;hidden&#x60; - Hidden * &#x60;-hidden&#x60; - Hidden (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
179
+ # @option opts [Array<String>] :ordering 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;hidden&#x60; - Hidden * &#x60;-hidden&#x60; - Hidden (descending) * &#x60;checkpoint&#x60; - Checkpoint * &#x60;-checkpoint&#x60; - Checkpoint (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
180
180
  # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
181
181
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
182
182
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
@@ -191,7 +191,7 @@ module PulpcoreClient
191
191
  if @api_client.config.debugging
192
192
  @api_client.config.logger.debug 'Calling API: DistributionsOpenpgpApi.list ...'
193
193
  end
194
- allowable_values = ["-base_path", "-hidden", "-name", "-pk", "-pulp_created", "-pulp_id", "-pulp_labels", "-pulp_last_updated", "-pulp_type", "base_path", "hidden", "name", "pk", "pulp_created", "pulp_id", "pulp_labels", "pulp_last_updated", "pulp_type"]
194
+ allowable_values = ["-base_path", "-checkpoint", "-hidden", "-name", "-pk", "-pulp_created", "-pulp_id", "-pulp_labels", "-pulp_last_updated", "-pulp_type", "base_path", "checkpoint", "hidden", "name", "pk", "pulp_created", "pulp_id", "pulp_labels", "pulp_last_updated", "pulp_type"]
195
195
  if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
196
196
  fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
197
197
  end
@@ -22,11 +22,12 @@ module PulpcoreClient
22
22
  # List publications
23
23
  # A base class for any publication viewset.
24
24
  # @param [Hash] opts the optional parameters
25
+ # @option opts [Boolean] :checkpoint Filter results where checkpoint matches value
25
26
  # @option opts [String] :content Content Unit referenced by HREF/PRN
26
27
  # @option opts [Array<String>] :content__in Multiple values may be separated by commas.
27
28
  # @option opts [Integer] :limit Number of results to return per page.
28
29
  # @option opts [Integer] :offset The initial index from which to return the results.
29
- # @option opts [Array<String>] :ordering 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;complete&#x60; - Complete * &#x60;-complete&#x60; - Complete (descending) * &#x60;pass_through&#x60; - Pass through * &#x60;-pass_through&#x60; - Pass through (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
30
+ # @option opts [Array<String>] :ordering 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;complete&#x60; - Complete * &#x60;-complete&#x60; - Complete (descending) * &#x60;pass_through&#x60; - Pass through * &#x60;-pass_through&#x60; - Pass through (descending) * &#x60;checkpoint&#x60; - Checkpoint * &#x60;-checkpoint&#x60; - Checkpoint (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
30
31
  # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
31
32
  # @option opts [Time] :pulp_created Filter results where pulp_created matches value
32
33
  # @option opts [Time] :pulp_created__gt Filter results where pulp_created is greater than value
@@ -53,11 +54,12 @@ module PulpcoreClient
53
54
  # List publications
54
55
  # A base class for any publication viewset.
55
56
  # @param [Hash] opts the optional parameters
57
+ # @option opts [Boolean] :checkpoint Filter results where checkpoint matches value
56
58
  # @option opts [String] :content Content Unit referenced by HREF/PRN
57
59
  # @option opts [Array<String>] :content__in Multiple values may be separated by commas.
58
60
  # @option opts [Integer] :limit Number of results to return per page.
59
61
  # @option opts [Integer] :offset The initial index from which to return the results.
60
- # @option opts [Array<String>] :ordering 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;complete&#x60; - Complete * &#x60;-complete&#x60; - Complete (descending) * &#x60;pass_through&#x60; - Pass through * &#x60;-pass_through&#x60; - Pass through (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
62
+ # @option opts [Array<String>] :ordering 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;complete&#x60; - Complete * &#x60;-complete&#x60; - Complete (descending) * &#x60;pass_through&#x60; - Pass through * &#x60;-pass_through&#x60; - Pass through (descending) * &#x60;checkpoint&#x60; - Checkpoint * &#x60;-checkpoint&#x60; - Checkpoint (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
61
63
  # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
62
64
  # @option opts [Time] :pulp_created Filter results where pulp_created matches value
63
65
  # @option opts [Time] :pulp_created__gt Filter results where pulp_created is greater than value
@@ -80,7 +82,7 @@ module PulpcoreClient
80
82
  if @api_client.config.debugging
81
83
  @api_client.config.logger.debug 'Calling API: PublicationsApi.list ...'
82
84
  end
83
- allowable_values = ["-complete", "-pass_through", "-pk", "-pulp_created", "-pulp_id", "-pulp_last_updated", "-pulp_type", "complete", "pass_through", "pk", "pulp_created", "pulp_id", "pulp_last_updated", "pulp_type"]
85
+ allowable_values = ["-checkpoint", "-complete", "-pass_through", "-pk", "-pulp_created", "-pulp_id", "-pulp_last_updated", "-pulp_type", "checkpoint", "complete", "pass_through", "pk", "pulp_created", "pulp_id", "pulp_last_updated", "pulp_type"]
84
86
  if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
85
87
  fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
86
88
  end
@@ -97,6 +99,7 @@ module PulpcoreClient
97
99
 
98
100
  # query parameters
99
101
  query_params = opts[:query_params] || {}
102
+ query_params[:'checkpoint'] = opts[:'checkpoint'] if !opts[:'checkpoint'].nil?
100
103
  query_params[:'content'] = opts[:'content'] if !opts[:'content'].nil?
101
104
  query_params[:'content__in'] = @api_client.build_collection_param(opts[:'content__in'], :csv) if !opts[:'content__in'].nil?
102
105
  query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?