pulpcore_client 3.34.0 → 3.36.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.
Files changed (56) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +10 -4
  3. data/docs/AccessPoliciesApi.md +4 -0
  4. data/docs/ArtifactDistributionResponse.md +10 -10
  5. data/docs/ContentguardsApi.md +4 -0
  6. data/docs/ContentguardsContentRedirectApi.md +4 -0
  7. data/docs/ContentguardsRbacApi.md +4 -0
  8. data/docs/DistributionsApi.md +4 -0
  9. data/docs/DistributionsArtifactsApi.md +4 -0
  10. data/docs/DomainsApi.md +4 -0
  11. data/docs/ExportersFilesystemApi.md +4 -0
  12. data/docs/ExportersPulpApi.md +4 -0
  13. data/docs/ImportersPulpApi.md +4 -0
  14. data/docs/RemotesApi.md +4 -0
  15. data/docs/RepositoriesApi.md +4 -0
  16. data/docs/RolesApi.md +4 -0
  17. data/docs/TasksApi.md +2 -2
  18. data/docs/UpstreamPulpsApi.md +232 -0
  19. data/docs/WorkersApi.md +4 -0
  20. data/lib/pulpcore_client/api/access_policies_api.rb +6 -0
  21. data/lib/pulpcore_client/api/contentguards_api.rb +6 -0
  22. data/lib/pulpcore_client/api/contentguards_content_redirect_api.rb +6 -0
  23. data/lib/pulpcore_client/api/contentguards_rbac_api.rb +6 -0
  24. data/lib/pulpcore_client/api/distributions_api.rb +6 -0
  25. data/lib/pulpcore_client/api/distributions_artifacts_api.rb +6 -0
  26. data/lib/pulpcore_client/api/domains_api.rb +6 -0
  27. data/lib/pulpcore_client/api/exporters_filesystem_api.rb +6 -0
  28. data/lib/pulpcore_client/api/exporters_pulp_api.rb +6 -0
  29. data/lib/pulpcore_client/api/importers_pulp_api.rb +6 -0
  30. data/lib/pulpcore_client/api/remotes_api.rb +6 -0
  31. data/lib/pulpcore_client/api/repositories_api.rb +6 -0
  32. data/lib/pulpcore_client/api/roles_api.rb +6 -0
  33. data/lib/pulpcore_client/api/tasks_api.rb +3 -3
  34. data/lib/pulpcore_client/api/upstream_pulps_api.rb +276 -0
  35. data/lib/pulpcore_client/api/workers_api.rb +6 -0
  36. data/lib/pulpcore_client/models/artifact_distribution_response.rb +47 -47
  37. data/lib/pulpcore_client/models/storage_response.rb +3 -27
  38. data/lib/pulpcore_client/version.rb +1 -1
  39. data/spec/api/access_policies_api_spec.rb +2 -0
  40. data/spec/api/contentguards_api_spec.rb +2 -0
  41. data/spec/api/contentguards_content_redirect_api_spec.rb +2 -0
  42. data/spec/api/contentguards_rbac_api_spec.rb +2 -0
  43. data/spec/api/distributions_api_spec.rb +2 -0
  44. data/spec/api/distributions_artifacts_api_spec.rb +2 -0
  45. data/spec/api/domains_api_spec.rb +2 -0
  46. data/spec/api/exporters_filesystem_api_spec.rb +2 -0
  47. data/spec/api/exporters_pulp_api_spec.rb +2 -0
  48. data/spec/api/importers_pulp_api_spec.rb +2 -0
  49. data/spec/api/remotes_api_spec.rb +2 -0
  50. data/spec/api/repositories_api_spec.rb +2 -0
  51. data/spec/api/roles_api_spec.rb +2 -0
  52. data/spec/api/tasks_api_spec.rb +1 -1
  53. data/spec/api/upstream_pulps_api_spec.rb +54 -0
  54. data/spec/api/workers_api_spec.rb +2 -0
  55. data/spec/models/artifact_distribution_response_spec.rb +8 -8
  56. metadata +143 -143
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 44924db6f7ec0f890c640e9f1875467bb5dfcf0412a0538862f8a5f933a1aaf0
4
- data.tar.gz: d1ac4cbaed541fd0eb4ebc2687eedc94acffd42684dbf75fc6f9fb4bf8349a68
3
+ metadata.gz: f9149b3edabb7dff2845572646db2d3d513778506caace5fe9890a4d02501bcd
4
+ data.tar.gz: b13d8ccb631fa5b2bfbe84dce22699bc461b70e141f2f64312c0335ae84712fb
5
5
  SHA512:
