pulpcore_client 3.49.53 → 3.49.54
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 +5 -4
- data/docs/AccessPoliciesApi.md +22 -6
- data/docs/ArtifactDistributionResponse.md +12 -12
- data/docs/ArtifactsApi.md +12 -2
- data/docs/ContentApi.md +2 -0
- data/docs/ContentguardsApi.md +2 -0
- data/docs/ContentguardsCompositeApi.md +44 -12
- data/docs/ContentguardsContentRedirectApi.md +44 -12
- data/docs/ContentguardsHeaderApi.md +44 -12
- data/docs/ContentguardsRbacApi.md +44 -12
- data/docs/DistributionsApi.md +2 -0
- data/docs/DistributionsArtifactsApi.md +4 -0
- data/docs/DomainsApi.md +28 -8
- data/docs/ExportersFilesystemApi.md +28 -8
- data/docs/ExportersFilesystemExportsApi.md +16 -4
- data/docs/ExportersPulpApi.md +28 -8
- data/docs/ExportersPulpExportsApi.md +16 -4
- data/docs/GroupsApi.md +44 -12
- data/docs/GroupsRolesApi.md +16 -4
- data/docs/GroupsUsersApi.md +14 -4
- data/docs/ImportersPulpApi.md +28 -8
- data/docs/ImportersPulpImportCheckApi.md +6 -2
- data/docs/ImportersPulpImportsApi.md +16 -4
- data/docs/OrphansApi.md +9 -3
- data/docs/OrphansCleanupApi.md +6 -2
- data/docs/PublicationsApi.md +2 -0
- data/docs/RemotesApi.md +2 -0
- data/docs/RepairApi.md +6 -2
- data/docs/RepositoriesApi.md +2 -0
- data/docs/RepositoriesReclaimSpaceApi.md +6 -2
- data/docs/RepositoryVersionsApi.md +2 -0
- data/docs/RolesApi.md +28 -8
- data/docs/SigningServicesApi.md +4 -0
- data/docs/StatusApi.md +13 -3
- data/docs/TaskGroupsApi.md +4 -0
- data/docs/TaskSchedulesApi.md +20 -4
- data/docs/TasksApi.md +38 -10
- data/docs/UploadsApi.md +40 -10
- data/docs/UpstreamPulpsApi.md +50 -14
- data/docs/UsersApi.md +28 -8
- data/docs/UsersRolesApi.md +16 -4
- data/docs/WorkersApi.md +4 -0
- data/lib/pulpcore_client/api/access_policies_api.rb +15 -0
- data/lib/pulpcore_client/api/artifacts_api.rb +12 -0
- data/lib/pulpcore_client/api/content_api.rb +3 -0
- data/lib/pulpcore_client/api/contentguards_api.rb +3 -0
- data/lib/pulpcore_client/api/contentguards_composite_api.rb +30 -0
- data/lib/pulpcore_client/api/contentguards_content_redirect_api.rb +30 -0
- data/lib/pulpcore_client/api/contentguards_header_api.rb +30 -0
- data/lib/pulpcore_client/api/contentguards_rbac_api.rb +30 -0
- data/lib/pulpcore_client/api/distributions_api.rb +3 -0
- data/lib/pulpcore_client/api/distributions_artifacts_api.rb +6 -0
- data/lib/pulpcore_client/api/domains_api.rb +18 -0
- data/lib/pulpcore_client/api/exporters_filesystem_api.rb +18 -0
- data/lib/pulpcore_client/api/exporters_filesystem_exports_api.rb +12 -0
- data/lib/pulpcore_client/api/exporters_pulp_api.rb +18 -0
- data/lib/pulpcore_client/api/exporters_pulp_exports_api.rb +12 -0
- data/lib/pulpcore_client/api/groups_api.rb +30 -0
- data/lib/pulpcore_client/api/groups_roles_api.rb +12 -0
- data/lib/pulpcore_client/api/groups_users_api.rb +9 -0
- data/lib/pulpcore_client/api/importers_pulp_api.rb +18 -0
- data/lib/pulpcore_client/api/importers_pulp_import_check_api.rb +3 -0
- data/lib/pulpcore_client/api/importers_pulp_imports_api.rb +12 -0
- data/lib/pulpcore_client/api/orphans_api.rb +3 -0
- data/lib/pulpcore_client/api/orphans_cleanup_api.rb +3 -0
- data/lib/pulpcore_client/api/publications_api.rb +3 -0
- data/lib/pulpcore_client/api/remotes_api.rb +3 -0
- data/lib/pulpcore_client/api/repair_api.rb +3 -0
- data/lib/pulpcore_client/api/repositories_api.rb +3 -0
- data/lib/pulpcore_client/api/repositories_reclaim_space_api.rb +3 -0
- data/lib/pulpcore_client/api/repository_versions_api.rb +3 -0
- data/lib/pulpcore_client/api/roles_api.rb +18 -0
- data/lib/pulpcore_client/api/signing_services_api.rb +6 -0
- data/lib/pulpcore_client/api/status_api.rb +9 -0
- data/lib/pulpcore_client/api/task_groups_api.rb +6 -0
- data/lib/pulpcore_client/api/task_schedules_api.rb +18 -0
- data/lib/pulpcore_client/api/tasks_api.rb +27 -0
- data/lib/pulpcore_client/api/uploads_api.rb +30 -0
- data/lib/pulpcore_client/api/upstream_pulps_api.rb +33 -0
- data/lib/pulpcore_client/api/users_api.rb +18 -0
- data/lib/pulpcore_client/api/users_roles_api.rb +12 -0
- data/lib/pulpcore_client/api/workers_api.rb +6 -0
- data/lib/pulpcore_client/models/artifact_distribution_response.rb +56 -56
- data/lib/pulpcore_client/version.rb +1 -1
- data/spec/api/access_policies_api_spec.rb +5 -0
- data/spec/api/artifacts_api_spec.rb +4 -0
- data/spec/api/content_api_spec.rb +1 -0
- data/spec/api/contentguards_api_spec.rb +1 -0
- data/spec/api/contentguards_composite_api_spec.rb +10 -0
- data/spec/api/contentguards_content_redirect_api_spec.rb +10 -0
- data/spec/api/contentguards_header_api_spec.rb +10 -0
- data/spec/api/contentguards_rbac_api_spec.rb +10 -0
- data/spec/api/distributions_api_spec.rb +1 -0
- data/spec/api/distributions_artifacts_api_spec.rb +2 -0
- data/spec/api/domains_api_spec.rb +6 -0
- data/spec/api/exporters_filesystem_api_spec.rb +6 -0
- data/spec/api/exporters_filesystem_exports_api_spec.rb +4 -0
- data/spec/api/exporters_pulp_api_spec.rb +6 -0
- data/spec/api/exporters_pulp_exports_api_spec.rb +4 -0
- data/spec/api/groups_api_spec.rb +10 -0
- data/spec/api/groups_roles_api_spec.rb +4 -0
- data/spec/api/groups_users_api_spec.rb +3 -0
- data/spec/api/importers_pulp_api_spec.rb +6 -0
- data/spec/api/importers_pulp_import_check_api_spec.rb +1 -0
- data/spec/api/importers_pulp_imports_api_spec.rb +4 -0
- data/spec/api/orphans_api_spec.rb +1 -0
- data/spec/api/orphans_cleanup_api_spec.rb +1 -0
- data/spec/api/publications_api_spec.rb +1 -0
- data/spec/api/remotes_api_spec.rb +1 -0
- data/spec/api/repair_api_spec.rb +1 -0
- data/spec/api/repositories_api_spec.rb +1 -0
- data/spec/api/repositories_reclaim_space_api_spec.rb +1 -0
- data/spec/api/repository_versions_api_spec.rb +1 -0
- data/spec/api/roles_api_spec.rb +6 -0
- data/spec/api/signing_services_api_spec.rb +2 -0
- data/spec/api/status_api_spec.rb +3 -0
- data/spec/api/task_groups_api_spec.rb +2 -0
- data/spec/api/task_schedules_api_spec.rb +6 -0
- data/spec/api/tasks_api_spec.rb +9 -0
- data/spec/api/uploads_api_spec.rb +10 -0
- data/spec/api/upstream_pulps_api_spec.rb +11 -0
- data/spec/api/users_api_spec.rb +6 -0
- data/spec/api/users_roles_api_spec.rb +4 -0
- data/spec/api/workers_api_spec.rb +2 -0
- data/spec/models/artifact_distribution_response_spec.rb +9 -9
- metadata +2 -2
|
@@ -19,7 +19,7 @@ Method | HTTP request | Description
|
|
|
19
19
|
|
|
20
20
|
## add_role
|
|
21
21
|
|
|
22
|
-
> NestedRoleResponse add_role(content_redirect_content_guard_href, nested_role)
|
|
22
|
+
> NestedRoleResponse add_role(content_redirect_content_guard_href, nested_role, opts)
|
|
23
23
|
|
|
24
24
|
Add a role
|
|
25
25
|
|
|
@@ -40,10 +40,13 @@ end
|
|
|
40
40
|
api_instance = PulpcoreClient::ContentguardsContentRedirectApi.new
|
|
41
41
|
content_redirect_content_guard_href = 'content_redirect_content_guard_href_example' # String |
|
|
42
42
|
nested_role = PulpcoreClient::NestedRole.new # NestedRole |
|
|
43
|
+
opts = {
|
|
44
|
+
x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
|
|
45
|
+
}
|
|
43
46
|
|
|
44
47
|
begin
|
|
45
48
|
#Add a role
|
|
46
|
-
result = api_instance.add_role(content_redirect_content_guard_href, nested_role)
|
|
49
|
+
result = api_instance.add_role(content_redirect_content_guard_href, nested_role, opts)
|
|
47
50
|
p result
|
|
48
51
|
rescue PulpcoreClient::ApiError => e
|
|
49
52
|
puts "Exception when calling ContentguardsContentRedirectApi->add_role: #{e}"
|
|
@@ -57,6 +60,7 @@ Name | Type | Description | Notes
|
|
|
57
60
|
------------- | ------------- | ------------- | -------------
|
|
58
61
|
**content_redirect_content_guard_href** | **String**| |
|
|
59
62
|
**nested_role** | [**NestedRole**](NestedRole.md)| |
|
|
63
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
60
64
|
|
|
61
65
|
### Return type
|
|
62
66
|
|
|
@@ -74,7 +78,7 @@ Name | Type | Description | Notes
|
|
|
74
78
|
|
|
75
79
|
## create
|
|
76
80
|
|
|
77
|
-
> ContentRedirectContentGuardResponse create(content_redirect_content_guard)
|
|
81
|
+
> ContentRedirectContentGuardResponse create(content_redirect_content_guard, opts)
|
|
78
82
|
|
|
79
83
|
Create a content redirect content guard
|
|
80
84
|
|
|
@@ -94,10 +98,13 @@ end
|
|
|
94
98
|
|
|
95
99
|
api_instance = PulpcoreClient::ContentguardsContentRedirectApi.new
|
|
96
100
|
content_redirect_content_guard = PulpcoreClient::ContentRedirectContentGuard.new # ContentRedirectContentGuard |
|
|
101
|
+
opts = {
|
|
102
|
+
x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
|
|
103
|
+
}
|
|
97
104
|
|
|
98
105
|
begin
|
|
99
106
|
#Create a content redirect content guard
|
|
100
|
-
result = api_instance.create(content_redirect_content_guard)
|
|
107
|
+
result = api_instance.create(content_redirect_content_guard, opts)
|
|
101
108
|
p result
|
|
102
109
|
rescue PulpcoreClient::ApiError => e
|
|
103
110
|
puts "Exception when calling ContentguardsContentRedirectApi->create: #{e}"
|
|
@@ -110,6 +117,7 @@ end
|
|
|
110
117
|
Name | Type | Description | Notes
|
|
111
118
|
------------- | ------------- | ------------- | -------------
|
|
112
119
|
**content_redirect_content_guard** | [**ContentRedirectContentGuard**](ContentRedirectContentGuard.md)| |
|
|
120
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
113
121
|
|
|
114
122
|
### Return type
|
|
115
123
|
|
|
@@ -127,7 +135,7 @@ Name | Type | Description | Notes
|
|
|
127
135
|
|
|
128
136
|
## delete
|
|
129
137
|
|
|
130
|
-
> delete(content_redirect_content_guard_href)
|
|
138
|
+
> delete(content_redirect_content_guard_href, opts)
|
|
131
139
|
|
|
132
140
|
Delete a content redirect content guard
|
|
133
141
|
|
|
@@ -147,10 +155,13 @@ end
|
|
|
147
155
|
|
|
148
156
|
api_instance = PulpcoreClient::ContentguardsContentRedirectApi.new
|
|
149
157
|
content_redirect_content_guard_href = 'content_redirect_content_guard_href_example' # String |
|
|
158
|
+
opts = {
|
|
159
|
+
x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
|
|
160
|
+
}
|
|
150
161
|
|
|
151
162
|
begin
|
|
152
163
|
#Delete a content redirect content guard
|
|
153
|
-
api_instance.delete(content_redirect_content_guard_href)
|
|
164
|
+
api_instance.delete(content_redirect_content_guard_href, opts)
|
|
154
165
|
rescue PulpcoreClient::ApiError => e
|
|
155
166
|
puts "Exception when calling ContentguardsContentRedirectApi->delete: #{e}"
|
|
156
167
|
end
|
|
@@ -162,6 +173,7 @@ end
|
|
|
162
173
|
Name | Type | Description | Notes
|
|
163
174
|
------------- | ------------- | ------------- | -------------
|
|
164
175
|
**content_redirect_content_guard_href** | **String**| |
|
|
176
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
165
177
|
|
|
166
178
|
### Return type
|
|
167
179
|
|
|
@@ -199,6 +211,7 @@ end
|
|
|
199
211
|
|
|
200
212
|
api_instance = PulpcoreClient::ContentguardsContentRedirectApi.new
|
|
201
213
|
opts = {
|
|
214
|
+
x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
|
|
202
215
|
limit: 56, # Integer | Number of results to return per page.
|
|
203
216
|
name: 'name_example', # String | Filter results where name matches value
|
|
204
217
|
name__contains: 'name__contains_example', # String | Filter results where name contains value
|
|
@@ -232,6 +245,7 @@ end
|
|
|
232
245
|
|
|
233
246
|
Name | Type | Description | Notes
|
|
234
247
|
------------- | ------------- | ------------- | -------------
|
|
248
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
235
249
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
|
236
250
|
**name** | **String**| Filter results where name matches value | [optional]
|
|
237
251
|
**name__contains** | **String**| Filter results where name contains value | [optional]
|
|
@@ -287,6 +301,7 @@ end
|
|
|
287
301
|
api_instance = PulpcoreClient::ContentguardsContentRedirectApi.new
|
|
288
302
|
content_redirect_content_guard_href = 'content_redirect_content_guard_href_example' # String |
|
|
289
303
|
opts = {
|
|
304
|
+
x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
|
|
290
305
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
291
306
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
292
307
|
}
|
|
@@ -306,6 +321,7 @@ end
|
|
|
306
321
|
Name | Type | Description | Notes
|
|
307
322
|
------------- | ------------- | ------------- | -------------
|
|
308
323
|
**content_redirect_content_guard_href** | **String**| |
|
|
324
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
309
325
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
310
326
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
311
327
|
|
|
@@ -346,6 +362,7 @@ end
|
|
|
346
362
|
api_instance = PulpcoreClient::ContentguardsContentRedirectApi.new
|
|
347
363
|
content_redirect_content_guard_href = 'content_redirect_content_guard_href_example' # String |
|
|
348
364
|
opts = {
|
|
365
|
+
x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
|
|
349
366
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
350
367
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
351
368
|
}
|
|
@@ -365,6 +382,7 @@ end
|
|
|
365
382
|
Name | Type | Description | Notes
|
|
366
383
|
------------- | ------------- | ------------- | -------------
|
|
367
384
|
**content_redirect_content_guard_href** | **String**| |
|
|
385
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
368
386
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
369
387
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
370
388
|
|
|
@@ -384,7 +402,7 @@ Name | Type | Description | Notes
|
|
|
384
402
|
|
|
385
403
|
## partial_update
|
|
386
404
|
|
|
387
|
-
> ContentRedirectContentGuardResponse partial_update(content_redirect_content_guard_href, patched_content_redirect_content_guard)
|
|
405
|
+
> ContentRedirectContentGuardResponse partial_update(content_redirect_content_guard_href, patched_content_redirect_content_guard, opts)
|
|
388
406
|
|
|
389
407
|
Update a content redirect content guard
|
|
390
408
|
|
|
@@ -405,10 +423,13 @@ end
|
|
|
405
423
|
api_instance = PulpcoreClient::ContentguardsContentRedirectApi.new
|
|
406
424
|
content_redirect_content_guard_href = 'content_redirect_content_guard_href_example' # String |
|
|
407
425
|
patched_content_redirect_content_guard = PulpcoreClient::PatchedContentRedirectContentGuard.new # PatchedContentRedirectContentGuard |
|
|
426
|
+
opts = {
|
|
427
|
+
x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
|
|
428
|
+
}
|
|
408
429
|
|
|
409
430
|
begin
|
|
410
431
|
#Update a content redirect content guard
|
|
411
|
-
result = api_instance.partial_update(content_redirect_content_guard_href, patched_content_redirect_content_guard)
|
|
432
|
+
result = api_instance.partial_update(content_redirect_content_guard_href, patched_content_redirect_content_guard, opts)
|
|
412
433
|
p result
|
|
413
434
|
rescue PulpcoreClient::ApiError => e
|
|
414
435
|
puts "Exception when calling ContentguardsContentRedirectApi->partial_update: #{e}"
|
|
@@ -422,6 +443,7 @@ Name | Type | Description | Notes
|
|
|
422
443
|
------------- | ------------- | ------------- | -------------
|
|
423
444
|
**content_redirect_content_guard_href** | **String**| |
|
|
424
445
|
**patched_content_redirect_content_guard** | [**PatchedContentRedirectContentGuard**](PatchedContentRedirectContentGuard.md)| |
|
|
446
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
425
447
|
|
|
426
448
|
### Return type
|
|
427
449
|
|
|
@@ -460,6 +482,7 @@ end
|
|
|
460
482
|
api_instance = PulpcoreClient::ContentguardsContentRedirectApi.new
|
|
461
483
|
content_redirect_content_guard_href = 'content_redirect_content_guard_href_example' # String |
|
|
462
484
|
opts = {
|
|
485
|
+
x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
|
|
463
486
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
464
487
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
465
488
|
}
|
|
@@ -479,6 +502,7 @@ end
|
|
|
479
502
|
Name | Type | Description | Notes
|
|
480
503
|
------------- | ------------- | ------------- | -------------
|
|
481
504
|
**content_redirect_content_guard_href** | **String**| |
|
|
505
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
482
506
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
483
507
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
484
508
|
|
|
@@ -498,7 +522,7 @@ Name | Type | Description | Notes
|
|
|
498
522
|
|
|
499
523
|
## remove_role
|
|
500
524
|
|
|
501
|
-
> NestedRoleResponse remove_role(content_redirect_content_guard_href, nested_role)
|
|
525
|
+
> NestedRoleResponse remove_role(content_redirect_content_guard_href, nested_role, opts)
|
|
502
526
|
|
|
503
527
|
Remove a role
|
|
504
528
|
|
|
@@ -519,10 +543,13 @@ end
|
|
|
519
543
|
api_instance = PulpcoreClient::ContentguardsContentRedirectApi.new
|
|
520
544
|
content_redirect_content_guard_href = 'content_redirect_content_guard_href_example' # String |
|
|
521
545
|
nested_role = PulpcoreClient::NestedRole.new # NestedRole |
|
|
546
|
+
opts = {
|
|
547
|
+
x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
|
|
548
|
+
}
|
|
522
549
|
|
|
523
550
|
begin
|
|
524
551
|
#Remove a role
|
|
525
|
-
result = api_instance.remove_role(content_redirect_content_guard_href, nested_role)
|
|
552
|
+
result = api_instance.remove_role(content_redirect_content_guard_href, nested_role, opts)
|
|
526
553
|
p result
|
|
527
554
|
rescue PulpcoreClient::ApiError => e
|
|
528
555
|
puts "Exception when calling ContentguardsContentRedirectApi->remove_role: #{e}"
|
|
@@ -536,6 +563,7 @@ Name | Type | Description | Notes
|
|
|
536
563
|
------------- | ------------- | ------------- | -------------
|
|
537
564
|
**content_redirect_content_guard_href** | **String**| |
|
|
538
565
|
**nested_role** | [**NestedRole**](NestedRole.md)| |
|
|
566
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
539
567
|
|
|
540
568
|
### Return type
|
|
541
569
|
|
|
@@ -553,7 +581,7 @@ Name | Type | Description | Notes
|
|
|
553
581
|
|
|
554
582
|
## update
|
|
555
583
|
|
|
556
|
-
> ContentRedirectContentGuardResponse update(content_redirect_content_guard_href, content_redirect_content_guard)
|
|
584
|
+
> ContentRedirectContentGuardResponse update(content_redirect_content_guard_href, content_redirect_content_guard, opts)
|
|
557
585
|
|
|
558
586
|
Update a content redirect content guard
|
|
559
587
|
|
|
@@ -574,10 +602,13 @@ end
|
|
|
574
602
|
api_instance = PulpcoreClient::ContentguardsContentRedirectApi.new
|
|
575
603
|
content_redirect_content_guard_href = 'content_redirect_content_guard_href_example' # String |
|
|
576
604
|
content_redirect_content_guard = PulpcoreClient::ContentRedirectContentGuard.new # ContentRedirectContentGuard |
|
|
605
|
+
opts = {
|
|
606
|
+
x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
|
|
607
|
+
}
|
|
577
608
|
|
|
578
609
|
begin
|
|
579
610
|
#Update a content redirect content guard
|
|
580
|
-
result = api_instance.update(content_redirect_content_guard_href, content_redirect_content_guard)
|
|
611
|
+
result = api_instance.update(content_redirect_content_guard_href, content_redirect_content_guard, opts)
|
|
581
612
|
p result
|
|
582
613
|
rescue PulpcoreClient::ApiError => e
|
|
583
614
|
puts "Exception when calling ContentguardsContentRedirectApi->update: #{e}"
|
|
@@ -591,6 +622,7 @@ Name | Type | Description | Notes
|
|
|
591
622
|
------------- | ------------- | ------------- | -------------
|
|
592
623
|
**content_redirect_content_guard_href** | **String**| |
|
|
593
624
|
**content_redirect_content_guard** | [**ContentRedirectContentGuard**](ContentRedirectContentGuard.md)| |
|
|
625
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
594
626
|
|
|
595
627
|
### Return type
|
|
596
628
|
|
|
@@ -19,7 +19,7 @@ Method | HTTP request | Description
|
|
|
19
19
|
|
|
20
20
|
## add_role
|
|
21
21
|
|
|
22
|
-
> NestedRoleResponse add_role(header_content_guard_href, nested_role)
|
|
22
|
+
> NestedRoleResponse add_role(header_content_guard_href, nested_role, opts)
|
|
23
23
|
|
|
24
24
|
Add a role
|
|
25
25
|
|
|
@@ -40,10 +40,13 @@ end
|
|
|
40
40
|
api_instance = PulpcoreClient::ContentguardsHeaderApi.new
|
|
41
41
|
header_content_guard_href = 'header_content_guard_href_example' # String |
|
|
42
42
|
nested_role = PulpcoreClient::NestedRole.new # NestedRole |
|
|
43
|
+
opts = {
|
|
44
|
+
x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
|
|
45
|
+
}
|
|
43
46
|
|
|
44
47
|
begin
|
|
45
48
|
#Add a role
|
|
46
|
-
result = api_instance.add_role(header_content_guard_href, nested_role)
|
|
49
|
+
result = api_instance.add_role(header_content_guard_href, nested_role, opts)
|
|
47
50
|
p result
|
|
48
51
|
rescue PulpcoreClient::ApiError => e
|
|
49
52
|
puts "Exception when calling ContentguardsHeaderApi->add_role: #{e}"
|
|
@@ -57,6 +60,7 @@ Name | Type | Description | Notes
|
|
|
57
60
|
------------- | ------------- | ------------- | -------------
|
|
58
61
|
**header_content_guard_href** | **String**| |
|
|
59
62
|
**nested_role** | [**NestedRole**](NestedRole.md)| |
|
|
63
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
60
64
|
|
|
61
65
|
### Return type
|
|
62
66
|
|
|
@@ -74,7 +78,7 @@ Name | Type | Description | Notes
|
|
|
74
78
|
|
|
75
79
|
## create
|
|
76
80
|
|
|
77
|
-
> HeaderContentGuardResponse create(header_content_guard)
|
|
81
|
+
> HeaderContentGuardResponse create(header_content_guard, opts)
|
|
78
82
|
|
|
79
83
|
Create a header content guard
|
|
80
84
|
|
|
@@ -94,10 +98,13 @@ end
|
|
|
94
98
|
|
|
95
99
|
api_instance = PulpcoreClient::ContentguardsHeaderApi.new
|
|
96
100
|
header_content_guard = PulpcoreClient::HeaderContentGuard.new # HeaderContentGuard |
|
|
101
|
+
opts = {
|
|
102
|
+
x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
|
|
103
|
+
}
|
|
97
104
|
|
|
98
105
|
begin
|
|
99
106
|
#Create a header content guard
|
|
100
|
-
result = api_instance.create(header_content_guard)
|
|
107
|
+
result = api_instance.create(header_content_guard, opts)
|
|
101
108
|
p result
|
|
102
109
|
rescue PulpcoreClient::ApiError => e
|
|
103
110
|
puts "Exception when calling ContentguardsHeaderApi->create: #{e}"
|
|
@@ -110,6 +117,7 @@ end
|
|
|
110
117
|
Name | Type | Description | Notes
|
|
111
118
|
------------- | ------------- | ------------- | -------------
|
|
112
119
|
**header_content_guard** | [**HeaderContentGuard**](HeaderContentGuard.md)| |
|
|
120
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
113
121
|
|
|
114
122
|
### Return type
|
|
115
123
|
|
|
@@ -127,7 +135,7 @@ Name | Type | Description | Notes
|
|
|
127
135
|
|
|
128
136
|
## delete
|
|
129
137
|
|
|
130
|
-
> delete(header_content_guard_href)
|
|
138
|
+
> delete(header_content_guard_href, opts)
|
|
131
139
|
|
|
132
140
|
Delete a header content guard
|
|
133
141
|
|
|
@@ -147,10 +155,13 @@ end
|
|
|
147
155
|
|
|
148
156
|
api_instance = PulpcoreClient::ContentguardsHeaderApi.new
|
|
149
157
|
header_content_guard_href = 'header_content_guard_href_example' # String |
|
|
158
|
+
opts = {
|
|
159
|
+
x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
|
|
160
|
+
}
|
|
150
161
|
|
|
151
162
|
begin
|
|
152
163
|
#Delete a header content guard
|
|
153
|
-
api_instance.delete(header_content_guard_href)
|
|
164
|
+
api_instance.delete(header_content_guard_href, opts)
|
|
154
165
|
rescue PulpcoreClient::ApiError => e
|
|
155
166
|
puts "Exception when calling ContentguardsHeaderApi->delete: #{e}"
|
|
156
167
|
end
|
|
@@ -162,6 +173,7 @@ end
|
|
|
162
173
|
Name | Type | Description | Notes
|
|
163
174
|
------------- | ------------- | ------------- | -------------
|
|
164
175
|
**header_content_guard_href** | **String**| |
|
|
176
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
165
177
|
|
|
166
178
|
### Return type
|
|
167
179
|
|
|
@@ -199,6 +211,7 @@ end
|
|
|
199
211
|
|
|
200
212
|
api_instance = PulpcoreClient::ContentguardsHeaderApi.new
|
|
201
213
|
opts = {
|
|
214
|
+
x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
|
|
202
215
|
limit: 56, # Integer | Number of results to return per page.
|
|
203
216
|
name: 'name_example', # String | Filter results where name matches value
|
|
204
217
|
name__contains: 'name__contains_example', # String | Filter results where name contains value
|
|
@@ -232,6 +245,7 @@ end
|
|
|
232
245
|
|
|
233
246
|
Name | Type | Description | Notes
|
|
234
247
|
------------- | ------------- | ------------- | -------------
|
|
248
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
235
249
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
|
236
250
|
**name** | **String**| Filter results where name matches value | [optional]
|
|
237
251
|
**name__contains** | **String**| Filter results where name contains value | [optional]
|
|
@@ -287,6 +301,7 @@ end
|
|
|
287
301
|
api_instance = PulpcoreClient::ContentguardsHeaderApi.new
|
|
288
302
|
header_content_guard_href = 'header_content_guard_href_example' # String |
|
|
289
303
|
opts = {
|
|
304
|
+
x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
|
|
290
305
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
291
306
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
292
307
|
}
|
|
@@ -306,6 +321,7 @@ end
|
|
|
306
321
|
Name | Type | Description | Notes
|
|
307
322
|
------------- | ------------- | ------------- | -------------
|
|
308
323
|
**header_content_guard_href** | **String**| |
|
|
324
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
309
325
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
310
326
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
311
327
|
|
|
@@ -346,6 +362,7 @@ end
|
|
|
346
362
|
api_instance = PulpcoreClient::ContentguardsHeaderApi.new
|
|
347
363
|
header_content_guard_href = 'header_content_guard_href_example' # String |
|
|
348
364
|
opts = {
|
|
365
|
+
x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
|
|
349
366
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
350
367
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
351
368
|
}
|
|
@@ -365,6 +382,7 @@ end
|
|
|
365
382
|
Name | Type | Description | Notes
|
|
366
383
|
------------- | ------------- | ------------- | -------------
|
|
367
384
|
**header_content_guard_href** | **String**| |
|
|
385
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
368
386
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
369
387
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
370
388
|
|
|
@@ -384,7 +402,7 @@ Name | Type | Description | Notes
|
|
|
384
402
|
|
|
385
403
|
## partial_update
|
|
386
404
|
|
|
387
|
-
> HeaderContentGuardResponse partial_update(header_content_guard_href, patched_header_content_guard)
|
|
405
|
+
> HeaderContentGuardResponse partial_update(header_content_guard_href, patched_header_content_guard, opts)
|
|
388
406
|
|
|
389
407
|
Update a header content guard
|
|
390
408
|
|
|
@@ -405,10 +423,13 @@ end
|
|
|
405
423
|
api_instance = PulpcoreClient::ContentguardsHeaderApi.new
|
|
406
424
|
header_content_guard_href = 'header_content_guard_href_example' # String |
|
|
407
425
|
patched_header_content_guard = PulpcoreClient::PatchedHeaderContentGuard.new # PatchedHeaderContentGuard |
|
|
426
|
+
opts = {
|
|
427
|
+
x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
|
|
428
|
+
}
|
|
408
429
|
|
|
409
430
|
begin
|
|
410
431
|
#Update a header content guard
|
|
411
|
-
result = api_instance.partial_update(header_content_guard_href, patched_header_content_guard)
|
|
432
|
+
result = api_instance.partial_update(header_content_guard_href, patched_header_content_guard, opts)
|
|
412
433
|
p result
|
|
413
434
|
rescue PulpcoreClient::ApiError => e
|
|
414
435
|
puts "Exception when calling ContentguardsHeaderApi->partial_update: #{e}"
|
|
@@ -422,6 +443,7 @@ Name | Type | Description | Notes
|
|
|
422
443
|
------------- | ------------- | ------------- | -------------
|
|
423
444
|
**header_content_guard_href** | **String**| |
|
|
424
445
|
**patched_header_content_guard** | [**PatchedHeaderContentGuard**](PatchedHeaderContentGuard.md)| |
|
|
446
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
425
447
|
|
|
426
448
|
### Return type
|
|
427
449
|
|
|
@@ -460,6 +482,7 @@ end
|
|
|
460
482
|
api_instance = PulpcoreClient::ContentguardsHeaderApi.new
|
|
461
483
|
header_content_guard_href = 'header_content_guard_href_example' # String |
|
|
462
484
|
opts = {
|
|
485
|
+
x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
|
|
463
486
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
464
487
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
465
488
|
}
|
|
@@ -479,6 +502,7 @@ end
|
|
|
479
502
|
Name | Type | Description | Notes
|
|
480
503
|
------------- | ------------- | ------------- | -------------
|
|
481
504
|
**header_content_guard_href** | **String**| |
|
|
505
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
482
506
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
483
507
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
484
508
|
|
|
@@ -498,7 +522,7 @@ Name | Type | Description | Notes
|
|
|
498
522
|
|
|
499
523
|
## remove_role
|
|
500
524
|
|
|
501
|
-
> NestedRoleResponse remove_role(header_content_guard_href, nested_role)
|
|
525
|
+
> NestedRoleResponse remove_role(header_content_guard_href, nested_role, opts)
|
|
502
526
|
|
|
503
527
|
Remove a role
|
|
504
528
|
|
|
@@ -519,10 +543,13 @@ end
|
|
|
519
543
|
api_instance = PulpcoreClient::ContentguardsHeaderApi.new
|
|
520
544
|
header_content_guard_href = 'header_content_guard_href_example' # String |
|
|
521
545
|
nested_role = PulpcoreClient::NestedRole.new # NestedRole |
|
|
546
|
+
opts = {
|
|
547
|
+
x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
|
|
548
|
+
}
|
|
522
549
|
|
|
523
550
|
begin
|
|
524
551
|
#Remove a role
|
|
525
|
-
result = api_instance.remove_role(header_content_guard_href, nested_role)
|
|
552
|
+
result = api_instance.remove_role(header_content_guard_href, nested_role, opts)
|
|
526
553
|
p result
|
|
527
554
|
rescue PulpcoreClient::ApiError => e
|
|
528
555
|
puts "Exception when calling ContentguardsHeaderApi->remove_role: #{e}"
|
|
@@ -536,6 +563,7 @@ Name | Type | Description | Notes
|
|
|
536
563
|
------------- | ------------- | ------------- | -------------
|
|
537
564
|
**header_content_guard_href** | **String**| |
|
|
538
565
|
**nested_role** | [**NestedRole**](NestedRole.md)| |
|
|
566
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
539
567
|
|
|
540
568
|
### Return type
|
|
541
569
|
|
|
@@ -553,7 +581,7 @@ Name | Type | Description | Notes
|
|
|
553
581
|
|
|
554
582
|
## update
|
|
555
583
|
|
|
556
|
-
> HeaderContentGuardResponse update(header_content_guard_href, header_content_guard)
|
|
584
|
+
> HeaderContentGuardResponse update(header_content_guard_href, header_content_guard, opts)
|
|
557
585
|
|
|
558
586
|
Update a header content guard
|
|
559
587
|
|
|
@@ -574,10 +602,13 @@ end
|
|
|
574
602
|
api_instance = PulpcoreClient::ContentguardsHeaderApi.new
|
|
575
603
|
header_content_guard_href = 'header_content_guard_href_example' # String |
|
|
576
604
|
header_content_guard = PulpcoreClient::HeaderContentGuard.new # HeaderContentGuard |
|
|
605
|
+
opts = {
|
|
606
|
+
x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
|
|
607
|
+
}
|
|
577
608
|
|
|
578
609
|
begin
|
|
579
610
|
#Update a header content guard
|
|
580
|
-
result = api_instance.update(header_content_guard_href, header_content_guard)
|
|
611
|
+
result = api_instance.update(header_content_guard_href, header_content_guard, opts)
|
|
581
612
|
p result
|
|
582
613
|
rescue PulpcoreClient::ApiError => e
|
|
583
614
|
puts "Exception when calling ContentguardsHeaderApi->update: #{e}"
|
|
@@ -591,6 +622,7 @@ Name | Type | Description | Notes
|
|
|
591
622
|
------------- | ------------- | ------------- | -------------
|
|
592
623
|
**header_content_guard_href** | **String**| |
|
|
593
624
|
**header_content_guard** | [**HeaderContentGuard**](HeaderContentGuard.md)| |
|
|
625
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
594
626
|
|
|
595
627
|
### Return type
|
|
596
628
|
|