pulpcore_client 3.49.53 → 3.49.55
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 +5 -5
- 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 +21 -21
- 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 +3 -3
- metadata +2 -2
|
@@ -24,6 +24,7 @@ module PulpcoreClient
|
|
|
24
24
|
# @param content_redirect_content_guard_href [String]
|
|
25
25
|
# @param nested_role [NestedRole]
|
|
26
26
|
# @param [Hash] opts the optional parameters
|
|
27
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
27
28
|
# @return [NestedRoleResponse]
|
|
28
29
|
def add_role(content_redirect_content_guard_href, nested_role, opts = {})
|
|
29
30
|
data, _status_code, _headers = add_role_with_http_info(content_redirect_content_guard_href, nested_role, opts)
|
|
@@ -35,6 +36,7 @@ module PulpcoreClient
|
|
|
35
36
|
# @param content_redirect_content_guard_href [String]
|
|
36
37
|
# @param nested_role [NestedRole]
|
|
37
38
|
# @param [Hash] opts the optional parameters
|
|
39
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
38
40
|
# @return [Array<(NestedRoleResponse, Integer, Hash)>] NestedRoleResponse data, response status code and response headers
|
|
39
41
|
def add_role_with_http_info(content_redirect_content_guard_href, nested_role, opts = {})
|
|
40
42
|
if @api_client.config.debugging
|
|
@@ -60,6 +62,7 @@ module PulpcoreClient
|
|
|
60
62
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
61
63
|
# HTTP header 'Content-Type'
|
|
62
64
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
|
|
65
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
63
66
|
|
|
64
67
|
# form parameters
|
|
65
68
|
form_params = opts[:form_params] || {}
|
|
@@ -93,6 +96,7 @@ module PulpcoreClient
|
|
|
93
96
|
# Content guard to protect preauthenticated redirects to the content app.
|
|
94
97
|
# @param content_redirect_content_guard [ContentRedirectContentGuard]
|
|
95
98
|
# @param [Hash] opts the optional parameters
|
|
99
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
96
100
|
# @return [ContentRedirectContentGuardResponse]
|
|
97
101
|
def create(content_redirect_content_guard, opts = {})
|
|
98
102
|
data, _status_code, _headers = create_with_http_info(content_redirect_content_guard, opts)
|
|
@@ -103,6 +107,7 @@ module PulpcoreClient
|
|
|
103
107
|
# Content guard to protect preauthenticated redirects to the content app.
|
|
104
108
|
# @param content_redirect_content_guard [ContentRedirectContentGuard]
|
|
105
109
|
# @param [Hash] opts the optional parameters
|
|
110
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
106
111
|
# @return [Array<(ContentRedirectContentGuardResponse, Integer, Hash)>] ContentRedirectContentGuardResponse data, response status code and response headers
|
|
107
112
|
def create_with_http_info(content_redirect_content_guard, opts = {})
|
|
108
113
|
if @api_client.config.debugging
|
|
@@ -124,6 +129,7 @@ module PulpcoreClient
|
|
|
124
129
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
125
130
|
# HTTP header 'Content-Type'
|
|
126
131
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
|
|
132
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
127
133
|
|
|
128
134
|
# form parameters
|
|
129
135
|
form_params = opts[:form_params] || {}
|
|
@@ -157,6 +163,7 @@ module PulpcoreClient
|
|
|
157
163
|
# Content guard to protect preauthenticated redirects to the content app.
|
|
158
164
|
# @param content_redirect_content_guard_href [String]
|
|
159
165
|
# @param [Hash] opts the optional parameters
|
|
166
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
160
167
|
# @return [nil]
|
|
161
168
|
def delete(content_redirect_content_guard_href, opts = {})
|
|
162
169
|
delete_with_http_info(content_redirect_content_guard_href, opts)
|
|
@@ -167,6 +174,7 @@ module PulpcoreClient
|
|
|
167
174
|
# Content guard to protect preauthenticated redirects to the content app.
|
|
168
175
|
# @param content_redirect_content_guard_href [String]
|
|
169
176
|
# @param [Hash] opts the optional parameters
|
|
177
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
170
178
|
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
|
171
179
|
def delete_with_http_info(content_redirect_content_guard_href, opts = {})
|
|
172
180
|
if @api_client.config.debugging
|
|
@@ -184,6 +192,7 @@ module PulpcoreClient
|
|
|
184
192
|
|
|
185
193
|
# header parameters
|
|
186
194
|
header_params = opts[:header_params] || {}
|
|
195
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
187
196
|
|
|
188
197
|
# form parameters
|
|
189
198
|
form_params = opts[:form_params] || {}
|
|
@@ -216,6 +225,7 @@ module PulpcoreClient
|
|
|
216
225
|
# List content redirect content guards
|
|
217
226
|
# Content guard to protect preauthenticated redirects to the content app.
|
|
218
227
|
# @param [Hash] opts the optional parameters
|
|
228
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
219
229
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
220
230
|
# @option opts [String] :name Filter results where name matches value
|
|
221
231
|
# @option opts [String] :name__contains Filter results where name contains value
|
|
@@ -242,6 +252,7 @@ module PulpcoreClient
|
|
|
242
252
|
# List content redirect content guards
|
|
243
253
|
# Content guard to protect preauthenticated redirects to the content app.
|
|
244
254
|
# @param [Hash] opts the optional parameters
|
|
255
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
245
256
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
246
257
|
# @option opts [String] :name Filter results where name matches value
|
|
247
258
|
# @option opts [String] :name__contains Filter results where name contains value
|
|
@@ -295,6 +306,7 @@ module PulpcoreClient
|
|
|
295
306
|
header_params = opts[:header_params] || {}
|
|
296
307
|
# HTTP header 'Accept' (if needed)
|
|
297
308
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
309
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
298
310
|
|
|
299
311
|
# form parameters
|
|
300
312
|
form_params = opts[:form_params] || {}
|
|
@@ -328,6 +340,7 @@ module PulpcoreClient
|
|
|
328
340
|
# List roles assigned to this object.
|
|
329
341
|
# @param content_redirect_content_guard_href [String]
|
|
330
342
|
# @param [Hash] opts the optional parameters
|
|
343
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
331
344
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
332
345
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
333
346
|
# @return [ObjectRolesResponse]
|
|
@@ -340,6 +353,7 @@ module PulpcoreClient
|
|
|
340
353
|
# List roles assigned to this object.
|
|
341
354
|
# @param content_redirect_content_guard_href [String]
|
|
342
355
|
# @param [Hash] opts the optional parameters
|
|
356
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
343
357
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
344
358
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
345
359
|
# @return [Array<(ObjectRolesResponse, Integer, Hash)>] ObjectRolesResponse data, response status code and response headers
|
|
@@ -363,6 +377,7 @@ module PulpcoreClient
|
|
|
363
377
|
header_params = opts[:header_params] || {}
|
|
364
378
|
# HTTP header 'Accept' (if needed)
|
|
365
379
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
380
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
366
381
|
|
|
367
382
|
# form parameters
|
|
368
383
|
form_params = opts[:form_params] || {}
|
|
@@ -396,6 +411,7 @@ module PulpcoreClient
|
|
|
396
411
|
# List permissions available to the current user on this object.
|
|
397
412
|
# @param content_redirect_content_guard_href [String]
|
|
398
413
|
# @param [Hash] opts the optional parameters
|
|
414
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
399
415
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
400
416
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
401
417
|
# @return [MyPermissionsResponse]
|
|
@@ -408,6 +424,7 @@ module PulpcoreClient
|
|
|
408
424
|
# List permissions available to the current user on this object.
|
|
409
425
|
# @param content_redirect_content_guard_href [String]
|
|
410
426
|
# @param [Hash] opts the optional parameters
|
|
427
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
411
428
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
412
429
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
413
430
|
# @return [Array<(MyPermissionsResponse, Integer, Hash)>] MyPermissionsResponse data, response status code and response headers
|
|
@@ -431,6 +448,7 @@ module PulpcoreClient
|
|
|
431
448
|
header_params = opts[:header_params] || {}
|
|
432
449
|
# HTTP header 'Accept' (if needed)
|
|
433
450
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
451
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
434
452
|
|
|
435
453
|
# form parameters
|
|
436
454
|
form_params = opts[:form_params] || {}
|
|
@@ -465,6 +483,7 @@ module PulpcoreClient
|
|
|
465
483
|
# @param content_redirect_content_guard_href [String]
|
|
466
484
|
# @param patched_content_redirect_content_guard [PatchedContentRedirectContentGuard]
|
|
467
485
|
# @param [Hash] opts the optional parameters
|
|
486
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
468
487
|
# @return [ContentRedirectContentGuardResponse]
|
|
469
488
|
def partial_update(content_redirect_content_guard_href, patched_content_redirect_content_guard, opts = {})
|
|
470
489
|
data, _status_code, _headers = partial_update_with_http_info(content_redirect_content_guard_href, patched_content_redirect_content_guard, opts)
|
|
@@ -476,6 +495,7 @@ module PulpcoreClient
|
|
|
476
495
|
# @param content_redirect_content_guard_href [String]
|
|
477
496
|
# @param patched_content_redirect_content_guard [PatchedContentRedirectContentGuard]
|
|
478
497
|
# @param [Hash] opts the optional parameters
|
|
498
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
479
499
|
# @return [Array<(ContentRedirectContentGuardResponse, Integer, Hash)>] ContentRedirectContentGuardResponse data, response status code and response headers
|
|
480
500
|
def partial_update_with_http_info(content_redirect_content_guard_href, patched_content_redirect_content_guard, opts = {})
|
|
481
501
|
if @api_client.config.debugging
|
|
@@ -501,6 +521,7 @@ module PulpcoreClient
|
|
|
501
521
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
502
522
|
# HTTP header 'Content-Type'
|
|
503
523
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
|
|
524
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
504
525
|
|
|
505
526
|
# form parameters
|
|
506
527
|
form_params = opts[:form_params] || {}
|
|
@@ -534,6 +555,7 @@ module PulpcoreClient
|
|
|
534
555
|
# Content guard to protect preauthenticated redirects to the content app.
|
|
535
556
|
# @param content_redirect_content_guard_href [String]
|
|
536
557
|
# @param [Hash] opts the optional parameters
|
|
558
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
537
559
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
538
560
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
539
561
|
# @return [ContentRedirectContentGuardResponse]
|
|
@@ -546,6 +568,7 @@ module PulpcoreClient
|
|
|
546
568
|
# Content guard to protect preauthenticated redirects to the content app.
|
|
547
569
|
# @param content_redirect_content_guard_href [String]
|
|
548
570
|
# @param [Hash] opts the optional parameters
|
|
571
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
549
572
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
550
573
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
551
574
|
# @return [Array<(ContentRedirectContentGuardResponse, Integer, Hash)>] ContentRedirectContentGuardResponse data, response status code and response headers
|
|
@@ -569,6 +592,7 @@ module PulpcoreClient
|
|
|
569
592
|
header_params = opts[:header_params] || {}
|
|
570
593
|
# HTTP header 'Accept' (if needed)
|
|
571
594
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
595
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
572
596
|
|
|
573
597
|
# form parameters
|
|
574
598
|
form_params = opts[:form_params] || {}
|
|
@@ -603,6 +627,7 @@ module PulpcoreClient
|
|
|
603
627
|
# @param content_redirect_content_guard_href [String]
|
|
604
628
|
# @param nested_role [NestedRole]
|
|
605
629
|
# @param [Hash] opts the optional parameters
|
|
630
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
606
631
|
# @return [NestedRoleResponse]
|
|
607
632
|
def remove_role(content_redirect_content_guard_href, nested_role, opts = {})
|
|
608
633
|
data, _status_code, _headers = remove_role_with_http_info(content_redirect_content_guard_href, nested_role, opts)
|
|
@@ -614,6 +639,7 @@ module PulpcoreClient
|
|
|
614
639
|
# @param content_redirect_content_guard_href [String]
|
|
615
640
|
# @param nested_role [NestedRole]
|
|
616
641
|
# @param [Hash] opts the optional parameters
|
|
642
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
617
643
|
# @return [Array<(NestedRoleResponse, Integer, Hash)>] NestedRoleResponse data, response status code and response headers
|
|
618
644
|
def remove_role_with_http_info(content_redirect_content_guard_href, nested_role, opts = {})
|
|
619
645
|
if @api_client.config.debugging
|
|
@@ -639,6 +665,7 @@ module PulpcoreClient
|
|
|
639
665
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
640
666
|
# HTTP header 'Content-Type'
|
|
641
667
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
|
|
668
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
642
669
|
|
|
643
670
|
# form parameters
|
|
644
671
|
form_params = opts[:form_params] || {}
|
|
@@ -673,6 +700,7 @@ module PulpcoreClient
|
|
|
673
700
|
# @param content_redirect_content_guard_href [String]
|
|
674
701
|
# @param content_redirect_content_guard [ContentRedirectContentGuard]
|
|
675
702
|
# @param [Hash] opts the optional parameters
|
|
703
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
676
704
|
# @return [ContentRedirectContentGuardResponse]
|
|
677
705
|
def update(content_redirect_content_guard_href, content_redirect_content_guard, opts = {})
|
|
678
706
|
data, _status_code, _headers = update_with_http_info(content_redirect_content_guard_href, content_redirect_content_guard, opts)
|
|
@@ -684,6 +712,7 @@ module PulpcoreClient
|
|
|
684
712
|
# @param content_redirect_content_guard_href [String]
|
|
685
713
|
# @param content_redirect_content_guard [ContentRedirectContentGuard]
|
|
686
714
|
# @param [Hash] opts the optional parameters
|
|
715
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
687
716
|
# @return [Array<(ContentRedirectContentGuardResponse, Integer, Hash)>] ContentRedirectContentGuardResponse data, response status code and response headers
|
|
688
717
|
def update_with_http_info(content_redirect_content_guard_href, content_redirect_content_guard, opts = {})
|
|
689
718
|
if @api_client.config.debugging
|
|
@@ -709,6 +738,7 @@ module PulpcoreClient
|
|
|
709
738
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
710
739
|
# HTTP header 'Content-Type'
|
|
711
740
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
|
|
741
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
712
742
|
|
|
713
743
|
# form parameters
|
|
714
744
|
form_params = opts[:form_params] || {}
|
|
@@ -24,6 +24,7 @@ module PulpcoreClient
|
|
|
24
24
|
# @param header_content_guard_href [String]
|
|
25
25
|
# @param nested_role [NestedRole]
|
|
26
26
|
# @param [Hash] opts the optional parameters
|
|
27
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
27
28
|
# @return [NestedRoleResponse]
|
|
28
29
|
def add_role(header_content_guard_href, nested_role, opts = {})
|
|
29
30
|
data, _status_code, _headers = add_role_with_http_info(header_content_guard_href, nested_role, opts)
|
|
@@ -35,6 +36,7 @@ module PulpcoreClient
|
|
|
35
36
|
# @param header_content_guard_href [String]
|
|
36
37
|
# @param nested_role [NestedRole]
|
|
37
38
|
# @param [Hash] opts the optional parameters
|
|
39
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
38
40
|
# @return [Array<(NestedRoleResponse, Integer, Hash)>] NestedRoleResponse data, response status code and response headers
|
|
39
41
|
def add_role_with_http_info(header_content_guard_href, nested_role, opts = {})
|
|
40
42
|
if @api_client.config.debugging
|
|
@@ -60,6 +62,7 @@ module PulpcoreClient
|
|
|
60
62
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
61
63
|
# HTTP header 'Content-Type'
|
|
62
64
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
|
|
65
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
63
66
|
|
|
64
67
|
# form parameters
|
|
65
68
|
form_params = opts[:form_params] || {}
|
|
@@ -93,6 +96,7 @@ module PulpcoreClient
|
|
|
93
96
|
# Content guard to protect the content app using a specific header.
|
|
94
97
|
# @param header_content_guard [HeaderContentGuard]
|
|
95
98
|
# @param [Hash] opts the optional parameters
|
|
99
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
96
100
|
# @return [HeaderContentGuardResponse]
|
|
97
101
|
def create(header_content_guard, opts = {})
|
|
98
102
|
data, _status_code, _headers = create_with_http_info(header_content_guard, opts)
|
|
@@ -103,6 +107,7 @@ module PulpcoreClient
|
|
|
103
107
|
# Content guard to protect the content app using a specific header.
|
|
104
108
|
# @param header_content_guard [HeaderContentGuard]
|
|
105
109
|
# @param [Hash] opts the optional parameters
|
|
110
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
106
111
|
# @return [Array<(HeaderContentGuardResponse, Integer, Hash)>] HeaderContentGuardResponse data, response status code and response headers
|
|
107
112
|
def create_with_http_info(header_content_guard, opts = {})
|
|
108
113
|
if @api_client.config.debugging
|
|
@@ -124,6 +129,7 @@ module PulpcoreClient
|
|
|
124
129
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
125
130
|
# HTTP header 'Content-Type'
|
|
126
131
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
|
|
132
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
127
133
|
|
|
128
134
|
# form parameters
|
|
129
135
|
form_params = opts[:form_params] || {}
|
|
@@ -157,6 +163,7 @@ module PulpcoreClient
|
|
|
157
163
|
# Content guard to protect the content app using a specific header.
|
|
158
164
|
# @param header_content_guard_href [String]
|
|
159
165
|
# @param [Hash] opts the optional parameters
|
|
166
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
160
167
|
# @return [nil]
|
|
161
168
|
def delete(header_content_guard_href, opts = {})
|
|
162
169
|
delete_with_http_info(header_content_guard_href, opts)
|
|
@@ -167,6 +174,7 @@ module PulpcoreClient
|
|
|
167
174
|
# Content guard to protect the content app using a specific header.
|
|
168
175
|
# @param header_content_guard_href [String]
|
|
169
176
|
# @param [Hash] opts the optional parameters
|
|
177
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
170
178
|
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
|
171
179
|
def delete_with_http_info(header_content_guard_href, opts = {})
|
|
172
180
|
if @api_client.config.debugging
|
|
@@ -184,6 +192,7 @@ module PulpcoreClient
|
|
|
184
192
|
|
|
185
193
|
# header parameters
|
|
186
194
|
header_params = opts[:header_params] || {}
|
|
195
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
187
196
|
|
|
188
197
|
# form parameters
|
|
189
198
|
form_params = opts[:form_params] || {}
|
|
@@ -216,6 +225,7 @@ module PulpcoreClient
|
|
|
216
225
|
# List header content guards
|
|
217
226
|
# Content guard to protect the content app using a specific header.
|
|
218
227
|
# @param [Hash] opts the optional parameters
|
|
228
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
219
229
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
220
230
|
# @option opts [String] :name Filter results where name matches value
|
|
221
231
|
# @option opts [String] :name__contains Filter results where name contains value
|
|
@@ -242,6 +252,7 @@ module PulpcoreClient
|
|
|
242
252
|
# List header content guards
|
|
243
253
|
# Content guard to protect the content app using a specific header.
|
|
244
254
|
# @param [Hash] opts the optional parameters
|
|
255
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
245
256
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
246
257
|
# @option opts [String] :name Filter results where name matches value
|
|
247
258
|
# @option opts [String] :name__contains Filter results where name contains value
|
|
@@ -295,6 +306,7 @@ module PulpcoreClient
|
|
|
295
306
|
header_params = opts[:header_params] || {}
|
|
296
307
|
# HTTP header 'Accept' (if needed)
|
|
297
308
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
309
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
298
310
|
|
|
299
311
|
# form parameters
|
|
300
312
|
form_params = opts[:form_params] || {}
|
|
@@ -328,6 +340,7 @@ module PulpcoreClient
|
|
|
328
340
|
# List roles assigned to this object.
|
|
329
341
|
# @param header_content_guard_href [String]
|
|
330
342
|
# @param [Hash] opts the optional parameters
|
|
343
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
331
344
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
332
345
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
333
346
|
# @return [ObjectRolesResponse]
|
|
@@ -340,6 +353,7 @@ module PulpcoreClient
|
|
|
340
353
|
# List roles assigned to this object.
|
|
341
354
|
# @param header_content_guard_href [String]
|
|
342
355
|
# @param [Hash] opts the optional parameters
|
|
356
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
343
357
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
344
358
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
345
359
|
# @return [Array<(ObjectRolesResponse, Integer, Hash)>] ObjectRolesResponse data, response status code and response headers
|
|
@@ -363,6 +377,7 @@ module PulpcoreClient
|
|
|
363
377
|
header_params = opts[:header_params] || {}
|
|
364
378
|
# HTTP header 'Accept' (if needed)
|
|
365
379
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
380
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
366
381
|
|
|
367
382
|
# form parameters
|
|
368
383
|
form_params = opts[:form_params] || {}
|
|
@@ -396,6 +411,7 @@ module PulpcoreClient
|
|
|
396
411
|
# List permissions available to the current user on this object.
|
|
397
412
|
# @param header_content_guard_href [String]
|
|
398
413
|
# @param [Hash] opts the optional parameters
|
|
414
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
399
415
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
400
416
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
401
417
|
# @return [MyPermissionsResponse]
|
|
@@ -408,6 +424,7 @@ module PulpcoreClient
|
|
|
408
424
|
# List permissions available to the current user on this object.
|
|
409
425
|
# @param header_content_guard_href [String]
|
|
410
426
|
# @param [Hash] opts the optional parameters
|
|
427
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
411
428
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
412
429
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
413
430
|
# @return [Array<(MyPermissionsResponse, Integer, Hash)>] MyPermissionsResponse data, response status code and response headers
|
|
@@ -431,6 +448,7 @@ module PulpcoreClient
|
|
|
431
448
|
header_params = opts[:header_params] || {}
|
|
432
449
|
# HTTP header 'Accept' (if needed)
|
|
433
450
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
451
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
434
452
|
|
|
435
453
|
# form parameters
|
|
436
454
|
form_params = opts[:form_params] || {}
|
|
@@ -465,6 +483,7 @@ module PulpcoreClient
|
|
|
465
483
|
# @param header_content_guard_href [String]
|
|
466
484
|
# @param patched_header_content_guard [PatchedHeaderContentGuard]
|
|
467
485
|
# @param [Hash] opts the optional parameters
|
|
486
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
468
487
|
# @return [HeaderContentGuardResponse]
|
|
469
488
|
def partial_update(header_content_guard_href, patched_header_content_guard, opts = {})
|
|
470
489
|
data, _status_code, _headers = partial_update_with_http_info(header_content_guard_href, patched_header_content_guard, opts)
|
|
@@ -476,6 +495,7 @@ module PulpcoreClient
|
|
|
476
495
|
# @param header_content_guard_href [String]
|
|
477
496
|
# @param patched_header_content_guard [PatchedHeaderContentGuard]
|
|
478
497
|
# @param [Hash] opts the optional parameters
|
|
498
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
479
499
|
# @return [Array<(HeaderContentGuardResponse, Integer, Hash)>] HeaderContentGuardResponse data, response status code and response headers
|
|
480
500
|
def partial_update_with_http_info(header_content_guard_href, patched_header_content_guard, opts = {})
|
|
481
501
|
if @api_client.config.debugging
|
|
@@ -501,6 +521,7 @@ module PulpcoreClient
|
|
|
501
521
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
502
522
|
# HTTP header 'Content-Type'
|
|
503
523
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
|
|
524
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
504
525
|
|
|
505
526
|
# form parameters
|
|
506
527
|
form_params = opts[:form_params] || {}
|
|
@@ -534,6 +555,7 @@ module PulpcoreClient
|
|
|
534
555
|
# Content guard to protect the content app using a specific header.
|
|
535
556
|
# @param header_content_guard_href [String]
|
|
536
557
|
# @param [Hash] opts the optional parameters
|
|
558
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
537
559
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
538
560
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
539
561
|
# @return [HeaderContentGuardResponse]
|
|
@@ -546,6 +568,7 @@ module PulpcoreClient
|
|
|
546
568
|
# Content guard to protect the content app using a specific header.
|
|
547
569
|
# @param header_content_guard_href [String]
|
|
548
570
|
# @param [Hash] opts the optional parameters
|
|
571
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
549
572
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
550
573
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
551
574
|
# @return [Array<(HeaderContentGuardResponse, Integer, Hash)>] HeaderContentGuardResponse data, response status code and response headers
|
|
@@ -569,6 +592,7 @@ module PulpcoreClient
|
|
|
569
592
|
header_params = opts[:header_params] || {}
|
|
570
593
|
# HTTP header 'Accept' (if needed)
|
|
571
594
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
595
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
572
596
|
|
|
573
597
|
# form parameters
|
|
574
598
|
form_params = opts[:form_params] || {}
|
|
@@ -603,6 +627,7 @@ module PulpcoreClient
|
|
|
603
627
|
# @param header_content_guard_href [String]
|
|
604
628
|
# @param nested_role [NestedRole]
|
|
605
629
|
# @param [Hash] opts the optional parameters
|
|
630
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
606
631
|
# @return [NestedRoleResponse]
|
|
607
632
|
def remove_role(header_content_guard_href, nested_role, opts = {})
|
|
608
633
|
data, _status_code, _headers = remove_role_with_http_info(header_content_guard_href, nested_role, opts)
|
|
@@ -614,6 +639,7 @@ module PulpcoreClient
|
|
|
614
639
|
# @param header_content_guard_href [String]
|
|
615
640
|
# @param nested_role [NestedRole]
|
|
616
641
|
# @param [Hash] opts the optional parameters
|
|
642
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
617
643
|
# @return [Array<(NestedRoleResponse, Integer, Hash)>] NestedRoleResponse data, response status code and response headers
|
|
618
644
|
def remove_role_with_http_info(header_content_guard_href, nested_role, opts = {})
|
|
619
645
|
if @api_client.config.debugging
|
|
@@ -639,6 +665,7 @@ module PulpcoreClient
|
|
|
639
665
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
640
666
|
# HTTP header 'Content-Type'
|
|
641
667
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
|
|
668
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
642
669
|
|
|
643
670
|
# form parameters
|
|
644
671
|
form_params = opts[:form_params] || {}
|
|
@@ -673,6 +700,7 @@ module PulpcoreClient
|
|
|
673
700
|
# @param header_content_guard_href [String]
|
|
674
701
|
# @param header_content_guard [HeaderContentGuard]
|
|
675
702
|
# @param [Hash] opts the optional parameters
|
|
703
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
676
704
|
# @return [HeaderContentGuardResponse]
|
|
677
705
|
def update(header_content_guard_href, header_content_guard, opts = {})
|
|
678
706
|
data, _status_code, _headers = update_with_http_info(header_content_guard_href, header_content_guard, opts)
|
|
@@ -684,6 +712,7 @@ module PulpcoreClient
|
|
|
684
712
|
# @param header_content_guard_href [String]
|
|
685
713
|
# @param header_content_guard [HeaderContentGuard]
|
|
686
714
|
# @param [Hash] opts the optional parameters
|
|
715
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
687
716
|
# @return [Array<(HeaderContentGuardResponse, Integer, Hash)>] HeaderContentGuardResponse data, response status code and response headers
|
|
688
717
|
def update_with_http_info(header_content_guard_href, header_content_guard, opts = {})
|
|
689
718
|
if @api_client.config.debugging
|
|
@@ -709,6 +738,7 @@ module PulpcoreClient
|
|
|
709
738
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
710
739
|
# HTTP header 'Content-Type'
|
|
711
740
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
|
|
741
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
712
742
|
|
|
713
743
|
# form parameters
|
|
714
744
|
form_params = opts[:form_params] || {}
|