pulpcore_client 3.49.53 → 3.49.54
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +5 -4
- data/docs/AccessPoliciesApi.md +22 -6
- data/docs/ArtifactDistributionResponse.md +12 -12
- data/docs/ArtifactsApi.md +12 -2
- data/docs/ContentApi.md +2 -0
- data/docs/ContentguardsApi.md +2 -0
- data/docs/ContentguardsCompositeApi.md +44 -12
- data/docs/ContentguardsContentRedirectApi.md +44 -12
- data/docs/ContentguardsHeaderApi.md +44 -12
- data/docs/ContentguardsRbacApi.md +44 -12
- data/docs/DistributionsApi.md +2 -0
- data/docs/DistributionsArtifactsApi.md +4 -0
- data/docs/DomainsApi.md +28 -8
- data/docs/ExportersFilesystemApi.md +28 -8
- data/docs/ExportersFilesystemExportsApi.md +16 -4
- data/docs/ExportersPulpApi.md +28 -8
- data/docs/ExportersPulpExportsApi.md +16 -4
- data/docs/GroupsApi.md +44 -12
- data/docs/GroupsRolesApi.md +16 -4
- data/docs/GroupsUsersApi.md +14 -4
- data/docs/ImportersPulpApi.md +28 -8
- data/docs/ImportersPulpImportCheckApi.md +6 -2
- data/docs/ImportersPulpImportsApi.md +16 -4
- data/docs/OrphansApi.md +9 -3
- data/docs/OrphansCleanupApi.md +6 -2
- data/docs/PublicationsApi.md +2 -0
- data/docs/RemotesApi.md +2 -0
- data/docs/RepairApi.md +6 -2
- data/docs/RepositoriesApi.md +2 -0
- data/docs/RepositoriesReclaimSpaceApi.md +6 -2
- data/docs/RepositoryVersionsApi.md +2 -0
- data/docs/RolesApi.md +28 -8
- data/docs/SigningServicesApi.md +4 -0
- data/docs/StatusApi.md +13 -3
- data/docs/TaskGroupsApi.md +4 -0
- data/docs/TaskSchedulesApi.md +20 -4
- data/docs/TasksApi.md +38 -10
- data/docs/UploadsApi.md +40 -10
- data/docs/UpstreamPulpsApi.md +50 -14
- data/docs/UsersApi.md +28 -8
- data/docs/UsersRolesApi.md +16 -4
- data/docs/WorkersApi.md +4 -0
- data/lib/pulpcore_client/api/access_policies_api.rb +15 -0
- data/lib/pulpcore_client/api/artifacts_api.rb +12 -0
- data/lib/pulpcore_client/api/content_api.rb +3 -0
- data/lib/pulpcore_client/api/contentguards_api.rb +3 -0
- data/lib/pulpcore_client/api/contentguards_composite_api.rb +30 -0
- data/lib/pulpcore_client/api/contentguards_content_redirect_api.rb +30 -0
- data/lib/pulpcore_client/api/contentguards_header_api.rb +30 -0
- data/lib/pulpcore_client/api/contentguards_rbac_api.rb +30 -0
- data/lib/pulpcore_client/api/distributions_api.rb +3 -0
- data/lib/pulpcore_client/api/distributions_artifacts_api.rb +6 -0
- data/lib/pulpcore_client/api/domains_api.rb +18 -0
- data/lib/pulpcore_client/api/exporters_filesystem_api.rb +18 -0
- data/lib/pulpcore_client/api/exporters_filesystem_exports_api.rb +12 -0
- data/lib/pulpcore_client/api/exporters_pulp_api.rb +18 -0
- data/lib/pulpcore_client/api/exporters_pulp_exports_api.rb +12 -0
- data/lib/pulpcore_client/api/groups_api.rb +30 -0
- data/lib/pulpcore_client/api/groups_roles_api.rb +12 -0
- data/lib/pulpcore_client/api/groups_users_api.rb +9 -0
- data/lib/pulpcore_client/api/importers_pulp_api.rb +18 -0
- data/lib/pulpcore_client/api/importers_pulp_import_check_api.rb +3 -0
- data/lib/pulpcore_client/api/importers_pulp_imports_api.rb +12 -0
- data/lib/pulpcore_client/api/orphans_api.rb +3 -0
- data/lib/pulpcore_client/api/orphans_cleanup_api.rb +3 -0
- data/lib/pulpcore_client/api/publications_api.rb +3 -0
- data/lib/pulpcore_client/api/remotes_api.rb +3 -0
- data/lib/pulpcore_client/api/repair_api.rb +3 -0
- data/lib/pulpcore_client/api/repositories_api.rb +3 -0
- data/lib/pulpcore_client/api/repositories_reclaim_space_api.rb +3 -0
- data/lib/pulpcore_client/api/repository_versions_api.rb +3 -0
- data/lib/pulpcore_client/api/roles_api.rb +18 -0
- data/lib/pulpcore_client/api/signing_services_api.rb +6 -0
- data/lib/pulpcore_client/api/status_api.rb +9 -0
- data/lib/pulpcore_client/api/task_groups_api.rb +6 -0
- data/lib/pulpcore_client/api/task_schedules_api.rb +18 -0
- data/lib/pulpcore_client/api/tasks_api.rb +27 -0
- data/lib/pulpcore_client/api/uploads_api.rb +30 -0
- data/lib/pulpcore_client/api/upstream_pulps_api.rb +33 -0
- data/lib/pulpcore_client/api/users_api.rb +18 -0
- data/lib/pulpcore_client/api/users_roles_api.rb +12 -0
- data/lib/pulpcore_client/api/workers_api.rb +6 -0
- data/lib/pulpcore_client/models/artifact_distribution_response.rb +56 -56
- data/lib/pulpcore_client/version.rb +1 -1
- data/spec/api/access_policies_api_spec.rb +5 -0
- data/spec/api/artifacts_api_spec.rb +4 -0
- data/spec/api/content_api_spec.rb +1 -0
- data/spec/api/contentguards_api_spec.rb +1 -0
- data/spec/api/contentguards_composite_api_spec.rb +10 -0
- data/spec/api/contentguards_content_redirect_api_spec.rb +10 -0
- data/spec/api/contentguards_header_api_spec.rb +10 -0
- data/spec/api/contentguards_rbac_api_spec.rb +10 -0
- data/spec/api/distributions_api_spec.rb +1 -0
- data/spec/api/distributions_artifacts_api_spec.rb +2 -0
- data/spec/api/domains_api_spec.rb +6 -0
- data/spec/api/exporters_filesystem_api_spec.rb +6 -0
- data/spec/api/exporters_filesystem_exports_api_spec.rb +4 -0
- data/spec/api/exporters_pulp_api_spec.rb +6 -0
- data/spec/api/exporters_pulp_exports_api_spec.rb +4 -0
- data/spec/api/groups_api_spec.rb +10 -0
- data/spec/api/groups_roles_api_spec.rb +4 -0
- data/spec/api/groups_users_api_spec.rb +3 -0
- data/spec/api/importers_pulp_api_spec.rb +6 -0
- data/spec/api/importers_pulp_import_check_api_spec.rb +1 -0
- data/spec/api/importers_pulp_imports_api_spec.rb +4 -0
- data/spec/api/orphans_api_spec.rb +1 -0
- data/spec/api/orphans_cleanup_api_spec.rb +1 -0
- data/spec/api/publications_api_spec.rb +1 -0
- data/spec/api/remotes_api_spec.rb +1 -0
- data/spec/api/repair_api_spec.rb +1 -0
- data/spec/api/repositories_api_spec.rb +1 -0
- data/spec/api/repositories_reclaim_space_api_spec.rb +1 -0
- data/spec/api/repository_versions_api_spec.rb +1 -0
- data/spec/api/roles_api_spec.rb +6 -0
- data/spec/api/signing_services_api_spec.rb +2 -0
- data/spec/api/status_api_spec.rb +3 -0
- data/spec/api/task_groups_api_spec.rb +2 -0
- data/spec/api/task_schedules_api_spec.rb +6 -0
- data/spec/api/tasks_api_spec.rb +9 -0
- data/spec/api/uploads_api_spec.rb +10 -0
- data/spec/api/upstream_pulps_api_spec.rb +11 -0
- data/spec/api/users_api_spec.rb +6 -0
- data/spec/api/users_roles_api_spec.rb +4 -0
- data/spec/api/workers_api_spec.rb +2 -0
- data/spec/models/artifact_distribution_response_spec.rb +9 -9
- metadata +2 -2
|
@@ -19,7 +19,7 @@ Method | HTTP request | Description
|
|
|
19
19
|
|
|
20
20
|
## add_role
|
|
21
21
|
|
|
22
|
-
> NestedRoleResponse add_role(r_b_a_c_content_guard_href, nested_role)
|
|
22
|
+
> NestedRoleResponse add_role(r_b_a_c_content_guard_href, nested_role, opts)
|
|
23
23
|
|
|
24
24
|
Add a role
|
|
25
25
|
|
|
@@ -40,10 +40,13 @@ end
|
|
|
40
40
|
api_instance = PulpcoreClient::ContentguardsRbacApi.new
|
|
41
41
|
r_b_a_c_content_guard_href = 'r_b_a_c_content_guard_href_example' # String |
|
|
42
42
|
nested_role = PulpcoreClient::NestedRole.new # NestedRole |
|
|
43
|
+
opts = {
|
|
44
|
+
x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
|
|
45
|
+
}
|
|
43
46
|
|
|
44
47
|
begin
|
|
45
48
|
#Add a role
|
|
46
|
-
result = api_instance.add_role(r_b_a_c_content_guard_href, nested_role)
|
|
49
|
+
result = api_instance.add_role(r_b_a_c_content_guard_href, nested_role, opts)
|
|
47
50
|
p result
|
|
48
51
|
rescue PulpcoreClient::ApiError => e
|
|
49
52
|
puts "Exception when calling ContentguardsRbacApi->add_role: #{e}"
|
|
@@ -57,6 +60,7 @@ Name | Type | Description | Notes
|
|
|
57
60
|
------------- | ------------- | ------------- | -------------
|
|
58
61
|
**r_b_a_c_content_guard_href** | **String**| |
|
|
59
62
|
**nested_role** | [**NestedRole**](NestedRole.md)| |
|
|
63
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
60
64
|
|
|
61
65
|
### Return type
|
|
62
66
|
|
|
@@ -74,7 +78,7 @@ Name | Type | Description | Notes
|
|
|
74
78
|
|
|
75
79
|
## create
|
|
76
80
|
|
|
77
|
-
> RBACContentGuardResponse create(rbac_content_guard)
|
|
81
|
+
> RBACContentGuardResponse create(rbac_content_guard, opts)
|
|
78
82
|
|
|
79
83
|
Create a rbac content guard
|
|
80
84
|
|
|
@@ -94,10 +98,13 @@ end
|
|
|
94
98
|
|
|
95
99
|
api_instance = PulpcoreClient::ContentguardsRbacApi.new
|
|
96
100
|
rbac_content_guard = PulpcoreClient::RBACContentGuard.new # RBACContentGuard |
|
|
101
|
+
opts = {
|
|
102
|
+
x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
|
|
103
|
+
}
|
|
97
104
|
|
|
98
105
|
begin
|
|
99
106
|
#Create a rbac content guard
|
|
100
|
-
result = api_instance.create(rbac_content_guard)
|
|
107
|
+
result = api_instance.create(rbac_content_guard, opts)
|
|
101
108
|
p result
|
|
102
109
|
rescue PulpcoreClient::ApiError => e
|
|
103
110
|
puts "Exception when calling ContentguardsRbacApi->create: #{e}"
|
|
@@ -110,6 +117,7 @@ end
|
|
|
110
117
|
Name | Type | Description | Notes
|
|
111
118
|
------------- | ------------- | ------------- | -------------
|
|
112
119
|
**rbac_content_guard** | [**RBACContentGuard**](RBACContentGuard.md)| |
|
|
120
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
113
121
|
|
|
114
122
|
### Return type
|
|
115
123
|
|
|
@@ -127,7 +135,7 @@ Name | Type | Description | Notes
|
|
|
127
135
|
|
|
128
136
|
## delete
|
|
129
137
|
|
|
130
|
-
> delete(r_b_a_c_content_guard_href)
|
|
138
|
+
> delete(r_b_a_c_content_guard_href, opts)
|
|
131
139
|
|
|
132
140
|
Delete a rbac content guard
|
|
133
141
|
|
|
@@ -147,10 +155,13 @@ end
|
|
|
147
155
|
|
|
148
156
|
api_instance = PulpcoreClient::ContentguardsRbacApi.new
|
|
149
157
|
r_b_a_c_content_guard_href = 'r_b_a_c_content_guard_href_example' # String |
|
|
158
|
+
opts = {
|
|
159
|
+
x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
|
|
160
|
+
}
|
|
150
161
|
|
|
151
162
|
begin
|
|
152
163
|
#Delete a rbac content guard
|
|
153
|
-
api_instance.delete(r_b_a_c_content_guard_href)
|
|
164
|
+
api_instance.delete(r_b_a_c_content_guard_href, opts)
|
|
154
165
|
rescue PulpcoreClient::ApiError => e
|
|
155
166
|
puts "Exception when calling ContentguardsRbacApi->delete: #{e}"
|
|
156
167
|
end
|
|
@@ -162,6 +173,7 @@ end
|
|
|
162
173
|
Name | Type | Description | Notes
|
|
163
174
|
------------- | ------------- | ------------- | -------------
|
|
164
175
|
**r_b_a_c_content_guard_href** | **String**| |
|
|
176
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
165
177
|
|
|
166
178
|
### Return type
|
|
167
179
|
|
|
@@ -199,6 +211,7 @@ end
|
|
|
199
211
|
|
|
200
212
|
api_instance = PulpcoreClient::ContentguardsRbacApi.new
|
|
201
213
|
opts = {
|
|
214
|
+
x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
|
|
202
215
|
limit: 56, # Integer | Number of results to return per page.
|
|
203
216
|
name: 'name_example', # String | Filter results where name matches value
|
|
204
217
|
name__contains: 'name__contains_example', # String | Filter results where name contains value
|
|
@@ -232,6 +245,7 @@ end
|
|
|
232
245
|
|
|
233
246
|
Name | Type | Description | Notes
|
|
234
247
|
------------- | ------------- | ------------- | -------------
|
|
248
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
235
249
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
|
236
250
|
**name** | **String**| Filter results where name matches value | [optional]
|
|
237
251
|
**name__contains** | **String**| Filter results where name contains value | [optional]
|
|
@@ -287,6 +301,7 @@ end
|
|
|
287
301
|
api_instance = PulpcoreClient::ContentguardsRbacApi.new
|
|
288
302
|
r_b_a_c_content_guard_href = 'r_b_a_c_content_guard_href_example' # String |
|
|
289
303
|
opts = {
|
|
304
|
+
x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
|
|
290
305
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
291
306
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
292
307
|
}
|
|
@@ -306,6 +321,7 @@ end
|
|
|
306
321
|
Name | Type | Description | Notes
|
|
307
322
|
------------- | ------------- | ------------- | -------------
|
|
308
323
|
**r_b_a_c_content_guard_href** | **String**| |
|
|
324
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
309
325
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
310
326
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
311
327
|
|
|
@@ -346,6 +362,7 @@ end
|
|
|
346
362
|
api_instance = PulpcoreClient::ContentguardsRbacApi.new
|
|
347
363
|
r_b_a_c_content_guard_href = 'r_b_a_c_content_guard_href_example' # String |
|
|
348
364
|
opts = {
|
|
365
|
+
x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
|
|
349
366
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
350
367
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
351
368
|
}
|
|
@@ -365,6 +382,7 @@ end
|
|
|
365
382
|
Name | Type | Description | Notes
|
|
366
383
|
------------- | ------------- | ------------- | -------------
|
|
367
384
|
**r_b_a_c_content_guard_href** | **String**| |
|
|
385
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
368
386
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
369
387
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
370
388
|
|
|
@@ -384,7 +402,7 @@ Name | Type | Description | Notes
|
|
|
384
402
|
|
|
385
403
|
## partial_update
|
|
386
404
|
|
|
387
|
-
> RBACContentGuardResponse partial_update(r_b_a_c_content_guard_href, patched_rbac_content_guard)
|
|
405
|
+
> RBACContentGuardResponse partial_update(r_b_a_c_content_guard_href, patched_rbac_content_guard, opts)
|
|
388
406
|
|
|
389
407
|
Update a rbac content guard
|
|
390
408
|
|
|
@@ -405,10 +423,13 @@ end
|
|
|
405
423
|
api_instance = PulpcoreClient::ContentguardsRbacApi.new
|
|
406
424
|
r_b_a_c_content_guard_href = 'r_b_a_c_content_guard_href_example' # String |
|
|
407
425
|
patched_rbac_content_guard = PulpcoreClient::PatchedRBACContentGuard.new # PatchedRBACContentGuard |
|
|
426
|
+
opts = {
|
|
427
|
+
x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
|
|
428
|
+
}
|
|
408
429
|
|
|
409
430
|
begin
|
|
410
431
|
#Update a rbac content guard
|
|
411
|
-
result = api_instance.partial_update(r_b_a_c_content_guard_href, patched_rbac_content_guard)
|
|
432
|
+
result = api_instance.partial_update(r_b_a_c_content_guard_href, patched_rbac_content_guard, opts)
|
|
412
433
|
p result
|
|
413
434
|
rescue PulpcoreClient::ApiError => e
|
|
414
435
|
puts "Exception when calling ContentguardsRbacApi->partial_update: #{e}"
|
|
@@ -422,6 +443,7 @@ Name | Type | Description | Notes
|
|
|
422
443
|
------------- | ------------- | ------------- | -------------
|
|
423
444
|
**r_b_a_c_content_guard_href** | **String**| |
|
|
424
445
|
**patched_rbac_content_guard** | [**PatchedRBACContentGuard**](PatchedRBACContentGuard.md)| |
|
|
446
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
425
447
|
|
|
426
448
|
### Return type
|
|
427
449
|
|
|
@@ -460,6 +482,7 @@ end
|
|
|
460
482
|
api_instance = PulpcoreClient::ContentguardsRbacApi.new
|
|
461
483
|
r_b_a_c_content_guard_href = 'r_b_a_c_content_guard_href_example' # String |
|
|
462
484
|
opts = {
|
|
485
|
+
x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
|
|
463
486
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
464
487
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
465
488
|
}
|
|
@@ -479,6 +502,7 @@ end
|
|
|
479
502
|
Name | Type | Description | Notes
|
|
480
503
|
------------- | ------------- | ------------- | -------------
|
|
481
504
|
**r_b_a_c_content_guard_href** | **String**| |
|
|
505
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
482
506
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
483
507
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
484
508
|
|
|
@@ -498,7 +522,7 @@ Name | Type | Description | Notes
|
|
|
498
522
|
|
|
499
523
|
## remove_role
|
|
500
524
|
|
|
501
|
-
> NestedRoleResponse remove_role(r_b_a_c_content_guard_href, nested_role)
|
|
525
|
+
> NestedRoleResponse remove_role(r_b_a_c_content_guard_href, nested_role, opts)
|
|
502
526
|
|
|
503
527
|
Remove a role
|
|
504
528
|
|
|
@@ -519,10 +543,13 @@ end
|
|
|
519
543
|
api_instance = PulpcoreClient::ContentguardsRbacApi.new
|
|
520
544
|
r_b_a_c_content_guard_href = 'r_b_a_c_content_guard_href_example' # String |
|
|
521
545
|
nested_role = PulpcoreClient::NestedRole.new # NestedRole |
|
|
546
|
+
opts = {
|
|
547
|
+
x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
|
|
548
|
+
}
|
|
522
549
|
|
|
523
550
|
begin
|
|
524
551
|
#Remove a role
|
|
525
|
-
result = api_instance.remove_role(r_b_a_c_content_guard_href, nested_role)
|
|
552
|
+
result = api_instance.remove_role(r_b_a_c_content_guard_href, nested_role, opts)
|
|
526
553
|
p result
|
|
527
554
|
rescue PulpcoreClient::ApiError => e
|
|
528
555
|
puts "Exception when calling ContentguardsRbacApi->remove_role: #{e}"
|
|
@@ -536,6 +563,7 @@ Name | Type | Description | Notes
|
|
|
536
563
|
------------- | ------------- | ------------- | -------------
|
|
537
564
|
**r_b_a_c_content_guard_href** | **String**| |
|
|
538
565
|
**nested_role** | [**NestedRole**](NestedRole.md)| |
|
|
566
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
539
567
|
|
|
540
568
|
### Return type
|
|
541
569
|
|
|
@@ -553,7 +581,7 @@ Name | Type | Description | Notes
|
|
|
553
581
|
|
|
554
582
|
## update
|
|
555
583
|
|
|
556
|
-
> RBACContentGuardResponse update(r_b_a_c_content_guard_href, rbac_content_guard)
|
|
584
|
+
> RBACContentGuardResponse update(r_b_a_c_content_guard_href, rbac_content_guard, opts)
|
|
557
585
|
|
|
558
586
|
Update a rbac content guard
|
|
559
587
|
|
|
@@ -574,10 +602,13 @@ end
|
|
|
574
602
|
api_instance = PulpcoreClient::ContentguardsRbacApi.new
|
|
575
603
|
r_b_a_c_content_guard_href = 'r_b_a_c_content_guard_href_example' # String |
|
|
576
604
|
rbac_content_guard = PulpcoreClient::RBACContentGuard.new # RBACContentGuard |
|
|
605
|
+
opts = {
|
|
606
|
+
x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
|
|
607
|
+
}
|
|
577
608
|
|
|
578
609
|
begin
|
|
579
610
|
#Update a rbac content guard
|
|
580
|
-
result = api_instance.update(r_b_a_c_content_guard_href, rbac_content_guard)
|
|
611
|
+
result = api_instance.update(r_b_a_c_content_guard_href, rbac_content_guard, opts)
|
|
581
612
|
p result
|
|
582
613
|
rescue PulpcoreClient::ApiError => e
|
|
583
614
|
puts "Exception when calling ContentguardsRbacApi->update: #{e}"
|
|
@@ -591,6 +622,7 @@ Name | Type | Description | Notes
|
|
|
591
622
|
------------- | ------------- | ------------- | -------------
|
|
592
623
|
**r_b_a_c_content_guard_href** | **String**| |
|
|
593
624
|
**rbac_content_guard** | [**RBACContentGuard**](RBACContentGuard.md)| |
|
|
625
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
594
626
|
|
|
595
627
|
### Return type
|
|
596
628
|
|
data/docs/DistributionsApi.md
CHANGED
|
@@ -30,6 +30,7 @@ end
|
|
|
30
30
|
|
|
31
31
|
api_instance = PulpcoreClient::DistributionsApi.new
|
|
32
32
|
opts = {
|
|
33
|
+
x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
|
|
33
34
|
base_path: 'base_path_example', # String | Filter results where base_path matches value
|
|
34
35
|
base_path__contains: 'base_path__contains_example', # String | Filter results where base_path contains value
|
|
35
36
|
base_path__icontains: 'base_path__icontains_example', # String | Filter results where base_path contains value
|
|
@@ -73,6 +74,7 @@ end
|
|
|
73
74
|
|
|
74
75
|
Name | Type | Description | Notes
|
|
75
76
|
------------- | ------------- | ------------- | -------------
|
|
77
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
76
78
|
**base_path** | **String**| Filter results where base_path matches value | [optional]
|
|
77
79
|
**base_path__contains** | **String**| Filter results where base_path contains value | [optional]
|
|
78
80
|
**base_path__icontains** | **String**| Filter results where base_path contains value | [optional]
|
|
@@ -31,6 +31,7 @@ end
|
|
|
31
31
|
|
|
32
32
|
api_instance = PulpcoreClient::DistributionsArtifactsApi.new
|
|
33
33
|
opts = {
|
|
34
|
+
x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
|
|
34
35
|
base_path: 'base_path_example', # String | Filter results where base_path matches value
|
|
35
36
|
base_path__contains: 'base_path__contains_example', # String | Filter results where base_path contains value
|
|
36
37
|
base_path__icontains: 'base_path__icontains_example', # String | Filter results where base_path contains value
|
|
@@ -72,6 +73,7 @@ end
|
|
|
72
73
|
|
|
73
74
|
Name | Type | Description | Notes
|
|
74
75
|
------------- | ------------- | ------------- | -------------
|
|
76
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
75
77
|
**base_path** | **String**| Filter results where base_path matches value | [optional]
|
|
76
78
|
**base_path__contains** | **String**| Filter results where base_path contains value | [optional]
|
|
77
79
|
**base_path__icontains** | **String**| Filter results where base_path contains value | [optional]
|
|
@@ -135,6 +137,7 @@ end
|
|
|
135
137
|
api_instance = PulpcoreClient::DistributionsArtifactsApi.new
|
|
136
138
|
artifact_distribution_href = 'artifact_distribution_href_example' # String |
|
|
137
139
|
opts = {
|
|
140
|
+
x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
|
|
138
141
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
139
142
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
140
143
|
}
|
|
@@ -154,6 +157,7 @@ end
|
|
|
154
157
|
Name | Type | Description | Notes
|
|
155
158
|
------------- | ------------- | ------------- | -------------
|
|
156
159
|
**artifact_distribution_href** | **String**| |
|
|
160
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
157
161
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
158
162
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
159
163
|
|
data/docs/DomainsApi.md
CHANGED
|
@@ -15,7 +15,7 @@ Method | HTTP request | Description
|
|
|
15
15
|
|
|
16
16
|
## create
|
|
17
17
|
|
|
18
|
-
> DomainResponse create(domain)
|
|
18
|
+
> DomainResponse create(domain, opts)
|
|
19
19
|
|
|
20
20
|
Create a domain
|
|
21
21
|
|
|
@@ -35,10 +35,13 @@ end
|
|
|
35
35
|
|
|
36
36
|
api_instance = PulpcoreClient::DomainsApi.new
|
|
37
37
|
domain = PulpcoreClient::Domain.new # Domain |
|
|
38
|
+
opts = {
|
|
39
|
+
x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
|
|
40
|
+
}
|
|
38
41
|
|
|
39
42
|
begin
|
|
40
43
|
#Create a domain
|
|
41
|
-
result = api_instance.create(domain)
|
|
44
|
+
result = api_instance.create(domain, opts)
|
|
42
45
|
p result
|
|
43
46
|
rescue PulpcoreClient::ApiError => e
|
|
44
47
|
puts "Exception when calling DomainsApi->create: #{e}"
|
|
@@ -51,6 +54,7 @@ end
|
|
|
51
54
|
Name | Type | Description | Notes
|
|
52
55
|
------------- | ------------- | ------------- | -------------
|
|
53
56
|
**domain** | [**Domain**](Domain.md)| |
|
|
57
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
54
58
|
|
|
55
59
|
### Return type
|
|
56
60
|
|
|
@@ -68,7 +72,7 @@ Name | Type | Description | Notes
|
|
|
68
72
|
|
|
69
73
|
## delete
|
|
70
74
|
|
|
71
|
-
> AsyncOperationResponse delete(domain_href)
|
|
75
|
+
> AsyncOperationResponse delete(domain_href, opts)
|
|
72
76
|
|
|
73
77
|
Delete a domain
|
|
74
78
|
|
|
@@ -88,10 +92,13 @@ end
|
|
|
88
92
|
|
|
89
93
|
api_instance = PulpcoreClient::DomainsApi.new
|
|
90
94
|
domain_href = 'domain_href_example' # String |
|
|
95
|
+
opts = {
|
|
96
|
+
x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
|
|
97
|
+
}
|
|
91
98
|
|
|
92
99
|
begin
|
|
93
100
|
#Delete a domain
|
|
94
|
-
result = api_instance.delete(domain_href)
|
|
101
|
+
result = api_instance.delete(domain_href, opts)
|
|
95
102
|
p result
|
|
96
103
|
rescue PulpcoreClient::ApiError => e
|
|
97
104
|
puts "Exception when calling DomainsApi->delete: #{e}"
|
|
@@ -104,6 +111,7 @@ end
|
|
|
104
111
|
Name | Type | Description | Notes
|
|
105
112
|
------------- | ------------- | ------------- | -------------
|
|
106
113
|
**domain_href** | **String**| |
|
|
114
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
107
115
|
|
|
108
116
|
### Return type
|
|
109
117
|
|
|
@@ -141,6 +149,7 @@ end
|
|
|
141
149
|
|
|
142
150
|
api_instance = PulpcoreClient::DomainsApi.new
|
|
143
151
|
opts = {
|
|
152
|
+
x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
|
|
144
153
|
limit: 56, # Integer | Number of results to return per page.
|
|
145
154
|
name: 'name_example', # String | Filter results where name matches value
|
|
146
155
|
name__contains: 'name__contains_example', # String | Filter results where name contains value
|
|
@@ -174,6 +183,7 @@ end
|
|
|
174
183
|
|
|
175
184
|
Name | Type | Description | Notes
|
|
176
185
|
------------- | ------------- | ------------- | -------------
|
|
186
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
177
187
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
|
178
188
|
**name** | **String**| Filter results where name matches value | [optional]
|
|
179
189
|
**name__contains** | **String**| Filter results where name contains value | [optional]
|
|
@@ -208,7 +218,7 @@ Name | Type | Description | Notes
|
|
|
208
218
|
|
|
209
219
|
## partial_update
|
|
210
220
|
|
|
211
|
-
> AsyncOperationResponse partial_update(domain_href, patched_domain)
|
|
221
|
+
> AsyncOperationResponse partial_update(domain_href, patched_domain, opts)
|
|
212
222
|
|
|
213
223
|
Update a domain
|
|
214
224
|
|
|
@@ -229,10 +239,13 @@ end
|
|
|
229
239
|
api_instance = PulpcoreClient::DomainsApi.new
|
|
230
240
|
domain_href = 'domain_href_example' # String |
|
|
231
241
|
patched_domain = PulpcoreClient::PatchedDomain.new # PatchedDomain |
|
|
242
|
+
opts = {
|
|
243
|
+
x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
|
|
244
|
+
}
|
|
232
245
|
|
|
233
246
|
begin
|
|
234
247
|
#Update a domain
|
|
235
|
-
result = api_instance.partial_update(domain_href, patched_domain)
|
|
248
|
+
result = api_instance.partial_update(domain_href, patched_domain, opts)
|
|
236
249
|
p result
|
|
237
250
|
rescue PulpcoreClient::ApiError => e
|
|
238
251
|
puts "Exception when calling DomainsApi->partial_update: #{e}"
|
|
@@ -246,6 +259,7 @@ Name | Type | Description | Notes
|
|
|
246
259
|
------------- | ------------- | ------------- | -------------
|
|
247
260
|
**domain_href** | **String**| |
|
|
248
261
|
**patched_domain** | [**PatchedDomain**](PatchedDomain.md)| |
|
|
262
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
249
263
|
|
|
250
264
|
### Return type
|
|
251
265
|
|
|
@@ -284,6 +298,7 @@ end
|
|
|
284
298
|
api_instance = PulpcoreClient::DomainsApi.new
|
|
285
299
|
domain_href = 'domain_href_example' # String |
|
|
286
300
|
opts = {
|
|
301
|
+
x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
|
|
287
302
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
288
303
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
289
304
|
}
|
|
@@ -303,6 +318,7 @@ end
|
|
|
303
318
|
Name | Type | Description | Notes
|
|
304
319
|
------------- | ------------- | ------------- | -------------
|
|
305
320
|
**domain_href** | **String**| |
|
|
321
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
306
322
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
307
323
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
308
324
|
|
|
@@ -322,7 +338,7 @@ Name | Type | Description | Notes
|
|
|
322
338
|
|
|
323
339
|
## update
|
|
324
340
|
|
|
325
|
-
> AsyncOperationResponse update(domain_href, domain)
|
|
341
|
+
> AsyncOperationResponse update(domain_href, domain, opts)
|
|
326
342
|
|
|
327
343
|
Update a domain
|
|
328
344
|
|
|
@@ -343,10 +359,13 @@ end
|
|
|
343
359
|
api_instance = PulpcoreClient::DomainsApi.new
|
|
344
360
|
domain_href = 'domain_href_example' # String |
|
|
345
361
|
domain = PulpcoreClient::Domain.new # Domain |
|
|
362
|
+
opts = {
|
|
363
|
+
x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
|
|
364
|
+
}
|
|
346
365
|
|
|
347
366
|
begin
|
|
348
367
|
#Update a domain
|
|
349
|
-
result = api_instance.update(domain_href, domain)
|
|
368
|
+
result = api_instance.update(domain_href, domain, opts)
|
|
350
369
|
p result
|
|
351
370
|
rescue PulpcoreClient::ApiError => e
|
|
352
371
|
puts "Exception when calling DomainsApi->update: #{e}"
|
|
@@ -360,6 +379,7 @@ Name | Type | Description | Notes
|
|
|
360
379
|
------------- | ------------- | ------------- | -------------
|
|
361
380
|
**domain_href** | **String**| |
|
|
362
381
|
**domain** | [**Domain**](Domain.md)| |
|
|
382
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
363
383
|
|
|
364
384
|
### Return type
|
|
365
385
|
|
|
@@ -15,7 +15,7 @@ Method | HTTP request | Description
|
|
|
15
15
|
|
|
16
16
|
## create
|
|
17
17
|
|
|
18
|
-
> FilesystemExporterResponse create(filesystem_exporter)
|
|
18
|
+
> FilesystemExporterResponse create(filesystem_exporter, opts)
|
|
19
19
|
|
|
20
20
|
Create a filesystem exporter
|
|
21
21
|
|
|
@@ -35,10 +35,13 @@ end
|
|
|
35
35
|
|
|
36
36
|
api_instance = PulpcoreClient::ExportersFilesystemApi.new
|
|
37
37
|
filesystem_exporter = PulpcoreClient::FilesystemExporter.new # FilesystemExporter |
|
|
38
|
+
opts = {
|
|
39
|
+
x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
|
|
40
|
+
}
|
|
38
41
|
|
|
39
42
|
begin
|
|
40
43
|
#Create a filesystem exporter
|
|
41
|
-
result = api_instance.create(filesystem_exporter)
|
|
44
|
+
result = api_instance.create(filesystem_exporter, opts)
|
|
42
45
|
p result
|
|
43
46
|
rescue PulpcoreClient::ApiError => e
|
|
44
47
|
puts "Exception when calling ExportersFilesystemApi->create: #{e}"
|
|
@@ -51,6 +54,7 @@ end
|
|
|
51
54
|
Name | Type | Description | Notes
|
|
52
55
|
------------- | ------------- | ------------- | -------------
|
|
53
56
|
**filesystem_exporter** | [**FilesystemExporter**](FilesystemExporter.md)| |
|
|
57
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
54
58
|
|
|
55
59
|
### Return type
|
|
56
60
|
|
|
@@ -68,7 +72,7 @@ Name | Type | Description | Notes
|
|
|
68
72
|
|
|
69
73
|
## delete
|
|
70
74
|
|
|
71
|
-
> AsyncOperationResponse delete(filesystem_exporter_href)
|
|
75
|
+
> AsyncOperationResponse delete(filesystem_exporter_href, opts)
|
|
72
76
|
|
|
73
77
|
Delete a filesystem exporter
|
|
74
78
|
|
|
@@ -88,10 +92,13 @@ end
|
|
|
88
92
|
|
|
89
93
|
api_instance = PulpcoreClient::ExportersFilesystemApi.new
|
|
90
94
|
filesystem_exporter_href = 'filesystem_exporter_href_example' # String |
|
|
95
|
+
opts = {
|
|
96
|
+
x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
|
|
97
|
+
}
|
|
91
98
|
|
|
92
99
|
begin
|
|
93
100
|
#Delete a filesystem exporter
|
|
94
|
-
result = api_instance.delete(filesystem_exporter_href)
|
|
101
|
+
result = api_instance.delete(filesystem_exporter_href, opts)
|
|
95
102
|
p result
|
|
96
103
|
rescue PulpcoreClient::ApiError => e
|
|
97
104
|
puts "Exception when calling ExportersFilesystemApi->delete: #{e}"
|
|
@@ -104,6 +111,7 @@ end
|
|
|
104
111
|
Name | Type | Description | Notes
|
|
105
112
|
------------- | ------------- | ------------- | -------------
|
|
106
113
|
**filesystem_exporter_href** | **String**| |
|
|
114
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
107
115
|
|
|
108
116
|
### Return type
|
|
109
117
|
|
|
@@ -141,6 +149,7 @@ end
|
|
|
141
149
|
|
|
142
150
|
api_instance = PulpcoreClient::ExportersFilesystemApi.new
|
|
143
151
|
opts = {
|
|
152
|
+
x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
|
|
144
153
|
limit: 56, # Integer | Number of results to return per page.
|
|
145
154
|
name: 'name_example', # String | Filter results where name matches value
|
|
146
155
|
name__contains: 'name__contains_example', # String | Filter results where name contains value
|
|
@@ -174,6 +183,7 @@ end
|
|
|
174
183
|
|
|
175
184
|
Name | Type | Description | Notes
|
|
176
185
|
------------- | ------------- | ------------- | -------------
|
|
186
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
177
187
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
|
178
188
|
**name** | **String**| Filter results where name matches value | [optional]
|
|
179
189
|
**name__contains** | **String**| Filter results where name contains value | [optional]
|
|
@@ -208,7 +218,7 @@ Name | Type | Description | Notes
|
|
|
208
218
|
|
|
209
219
|
## partial_update
|
|
210
220
|
|
|
211
|
-
> AsyncOperationResponse partial_update(filesystem_exporter_href, patched_filesystem_exporter)
|
|
221
|
+
> AsyncOperationResponse partial_update(filesystem_exporter_href, patched_filesystem_exporter, opts)
|
|
212
222
|
|
|
213
223
|
Update a filesystem exporter
|
|
214
224
|
|
|
@@ -229,10 +239,13 @@ end
|
|
|
229
239
|
api_instance = PulpcoreClient::ExportersFilesystemApi.new
|
|
230
240
|
filesystem_exporter_href = 'filesystem_exporter_href_example' # String |
|
|
231
241
|
patched_filesystem_exporter = PulpcoreClient::PatchedFilesystemExporter.new # PatchedFilesystemExporter |
|
|
242
|
+
opts = {
|
|
243
|
+
x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
|
|
244
|
+
}
|
|
232
245
|
|
|
233
246
|
begin
|
|
234
247
|
#Update a filesystem exporter
|
|
235
|
-
result = api_instance.partial_update(filesystem_exporter_href, patched_filesystem_exporter)
|
|
248
|
+
result = api_instance.partial_update(filesystem_exporter_href, patched_filesystem_exporter, opts)
|
|
236
249
|
p result
|
|
237
250
|
rescue PulpcoreClient::ApiError => e
|
|
238
251
|
puts "Exception when calling ExportersFilesystemApi->partial_update: #{e}"
|
|
@@ -246,6 +259,7 @@ Name | Type | Description | Notes
|
|
|
246
259
|
------------- | ------------- | ------------- | -------------
|
|
247
260
|
**filesystem_exporter_href** | **String**| |
|
|
248
261
|
**patched_filesystem_exporter** | [**PatchedFilesystemExporter**](PatchedFilesystemExporter.md)| |
|
|
262
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
249
263
|
|
|
250
264
|
### Return type
|
|
251
265
|
|
|
@@ -284,6 +298,7 @@ end
|
|
|
284
298
|
api_instance = PulpcoreClient::ExportersFilesystemApi.new
|
|
285
299
|
filesystem_exporter_href = 'filesystem_exporter_href_example' # String |
|
|
286
300
|
opts = {
|
|
301
|
+
x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
|
|
287
302
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
288
303
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
289
304
|
}
|
|
@@ -303,6 +318,7 @@ end
|
|
|
303
318
|
Name | Type | Description | Notes
|
|
304
319
|
------------- | ------------- | ------------- | -------------
|
|
305
320
|
**filesystem_exporter_href** | **String**| |
|
|
321
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
306
322
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
307
323
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
308
324
|
|
|
@@ -322,7 +338,7 @@ Name | Type | Description | Notes
|
|
|
322
338
|
|
|
323
339
|
## update
|
|
324
340
|
|
|
325
|
-
> AsyncOperationResponse update(filesystem_exporter_href, filesystem_exporter)
|
|
341
|
+
> AsyncOperationResponse update(filesystem_exporter_href, filesystem_exporter, opts)
|
|
326
342
|
|
|
327
343
|
Update a filesystem exporter
|
|
328
344
|
|
|
@@ -343,10 +359,13 @@ end
|
|
|
343
359
|
api_instance = PulpcoreClient::ExportersFilesystemApi.new
|
|
344
360
|
filesystem_exporter_href = 'filesystem_exporter_href_example' # String |
|
|
345
361
|
filesystem_exporter = PulpcoreClient::FilesystemExporter.new # FilesystemExporter |
|
|
362
|
+
opts = {
|
|
363
|
+
x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
|
|
364
|
+
}
|
|
346
365
|
|
|
347
366
|
begin
|
|
348
367
|
#Update a filesystem exporter
|
|
349
|
-
result = api_instance.update(filesystem_exporter_href, filesystem_exporter)
|
|
368
|
+
result = api_instance.update(filesystem_exporter_href, filesystem_exporter, opts)
|
|
350
369
|
p result
|
|
351
370
|
rescue PulpcoreClient::ApiError => e
|
|
352
371
|
puts "Exception when calling ExportersFilesystemApi->update: #{e}"
|
|
@@ -360,6 +379,7 @@ Name | Type | Description | Notes
|
|
|
360
379
|
------------- | ------------- | ------------- | -------------
|
|
361
380
|
**filesystem_exporter_href** | **String**| |
|
|
362
381
|
**filesystem_exporter** | [**FilesystemExporter**](FilesystemExporter.md)| |
|
|
382
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
363
383
|
|
|
364
384
|
### Return type
|
|
365
385
|
|