6
- metadata.gz: d5bde7b7e9edf81e7f9eec1a62a65f2ac5a6b119f6085beabeb70470390c8a27d7711038c7deb3baf0e43e84378715b15abee7f6b3fcc6d28bbb605fc94bc1dc
7
- data.tar.gz: 309319aa37a8710d3109222eaa4cd21b455a52f5eaa749fc9d2fc28af6485b9acaf45fb7873b20d9e955b40469abaf239000cfa4da4bdc9f25882f728da32f2d
6
+ metadata.gz: 55b5620e98e1e97aaa3bf80eaad8e8b8f5fe0c9566d013b865035b881338428a8456e0f0efd1e0ba529cb0b0758020bc9e08086dba5966dee58d52f08613b875
7
+ data.tar.gz: d66fb9b08912455ea38c0b89dc3bf89f4949d5259a758f4c53f155267a4564d17c520ce2aa3b5a106d28fb0ba89ddc15fcc0b2e5046524b1a1d87bdaa3f14e20
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.34.0
10
+ - Package version: 3.36.0
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [https://pulpproject.org](https://pulpproject.org)
13
13
 
@@ -24,16 +24,16 @@ gem build pulpcore_client.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./pulpcore_client-3.34.0.gem
27
+ gem install ./pulpcore_client-3.36.0.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulpcore_client-3.34.0.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulpcore_client-3.36.0.gem` to install the development dependencies)
31
31
 
32
32
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
33
33
 
34
34
  Finally add this to the Gemfile:
35
35
 
36
- gem 'pulpcore_client', '~> 3.34.0'
36
+ gem 'pulpcore_client', '~> 3.36.0'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -78,7 +78,9 @@ opts = {
78
78
  viewset_name__icontains: 'viewset_name__icontains_example', # String | Filter results where viewset_name contains value
79
79
  viewset_name__iexact: 'viewset_name__iexact_example', # String | Filter results where viewset_name matches value
80
80
  viewset_name__in: ['viewset_name__in_example'], # Array<String> | Filter results where viewset_name is in a comma-separated list of values
81
+ viewset_name__iregex: 'viewset_name__iregex_example', # String | Filter results where viewset_name matches regex value
81
82
  viewset_name__istartswith: 'viewset_name__istartswith_example', # String | Filter results where viewset_name starts with value
83
+ viewset_name__regex: 'viewset_name__regex_example', # String | Filter results where viewset_name matches regex value
82
84
  viewset_name__startswith: 'viewset_name__startswith_example', # String | Filter results where viewset_name starts with value
83
85
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
84
86
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
@@ -232,11 +234,15 @@ Class | Method | HTTP request | Description
232
234
  *PulpcoreClient::UploadsApi* | [**read**](docs/UploadsApi.md#read) | **GET** {upload_href} | Inspect an upload
233
235
  *PulpcoreClient::UploadsApi* | [**remove_role**](docs/UploadsApi.md#remove_role) | **POST** {upload_href}remove_role/ | Remove a role
234
236
  *PulpcoreClient::UploadsApi* | [**update**](docs/UploadsApi.md#update) | **PUT** {upload_href} | Upload a file chunk
237
+ *PulpcoreClient::UpstreamPulpsApi* | [**add_role**](docs/UpstreamPulpsApi.md#add_role) | **POST** {upstream_pulp_href}add_role/ | Add a role
235
238
  *PulpcoreClient::UpstreamPulpsApi* | [**create**](docs/UpstreamPulpsApi.md#create) | **POST** /pulp/api/v3/upstream-pulps/ | Create an upstream pulp
236
239
  *PulpcoreClient::UpstreamPulpsApi* | [**delete**](docs/UpstreamPulpsApi.md#delete) | **DELETE** {upstream_pulp_href} | Delete an upstream pulp
237
240
  *PulpcoreClient::UpstreamPulpsApi* | [**list**](docs/UpstreamPulpsApi.md#list) | **GET** /pulp/api/v3/upstream-pulps/ | List upstream pulps
241
+ *PulpcoreClient::UpstreamPulpsApi* | [**list_roles**](docs/UpstreamPulpsApi.md#list_roles) | **GET** {upstream_pulp_href}list_roles/ | List roles
242
+ *PulpcoreClient::UpstreamPulpsApi* | [**my_permissions**](docs/UpstreamPulpsApi.md#my_permissions) | **GET** {upstream_pulp_href}my_permissions/ | List user permissions
238
243
  *PulpcoreClient::UpstreamPulpsApi* | [**partial_update**](docs/UpstreamPulpsApi.md#partial_update) | **PATCH** {upstream_pulp_href} | Update an upstream pulp
239
244
  *PulpcoreClient::UpstreamPulpsApi* | [**read**](docs/UpstreamPulpsApi.md#read) | **GET** {upstream_pulp_href} | Inspect an upstream pulp
245
+ *PulpcoreClient::UpstreamPulpsApi* | [**remove_role**](docs/UpstreamPulpsApi.md#remove_role) | **POST** {upstream_pulp_href}remove_role/ | Remove a role
240
246
  *PulpcoreClient::UpstreamPulpsApi* | [**replicate**](docs/UpstreamPulpsApi.md#replicate) | **POST** {upstream_pulp_href}replicate/ | Replicate
241
247
  *PulpcoreClient::UpstreamPulpsApi* | [**update**](docs/UpstreamPulpsApi.md#update) | **PUT** {upstream_pulp_href} | Update an upstream pulp
242
248
  *PulpcoreClient::UsersApi* | [**create**](docs/UsersApi.md#create) | **POST** /pulp/api/v3/users/ | Create an user
@@ -46,7 +46,9 @@ opts = {
46
46
  viewset_name__icontains: 'viewset_name__icontains_example', # String | Filter results where viewset_name contains value
47
47
  viewset_name__iexact: 'viewset_name__iexact_example', # String | Filter results where viewset_name matches value
48
48
  viewset_name__in: ['viewset_name__in_example'], # Array<String> | Filter results where viewset_name is in a comma-separated list of values
49
+ viewset_name__iregex: 'viewset_name__iregex_example', # String | Filter results where viewset_name matches regex value
49
50
  viewset_name__istartswith: 'viewset_name__istartswith_example', # String | Filter results where viewset_name starts with value
51
+ viewset_name__regex: 'viewset_name__regex_example', # String | Filter results where viewset_name matches regex value
50
52
  viewset_name__startswith: 'viewset_name__startswith_example', # String | Filter results where viewset_name starts with value
51
53
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
52
54
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
@@ -78,7 +80,9 @@ Name | Type | Description | Notes
78
80
  **viewset_name__icontains** | **String**| Filter results where viewset_name contains value | [optional]
79
81
  **viewset_name__iexact** | **String**| Filter results where viewset_name matches value | [optional]
80
82
  **viewset_name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where viewset_name is in a comma-separated list of values | [optional]
83
+ **viewset_name__iregex** | **String**| Filter results where viewset_name matches regex value | [optional]
81
84
  **viewset_name__istartswith** | **String**| Filter results where viewset_name starts with value | [optional]
85
+ **viewset_name__regex** | **String**| Filter results where viewset_name matches regex value | [optional]
82
86
  **viewset_name__startswith** | **String**| Filter results where viewset_name starts with value | [optional]
83
87
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
84
88
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
@@ -4,28 +4,28 @@
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;) |
8
+ **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
9
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
10
+ **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
7
11
  **content_guard** | **String** | An optional content-guard. | [optional]
8
12
  **base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional] [readonly]
9
13
  **pulp_href** | **String** | | [optional] [readonly]
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;) |
11
14
  **name** | **String** | A unique name. Ex, &#x60;rawhide&#x60; and &#x60;stable&#x60;. |
12
- **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
13
- **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
14
- **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
15
15
 
16
16
  ## Code Sample
17
17
 
18
18
  ```ruby
19
19
  require 'PulpcoreClient'
20
20
 
21
- instance = PulpcoreClient::ArtifactDistributionResponse.new(content_guard: null,
21
+ instance = PulpcoreClient::ArtifactDistributionResponse.new(base_path: null,
22
+ hidden: null,
23
+ pulp_created: null,
24
+ pulp_labels: null,
25
+ content_guard: null,
22
26
  base_url: null,
23
27
  pulp_href: null,
24
- base_path: null,
25
- name: null,
26
- pulp_created: null,
27
- hidden: null,
28
- pulp_labels: null)
28
+ name: null)
29
29
  ```
30
30
 
31
31
 
@@ -36,7 +36,9 @@ opts = {
36
36
  name__icontains: 'name__icontains_example', # String | Filter results where name contains value
37
37
  name__iexact: 'name__iexact_example', # String | Filter results where name matches value
38
38
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
39
+ name__iregex: 'name__iregex_example', # String | Filter results where name matches regex value
39
40
  name__istartswith: 'name__istartswith_example', # String | Filter results where name starts with value
41
+ name__regex: 'name__regex_example', # String | Filter results where name matches regex value
40
42
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
41
43
  offset: 56, # Integer | The initial index from which to return the results.
42
44
  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) * `description` - Description * `-description` - Description (descending) * `pk` - Pk * `-pk` - Pk (descending)
@@ -69,7 +71,9 @@ Name | Type | Description | Notes
69
71
  **name__icontains** | **String**| Filter results where name contains value | [optional]
70
72
  **name__iexact** | **String**| Filter results where name matches value | [optional]
71
73
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
74
+ **name__iregex** | **String**| Filter results where name matches regex value | [optional]
72
75
  **name__istartswith** | **String**| Filter results where name starts with value | [optional]
76
+ **name__regex** | **String**| Filter results where name matches regex value | [optional]
73
77
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
74
78
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
75
79
  **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;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
@@ -205,7 +205,9 @@ opts = {
205
205
  name__icontains: 'name__icontains_example', # String | Filter results where name contains value
206
206
  name__iexact: 'name__iexact_example', # String | Filter results where name matches value
207
207
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
208
+ name__iregex: 'name__iregex_example', # String | Filter results where name matches regex value
208
209
  name__istartswith: 'name__istartswith_example', # String | Filter results where name starts with value
210
+ name__regex: 'name__regex_example', # String | Filter results where name matches regex value
209
211
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
210
212
  offset: 56, # Integer | The initial index from which to return the results.
211
213
  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) * `description` - Description * `-description` - Description (descending) * `pk` - Pk * `-pk` - Pk (descending)
@@ -236,7 +238,9 @@ Name | Type | Description | Notes
236
238
  **name__icontains** | **String**| Filter results where name contains value | [optional]
237
239
  **name__iexact** | **String**| Filter results where name matches value | [optional]
238
240
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
241
+ **name__iregex** | **String**| Filter results where name matches regex value | [optional]
239
242
  **name__istartswith** | **String**| Filter results where name starts with value | [optional]
243
+ **name__regex** | **String**| Filter results where name matches regex value | [optional]
240
244
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
241
245
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
242
246
  **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;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
@@ -205,7 +205,9 @@ opts = {
205
205
  name__icontains: 'name__icontains_example', # String | Filter results where name contains value
206
206
  name__iexact: 'name__iexact_example', # String | Filter results where name matches value
207
207
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
208
+ name__iregex: 'name__iregex_example', # String | Filter results where name matches regex value
208
209
  name__istartswith: 'name__istartswith_example', # String | Filter results where name starts with value
210
+ name__regex: 'name__regex_example', # String | Filter results where name matches regex value
209
211
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
210
212
  offset: 56, # Integer | The initial index from which to return the results.
211
213
  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) * `description` - Description * `-description` - Description (descending) * `pk` - Pk * `-pk` - Pk (descending)
@@ -236,7 +238,9 @@ Name | Type | Description | Notes
236
238
  **name__icontains** | **String**| Filter results where name contains value | [optional]
237
239
  **name__iexact** | **String**| Filter results where name matches value | [optional]
238
240
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
241
+ **name__iregex** | **String**| Filter results where name matches regex value | [optional]
239
242
  **name__istartswith** | **String**| Filter results where name starts with value | [optional]
243
+ **name__regex** | **String**| Filter results where name matches regex value | [optional]
240
244
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
241
245
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
242
246
  **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;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
@@ -40,7 +40,9 @@ opts = {
40
40
  name__icontains: 'name__icontains_example', # String | Filter results where name contains value
41
41
  name__iexact: 'name__iexact_example', # String | Filter results where name matches value
42
42
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
43
+ name__iregex: 'name__iregex_example', # String | Filter results where name matches regex value
43
44
  name__istartswith: 'name__istartswith_example', # String | Filter results where name starts with value
45
+ name__regex: 'name__regex_example', # String | Filter results where name matches regex value
44
46
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
45
47
  offset: 56, # Integer | The initial index from which to return the results.
46
48
  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) * `hidden` - Hidden * `-hidden` - Hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
@@ -81,7 +83,9 @@ Name | Type | Description | Notes
81
83
  **name__icontains** | **String**| Filter results where name contains value | [optional]
82
84
  **name__iexact** | **String**| Filter results where name matches value | [optional]
83
85
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
86
+ **name__iregex** | **String**| Filter results where name matches regex value | [optional]
84
87
  **name__istartswith** | **String**| Filter results where name starts with value | [optional]
88
+ **name__regex** | **String**| Filter results where name matches regex value | [optional]
85
89
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
86
90
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
87
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;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]
@@ -41,7 +41,9 @@ opts = {
41
41
  name__icontains: 'name__icontains_example', # String | Filter results where name contains value
42
42
  name__iexact: 'name__iexact_example', # String | Filter results where name matches value
43
43
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
44
+ name__iregex: 'name__iregex_example', # String | Filter results where name matches regex value
44
45
  name__istartswith: 'name__istartswith_example', # String | Filter results where name starts with value
46
+ name__regex: 'name__regex_example', # String | Filter results where name matches regex value
45
47
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
46
48
  offset: 56, # Integer | The initial index from which to return the results.
47
49
  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) * `hidden` - Hidden * `-hidden` - Hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
@@ -80,7 +82,9 @@ Name | Type | Description | Notes
80
82
  **name__icontains** | **String**| Filter results where name contains value | [optional]
81
83
  **name__iexact** | **String**| Filter results where name matches value | [optional]
82
84
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
85
+ **name__iregex** | **String**| Filter results where name matches regex value | [optional]
83
86
  **name__istartswith** | **String**| Filter results where name starts with value | [optional]
87
+ **name__regex** | **String**| Filter results where name matches regex value | [optional]
84
88
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
85
89
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
86
90
  **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]
data/docs/DomainsApi.md CHANGED
@@ -147,7 +147,9 @@ opts = {
147
147
  name__icontains: 'name__icontains_example', # String | Filter results where name contains value
148
148
  name__iexact: 'name__iexact_example', # String | Filter results where name matches value
149
149
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
150
+ name__iregex: 'name__iregex_example', # String | Filter results where name matches regex value
150
151
  name__istartswith: 'name__istartswith_example', # String | Filter results where name starts with value
152
+ name__regex: 'name__regex_example', # String | Filter results where name matches regex value
151
153
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
152
154
  offset: 56, # Integer | The initial index from which to return the results.
153
155
  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) * `description` - Description * `-description` - Description (descending) * `storage_class` - Storage class * `-storage_class` - Storage class (descending) * `storage_settings` - Storage settings * `-storage_settings` - Storage settings (descending) * `redirect_to_object_storage` - Redirect to object storage * `-redirect_to_object_storage` - Redirect to object storage (descending) * `hide_guarded_distributions` - Hide guarded distributions * `-hide_guarded_distributions` - Hide guarded distributions (descending) * `pk` - Pk * `-pk` - Pk (descending)
@@ -178,7 +180,9 @@ Name | Type | Description | Notes
178
180
  **name__icontains** | **String**| Filter results where name contains value | [optional]
179
181
  **name__iexact** | **String**| Filter results where name matches value | [optional]
180
182
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
183
+ **name__iregex** | **String**| Filter results where name matches regex value | [optional]
181
184
  **name__istartswith** | **String**| Filter results where name starts with value | [optional]
185
+ **name__regex** | **String**| Filter results where name matches regex value | [optional]
182
186
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
183
187
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
184
188
  **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;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;storage_class&#x60; - Storage class * &#x60;-storage_class&#x60; - Storage class (descending) * &#x60;storage_settings&#x60; - Storage settings * &#x60;-storage_settings&#x60; - Storage settings (descending) * &#x60;redirect_to_object_storage&#x60; - Redirect to object storage * &#x60;-redirect_to_object_storage&#x60; - Redirect to object storage (descending) * &#x60;hide_guarded_distributions&#x60; - Hide guarded distributions * &#x60;-hide_guarded_distributions&#x60; - Hide guarded distributions (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
@@ -147,7 +147,9 @@ opts = {
147
147
  name__icontains: 'name__icontains_example', # String | Filter results where name contains value
148
148
  name__iexact: 'name__iexact_example', # String | Filter results where name matches value
149
149
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
150
+ name__iregex: 'name__iregex_example', # String | Filter results where name matches regex value
150
151
  name__istartswith: 'name__istartswith_example', # String | Filter results where name starts with value
152
+ name__regex: 'name__regex_example', # String | Filter results where name matches regex value
151
153
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
152
154
  offset: 56, # Integer | The initial index from which to return the results.
153
155
  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) * `path` - Path * `-path` - Path (descending) * `method` - Method * `-method` - Method (descending) * `pk` - Pk * `-pk` - Pk (descending)
@@ -178,7 +180,9 @@ Name | Type | Description | Notes
178
180
  **name__icontains** | **String**| Filter results where name contains value | [optional]
179
181
  **name__iexact** | **String**| Filter results where name matches value | [optional]
180
182
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
183
+ **name__iregex** | **String**| Filter results where name matches regex value | [optional]
181
184
  **name__istartswith** | **String**| Filter results where name starts with value | [optional]
185
+ **name__regex** | **String**| Filter results where name matches regex value | [optional]
182
186
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
183
187
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
184
188
  **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;path&#x60; - Path * &#x60;-path&#x60; - Path (descending) * &#x60;method&#x60; - Method * &#x60;-method&#x60; - Method (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
@@ -147,7 +147,9 @@ opts = {
147
147
  name__icontains: 'name__icontains_example', # String | Filter results where name contains value
148
148
  name__iexact: 'name__iexact_example', # String | Filter results where name matches value
149
149
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
150
+ name__iregex: 'name__iregex_example', # String | Filter results where name matches regex value
150
151
  name__istartswith: 'name__istartswith_example', # String | Filter results where name starts with value
152
+ name__regex: 'name__regex_example', # String | Filter results where name matches regex value
151
153
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
152
154
  offset: 56, # Integer | The initial index from which to return the results.
153
155
  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) * `path` - Path * `-path` - Path (descending) * `pk` - Pk * `-pk` - Pk (descending)
@@ -178,7 +180,9 @@ Name | Type | Description | Notes
178
180
  **name__icontains** | **String**| Filter results where name contains value | [optional]
179
181
  **name__iexact** | **String**| Filter results where name matches value | [optional]
180
182
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
183
+ **name__iregex** | **String**| Filter results where name matches regex value | [optional]
181
184
  **name__istartswith** | **String**| Filter results where name starts with value | [optional]
185
+ **name__regex** | **String**| Filter results where name matches regex value | [optional]
182
186
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
183
187
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
184
188
  **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;path&#x60; - Path * &#x60;-path&#x60; - Path (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
@@ -146,7 +146,9 @@ opts = {
146
146
  name__icontains: 'name__icontains_example', # String | Filter results where name contains value
147
147
  name__iexact: 'name__iexact_example', # String | Filter results where name matches value
148
148
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
149
+ name__iregex: 'name__iregex_example', # String | Filter results where name matches regex value
149
150
  name__istartswith: 'name__istartswith_example', # String | Filter results where name starts with value
151
+ name__regex: 'name__regex_example', # String | Filter results where name matches regex value
150
152
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
151
153
  offset: 56, # Integer | The initial index from which to return the results.
152
154
  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) * `pk` - Pk * `-pk` - Pk (descending)
@@ -177,7 +179,9 @@ Name | Type | Description | Notes
177
179
  **name__icontains** | **String**| Filter results where name contains value | [optional]
178
180
  **name__iexact** | **String**| Filter results where name matches value | [optional]
179
181
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
182
+ **name__iregex** | **String**| Filter results where name matches regex value | [optional]
180
183
  **name__istartswith** | **String**| Filter results where name starts with value | [optional]
184
+ **name__regex** | **String**| Filter results where name matches regex value | [optional]
181
185
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
182
186
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
183
187
  **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;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
data/docs/RemotesApi.md CHANGED
@@ -36,7 +36,9 @@ opts = {
36
36
  name__icontains: 'name__icontains_example', # String | Filter results where name contains value
37
37
  name__iexact: 'name__iexact_example', # String | Filter results where name matches value
38
38
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
39
+ name__iregex: 'name__iregex_example', # String | Filter results where name matches regex value
39
40
  name__istartswith: 'name__istartswith_example', # String | Filter results where name starts with value
41
+ name__regex: 'name__regex_example', # String | Filter results where name matches regex value
40
42
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
41
43
  offset: 56, # Integer | The initial index from which to return the results.
42
44
  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)
@@ -76,7 +78,9 @@ Name | Type | Description | Notes
76
78
  **name__icontains** | **String**| Filter results where name contains value | [optional]
77
79
  **name__iexact** | **String**| Filter results where name matches value | [optional]
78
80
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
81
+ **name__iregex** | **String**| Filter results where name matches regex value | [optional]
79
82
  **name__istartswith** | **String**| Filter results where name starts with value | [optional]
83
+ **name__regex** | **String**| Filter results where name matches regex value | [optional]
80
84
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
81
85
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
82
86
  **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]
@@ -37,7 +37,9 @@ opts = {
37
37
  name__icontains: 'name__icontains_example', # String | Filter results where name contains value
38
38
  name__iexact: 'name__iexact_example', # String | Filter results where name matches value
39
39
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
40
+ name__iregex: 'name__iregex_example', # String | Filter results where name matches regex value
40
41
  name__istartswith: 'name__istartswith_example', # String | Filter results where name starts with value
42
+ name__regex: 'name__regex_example', # String | Filter results where name matches regex value
41
43
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
42
44
  offset: 56, # Integer | The initial index from which to return the results.
43
45
  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)
@@ -82,7 +84,9 @@ Name | Type | Description | Notes
82
84
  **name__icontains** | **String**| Filter results where name contains value | [optional]
83
85
  **name__iexact** | **String**| Filter results where name matches value | [optional]
84
86
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
87
+ **name__iregex** | **String**| Filter results where name matches regex value | [optional]
85
88
  **name__istartswith** | **String**| Filter results where name starts with value | [optional]
89
+ **name__regex** | **String**| Filter results where name matches regex value | [optional]
86
90
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
87
91
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
88
92
  **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]
data/docs/RolesApi.md CHANGED
@@ -153,7 +153,9 @@ opts = {
153
153
  name__icontains: 'name__icontains_example', # String | Filter results where name contains value
154
154
  name__iexact: 'name__iexact_example', # String | Filter results where name matches value
155
155
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
156
+ name__iregex: 'name__iregex_example', # String | Filter results where name matches regex value
156
157
  name__istartswith: 'name__istartswith_example', # String | Filter results where name starts with value
158
+ name__regex: 'name__regex_example', # String | Filter results where name matches regex value
157
159
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
158
160
  offset: 56, # Integer | The initial index from which to return the results.
159
161
  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) * `description` - Description * `-description` - Description (descending) * `locked` - Locked * `-locked` - Locked (descending) * `pk` - Pk * `-pk` - Pk (descending)
@@ -191,7 +193,9 @@ Name | Type | Description | Notes
191
193
  **name__icontains** | **String**| Filter results where name contains value | [optional]
192
194
  **name__iexact** | **String**| Filter results where name matches value | [optional]
193
195
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
196
+ **name__iregex** | **String**| Filter results where name matches regex value | [optional]
194
197
  **name__istartswith** | **String**| Filter results where name starts with value | [optional]
198
+ **name__regex** | **String**| Filter results where name matches regex value | [optional]
195
199
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
196
200
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
197
201
  **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;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;locked&#x60; - Locked * &#x60;-locked&#x60; - Locked (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
data/docs/TasksApi.md CHANGED
@@ -163,7 +163,7 @@ opts = {
163
163
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
164
164
  name__ne: 'name__ne_example', # String | Filter results where name not equal to value
165
165
  offset: 56, # Integer | The initial index from which to return the results.
166
- 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) * `state` - State * `-state` - State (descending) * `name` - Name * `-name` - Name (descending) * `logging_cid` - Logging cid * `-logging_cid` - Logging cid (descending) * `started_at` - Started at * `-started_at` - Started at (descending) * `finished_at` - Finished at * `-finished_at` - Finished at (descending) * `error` - Error * `-error` - Error (descending) * `args` - Args * `-args` - Args (descending) * `kwargs` - Kwargs * `-kwargs` - Kwargs (descending) * `reserved_resources_record` - Reserved resources record * `-reserved_resources_record` - Reserved resources record (descending) * `versions` - Versions * `-versions` - Versions (descending) * `pk` - Pk * `-pk` - Pk (descending)
166
+ 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) * `state` - State * `-state` - State (descending) * `name` - Name * `-name` - Name (descending) * `logging_cid` - Logging cid * `-logging_cid` - Logging cid (descending) * `started_at` - Started at * `-started_at` - Started at (descending) * `finished_at` - Finished at * `-finished_at` - Finished at (descending) * `error` - Error * `-error` - Error (descending) * `args` - Args * `-args` - Args (descending) * `kwargs` - Kwargs * `-kwargs` - Kwargs (descending) * `enc_args` - Enc args * `-enc_args` - Enc args (descending) * `enc_kwargs` - Enc kwargs * `-enc_kwargs` - Enc kwargs (descending) * `reserved_resources_record` - Reserved resources record * `-reserved_resources_record` - Reserved resources record (descending) * `versions` - Versions * `-versions` - Versions (descending) * `pk` - Pk * `-pk` - Pk (descending)
167
167
  parent_task: 'parent_task_example', # String | Filter results where parent_task matches value
168
168
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
169
169
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
@@ -222,7 +222,7 @@ Name | Type | Description | Notes
222
222
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
223
223
  **name__ne** | **String**| Filter results where name not equal to value | [optional]
224
224
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
225
- **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;state&#x60; - State * &#x60;-state&#x60; - State (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;logging_cid&#x60; - Logging cid * &#x60;-logging_cid&#x60; - Logging cid (descending) * &#x60;started_at&#x60; - Started at * &#x60;-started_at&#x60; - Started at (descending) * &#x60;finished_at&#x60; - Finished at * &#x60;-finished_at&#x60; - Finished at (descending) * &#x60;error&#x60; - Error * &#x60;-error&#x60; - Error (descending) * &#x60;args&#x60; - Args * &#x60;-args&#x60; - Args (descending) * &#x60;kwargs&#x60; - Kwargs * &#x60;-kwargs&#x60; - Kwargs (descending) * &#x60;reserved_resources_record&#x60; - Reserved resources record * &#x60;-reserved_resources_record&#x60; - Reserved resources record (descending) * &#x60;versions&#x60; - Versions * &#x60;-versions&#x60; - Versions (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
225
+ **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;state&#x60; - State * &#x60;-state&#x60; - State (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;logging_cid&#x60; - Logging cid * &#x60;-logging_cid&#x60; - Logging cid (descending) * &#x60;started_at&#x60; - Started at * &#x60;-started_at&#x60; - Started at (descending) * &#x60;finished_at&#x60; - Finished at * &#x60;-finished_at&#x60; - Finished at (descending) * &#x60;error&#x60; - Error * &#x60;-error&#x60; - Error (descending) * &#x60;args&#x60; - Args * &#x60;-args&#x60; - Args (descending) * &#x60;kwargs&#x60; - Kwargs * &#x60;-kwargs&#x60; - Kwargs (descending) * &#x60;enc_args&#x60; - Enc args * &#x60;-enc_args&#x60; - Enc args (descending) * &#x60;enc_kwargs&#x60; - Enc kwargs * &#x60;-enc_kwargs&#x60; - Enc kwargs (descending) * &#x60;reserved_resources_record&#x60; - Reserved resources record * &#x60;-reserved_resources_record&#x60; - Reserved resources record (descending) * &#x60;versions&#x60; - Versions * &#x60;-versions&#x60; - Versions (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
226
226
  **parent_task** | [**String**](.md)| Filter results where parent_task matches value | [optional]
227
227
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
228
228
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]