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 r_b_a_c_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(r_b_a_c_content_guard_href, nested_role, opts = {})
|
|
29
30
|
data, _status_code, _headers = add_role_with_http_info(r_b_a_c_content_guard_href, nested_role, opts)
|
|
@@ -35,6 +36,7 @@ module PulpcoreClient
|
|
|
35
36
|
# @param r_b_a_c_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(r_b_a_c_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
|
# Viewset for creating contentguards that use RBAC to protect content. Has add and remove actions for managing permission for users and groups to download content protected by this guard.
|
|
94
97
|
# @param rbac_content_guard [RBACContentGuard]
|
|
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 [RBACContentGuardResponse]
|
|
97
101
|
def create(rbac_content_guard, opts = {})
|
|
98
102
|
data, _status_code, _headers = create_with_http_info(rbac_content_guard, opts)
|
|
@@ -103,6 +107,7 @@ module PulpcoreClient
|
|
|
103
107
|
# Viewset for creating contentguards that use RBAC to protect content. Has add and remove actions for managing permission for users and groups to download content protected by this guard.
|
|
104
108
|
# @param rbac_content_guard [RBACContentGuard]
|
|
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<(RBACContentGuardResponse, Integer, Hash)>] RBACContentGuardResponse data, response status code and response headers
|
|
107
112
|
def create_with_http_info(rbac_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
|
# Viewset for creating contentguards that use RBAC to protect content. Has add and remove actions for managing permission for users and groups to download content protected by this guard.
|
|
158
164
|
# @param r_b_a_c_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(r_b_a_c_content_guard_href, opts = {})
|
|
162
169
|
delete_with_http_info(r_b_a_c_content_guard_href, opts)
|
|
@@ -167,6 +174,7 @@ module PulpcoreClient
|
|
|
167
174
|
# Viewset for creating contentguards that use RBAC to protect content. Has add and remove actions for managing permission for users and groups to download content protected by this guard.
|
|
168
175
|
# @param r_b_a_c_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(r_b_a_c_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 rbac content guards
|
|
217
226
|
# Viewset for creating contentguards that use RBAC to protect content. Has add and remove actions for managing permission for users and groups to download content protected by this guard.
|
|
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 rbac content guards
|
|
243
253
|
# Viewset for creating contentguards that use RBAC to protect content. Has add and remove actions for managing permission for users and groups to download content protected by this guard.
|
|
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 r_b_a_c_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 r_b_a_c_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 r_b_a_c_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 r_b_a_c_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 r_b_a_c_content_guard_href [String]
|
|
466
484
|
# @param patched_rbac_content_guard [PatchedRBACContentGuard]
|
|
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 [RBACContentGuardResponse]
|
|
469
488
|
def partial_update(r_b_a_c_content_guard_href, patched_rbac_content_guard, opts = {})
|
|
470
489
|
data, _status_code, _headers = partial_update_with_http_info(r_b_a_c_content_guard_href, patched_rbac_content_guard, opts)
|
|
@@ -476,6 +495,7 @@ module PulpcoreClient
|
|
|
476
495
|
# @param r_b_a_c_content_guard_href [String]
|
|
477
496
|
# @param patched_rbac_content_guard [PatchedRBACContentGuard]
|
|
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<(RBACContentGuardResponse, Integer, Hash)>] RBACContentGuardResponse data, response status code and response headers
|
|
480
500
|
def partial_update_with_http_info(r_b_a_c_content_guard_href, patched_rbac_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
|
# Viewset for creating contentguards that use RBAC to protect content. Has add and remove actions for managing permission for users and groups to download content protected by this guard.
|
|
535
556
|
# @param r_b_a_c_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 [RBACContentGuardResponse]
|
|
@@ -546,6 +568,7 @@ module PulpcoreClient
|
|
|
546
568
|
# Viewset for creating contentguards that use RBAC to protect content. Has add and remove actions for managing permission for users and groups to download content protected by this guard.
|
|
547
569
|
# @param r_b_a_c_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<(RBACContentGuardResponse, Integer, Hash)>] RBACContentGuardResponse 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 r_b_a_c_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(r_b_a_c_content_guard_href, nested_role, opts = {})
|
|
608
633
|
data, _status_code, _headers = remove_role_with_http_info(r_b_a_c_content_guard_href, nested_role, opts)
|
|
@@ -614,6 +639,7 @@ module PulpcoreClient
|
|
|
614
639
|
# @param r_b_a_c_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(r_b_a_c_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 r_b_a_c_content_guard_href [String]
|
|
674
701
|
# @param rbac_content_guard [RBACContentGuard]
|
|
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 [RBACContentGuardResponse]
|
|
677
705
|
def update(r_b_a_c_content_guard_href, rbac_content_guard, opts = {})
|
|
678
706
|
data, _status_code, _headers = update_with_http_info(r_b_a_c_content_guard_href, rbac_content_guard, opts)
|
|
@@ -684,6 +712,7 @@ module PulpcoreClient
|
|
|
684
712
|
# @param r_b_a_c_content_guard_href [String]
|
|
685
713
|
# @param rbac_content_guard [RBACContentGuard]
|
|
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<(RBACContentGuardResponse, Integer, Hash)>] RBACContentGuardResponse data, response status code and response headers
|
|
688
717
|
def update_with_http_info(r_b_a_c_content_guard_href, rbac_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] || {}
|
|
@@ -22,6 +22,7 @@ module PulpcoreClient
|
|
|
22
22
|
# List distributions
|
|
23
23
|
# Provides base viewset for Distributions.
|
|
24
24
|
# @param [Hash] opts the optional parameters
|
|
25
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
25
26
|
# @option opts [String] :base_path Filter results where base_path matches value
|
|
26
27
|
# @option opts [String] :base_path__contains Filter results where base_path contains value
|
|
27
28
|
# @option opts [String] :base_path__icontains Filter results where base_path contains value
|
|
@@ -58,6 +59,7 @@ module PulpcoreClient
|
|
|
58
59
|
# List distributions
|
|
59
60
|
# Provides base viewset for Distributions.
|
|
60
61
|
# @param [Hash] opts the optional parameters
|
|
62
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
61
63
|
# @option opts [String] :base_path Filter results where base_path matches value
|
|
62
64
|
# @option opts [String] :base_path__contains Filter results where base_path contains value
|
|
63
65
|
# @option opts [String] :base_path__icontains Filter results where base_path contains value
|
|
@@ -139,6 +141,7 @@ module PulpcoreClient
|
|
|
139
141
|
header_params = opts[:header_params] || {}
|
|
140
142
|
# HTTP header 'Accept' (if needed)
|
|
141
143
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
144
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
142
145
|
|
|
143
146
|
# form parameters
|
|
144
147
|
form_params = opts[:form_params] || {}
|
|
@@ -22,6 +22,7 @@ module PulpcoreClient
|
|
|
22
22
|
# List artifact distributions
|
|
23
23
|
# ViewSet for ArtifactDistribution.
|
|
24
24
|
# @param [Hash] opts the optional parameters
|
|
25
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
25
26
|
# @option opts [String] :base_path Filter results where base_path matches value
|
|
26
27
|
# @option opts [String] :base_path__contains Filter results where base_path contains value
|
|
27
28
|
# @option opts [String] :base_path__icontains Filter results where base_path contains value
|
|
@@ -56,6 +57,7 @@ module PulpcoreClient
|
|
|
56
57
|
# List artifact distributions
|
|
57
58
|
# ViewSet for ArtifactDistribution.
|
|
58
59
|
# @param [Hash] opts the optional parameters
|
|
60
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
59
61
|
# @option opts [String] :base_path Filter results where base_path matches value
|
|
60
62
|
# @option opts [String] :base_path__contains Filter results where base_path contains value
|
|
61
63
|
# @option opts [String] :base_path__icontains Filter results where base_path contains value
|
|
@@ -125,6 +127,7 @@ module PulpcoreClient
|
|
|
125
127
|
header_params = opts[:header_params] || {}
|
|
126
128
|
# HTTP header 'Accept' (if needed)
|
|
127
129
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
130
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
128
131
|
|
|
129
132
|
# form parameters
|
|
130
133
|
form_params = opts[:form_params] || {}
|
|
@@ -158,6 +161,7 @@ module PulpcoreClient
|
|
|
158
161
|
# ViewSet for ArtifactDistribution.
|
|
159
162
|
# @param artifact_distribution_href [String]
|
|
160
163
|
# @param [Hash] opts the optional parameters
|
|
164
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
161
165
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
162
166
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
163
167
|
# @return [ArtifactDistributionResponse]
|
|
@@ -170,6 +174,7 @@ module PulpcoreClient
|
|
|
170
174
|
# ViewSet for ArtifactDistribution.
|
|
171
175
|
# @param artifact_distribution_href [String]
|
|
172
176
|
# @param [Hash] opts the optional parameters
|
|
177
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
173
178
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
174
179
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
175
180
|
# @return [Array<(ArtifactDistributionResponse, Integer, Hash)>] ArtifactDistributionResponse data, response status code and response headers
|
|
@@ -193,6 +198,7 @@ module PulpcoreClient
|
|
|
193
198
|
header_params = opts[:header_params] || {}
|
|
194
199
|
# HTTP header 'Accept' (if needed)
|
|
195
200
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
201
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
196
202
|
|
|
197
203
|
# form parameters
|
|
198
204
|
form_params = opts[:form_params] || {}
|
|
@@ -23,6 +23,7 @@ module PulpcoreClient
|
|
|
23
23
|
# ViewSet for Domain. NOTE: This API endpoint is in \"tech preview\" and subject to change
|
|
24
24
|
# @param domain [Domain]
|
|
25
25
|
# @param [Hash] opts the optional parameters
|
|
26
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
26
27
|
# @return [DomainResponse]
|
|
27
28
|
def create(domain, opts = {})
|
|
28
29
|
data, _status_code, _headers = create_with_http_info(domain, opts)
|
|
@@ -33,6 +34,7 @@ module PulpcoreClient
|
|
|
33
34
|
# ViewSet for Domain. NOTE: This API endpoint is in \"tech preview\" and subject to change
|
|
34
35
|
# @param domain [Domain]
|
|
35
36
|
# @param [Hash] opts the optional parameters
|
|
37
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
36
38
|
# @return [Array<(DomainResponse, Integer, Hash)>] DomainResponse data, response status code and response headers
|
|
37
39
|
def create_with_http_info(domain, opts = {})
|
|
38
40
|
if @api_client.config.debugging
|
|
@@ -54,6 +56,7 @@ module PulpcoreClient
|
|
|
54
56
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
55
57
|
# HTTP header 'Content-Type'
|
|
56
58
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
|
|
59
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
57
60
|
|
|
58
61
|
# form parameters
|
|
59
62
|
form_params = opts[:form_params] || {}
|
|
@@ -87,6 +90,7 @@ module PulpcoreClient
|
|
|
87
90
|
# Trigger an asynchronous delete task
|
|
88
91
|
# @param domain_href [String]
|
|
89
92
|
# @param [Hash] opts the optional parameters
|
|
93
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
90
94
|
# @return [AsyncOperationResponse]
|
|
91
95
|
def delete(domain_href, opts = {})
|
|
92
96
|
data, _status_code, _headers = delete_with_http_info(domain_href, opts)
|
|
@@ -97,6 +101,7 @@ module PulpcoreClient
|
|
|
97
101
|
# Trigger an asynchronous delete task
|
|
98
102
|
# @param domain_href [String]
|
|
99
103
|
# @param [Hash] opts the optional parameters
|
|
104
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
100
105
|
# @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
|
|
101
106
|
def delete_with_http_info(domain_href, opts = {})
|
|
102
107
|
if @api_client.config.debugging
|
|
@@ -116,6 +121,7 @@ module PulpcoreClient
|
|
|
116
121
|
header_params = opts[:header_params] || {}
|
|
117
122
|
# HTTP header 'Accept' (if needed)
|
|
118
123
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
124
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
119
125
|
|
|
120
126
|
# form parameters
|
|
121
127
|
form_params = opts[:form_params] || {}
|
|
@@ -148,6 +154,7 @@ module PulpcoreClient
|
|
|
148
154
|
# List domains
|
|
149
155
|
# ViewSet for Domain. NOTE: This API endpoint is in \"tech preview\" and subject to change
|
|
150
156
|
# @param [Hash] opts the optional parameters
|
|
157
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
151
158
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
152
159
|
# @option opts [String] :name Filter results where name matches value
|
|
153
160
|
# @option opts [String] :name__contains Filter results where name contains value
|
|
@@ -174,6 +181,7 @@ module PulpcoreClient
|
|
|
174
181
|
# List domains
|
|
175
182
|
# ViewSet for Domain. NOTE: This API endpoint is in \"tech preview\" and subject to change
|
|
176
183
|
# @param [Hash] opts the optional parameters
|
|
184
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
177
185
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
178
186
|
# @option opts [String] :name Filter results where name matches value
|
|
179
187
|
# @option opts [String] :name__contains Filter results where name contains value
|
|
@@ -227,6 +235,7 @@ module PulpcoreClient
|
|
|
227
235
|
header_params = opts[:header_params] || {}
|
|
228
236
|
# HTTP header 'Accept' (if needed)
|
|
229
237
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
238
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
230
239
|
|
|
231
240
|
# form parameters
|
|
232
241
|
form_params = opts[:form_params] || {}
|
|
@@ -261,6 +270,7 @@ module PulpcoreClient
|
|
|
261
270
|
# @param domain_href [String]
|
|
262
271
|
# @param patched_domain [PatchedDomain]
|
|
263
272
|
# @param [Hash] opts the optional parameters
|
|
273
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
264
274
|
# @return [AsyncOperationResponse]
|
|
265
275
|
def partial_update(domain_href, patched_domain, opts = {})
|
|
266
276
|
data, _status_code, _headers = partial_update_with_http_info(domain_href, patched_domain, opts)
|
|
@@ -272,6 +282,7 @@ module PulpcoreClient
|
|
|
272
282
|
# @param domain_href [String]
|
|
273
283
|
# @param patched_domain [PatchedDomain]
|
|
274
284
|
# @param [Hash] opts the optional parameters
|
|
285
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
275
286
|
# @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
|
|
276
287
|
def partial_update_with_http_info(domain_href, patched_domain, opts = {})
|
|
277
288
|
if @api_client.config.debugging
|
|
@@ -297,6 +308,7 @@ module PulpcoreClient
|
|
|
297
308
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
298
309
|
# HTTP header 'Content-Type'
|
|
299
310
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
|
|
311
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
300
312
|
|
|
301
313
|
# form parameters
|
|
302
314
|
form_params = opts[:form_params] || {}
|
|
@@ -330,6 +342,7 @@ module PulpcoreClient
|
|
|
330
342
|
# ViewSet for Domain. NOTE: This API endpoint is in \"tech preview\" and subject to change
|
|
331
343
|
# @param domain_href [String]
|
|
332
344
|
# @param [Hash] opts the optional parameters
|
|
345
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
333
346
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
334
347
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
335
348
|
# @return [DomainResponse]
|
|
@@ -342,6 +355,7 @@ module PulpcoreClient
|
|
|
342
355
|
# ViewSet for Domain. NOTE: This API endpoint is in \"tech preview\" and subject to change
|
|
343
356
|
# @param domain_href [String]
|
|
344
357
|
# @param [Hash] opts the optional parameters
|
|
358
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
345
359
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
346
360
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
347
361
|
# @return [Array<(DomainResponse, Integer, Hash)>] DomainResponse data, response status code and response headers
|
|
@@ -365,6 +379,7 @@ module PulpcoreClient
|
|
|
365
379
|
header_params = opts[:header_params] || {}
|
|
366
380
|
# HTTP header 'Accept' (if needed)
|
|
367
381
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
382
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
368
383
|
|
|
369
384
|
# form parameters
|
|
370
385
|
form_params = opts[:form_params] || {}
|
|
@@ -399,6 +414,7 @@ module PulpcoreClient
|
|
|
399
414
|
# @param domain_href [String]
|
|
400
415
|
# @param domain [Domain]
|
|
401
416
|
# @param [Hash] opts the optional parameters
|
|
417
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
402
418
|
# @return [AsyncOperationResponse]
|
|
403
419
|
def update(domain_href, domain, opts = {})
|
|
404
420
|
data, _status_code, _headers = update_with_http_info(domain_href, domain, opts)
|
|
@@ -410,6 +426,7 @@ module PulpcoreClient
|
|
|
410
426
|
# @param domain_href [String]
|
|
411
427
|
# @param domain [Domain]
|
|
412
428
|
# @param [Hash] opts the optional parameters
|
|
429
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
413
430
|
# @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
|
|
414
431
|
def update_with_http_info(domain_href, domain, opts = {})
|
|
415
432
|
if @api_client.config.debugging
|
|
@@ -435,6 +452,7 @@ module PulpcoreClient
|
|
|
435
452
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
436
453
|
# HTTP header 'Content-Type'
|
|
437
454
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
|
|
455
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
438
456
|
|
|
439
457
|
# form parameters
|
|
440
458
|
form_params = opts[:form_params] || {}
|
|
@@ -23,6 +23,7 @@ module PulpcoreClient
|
|
|
23
23
|
# Endpoint for managing FilesystemExporters.
|
|
24
24
|
# @param filesystem_exporter [FilesystemExporter]
|
|
25
25
|
# @param [Hash] opts the optional parameters
|
|
26
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
26
27
|
# @return [FilesystemExporterResponse]
|
|
27
28
|
def create(filesystem_exporter, opts = {})
|
|
28
29
|
data, _status_code, _headers = create_with_http_info(filesystem_exporter, opts)
|
|
@@ -33,6 +34,7 @@ module PulpcoreClient
|
|
|
33
34
|
# Endpoint for managing FilesystemExporters.
|
|
34
35
|
# @param filesystem_exporter [FilesystemExporter]
|
|
35
36
|
# @param [Hash] opts the optional parameters
|
|
37
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
36
38
|
# @return [Array<(FilesystemExporterResponse, Integer, Hash)>] FilesystemExporterResponse data, response status code and response headers
|
|
37
39
|
def create_with_http_info(filesystem_exporter, opts = {})
|
|
38
40
|
if @api_client.config.debugging
|
|
@@ -54,6 +56,7 @@ module PulpcoreClient
|
|
|
54
56
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
55
57
|
# HTTP header 'Content-Type'
|
|
56
58
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
|
|
59
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
57
60
|
|
|
58
61
|
# form parameters
|
|
59
62
|
form_params = opts[:form_params] || {}
|
|
@@ -87,6 +90,7 @@ module PulpcoreClient
|
|
|
87
90
|
# Trigger an asynchronous delete task
|
|
88
91
|
# @param filesystem_exporter_href [String]
|
|
89
92
|
# @param [Hash] opts the optional parameters
|
|
93
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
90
94
|
# @return [AsyncOperationResponse]
|
|
91
95
|
def delete(filesystem_exporter_href, opts = {})
|
|
92
96
|
data, _status_code, _headers = delete_with_http_info(filesystem_exporter_href, opts)
|
|
@@ -97,6 +101,7 @@ module PulpcoreClient
|
|
|
97
101
|
# Trigger an asynchronous delete task
|
|
98
102
|
# @param filesystem_exporter_href [String]
|
|
99
103
|
# @param [Hash] opts the optional parameters
|
|
104
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
100
105
|
# @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
|
|
101
106
|
def delete_with_http_info(filesystem_exporter_href, opts = {})
|
|
102
107
|
if @api_client.config.debugging
|
|
@@ -116,6 +121,7 @@ module PulpcoreClient
|
|
|
116
121
|
header_params = opts[:header_params] || {}
|
|
117
122
|
# HTTP header 'Accept' (if needed)
|
|
118
123
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
124
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
119
125
|
|
|
120
126
|
# form parameters
|
|
121
127
|
form_params = opts[:form_params] || {}
|
|
@@ -148,6 +154,7 @@ module PulpcoreClient
|
|
|
148
154
|
# List filesystem exporters
|
|
149
155
|
# Endpoint for managing FilesystemExporters.
|
|
150
156
|
# @param [Hash] opts the optional parameters
|
|
157
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
151
158
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
152
159
|
# @option opts [String] :name Filter results where name matches value
|
|
153
160
|
# @option opts [String] :name__contains Filter results where name contains value
|
|
@@ -174,6 +181,7 @@ module PulpcoreClient
|
|
|
174
181
|
# List filesystem exporters
|
|
175
182
|
# Endpoint for managing FilesystemExporters.
|
|
176
183
|
# @param [Hash] opts the optional parameters
|
|
184
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
177
185
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
178
186
|
# @option opts [String] :name Filter results where name matches value
|
|
179
187
|
# @option opts [String] :name__contains Filter results where name contains value
|
|
@@ -227,6 +235,7 @@ module PulpcoreClient
|
|
|
227
235
|
header_params = opts[:header_params] || {}
|
|
228
236
|
# HTTP header 'Accept' (if needed)
|
|
229
237
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
238
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
230
239
|
|
|
231
240
|
# form parameters
|
|
232
241
|
form_params = opts[:form_params] || {}
|
|
@@ -261,6 +270,7 @@ module PulpcoreClient
|
|
|
261
270
|
# @param filesystem_exporter_href [String]
|
|
262
271
|
# @param patched_filesystem_exporter [PatchedFilesystemExporter]
|
|
263
272
|
# @param [Hash] opts the optional parameters
|
|
273
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
264
274
|
# @return [AsyncOperationResponse]
|
|
265
275
|
def partial_update(filesystem_exporter_href, patched_filesystem_exporter, opts = {})
|
|
266
276
|
data, _status_code, _headers = partial_update_with_http_info(filesystem_exporter_href, patched_filesystem_exporter, opts)
|
|
@@ -272,6 +282,7 @@ module PulpcoreClient
|
|
|
272
282
|
# @param filesystem_exporter_href [String]
|
|
273
283
|
# @param patched_filesystem_exporter [PatchedFilesystemExporter]
|
|
274
284
|
# @param [Hash] opts the optional parameters
|
|
285
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
275
286
|
# @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
|
|
276
287
|
def partial_update_with_http_info(filesystem_exporter_href, patched_filesystem_exporter, opts = {})
|
|
277
288
|
if @api_client.config.debugging
|
|
@@ -297,6 +308,7 @@ module PulpcoreClient
|
|
|
297
308
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
298
309
|
# HTTP header 'Content-Type'
|
|
299
310
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
|
|
311
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
300
312
|
|
|
301
313
|
# form parameters
|
|
302
314
|
form_params = opts[:form_params] || {}
|
|
@@ -330,6 +342,7 @@ module PulpcoreClient
|
|
|
330
342
|
# Endpoint for managing FilesystemExporters.
|
|
331
343
|
# @param filesystem_exporter_href [String]
|
|
332
344
|
# @param [Hash] opts the optional parameters
|
|
345
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
333
346
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
334
347
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
335
348
|
# @return [FilesystemExporterResponse]
|
|
@@ -342,6 +355,7 @@ module PulpcoreClient
|
|
|
342
355
|
# Endpoint for managing FilesystemExporters.
|
|
343
356
|
# @param filesystem_exporter_href [String]
|
|
344
357
|
# @param [Hash] opts the optional parameters
|
|
358
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
345
359
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
346
360
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
347
361
|
# @return [Array<(FilesystemExporterResponse, Integer, Hash)>] FilesystemExporterResponse data, response status code and response headers
|
|
@@ -365,6 +379,7 @@ module PulpcoreClient
|
|
|
365
379
|
header_params = opts[:header_params] || {}
|
|
366
380
|
# HTTP header 'Accept' (if needed)
|
|
367
381
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
382
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
368
383
|
|
|
369
384
|
# form parameters
|
|
370
385
|
form_params = opts[:form_params] || {}
|
|
@@ -399,6 +414,7 @@ module PulpcoreClient
|
|
|
399
414
|
# @param filesystem_exporter_href [String]
|
|
400
415
|
# @param filesystem_exporter [FilesystemExporter]
|
|
401
416
|
# @param [Hash] opts the optional parameters
|
|
417
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
402
418
|
# @return [AsyncOperationResponse]
|
|
403
419
|
def update(filesystem_exporter_href, filesystem_exporter, opts = {})
|
|
404
420
|
data, _status_code, _headers = update_with_http_info(filesystem_exporter_href, filesystem_exporter, opts)
|
|
@@ -410,6 +426,7 @@ module PulpcoreClient
|
|
|
410
426
|
# @param filesystem_exporter_href [String]
|
|
411
427
|
# @param filesystem_exporter [FilesystemExporter]
|
|
412
428
|
# @param [Hash] opts the optional parameters
|
|
429
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
413
430
|
# @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
|
|
414
431
|
def update_with_http_info(filesystem_exporter_href, filesystem_exporter, opts = {})
|
|
415
432
|
if @api_client.config.debugging
|
|
@@ -435,6 +452,7 @@ module PulpcoreClient
|
|
|
435
452
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
436
453
|
# HTTP header 'Content-Type'
|
|
437
454
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
|
|
455
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
438
456
|
|
|
439
457
|
# form parameters
|
|
440
458
|
form_params = opts[:form_params] || {}
|