pulpcore_client 3.10.0 → 3.11.0.post0

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 (44) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +11 -11
  3. data/docs/AccessPoliciesApi.md +12 -12
  4. data/docs/ArtifactsApi.md +14 -14
  5. data/docs/ContentApi.md +6 -6
  6. data/docs/{ContentGuardsApi.md → ContentguardsApi.md} +15 -15
  7. data/docs/ExportersPulpApi.md +10 -10
  8. data/docs/GroupsApi.md +14 -14
  9. data/docs/ImportersPulpApi.md +10 -10
  10. data/docs/RepositoriesApi.md +12 -12
  11. data/docs/SigningServicesApi.md +2 -2
  12. data/docs/StatusApi.md +1 -1
  13. data/docs/TasksApi.md +46 -46
  14. data/docs/UsersApi.md +44 -44
  15. data/docs/WorkersApi.md +26 -26
  16. data/lib/pulpcore_client/api/access_policies_api.rb +13 -13
  17. data/lib/pulpcore_client/api/artifacts_api.rb +14 -14
  18. data/lib/pulpcore_client/api/content_api.rb +6 -6
  19. data/lib/pulpcore_client/api/{content_guards_api.rb → contentguards_api.rb} +17 -17
  20. data/lib/pulpcore_client/api/exporters_pulp_api.rb +11 -11
  21. data/lib/pulpcore_client/api/groups_api.rb +16 -16
  22. data/lib/pulpcore_client/api/importers_pulp_api.rb +11 -11
  23. data/lib/pulpcore_client/api/repositories_api.rb +13 -13
  24. data/lib/pulpcore_client/api/signing_services_api.rb +2 -2
  25. data/lib/pulpcore_client/api/status_api.rb +2 -2
  26. data/lib/pulpcore_client/api/tasks_api.rb +58 -50
  27. data/lib/pulpcore_client/api/users_api.rb +48 -48
  28. data/lib/pulpcore_client/api/workers_api.rb +28 -28
  29. data/lib/pulpcore_client/version.rb +1 -1
  30. data/lib/pulpcore_client.rb +1 -1
  31. data/spec/api/access_policies_api_spec.rb +6 -6
  32. data/spec/api/artifacts_api_spec.rb +7 -7
  33. data/spec/api/content_api_spec.rb +3 -3
  34. data/spec/api/{content_guards_api_spec.rb → contentguards_api_spec.rb} +12 -12
  35. data/spec/api/exporters_pulp_api_spec.rb +5 -5
  36. data/spec/api/groups_api_spec.rb +7 -7
  37. data/spec/api/importers_pulp_api_spec.rb +5 -5
  38. data/spec/api/repositories_api_spec.rb +6 -6
  39. data/spec/api/signing_services_api_spec.rb +1 -1
  40. data/spec/api/status_api_spec.rb +1 -1
  41. data/spec/api/tasks_api_spec.rb +23 -23
  42. data/spec/api/users_api_spec.rb +22 -22
  43. data/spec/api/workers_api_spec.rb +13 -13
  44. metadata +78 -78
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e39021a8e34c0ce0dc79240623efccb0cbc2b214da32d55c51c384762c035dfe
4
- data.tar.gz: b86bda8bf1f8dd5116f3c71a455c4db59f18b5f9325acc49f42659c4ebf2d49a
3
+ metadata.gz: 9713827bb0e7040b0389a15e36bb95db8f5916d9dfafea6b8d8656c5549fe69a
4
+ data.tar.gz: '08dc0a7fc17bc2511bfbc186a933628592c11a1676cf15447e673de6cdbe54b9'
5
5
  SHA512:
6
- metadata.gz: 89eff119e1af0f939d12584929f929964fcbf8213824d6c44430d4509eddb86b5b50584ca08159d9d7861ee69ef27d4b23e5df26cd6638eb3fbb09863add63f9
7
- data.tar.gz: 32336f87dea218de031c2732f4628cd34b59d54c83de039ac693d1a87584d29dd61adab5ffd5c8a991304c8295730a111bd7fe6f274364022856a084683ddeee
6
+ metadata.gz: 9e1c096751a9774ac065d88b9c59ecb4c0fdaae35404422f4bcf390466c64212ccf394bdfcfafc1ecbc6d9d52af8bc78e0add534e800309a642e7d963a90fe7a
7
+ data.tar.gz: 97ba0ef0bf574e800a42df679f02456f4bb33aaaaf3cda2fe204cf04c6fdc8ae78ff87b4cdcc34fd2111142e19467ff05fcb9c8702d8e301f56004ab4bdf6673
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.10.0
10
+ - Package version: 3.11.0.post0
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.10.0.gem
27
+ gem install ./pulpcore_client-3.11.0.post0.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulpcore_client-3.10.0.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulpcore_client-3.11.0.post0.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.10.0'
36
+ gem 'pulpcore_client', '~> 3.11.0.post0'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -66,15 +66,15 @@ end
66
66
 
