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.
- checksums.yaml +4 -4
- data/README.md +11 -11
- data/docs/AccessPoliciesApi.md +12 -12
- data/docs/ArtifactsApi.md +14 -14
- data/docs/ContentApi.md +6 -6
- data/docs/{ContentGuardsApi.md → ContentguardsApi.md} +15 -15
- data/docs/ExportersPulpApi.md +10 -10
- data/docs/GroupsApi.md +14 -14
- data/docs/ImportersPulpApi.md +10 -10
- data/docs/RepositoriesApi.md +12 -12
- data/docs/SigningServicesApi.md +2 -2
- data/docs/StatusApi.md +1 -1
- data/docs/TasksApi.md +46 -46
- data/docs/UsersApi.md +44 -44
- data/docs/WorkersApi.md +26 -26
- data/lib/pulpcore_client/api/access_policies_api.rb +13 -13
- data/lib/pulpcore_client/api/artifacts_api.rb +14 -14
- data/lib/pulpcore_client/api/content_api.rb +6 -6
- data/lib/pulpcore_client/api/{content_guards_api.rb → contentguards_api.rb} +17 -17
- data/lib/pulpcore_client/api/exporters_pulp_api.rb +11 -11
- data/lib/pulpcore_client/api/groups_api.rb +16 -16
- data/lib/pulpcore_client/api/importers_pulp_api.rb +11 -11
- data/lib/pulpcore_client/api/repositories_api.rb +13 -13
- data/lib/pulpcore_client/api/signing_services_api.rb +2 -2
- data/lib/pulpcore_client/api/status_api.rb +2 -2
- data/lib/pulpcore_client/api/tasks_api.rb +58 -50
- data/lib/pulpcore_client/api/users_api.rb +48 -48
- data/lib/pulpcore_client/api/workers_api.rb +28 -28
- data/lib/pulpcore_client/version.rb +1 -1
- data/lib/pulpcore_client.rb +1 -1
- data/spec/api/access_policies_api_spec.rb +6 -6
- data/spec/api/artifacts_api_spec.rb +7 -7
- data/spec/api/content_api_spec.rb +3 -3
- data/spec/api/{content_guards_api_spec.rb → contentguards_api_spec.rb} +12 -12
- data/spec/api/exporters_pulp_api_spec.rb +5 -5
- data/spec/api/groups_api_spec.rb +7 -7
- data/spec/api/importers_pulp_api_spec.rb +5 -5
- data/spec/api/repositories_api_spec.rb +6 -6
- data/spec/api/signing_services_api_spec.rb +1 -1
- data/spec/api/status_api_spec.rb +1 -1
- data/spec/api/tasks_api_spec.rb +23 -23
- data/spec/api/users_api_spec.rb +22 -22
- data/spec/api/workers_api_spec.rb +13 -13
- metadata +78 -78
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9713827bb0e7040b0389a15e36bb95db8f5916d9dfafea6b8d8656c5549fe69a
|
4
|
+
data.tar.gz: '08dc0a7fc17bc2511bfbc186a933628592c11a1676cf15447e673de6cdbe54b9'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
+
- 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.
|
27
|
+
gem install ./pulpcore_client-3.11.0.post0.gem
|
28
28
|
```
|
29
29
|
|
30
|
-
(for development, run `gem install --dev ./pulpcore_client-3.
|
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.
|
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:
|
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 |
|
75
|
-
viewset_name__icontains: 'viewset_name__icontains_example', # String |
|
76
|
-
viewset_name__in: 'viewset_name__in_example', # String |
|
77
|
-
viewset_name__startswith: 'viewset_name__startswith_example', # String |
|
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::
|
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
|
data/docs/AccessPoliciesApi.md
CHANGED
@@ -33,15 +33,15 @@ end
|
|
33
33
|
|
34
34
|
api_instance = PulpcoreClient::AccessPoliciesApi.new
|
35
35
|
opts = {
|
36
|
-
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 |
|
42
|
-
viewset_name__icontains: 'viewset_name__icontains_example', # String |
|
43
|
-
viewset_name__in: 'viewset_name__in_example', # String |
|
44
|
-
viewset_name__startswith: 'viewset_name__startswith_example', # String |
|
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** | **
|
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**|
|
69
|
-
**viewset_name__icontains** | **String**|
|
70
|
-
**viewset_name__in** | **String
|
71
|
-
**viewset_name__startswith** | **String**|
|
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<String>**](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 |
|
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**|
|
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 |
|
37
|
-
repository_version_added: 'repository_version_added_example', # String |
|
38
|
-
repository_version_removed: 'repository_version_removed_example', # String |
|
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**|
|
61
|
-
**repository_version_added** | **String**|
|
62
|
-
**repository_version_removed** | **String**|
|
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::
|
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**](
|
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
|
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::
|
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 |
|
35
|
-
name__contains: 'name__contains_example', # String |
|
36
|
-
name__icontains: 'name__icontains_example', # String |
|
37
|
-
name__in: 'name__in_example', # String |
|
38
|
-
name__startswith: 'name__startswith_example', # String |
|
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
|
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**|
|
61
|
-
**name__contains** | **String**|
|
62
|
-
**name__icontains** | **String**|
|
63
|
-
**name__in** | **String
|
64
|
-
**name__startswith** | **String**|
|
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<String>**](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]
|
data/docs/ExportersPulpApi.md
CHANGED
@@ -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 |
|
145
|
-
name__contains: 'name__contains_example', # String |
|
146
|
-
name__icontains: 'name__icontains_example', # String |
|
147
|
-
name__in: 'name__in_example', # String |
|
148
|
-
name__startswith: 'name__startswith_example', # String |
|
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**|
|
171
|
-
**name__contains** | **String**|
|
172
|
-
**name__icontains** | **String**|
|
173
|
-
**name__in** | **String
|
174
|
-
**name__startswith** | **String**|
|
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<String>**](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:
|
144
|
-
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 |
|
148
|
-
name__icontains: 'name__icontains_example', # String |
|
149
|
-
name__iexact: 'name__iexact_example', # String |
|
150
|
-
name__in: 'name__in_example', # String |
|
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** | **
|
172
|
-
**id__in** | **
|
171
|
+
**id** | **Integer**| Filter results where id matches value | [optional]
|
172
|
+
**id__in** | [**Array<Integer>**](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**|
|
176
|
-
**name__icontains** | **String**|
|
177
|
-
**name__iexact** | **String**|
|
178
|
-
**name__in** | **String
|
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<String>**](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]
|
data/docs/ImportersPulpApi.md
CHANGED
@@ -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 |
|
145
|
-
name__contains: 'name__contains_example', # String |
|
146
|
-
name__icontains: 'name__icontains_example', # String |
|
147
|
-
name__in: 'name__in_example', # String |
|
148
|
-
name__startswith: 'name__startswith_example', # String |
|
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**|
|
171
|
-
**name__contains** | **String**|
|
172
|
-
**name__icontains** | **String**|
|
173
|
-
**name__in** | **String
|
174
|
-
**name__startswith** | **String**|
|
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<String>**](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/RepositoriesApi.md
CHANGED
@@ -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 |
|
35
|
-
name__contains: 'name__contains_example', # String |
|
36
|
-
name__icontains: 'name__icontains_example', # String |
|
37
|
-
name__in: 'name__in_example', # String |
|
38
|
-
name__startswith: 'name__startswith_example', # String |
|
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 |
|
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**|
|
62
|
-
**name__contains** | **String**|
|
63
|
-
**name__icontains** | **String**|
|
64
|
-
**name__in** | **String
|
65
|
-
**name__startswith** | **String**|
|
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<String>**](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**|
|
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
|
|
data/docs/SigningServicesApi.md
CHANGED
@@ -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 |
|
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**|
|
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
|
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 |
|
89
|
-
created_resources: 'created_resources_example', # String |
|
90
|
-
finished_at: '
|
91
|
-
finished_at__gt: '
|
92
|
-
finished_at__gte: '
|
93
|
-
finished_at__lt: '
|
94
|
-
finished_at__lte: '
|
95
|
-
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 |
|
98
|
-
name__contains: 'name__contains_example', # String |
|
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 |
|
102
|
-
reserved_resources_record: 'reserved_resources_record_example', # String |
|
103
|
-
started_at: '
|
104
|
-
started_at__gt: '
|
105
|
-
started_at__gte: '
|
106
|
-
started_at__lt: '
|
107
|
-
started_at__lte: '
|
108
|
-
started_at__range: '
|
109
|
-
state: 'state_example', # String |
|
110
|
-
state__in: 'state__in_example', # String |
|
111
|
-
task_group: 'task_group_example', # String |
|
112
|
-
worker: 'worker_example', # String |
|
113
|
-
worker__in: 'worker__in_example', # String |
|
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
|
133
|
-
**created_resources** | **String
|
134
|
-
**finished_at** | **
|
135
|
-
**finished_at__gt** | **
|
136
|
-
**finished_at__gte** | **
|
137
|
-
**finished_at__lt** | **
|
138
|
-
**finished_at__lte** | **
|
139
|
-
**finished_at__range** | **
|
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<DateTime>**](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**|
|
142
|
-
**name__contains** | **String**|
|
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
|
146
|
-
**reserved_resources_record** | **String
|
147
|
-
**started_at** | **
|
148
|
-
**started_at__gt** | **
|
149
|
-
**started_at__gte** | **
|
150
|
-
**started_at__lt** | **
|
151
|
-
**started_at__lte** | **
|
152
|
-
**started_at__range** | **
|
153
|
-
**state** | **String**|
|
154
|
-
**state__in** | **String
|
155
|
-
**task_group** | **String
|
156
|
-
**worker** | **String
|
157
|
-
**worker__in** | **String
|
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<DateTime>**](DateTime.md)| Filter results where started_at is between two comma separated values | [optional]
|
153
|
+
**state** | **String**| | [optional]
|
154
|
+
**state__in** | [**Array<String>**](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<String>**](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
|
|