pulpcore_client 3.21.5 → 3.21.6
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 +6 -6
- data/docs/AccessPoliciesApi.md +8 -8
- data/docs/ArtifactsApi.md +8 -8
- data/docs/ContentApi.md +4 -4
- data/docs/ContentguardsApi.md +4 -4
- data/docs/ContentguardsContentRedirectApi.md +16 -16
- data/docs/ContentguardsRbacApi.md +16 -16
- data/docs/DistributionsApi.md +4 -4
- data/docs/ExportersFilesystemApi.md +8 -8
- data/docs/ExportersFilesystemExportsApi.md +8 -8
- data/docs/ExportersPulpApi.md +8 -8
- data/docs/ExportersPulpExportsApi.md +8 -8
- data/docs/GroupsApi.md +16 -16
- data/docs/GroupsRolesApi.md +8 -8
- data/docs/GroupsUsersApi.md +4 -4
- data/docs/ImportersPulpApi.md +8 -8
- data/docs/ImportersPulpImportsApi.md +8 -8
- data/docs/PublicationsApi.md +4 -4
- data/docs/RemotesApi.md +4 -4
- data/docs/RepositoriesApi.md +4 -4
- data/docs/RepositoryVersionsApi.md +4 -4
- data/docs/RolesApi.md +8 -8
- data/docs/SigningServicesApi.md +8 -8
- data/docs/TaskGroupsApi.md +8 -8
- data/docs/TaskSchedulesApi.md +16 -16
- data/docs/TasksApi.md +16 -16
- data/docs/UploadsApi.md +16 -16
- data/docs/UsersApi.md +8 -8
- data/docs/UsersRolesApi.md +8 -8
- data/docs/WorkersApi.md +8 -8
- data/lib/pulpcore_client/api/access_policies_api.rb +12 -12
- data/lib/pulpcore_client/api/artifacts_api.rb +12 -12
- data/lib/pulpcore_client/api/content_api.rb +6 -6
- data/lib/pulpcore_client/api/contentguards_api.rb +6 -6
- data/lib/pulpcore_client/api/contentguards_content_redirect_api.rb +24 -24
- data/lib/pulpcore_client/api/contentguards_rbac_api.rb +24 -24
- data/lib/pulpcore_client/api/distributions_api.rb +6 -6
- data/lib/pulpcore_client/api/exporters_filesystem_api.rb +12 -12
- data/lib/pulpcore_client/api/exporters_filesystem_exports_api.rb +12 -12
- data/lib/pulpcore_client/api/exporters_pulp_api.rb +12 -12
- data/lib/pulpcore_client/api/exporters_pulp_exports_api.rb +12 -12
- data/lib/pulpcore_client/api/groups_api.rb +24 -24
- data/lib/pulpcore_client/api/groups_roles_api.rb +12 -12
- data/lib/pulpcore_client/api/groups_users_api.rb +6 -6
- data/lib/pulpcore_client/api/importers_pulp_api.rb +12 -12
- data/lib/pulpcore_client/api/importers_pulp_imports_api.rb +12 -12
- data/lib/pulpcore_client/api/publications_api.rb +6 -6
- data/lib/pulpcore_client/api/remotes_api.rb +6 -6
- data/lib/pulpcore_client/api/repositories_api.rb +6 -6
- data/lib/pulpcore_client/api/repository_versions_api.rb +6 -6
- data/lib/pulpcore_client/api/roles_api.rb +12 -12
- data/lib/pulpcore_client/api/signing_services_api.rb +12 -12
- data/lib/pulpcore_client/api/task_groups_api.rb +12 -12
- data/lib/pulpcore_client/api/task_schedules_api.rb +24 -24
- data/lib/pulpcore_client/api/tasks_api.rb +24 -24
- data/lib/pulpcore_client/api/uploads_api.rb +24 -24
- data/lib/pulpcore_client/api/users_api.rb +12 -12
- data/lib/pulpcore_client/api/users_roles_api.rb +12 -12
- data/lib/pulpcore_client/api/workers_api.rb +12 -12
- data/lib/pulpcore_client/version.rb +1 -1
- data/spec/api/access_policies_api_spec.rb +4 -4
- data/spec/api/artifacts_api_spec.rb +4 -4
- data/spec/api/content_api_spec.rb +2 -2
- data/spec/api/contentguards_api_spec.rb +2 -2
- data/spec/api/contentguards_content_redirect_api_spec.rb +8 -8
- data/spec/api/contentguards_rbac_api_spec.rb +8 -8
- data/spec/api/distributions_api_spec.rb +2 -2
- data/spec/api/exporters_filesystem_api_spec.rb +4 -4
- data/spec/api/exporters_filesystem_exports_api_spec.rb +4 -4
- data/spec/api/exporters_pulp_api_spec.rb +4 -4
- data/spec/api/exporters_pulp_exports_api_spec.rb +4 -4
- data/spec/api/groups_api_spec.rb +8 -8
- data/spec/api/groups_roles_api_spec.rb +4 -4
- data/spec/api/groups_users_api_spec.rb +2 -2
- data/spec/api/importers_pulp_api_spec.rb +4 -4
- data/spec/api/importers_pulp_imports_api_spec.rb +4 -4
- data/spec/api/publications_api_spec.rb +2 -2
- data/spec/api/remotes_api_spec.rb +2 -2
- data/spec/api/repositories_api_spec.rb +2 -2
- data/spec/api/repository_versions_api_spec.rb +2 -2
- data/spec/api/roles_api_spec.rb +4 -4
- data/spec/api/signing_services_api_spec.rb +4 -4
- data/spec/api/task_groups_api_spec.rb +4 -4
- data/spec/api/task_schedules_api_spec.rb +8 -8
- data/spec/api/tasks_api_spec.rb +8 -8
- data/spec/api/uploads_api_spec.rb +8 -8
- data/spec/api/users_api_spec.rb +4 -4
- data/spec/api/users_roles_api_spec.rb +4 -4
- data/spec/api/workers_api_spec.rb +4 -4
- metadata +129 -129
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 26eebb6e10db352866b19713d9b0c919d61359e7c4eb6c30359a12549c3a9f23
|
|
4
|
+
data.tar.gz: 125630e7f486aa502053ae7eb63357216f5d781a27ec653f0002142463f02965
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7e206f6b76e381fd9eb119b4337989c05cf9607580bcce6bd18217414b8f0bc51852b94ff3e842f5ff2f17e721be5c4404525ba6000c103dbb179c15852c6b75
|
|
7
|
+
data.tar.gz: 1c0a8f0b18155f1b81bde8a48ce91aad8ce1e210a9644e9b6fc0719fcc88ecf05c0a08405cdd334d9448f9040f8d4c8edd81507fa2bcb34fc9a1f703d6f84a31
|
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.21.
|
|
10
|
+
- Package version: 3.21.6
|
|
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.21.
|
|
27
|
+
gem install ./pulpcore_client-3.21.6.gem
|
|
28
28
|
```
|
|
29
29
|
|
|
30
|
-
(for development, run `gem install --dev ./pulpcore_client-3.21.
|
|
30
|
+
(for development, run `gem install --dev ./pulpcore_client-3.21.6.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.21.
|
|
36
|
+
gem 'pulpcore_client', '~> 3.21.6'
|
|
37
37
|
|
|
38
38
|
### Install from Git
|
|
39
39
|
|
|
@@ -75,8 +75,8 @@ opts = {
|
|
|
75
75
|
viewset_name__icontains: 'viewset_name__icontains_example', # String | Filter results where viewset_name contains value
|
|
76
76
|
viewset_name__in: ['viewset_name__in_example'], # Array<String> | Filter results where viewset_name is in a comma-separated list of values
|
|
77
77
|
viewset_name__startswith: 'viewset_name__startswith_example', # String | Filter results where viewset_name starts with value
|
|
78
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
79
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
78
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
79
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
80
80
|
}
|
|
81
81
|
|
|
82
82
|
begin
|
data/docs/AccessPoliciesApi.md
CHANGED
|
@@ -43,8 +43,8 @@ opts = {
|
|
|
43
43
|
viewset_name__icontains: 'viewset_name__icontains_example', # String | Filter results where viewset_name contains value
|
|
44
44
|
viewset_name__in: ['viewset_name__in_example'], # Array<String> | Filter results where viewset_name is in a comma-separated list of values
|
|
45
45
|
viewset_name__startswith: 'viewset_name__startswith_example', # String | Filter results where viewset_name starts with value
|
|
46
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
47
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
46
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
47
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
48
48
|
}
|
|
49
49
|
|
|
50
50
|
begin
|
|
@@ -70,8 +70,8 @@ Name | Type | Description | Notes
|
|
|
70
70
|
**viewset_name__icontains** | **String**| Filter results where viewset_name contains value | [optional]
|
|
71
71
|
**viewset_name__in** | [**Array<String>**](String.md)| Filter results where viewset_name is in a comma-separated list of values | [optional]
|
|
72
72
|
**viewset_name__startswith** | **String**| Filter results where viewset_name starts with value | [optional]
|
|
73
|
-
**fields** | **String
|
|
74
|
-
**exclude_fields** | **String
|
|
73
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
74
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
75
75
|
|
|
76
76
|
### Return type
|
|
77
77
|
|
|
@@ -165,8 +165,8 @@ end
|
|
|
165
165
|
api_instance = PulpcoreClient::AccessPoliciesApi.new
|
|
166
166
|
access_policy_href = 'access_policy_href_example' # String |
|
|
167
167
|
opts = {
|
|
168
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
169
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
168
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
169
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
170
170
|
}
|
|
171
171
|
|
|
172
172
|
begin
|
|
@@ -184,8 +184,8 @@ end
|
|
|
184
184
|
Name | Type | Description | Notes
|
|
185
185
|
------------- | ------------- | ------------- | -------------
|
|
186
186
|
**access_policy_href** | **String**| |
|
|
187
|
-
**fields** | **String
|
|
188
|
-
**exclude_fields** | **String
|
|
187
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
188
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
189
189
|
|
|
190
190
|
### Return type
|
|
191
191
|
|
data/docs/ArtifactsApi.md
CHANGED
|
@@ -164,8 +164,8 @@ opts = {
|
|
|
164
164
|
sha256: 'sha256_example', # String | Filter results where sha256 matches value
|
|
165
165
|
sha384: 'sha384_example', # String | Filter results where sha384 matches value
|
|
166
166
|
sha512: 'sha512_example', # String | Filter results where sha512 matches value
|
|
167
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
168
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
167
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
168
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
169
169
|
}
|
|
170
170
|
|
|
171
171
|
begin
|
|
@@ -192,8 +192,8 @@ Name | Type | Description | Notes
|
|
|
192
192
|
**sha256** | **String**| Filter results where sha256 matches value | [optional]
|
|
193
193
|
**sha384** | **String**| Filter results where sha384 matches value | [optional]
|
|
194
194
|
**sha512** | **String**| Filter results where sha512 matches value | [optional]
|
|
195
|
-
**fields** | **String
|
|
196
|
-
**exclude_fields** | **String
|
|
195
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
196
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
197
197
|
|
|
198
198
|
### Return type
|
|
199
199
|
|
|
@@ -232,8 +232,8 @@ end
|
|
|
232
232
|
api_instance = PulpcoreClient::ArtifactsApi.new
|
|
233
233
|
artifact_href = 'artifact_href_example' # String |
|
|
234
234
|
opts = {
|
|
235
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
236
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
235
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
236
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
237
237
|
}
|
|
238
238
|
|
|
239
239
|
begin
|
|
@@ -251,8 +251,8 @@ end
|
|
|
251
251
|
Name | Type | Description | Notes
|
|
252
252
|
------------- | ------------- | ------------- | -------------
|
|
253
253
|
**artifact_href** | **String**| |
|
|
254
|
-
**fields** | **String
|
|
255
|
-
**exclude_fields** | **String
|
|
254
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
255
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
256
256
|
|
|
257
257
|
### Return type
|
|
258
258
|
|
data/docs/ContentApi.md
CHANGED
|
@@ -36,8 +36,8 @@ opts = {
|
|
|
36
36
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
|
37
37
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
|
38
38
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
|
39
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
40
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
39
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
40
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
41
41
|
}
|
|
42
42
|
|
|
43
43
|
begin
|
|
@@ -60,8 +60,8 @@ Name | Type | Description | Notes
|
|
|
60
60
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
|
61
61
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
|
62
62
|
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
|
63
|
-
**fields** | **String
|
|
64
|
-
**exclude_fields** | **String
|
|
63
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
64
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
65
65
|
|
|
66
66
|
### Return type
|
|
67
67
|
|
data/docs/ContentguardsApi.md
CHANGED
|
@@ -38,8 +38,8 @@ opts = {
|
|
|
38
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'], # Array<String> | Ordering
|
|
41
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
42
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
41
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
42
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
43
43
|
}
|
|
44
44
|
|
|
45
45
|
begin
|
|
@@ -64,8 +64,8 @@ Name | Type | Description | Notes
|
|
|
64
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** | [**Array<String>**](String.md)| Ordering | [optional]
|
|
67
|
-
**fields** | **String
|
|
68
|
-
**exclude_fields** | **String
|
|
67
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
68
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
69
69
|
|
|
70
70
|
### Return type
|
|
71
71
|
|
|
@@ -206,8 +206,8 @@ opts = {
|
|
|
206
206
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
|
207
207
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
208
208
|
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
209
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
210
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
209
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
210
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
211
211
|
}
|
|
212
212
|
|
|
213
213
|
begin
|
|
@@ -232,8 +232,8 @@ Name | Type | Description | Notes
|
|
|
232
232
|
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
|
233
233
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
234
234
|
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
|
235
|
-
**fields** | **String
|
|
236
|
-
**exclude_fields** | **String
|
|
235
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
236
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
237
237
|
|
|
238
238
|
### Return type
|
|
239
239
|
|
|
@@ -272,8 +272,8 @@ end
|
|
|
272
272
|
api_instance = PulpcoreClient::ContentguardsContentRedirectApi.new
|
|
273
273
|
content_redirect_content_guard_href = 'content_redirect_content_guard_href_example' # String |
|
|
274
274
|
opts = {
|
|
275
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
276
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
275
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
276
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
277
277
|
}
|
|
278
278
|
|
|
279
279
|
begin
|
|
@@ -290,8 +290,8 @@ end
|
|
|
290
290
|
Name | Type | Description | Notes
|
|
291
291
|
------------- | ------------- | ------------- | -------------
|
|
292
292
|
**content_redirect_content_guard_href** | **String**| |
|
|
293
|
-
**fields** | **String
|
|
294
|
-
**exclude_fields** | **String
|
|
293
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
294
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
295
295
|
|
|
296
296
|
### Return type
|
|
297
297
|
|
|
@@ -330,8 +330,8 @@ end
|
|
|
330
330
|
api_instance = PulpcoreClient::ContentguardsContentRedirectApi.new
|
|
331
331
|
content_redirect_content_guard_href = 'content_redirect_content_guard_href_example' # String |
|
|
332
332
|
opts = {
|
|
333
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
334
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
333
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
334
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
335
335
|
}
|
|
336
336
|
|
|
337
337
|
begin
|
|
@@ -348,8 +348,8 @@ end
|
|
|
348
348
|
Name | Type | Description | Notes
|
|
349
349
|
------------- | ------------- | ------------- | -------------
|
|
350
350
|
**content_redirect_content_guard_href** | **String**| |
|
|
351
|
-
**fields** | **String
|
|
352
|
-
**exclude_fields** | **String
|
|
351
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
352
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
353
353
|
|
|
354
354
|
### Return type
|
|
355
355
|
|
|
@@ -443,8 +443,8 @@ end
|
|
|
443
443
|
api_instance = PulpcoreClient::ContentguardsContentRedirectApi.new
|
|
444
444
|
content_redirect_content_guard_href = 'content_redirect_content_guard_href_example' # String |
|
|
445
445
|
opts = {
|
|
446
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
447
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
446
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
447
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
448
448
|
}
|
|
449
449
|
|
|
450
450
|
begin
|
|
@@ -462,8 +462,8 @@ end
|
|
|
462
462
|
Name | Type | Description | Notes
|
|
463
463
|
------------- | ------------- | ------------- | -------------
|
|
464
464
|
**content_redirect_content_guard_href** | **String**| |
|
|
465
|
-
**fields** | **String
|
|
466
|
-
**exclude_fields** | **String
|
|
465
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
466
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
467
467
|
|
|
468
468
|
### Return type
|
|
469
469
|
|
|
@@ -206,8 +206,8 @@ opts = {
|
|
|
206
206
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
|
207
207
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
208
208
|
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
209
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
210
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
209
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
210
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
211
211
|
}
|
|
212
212
|
|
|
213
213
|
begin
|
|
@@ -232,8 +232,8 @@ Name | Type | Description | Notes
|
|
|
232
232
|
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
|
233
233
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
234
234
|
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
|
235
|
-
**fields** | **String
|
|
236
|
-
**exclude_fields** | **String
|
|
235
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
236
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
237
237
|
|
|
238
238
|
### Return type
|
|
239
239
|
|
|
@@ -272,8 +272,8 @@ end
|
|
|
272
272
|
api_instance = PulpcoreClient::ContentguardsRbacApi.new
|
|
273
273
|
r_b_a_c_content_guard_href = 'r_b_a_c_content_guard_href_example' # String |
|
|
274
274
|
opts = {
|
|
275
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
276
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
275
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
276
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
277
277
|
}
|
|
278
278
|
|
|
279
279
|
begin
|
|
@@ -290,8 +290,8 @@ end
|
|
|
290
290
|
Name | Type | Description | Notes
|
|
291
291
|
------------- | ------------- | ------------- | -------------
|
|
292
292
|
**r_b_a_c_content_guard_href** | **String**| |
|
|
293
|
-
**fields** | **String
|
|
294
|
-
**exclude_fields** | **String
|
|
293
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
294
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
295
295
|
|
|
296
296
|
### Return type
|
|
297
297
|
|
|
@@ -330,8 +330,8 @@ end
|
|
|
330
330
|
api_instance = PulpcoreClient::ContentguardsRbacApi.new
|
|
331
331
|
r_b_a_c_content_guard_href = 'r_b_a_c_content_guard_href_example' # String |
|
|
332
332
|
opts = {
|
|
333
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
334
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
333
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
334
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
335
335
|
}
|
|
336
336
|
|
|
337
337
|
begin
|
|
@@ -348,8 +348,8 @@ end
|
|
|
348
348
|
Name | Type | Description | Notes
|
|
349
349
|
------------- | ------------- | ------------- | -------------
|
|
350
350
|
**r_b_a_c_content_guard_href** | **String**| |
|
|
351
|
-
**fields** | **String
|
|
352
|
-
**exclude_fields** | **String
|
|
351
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
352
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
353
353
|
|
|
354
354
|
### Return type
|
|
355
355
|
|
|
@@ -443,8 +443,8 @@ end
|
|
|
443
443
|
api_instance = PulpcoreClient::ContentguardsRbacApi.new
|
|
444
444
|
r_b_a_c_content_guard_href = 'r_b_a_c_content_guard_href_example' # String |
|
|
445
445
|
opts = {
|
|
446
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
447
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
446
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
447
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
448
448
|
}
|
|
449
449
|
|
|
450
450
|
begin
|
|
@@ -462,8 +462,8 @@ end
|
|
|
462
462
|
Name | Type | Description | Notes
|
|
463
463
|
------------- | ------------- | ------------- | -------------
|
|
464
464
|
**r_b_a_c_content_guard_href** | **String**| |
|
|
465
|
-
**fields** | **String
|
|
466
|
-
**exclude_fields** | **String
|
|
465
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
466
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
467
467
|
|
|
468
468
|
### Return type
|
|
469
469
|
|
data/docs/DistributionsApi.md
CHANGED
|
@@ -44,8 +44,8 @@ opts = {
|
|
|
44
44
|
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
45
45
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
|
46
46
|
with_content: 'with_content_example', # String | Filter distributions based on the content served by them
|
|
47
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
48
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
47
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
48
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
49
49
|
}
|
|
50
50
|
|
|
51
51
|
begin
|
|
@@ -76,8 +76,8 @@ Name | Type | Description | Notes
|
|
|
76
76
|
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
|
77
77
|
**pulp_label_select** | **String**| Filter labels by search string | [optional]
|
|
78
78
|
**with_content** | **String**| Filter distributions based on the content served by them | [optional]
|
|
79
|
-
**fields** | **String
|
|
80
|
-
**exclude_fields** | **String
|
|
79
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
80
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
81
81
|
|
|
82
82
|
### Return type
|
|
83
83
|
|
|
@@ -149,8 +149,8 @@ opts = {
|
|
|
149
149
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
|
150
150
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
151
151
|
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
152
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
153
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
152
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
153
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
154
154
|
}
|
|
155
155
|
|
|
156
156
|
begin
|
|
@@ -175,8 +175,8 @@ Name | Type | Description | Notes
|
|
|
175
175
|
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
|
176
176
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
177
177
|
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
|
178
|
-
**fields** | **String
|
|
179
|
-
**exclude_fields** | **String
|
|
178
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
179
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
180
180
|
|
|
181
181
|
### Return type
|
|
182
182
|
|
|
@@ -270,8 +270,8 @@ end
|
|
|
270
270
|
api_instance = PulpcoreClient::ExportersFilesystemApi.new
|
|
271
271
|
filesystem_exporter_href = 'filesystem_exporter_href_example' # String |
|
|
272
272
|
opts = {
|
|
273
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
274
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
273
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
274
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
275
275
|
}
|
|
276
276
|
|
|
277
277
|
begin
|
|
@@ -289,8 +289,8 @@ end
|
|
|
289
289
|
Name | Type | Description | Notes
|
|
290
290
|
------------- | ------------- | ------------- | -------------
|
|
291
291
|
**filesystem_exporter_href** | **String**| |
|
|
292
|
-
**fields** | **String
|
|
293
|
-
**exclude_fields** | **String
|
|
292
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
293
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
294
294
|
|
|
295
295
|
### Return type
|
|
296
296
|
|
|
@@ -143,8 +143,8 @@ filesystem_exporter_href = 'filesystem_exporter_href_example' # String |
|
|
|
143
143
|
opts = {
|
|
144
144
|
limit: 56, # Integer | Number of results to return per page.
|
|
145
145
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
146
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
147
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
146
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
147
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
148
148
|
}
|
|
149
149
|
|
|
150
150
|
begin
|
|
@@ -164,8 +164,8 @@ Name | Type | Description | Notes
|
|
|
164
164
|
**filesystem_exporter_href** | **String**| |
|
|
165
165
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
|
166
166
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
167
|
-
**fields** | **String
|
|
168
|
-
**exclude_fields** | **String
|
|
167
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
168
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
169
169
|
|
|
170
170
|
### Return type
|
|
171
171
|
|
|
@@ -204,8 +204,8 @@ end
|
|
|
204
204
|
api_instance = PulpcoreClient::ExportersFilesystemExportsApi.new
|
|
205
205
|
filesystem_filesystem_export_href = 'filesystem_filesystem_export_href_example' # String |
|
|
206
206
|
opts = {
|
|
207
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
208
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
207
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
208
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
209
209
|
}
|
|
210
210
|
|
|
211
211
|
begin
|
|
@@ -223,8 +223,8 @@ end
|
|
|
223
223
|
Name | Type | Description | Notes
|
|
224
224
|
------------- | ------------- | ------------- | -------------
|
|
225
225
|
**filesystem_filesystem_export_href** | **String**| |
|
|
226
|
-
**fields** | **String
|
|
227
|
-
**exclude_fields** | **String
|
|
226
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
227
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
228
228
|
|
|
229
229
|
### Return type
|
|
230
230
|
|
data/docs/ExportersPulpApi.md
CHANGED
|
@@ -149,8 +149,8 @@ opts = {
|
|
|
149
149
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
|
150
150
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
151
151
|
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
152
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
153
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
152
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
153
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
154
154
|
}
|
|
155
155
|
|
|
156
156
|
begin
|
|
@@ -175,8 +175,8 @@ Name | Type | Description | Notes
|
|
|
175
175
|
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
|
176
176
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
177
177
|
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
|
178
|
-
**fields** | **String
|
|
179
|
-
**exclude_fields** | **String
|
|
178
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
179
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
180
180
|
|
|
181
181
|
### Return type
|
|
182
182
|
|
|
@@ -270,8 +270,8 @@ end
|
|
|
270
270
|
api_instance = PulpcoreClient::ExportersPulpApi.new
|
|
271
271
|
pulp_exporter_href = 'pulp_exporter_href_example' # String |
|
|
272
272
|
opts = {
|
|
273
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
274
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
273
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
274
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
275
275
|
}
|
|
276
276
|
|
|
277
277
|
begin
|
|
@@ -289,8 +289,8 @@ end
|
|
|
289
289
|
Name | Type | Description | Notes
|
|
290
290
|
------------- | ------------- | ------------- | -------------
|
|
291
291
|
**pulp_exporter_href** | **String**| |
|
|
292
|
-
**fields** | **String
|
|
293
|
-
**exclude_fields** | **String
|
|
292
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
293
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
294
294
|
|
|
295
295
|
### Return type
|
|
296
296
|
|
|
@@ -143,8 +143,8 @@ pulp_exporter_href = 'pulp_exporter_href_example' # String |
|
|
|
143
143
|
opts = {
|
|
144
144
|
limit: 56, # Integer | Number of results to return per page.
|
|
145
145
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
146
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
147
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
146
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
147
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
148
148
|
}
|
|
149
149
|
|
|
150
150
|
begin
|
|
@@ -164,8 +164,8 @@ Name | Type | Description | Notes
|
|
|
164
164
|
**pulp_exporter_href** | **String**| |
|
|
165
165
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
|
166
166
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
167
|
-
**fields** | **String
|
|
168
|
-
**exclude_fields** | **String
|
|
167
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
168
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
169
169
|
|
|
170
170
|
### Return type
|
|
171
171
|
|
|
@@ -204,8 +204,8 @@ end
|
|
|
204
204
|
api_instance = PulpcoreClient::ExportersPulpExportsApi.new
|
|
205
205
|
pulp_pulp_export_href = 'pulp_pulp_export_href_example' # String |
|
|
206
206
|
opts = {
|
|
207
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
208
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
207
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
208
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
209
209
|
}
|
|
210
210
|
|
|
211
211
|
begin
|
|
@@ -223,8 +223,8 @@ end
|
|
|
223
223
|
Name | Type | Description | Notes
|
|
224
224
|
------------- | ------------- | ------------- | -------------
|
|
225
225
|
**pulp_pulp_export_href** | **String**| |
|
|
226
|
-
**fields** | **String
|
|
227
|
-
**exclude_fields** | **String
|
|
226
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
227
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
228
228
|
|
|
229
229
|
### Return type
|
|
230
230
|
|