67
67
  api_instance = PulpcoreClient::AccessPoliciesApi.new
68
68
  opts = {
69
- customized: 'customized_example', # String | customized
69
+ customized: true, # Boolean |
70
70
  limit: 56, # Integer | Number of results to return per page.
71
71
  offset: 56, # Integer | The initial index from which to return the results.
72
72
  ordering: 'ordering_example', # String | Which field to use when ordering the results.
73
- viewset_name: 'viewset_name_example', # String | viewset_name
74
- viewset_name__contains: 'viewset_name__contains_example', # String | viewset_name__contains
75
- viewset_name__icontains: 'viewset_name__icontains_example', # String | viewset_name__icontains
76
- viewset_name__in: 'viewset_name__in_example', # String | viewset_name__in
77
- viewset_name__startswith: 'viewset_name__startswith_example', # String | viewset_name__startswith
73
+ viewset_name: 'viewset_name_example', # String | Filter results where viewset_name matches value
74
+ viewset_name__contains: 'viewset_name__contains_example', # String | Filter results where viewset_name contains value
75
+ viewset_name__icontains: 'viewset_name__icontains_example', # String | Filter results where viewset_name contains value
76
+ viewset_name__in: ['viewset_name__in_example'], # Array<String> | Filter results where viewset_name is in a comma-separated list of values
77
+ viewset_name__startswith: 'viewset_name__startswith_example', # String | Filter results where viewset_name starts with value
78
78
  fields: 'fields_example', # String | A list of fields to include in the response.
79
79
  exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
80
80
  }
@@ -104,7 +104,7 @@ Class | Method | HTTP request | Description
104
104
  *PulpcoreClient::ArtifactsApi* | [**list**](docs/ArtifactsApi.md#list) | **GET** /pulp/api/v3/artifacts/ | List artifacts
105
105
  *PulpcoreClient::ArtifactsApi* | [**read**](docs/ArtifactsApi.md#read) | **GET** {artifact_href} | Inspect an artifact
106
106
  *PulpcoreClient::ContentApi* | [**list**](docs/ContentApi.md#list) | **GET** /pulp/api/v3/content/ | List content
107
- *PulpcoreClient::ContentGuardsApi* | [**list**](docs/ContentGuardsApi.md#list) | **GET** /pulp/api/v3/content_guards/ | List content guards
107
+ *PulpcoreClient::ContentguardsApi* | [**list**](docs/ContentguardsApi.md#list) | **GET** /pulp/api/v3/contentguards/ | List content guards
108
108
  *PulpcoreClient::ExportersCoreExportsApi* | [**create**](docs/ExportersCoreExportsApi.md#create) | **POST** {pulp_exporter_href}exports/ | Create a pulp export
109
109
  *PulpcoreClient::ExportersCoreExportsApi* | [**delete**](docs/ExportersCoreExportsApi.md#delete) | **DELETE** {pulp_pulp_export_href} | Delete a pulp export
110
110
  *PulpcoreClient::ExportersCoreExportsApi* | [**list**](docs/ExportersCoreExportsApi.md#list) | **GET** {pulp_exporter_href}exports/ | List pulp exports
@@ -33,15 +33,15 @@ end
33
33
 
34
34
  api_instance = PulpcoreClient::AccessPoliciesApi.new
35
35
  opts = {
36
- customized: 'customized_example', # String | customized
36
+ customized: true, # Boolean |
37
37
  limit: 56, # Integer | Number of results to return per page.
38
38
  offset: 56, # Integer | The initial index from which to return the results.
39
39
  ordering: 'ordering_example', # String | Which field to use when ordering the results.
40
- viewset_name: 'viewset_name_example', # String | viewset_name
41
- viewset_name__contains: 'viewset_name__contains_example', # String | viewset_name__contains
42
- viewset_name__icontains: 'viewset_name__icontains_example', # String | viewset_name__icontains
43
- viewset_name__in: 'viewset_name__in_example', # String | viewset_name__in
44
- viewset_name__startswith: 'viewset_name__startswith_example', # String | viewset_name__startswith
40
+ viewset_name: 'viewset_name_example', # String | Filter results where viewset_name matches value
41
+ viewset_name__contains: 'viewset_name__contains_example', # String | Filter results where viewset_name contains value
42
+ viewset_name__icontains: 'viewset_name__icontains_example', # String | Filter results where viewset_name contains value
43
+ viewset_name__in: ['viewset_name__in_example'], # Array<String> | Filter results where viewset_name is in a comma-separated list of values
44
+ viewset_name__startswith: 'viewset_name__startswith_example', # String | Filter results where viewset_name starts with value
45
45
  fields: 'fields_example', # String | A list of fields to include in the response.
46
46
  exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
47
47
  }
@@ -60,15 +60,15 @@ end
60
60
 
61
61
  Name | Type | Description | Notes
62
62
  ------------- | ------------- | ------------- | -------------
63
- **customized** | **String**| customized | [optional]
63
+ **customized** | **Boolean**| | [optional]
64
64
  **limit** | **Integer**| Number of results to return per page. | [optional]
65
65
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
66
66
  **ordering** | **String**| Which field to use when ordering the results. | [optional]
67
- **viewset_name** | **String**| viewset_name | [optional]
68
- **viewset_name__contains** | **String**| viewset_name__contains | [optional]
69
- **viewset_name__icontains** | **String**| viewset_name__icontains | [optional]
70
- **viewset_name__in** | **String**| viewset_name__in | [optional]
71
- **viewset_name__startswith** | **String**| viewset_name__startswith | [optional]
67
+ **viewset_name** | **String**| Filter results where viewset_name matches value | [optional]
68
+ **viewset_name__contains** | **String**| Filter results where viewset_name contains value | [optional]
69
+ **viewset_name__icontains** | **String**| Filter results where viewset_name contains value | [optional]
70
+ **viewset_name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where viewset_name is in a comma-separated list of values | [optional]
71
+ **viewset_name__startswith** | **String**| Filter results where viewset_name starts with value | [optional]
72
72
  **fields** | **String**| A list of fields to include in the response. | [optional]
73
73
  **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
74
74
 
data/docs/ArtifactsApi.md CHANGED
@@ -155,15 +155,15 @@ end
155
155
  api_instance = PulpcoreClient::ArtifactsApi.new
156
156
  opts = {
157
157
  limit: 56, # Integer | Number of results to return per page.
158
- md5: 'md5_example', # String | md5
158
+ md5: 'md5_example', # String | Filter results where md5 matches value
159
159
  offset: 56, # Integer | The initial index from which to return the results.
160
160
  ordering: 'ordering_example', # String | Which field to use when ordering the results.
161
- repository_version: 'repository_version_example', # String | repository_version
162
- sha1: 'sha1_example', # String | sha1
163
- sha224: 'sha224_example', # String | sha224
164
- sha256: 'sha256_example', # String | sha256
165
- sha384: 'sha384_example', # String | sha384
166
- sha512: 'sha512_example', # String | sha512
161
+ repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
162
+ sha1: 'sha1_example', # String | Filter results where sha1 matches value
163
+ sha224: 'sha224_example', # String | Filter results where sha224 matches value
164
+ sha256: 'sha256_example', # String | Filter results where sha256 matches value
165
+ sha384: 'sha384_example', # String | Filter results where sha384 matches value
166
+ sha512: 'sha512_example', # String | Filter results where sha512 matches value
167
167
  fields: 'fields_example', # String | A list of fields to include in the response.
168
168
  exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
169
169
  }
@@ -183,15 +183,15 @@ end
183
183
  Name | Type | Description | Notes
184
184
  ------------- | ------------- | ------------- | -------------
185
185
  **limit** | **Integer**| Number of results to return per page. | [optional]
186
- **md5** | **String**| md5 | [optional]
186
+ **md5** | **String**| Filter results where md5 matches value | [optional]
187
187
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
188
188
  **ordering** | **String**| Which field to use when ordering the results. | [optional]
189
- **repository_version** | **String**| repository_version | [optional]
190
- **sha1** | **String**| sha1 | [optional]
191
- **sha224** | **String**| sha224 | [optional]
192
- **sha256** | **String**| sha256 | [optional]
193
- **sha384** | **String**| sha384 | [optional]
194
- **sha512** | **String**| sha512 | [optional]
189
+ **repository_version** | **String**| Repository Version referenced by HREF | [optional]
190
+ **sha1** | **String**| Filter results where sha1 matches value | [optional]
191
+ **sha224** | **String**| Filter results where sha224 matches value | [optional]
192
+ **sha256** | **String**| Filter results where sha256 matches value | [optional]
193
+ **sha384** | **String**| Filter results where sha384 matches value | [optional]
194
+ **sha512** | **String**| Filter results where sha512 matches value | [optional]
195
195
  **fields** | **String**| A list of fields to include in the response. | [optional]
196
196
  **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
197
197
 
data/docs/ContentApi.md CHANGED
@@ -33,9 +33,9 @@ opts = {
33
33
  limit: 56, # Integer | Number of results to return per page.
34
34
  offset: 56, # Integer | The initial index from which to return the results.
35
35
  ordering: 'ordering_example', # String | Which field to use when ordering the results.
36
- repository_version: 'repository_version_example', # String | repository_version
37
- repository_version_added: 'repository_version_added_example', # String | repository_version_added
38
- repository_version_removed: 'repository_version_removed_example', # String | repository_version_removed
36
+ repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
37
+ repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
38
+ repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
39
39
  fields: 'fields_example', # String | A list of fields to include in the response.
40
40
  exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
41
41
  }
@@ -57,9 +57,9 @@ Name | Type | Description | Notes
57
57
  **limit** | **Integer**| Number of results to return per page. | [optional]
58
58
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
59
59
  **ordering** | **String**| Which field to use when ordering the results. | [optional]
60
- **repository_version** | **String**| repository_version | [optional]
61
- **repository_version_added** | **String**| repository_version_added | [optional]
62
- **repository_version_removed** | **String**| repository_version_removed | [optional]
60
+ **repository_version** | **String**| Repository Version referenced by HREF | [optional]
61
+ **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
62
+ **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
63
63
  **fields** | **String**| A list of fields to include in the response. | [optional]
64
64
  **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
65
65
 
@@ -1,10 +1,10 @@
1
- # PulpcoreClient::ContentGuardsApi
1
+ # PulpcoreClient::ContentguardsApi
2
2
 
3
3
  All URIs are relative to *http://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
- [**list**](ContentGuardsApi.md#list) | **GET** /pulp/api/v3/content_guards/ | List content guards
7
+ [**list**](ContentguardsApi.md#list) | **GET** /pulp/api/v3/contentguards/ | List content guards
8
8
 
9
9
 
10
10
 
@@ -14,7 +14,7 @@ Method | HTTP request | Description
14
14
 
15
15
  List content guards
16
16
 
17
- Endpoint to list all content_guards.
17
+ Endpoint to list all contentguards.
18
18
 
19
19
  ### Example
20
20
 
@@ -28,14 +28,14 @@ PulpcoreClient.configure do |config|
28
28
  config.password = 'YOUR PASSWORD'
29
29
  end
30
30
 
31
- api_instance = PulpcoreClient::ContentGuardsApi.new
31
+ api_instance = PulpcoreClient::ContentguardsApi.new
32
32
  opts = {
33
33
  limit: 56, # Integer | Number of results to return per page.
34
- name: 'name_example', # String | name
35
- name__contains: 'name__contains_example', # String | name__contains
36
- name__icontains: 'name__icontains_example', # String | name__icontains
37
- name__in: 'name__in_example', # String | name__in
38
- name__startswith: 'name__startswith_example', # String | name__startswith
34
+ name: 'name_example', # String |
35
+ name__contains: 'name__contains_example', # String | Filter results where name contains value
36
+ name__icontains: 'name__icontains_example', # String | Filter results where name contains value
37
+ name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
38
+ name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
39
39
  offset: 56, # Integer | The initial index from which to return the results.
40
40
  ordering: 'ordering_example', # String | Which field to use when ordering the results.
41
41
  fields: 'fields_example', # String | A list of fields to include in the response.
@@ -47,7 +47,7 @@ begin
47
47
  result = api_instance.list(opts)
48
48
  p result
49
49
  rescue PulpcoreClient::ApiError => e
50
- puts "Exception when calling ContentGuardsApi->list: #{e}"
50
+ puts "Exception when calling ContentguardsApi->list: #{e}"
51
51
  end
52
52
  ```
53
53
 
@@ -57,11 +57,11 @@ end
57
57
  Name | Type | Description | Notes
58
58
  ------------- | ------------- | ------------- | -------------
59
59
  **limit** | **Integer**| Number of results to return per page. | [optional]
60
- **name** | **String**| name | [optional]
61
- **name__contains** | **String**| name__contains | [optional]
62
- **name__icontains** | **String**| name__icontains | [optional]
63
- **name__in** | **String**| name__in | [optional]
64
- **name__startswith** | **String**| name__startswith | [optional]
60
+ **name** | **String**| | [optional]
61
+ **name__contains** | **String**| Filter results where name contains value | [optional]
62
+ **name__icontains** | **String**| Filter results where name contains value | [optional]
63
+ **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
64
+ **name__startswith** | **String**| Filter results where name starts with value | [optional]
65
65
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
66
66
  **ordering** | **String**| Which field to use when ordering the results. | [optional]
67
67
  **fields** | **String**| A list of fields to include in the response. | [optional]
@@ -141,11 +141,11 @@ end
141
141
  api_instance = PulpcoreClient::ExportersPulpApi.new
142
142
  opts = {
143
143
  limit: 56, # Integer | Number of results to return per page.
144
- name: 'name_example', # String | name
145
- name__contains: 'name__contains_example', # String | name__contains
146
- name__icontains: 'name__icontains_example', # String | name__icontains
147
- name__in: 'name__in_example', # String | name__in
148
- name__startswith: 'name__startswith_example', # String | name__startswith
144
+ name: 'name_example', # String |
145
+ name__contains: 'name__contains_example', # String | Filter results where name contains value
146
+ name__icontains: 'name__icontains_example', # String | Filter results where name contains value
147
+ name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
148
+ name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
149
149
  offset: 56, # Integer | The initial index from which to return the results.
150
150
  ordering: 'ordering_example', # String | Which field to use when ordering the results.
151
151
  fields: 'fields_example', # String | A list of fields to include in the response.
@@ -167,11 +167,11 @@ end
167
167
  Name | Type | Description | Notes
168
168
  ------------- | ------------- | ------------- | -------------
169
169
  **limit** | **Integer**| Number of results to return per page. | [optional]
170
- **name** | **String**| name | [optional]
171
- **name__contains** | **String**| name__contains | [optional]
172
- **name__icontains** | **String**| name__icontains | [optional]
173
- **name__in** | **String**| name__in | [optional]
174
- **name__startswith** | **String**| name__startswith | [optional]
170
+ **name** | **String**| | [optional]
171
+ **name__contains** | **String**| Filter results where name contains value | [optional]
172
+ **name__icontains** | **String**| Filter results where name contains value | [optional]
173
+ **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
174
+ **name__startswith** | **String**| Filter results where name starts with value | [optional]
175
175
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
176
176
  **ordering** | **String**| Which field to use when ordering the results. | [optional]
177
177
  **fields** | **String**| A list of fields to include in the response. | [optional]
data/docs/GroupsApi.md CHANGED
@@ -140,14 +140,14 @@ end
140
140
 
141
141
  api_instance = PulpcoreClient::GroupsApi.new
142
142
  opts = {
143
- id: 'id_example', # String | id
144
- id__in: 'id__in_example', # String | id__in
143
+ id: 56, # Integer | Filter results where id matches value
144
+ id__in: [56], # Array<Integer> | Filter results where id is in a comma-separated list of values
145
145
  limit: 56, # Integer | Number of results to return per page.
146
- name: 'name_example', # String | name
147
- name__contains: 'name__contains_example', # String | name__contains
148
- name__icontains: 'name__icontains_example', # String | name__icontains
149
- name__iexact: 'name__iexact_example', # String | name__iexact
150
- name__in: 'name__in_example', # String | name__in
146
+ name: 'name_example', # String | Filter results where name matches value
147
+ name__contains: 'name__contains_example', # String | Filter results where name contains value
148
+ name__icontains: 'name__icontains_example', # String | Filter results where name contains value
149
+ name__iexact: 'name__iexact_example', # String | Filter results where name matches value
150
+ name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
151
151
  offset: 56, # Integer | The initial index from which to return the results.
152
152
  ordering: 'ordering_example', # String | Which field to use when ordering the results.
153
153
  fields: 'fields_example', # String | A list of fields to include in the response.
@@ -168,14 +168,14 @@ end
168
168
 
169
169
  Name | Type | Description | Notes
170
170
  ------------- | ------------- | ------------- | -------------
171
- **id** | **String**| id | [optional]
172
- **id__in** | **String**| id__in | [optional]
171
+ **id** | **Integer**| Filter results where id matches value | [optional]
172
+ **id__in** | [**Array&lt;Integer&gt;**](Integer.md)| Filter results where id is in a comma-separated list of values | [optional]
173
173
  **limit** | **Integer**| Number of results to return per page. | [optional]
174
- **name** | **String**| name | [optional]
175
- **name__contains** | **String**| name__contains | [optional]
176
- **name__icontains** | **String**| name__icontains | [optional]
177
- **name__iexact** | **String**| name__iexact | [optional]
178
- **name__in** | **String**| name__in | [optional]
174
+ **name** | **String**| Filter results where name matches value | [optional]
175
+ **name__contains** | **String**| Filter results where name contains value | [optional]
176
+ **name__icontains** | **String**| Filter results where name contains value | [optional]
177
+ **name__iexact** | **String**| Filter results where name matches value | [optional]
178
+ **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
179
179
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
180
180
  **ordering** | **String**| Which field to use when ordering the results. | [optional]
181
181
  **fields** | **String**| A list of fields to include in the response. | [optional]
@@ -141,11 +141,11 @@ end
141
141
  api_instance = PulpcoreClient::ImportersPulpApi.new
142
142
  opts = {
143
143
  limit: 56, # Integer | Number of results to return per page.
144
- name: 'name_example', # String | name
145
- name__contains: 'name__contains_example', # String | name__contains
146
- name__icontains: 'name__icontains_example', # String | name__icontains
147
- name__in: 'name__in_example', # String | name__in
148
- name__startswith: 'name__startswith_example', # String | name__startswith
144
+ name: 'name_example', # String |
145
+ name__contains: 'name__contains_example', # String | Filter results where name contains value
146
+ name__icontains: 'name__icontains_example', # String | Filter results where name contains value
147
+ name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
148
+ name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
149
149
  offset: 56, # Integer | The initial index from which to return the results.
150
150
  ordering: 'ordering_example', # String | Which field to use when ordering the results.
151
151
  fields: 'fields_example', # String | A list of fields to include in the response.
@@ -167,11 +167,11 @@ end
167
167
  Name | Type | Description | Notes
168
168
  ------------- | ------------- | ------------- | -------------
169
169
  **limit** | **Integer**| Number of results to return per page. | [optional]
170
- **name** | **String**| name | [optional]
171
- **name__contains** | **String**| name__contains | [optional]
172
- **name__icontains** | **String**| name__icontains | [optional]
173
- **name__in** | **String**| name__in | [optional]
174
- **name__startswith** | **String**| name__startswith | [optional]
170
+ **name** | **String**| | [optional]
171
+ **name__contains** | **String**| Filter results where name contains value | [optional]
172
+ **name__icontains** | **String**| Filter results where name contains value | [optional]
173
+ **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
174
+ **name__startswith** | **String**| Filter results where name starts with value | [optional]
175
175
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
176
176
  **ordering** | **String**| Which field to use when ordering the results. | [optional]
177
177
  **fields** | **String**| A list of fields to include in the response. | [optional]
@@ -31,14 +31,14 @@ end
31
31
  api_instance = PulpcoreClient::RepositoriesApi.new
32
32
  opts = {
33
33
  limit: 56, # Integer | Number of results to return per page.
34
- name: 'name_example', # String | name
35
- name__contains: 'name__contains_example', # String | name__contains
36
- name__icontains: 'name__icontains_example', # String | name__icontains
37
- name__in: 'name__in_example', # String | name__in
38
- name__startswith: 'name__startswith_example', # String | name__startswith
34
+ name: 'name_example', # String |
35
+ name__contains: 'name__contains_example', # String | Filter results where name contains value
36
+ name__icontains: 'name__icontains_example', # String | Filter results where name contains value
37
+ name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
38
+ name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
39
39
  offset: 56, # Integer | The initial index from which to return the results.
40
40
  ordering: 'ordering_example', # String | Which field to use when ordering the results.
41
- pulp_label_select: 'pulp_label_select_example', # String | pulp_label_select
41
+ pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
42
42
  fields: 'fields_example', # String | A list of fields to include in the response.
43
43
  exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
44
44
  }
@@ -58,14 +58,14 @@ end
58
58
  Name | Type | Description | Notes
59
59
  ------------- | ------------- | ------------- | -------------
60
60
  **limit** | **Integer**| Number of results to return per page. | [optional]
61
- **name** | **String**| name | [optional]
62
- **name__contains** | **String**| name__contains | [optional]
63
- **name__icontains** | **String**| name__icontains | [optional]
64
- **name__in** | **String**| name__in | [optional]
65
- **name__startswith** | **String**| name__startswith | [optional]
61
+ **name** | **String**| | [optional]
62
+ **name__contains** | **String**| Filter results where name contains value | [optional]
63
+ **name__icontains** | **String**| Filter results where name contains value | [optional]
64
+ **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
65
+ **name__startswith** | **String**| Filter results where name starts with value | [optional]
66
66
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
67
67
  **ordering** | **String**| Which field to use when ordering the results. | [optional]
68
- **pulp_label_select** | **String**| pulp_label_select | [optional]
68
+ **pulp_label_select** | **String**| Filter labels by search string | [optional]
69
69
  **fields** | **String**| A list of fields to include in the response. | [optional]
70
70
  **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
71
71
 
@@ -32,7 +32,7 @@ end
32
32
  api_instance = PulpcoreClient::SigningServicesApi.new
33
33
  opts = {
34
34
  limit: 56, # Integer | Number of results to return per page.
35
- name: 'name_example', # String | name
35
+ name: 'name_example', # String |
36
36
  offset: 56, # Integer | The initial index from which to return the results.
37
37
  ordering: 'ordering_example', # String | Which field to use when ordering the results.
38
38
  fields: 'fields_example', # String | A list of fields to include in the response.
@@ -54,7 +54,7 @@ end
54
54
  Name | Type | Description | Notes
55
55
  ------------- | ------------- | ------------- | -------------
56
56
  **limit** | **Integer**| Number of results to return per page. | [optional]
57
- **name** | **String**| name | [optional]
57
+ **name** | **String**| | [optional]
58
58
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
59
59
  **ordering** | **String**| Which field to use when ordering the results. | [optional]
60
60
  **fields** | **String**| A list of fields to include in the response. | [optional]
data/docs/StatusApi.md CHANGED
@@ -14,7 +14,7 @@ Method | HTTP request | Description
14
14
 
15
15
  Inspect status of Pulp
16
16
 
17
- Returns app information including the version of pulpcore and loaded pulp plugins, known workers, database connection status, and messaging connection status
17
+ Returns status and app information about Pulp. Information includes: * version of pulpcore and loaded pulp plugins * known workers * known content apps * database connection status * redis connection status * disk usage information
18
18
 
19
19
  ### Example
20
20
 
data/docs/TasksApi.md CHANGED
@@ -85,32 +85,32 @@ end
85
85
 
86
86
  api_instance = PulpcoreClient::TasksApi.new
87
87
  opts = {
88
- child_tasks: 'child_tasks_example', # String | child_tasks
89
- created_resources: 'created_resources_example', # String | created_resources
90
- finished_at: 'finished_at_example', # String | finished_at
91
- finished_at__gt: 'finished_at__gt_example', # String | finished_at__gt
92
- finished_at__gte: 'finished_at__gte_example', # String | finished_at__gte
93
- finished_at__lt: 'finished_at__lt_example', # String | finished_at__lt
94
- finished_at__lte: 'finished_at__lte_example', # String | finished_at__lte
95
- finished_at__range: 'finished_at__range_example', # String | finished_at__range
88
+ child_tasks: 'child_tasks_example', # String | Foreign Key referenced by HREF
89
+ created_resources: 'created_resources_example', # String |
90
+ finished_at: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | ISO 8601 formatted dates are supported
91
+ finished_at__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where finished_at is greater than value
92
+ finished_at__gte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where finished_at is greater than or equal to value
93
+ finished_at__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where finished_at is less than value
94
+ finished_at__lte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where finished_at is less than or equal to value
95
+ finished_at__range: [DateTime.parse('2013-10-20T19:20:30+01:00')], # Array<DateTime> | Filter results where finished_at is between two comma separated values
96
96
  limit: 56, # Integer | Number of results to return per page.
97
- name: 'name_example', # String | name
98
- name__contains: 'name__contains_example', # String | name__contains
97
+ name: 'name_example', # String |
98
+ name__contains: 'name__contains_example', # String | Filter results where name contains value
99
99
  offset: 56, # Integer | The initial index from which to return the results.
100
100
  ordering: 'ordering_example', # String | Which field to use when ordering the results.
101
- parent_task: 'parent_task_example', # String | parent_task
102
- reserved_resources_record: 'reserved_resources_record_example', # String | reserved_resources_record
103
- started_at: 'started_at_example', # String | started_at
104
- started_at__gt: 'started_at__gt_example', # String | started_at__gt
105
- started_at__gte: 'started_at__gte_example', # String | started_at__gte
106
- started_at__lt: 'started_at__lt_example', # String | started_at__lt
107
- started_at__lte: 'started_at__lte_example', # String | started_at__lte
108
- started_at__range: 'started_at__range_example', # String | started_at__range
109
- state: 'state_example', # String | state
110
- state__in: 'state__in_example', # String | state__in
111
- task_group: 'task_group_example', # String | task_group
112
- worker: 'worker_example', # String | worker
113
- worker__in: 'worker__in_example', # String | worker__in
101
+ parent_task: 'parent_task_example', # String | Foreign Key referenced by HREF
102
+ reserved_resources_record: 'reserved_resources_record_example', # String |
103
+ started_at: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | ISO 8601 formatted dates are supported
104
+ started_at__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where started_at is greater than value
105
+ started_at__gte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where started_at is greater than or equal to value
106
+ started_at__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where started_at is less than value
107
+ started_at__lte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where started_at is less than or equal to value
108
+ started_at__range: [DateTime.parse('2013-10-20T19:20:30+01:00')], # Array<DateTime> | Filter results where started_at is between two comma separated values
109
+ state: 'state_example', # String |
110
+ state__in: ['state__in_example'], # Array<String> | Filter results where state is in a comma-separated list of values
111
+ task_group: 'task_group_example', # String | Foreign Key referenced by HREF
112
+ worker: 'worker_example', # String | Foreign Key referenced by HREF
113
+ worker__in: ['worker__in_example'], # Array<String> | Filter results where worker is in a comma-separated list of values
114
114
  fields: 'fields_example', # String | A list of fields to include in the response.
115
115
  exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
116
116
  }
@@ -129,32 +129,32 @@ end
129
129
 
130
130
  Name | Type | Description | Notes
131
131
  ------------- | ------------- | ------------- | -------------
132
- **child_tasks** | **String**| child_tasks | [optional]
133
- **created_resources** | **String**| created_resources | [optional]
134
- **finished_at** | **String**| finished_at | [optional]
135
- **finished_at__gt** | **String**| finished_at__gt | [optional]
136
- **finished_at__gte** | **String**| finished_at__gte | [optional]
137
- **finished_at__lt** | **String**| finished_at__lt | [optional]
138
- **finished_at__lte** | **String**| finished_at__lte | [optional]
139
- **finished_at__range** | **String**| finished_at__range | [optional]
132
+ **child_tasks** | [**String**](.md)| Foreign Key referenced by HREF | [optional]
133
+ **created_resources** | [**String**](.md)| | [optional]
134
+ **finished_at** | **DateTime**| ISO 8601 formatted dates are supported | [optional]
135
+ **finished_at__gt** | **DateTime**| Filter results where finished_at is greater than value | [optional]
136
+ **finished_at__gte** | **DateTime**| Filter results where finished_at is greater than or equal to value | [optional]
137
+ **finished_at__lt** | **DateTime**| Filter results where finished_at is less than value | [optional]
138
+ **finished_at__lte** | **DateTime**| Filter results where finished_at is less than or equal to value | [optional]
139
+ **finished_at__range** | [**Array&lt;DateTime&gt;**](DateTime.md)| Filter results where finished_at is between two comma separated values | [optional]
140
140
  **limit** | **Integer**| Number of results to return per page. | [optional]
141
- **name** | **String**| name | [optional]
142
- **name__contains** | **String**| name__contains | [optional]
141
+ **name** | **String**| | [optional]
142
+ **name__contains** | **String**| Filter results where name contains value | [optional]
143
143
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
144
144
  **ordering** | **String**| Which field to use when ordering the results. | [optional]
145
- **parent_task** | **String**| parent_task | [optional]
146
- **reserved_resources_record** | **String**| reserved_resources_record | [optional]
147
- **started_at** | **String**| started_at | [optional]
148
- **started_at__gt** | **String**| started_at__gt | [optional]
149
- **started_at__gte** | **String**| started_at__gte | [optional]
150
- **started_at__lt** | **String**| started_at__lt | [optional]
151
- **started_at__lte** | **String**| started_at__lte | [optional]
152
- **started_at__range** | **String**| started_at__range | [optional]
153
- **state** | **String**| state | [optional]
154
- **state__in** | **String**| state__in | [optional]
155
- **task_group** | **String**| task_group | [optional]
156
- **worker** | **String**| worker | [optional]
157
- **worker__in** | **String**| worker__in | [optional]
145
+ **parent_task** | [**String**](.md)| Foreign Key referenced by HREF | [optional]
146
+ **reserved_resources_record** | [**String**](.md)| | [optional]
147
+ **started_at** | **DateTime**| ISO 8601 formatted dates are supported | [optional]
148
+ **started_at__gt** | **DateTime**| Filter results where started_at is greater than value | [optional]
149
+ **started_at__gte** | **DateTime**| Filter results where started_at is greater than or equal to value | [optional]
150
+ **started_at__lt** | **DateTime**| Filter results where started_at is less than value | [optional]
151
+ **started_at__lte** | **DateTime**| Filter results where started_at is less than or equal to value | [optional]
152
+ **started_at__range** | [**Array&lt;DateTime&gt;**](DateTime.md)| Filter results where started_at is between two comma separated values | [optional]
153
+ **state** | **String**| | [optional]
154
+ **state__in** | [**Array&lt;String&gt;**](String.md)| Filter results where state is in a comma-separated list of values | [optional]
155
+ **task_group** | [**String**](.md)| Foreign Key referenced by HREF | [optional]
156
+ **worker** | [**String**](.md)| Foreign Key referenced by HREF | [optional]
157
+ **worker__in** | [**Array&lt;String&gt;**](String.md)| Filter results where worker is in a comma-separated list of values | [optional]
158
158
  **fields** | **String**| A list of fields to include in the response. | [optional]
159
159
  **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
160
160