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
data/docs/UploadsApi.md
CHANGED
|
@@ -19,7 +19,7 @@ Method | HTTP request | Description
|
|
|
19
19
|
|
|
20
20
|
## add_role
|
|
21
21
|
|
|
22
|
-
> NestedRoleResponse add_role(upload_href, upload)
|
|
22
|
+
> NestedRoleResponse add_role(upload_href, upload, opts)
|
|
23
23
|
|
|
24
24
|
Add a role
|
|
25
25
|
|
|
@@ -40,10 +40,13 @@ end
|
|
|
40
40
|
api_instance = PulpcoreClient::UploadsApi.new
|
|
41
41
|
upload_href = 'upload_href_example' # String |
|
|
42
42
|
upload = PulpcoreClient::Upload.new # Upload |
|
|
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(upload_href, upload)
|
|
49
|
+
result = api_instance.add_role(upload_href, upload, opts)
|
|
47
50
|
p result
|
|
48
51
|
rescue PulpcoreClient::ApiError => e
|
|
49
52
|
puts "Exception when calling UploadsApi->add_role: #{e}"
|
|
@@ -57,6 +60,7 @@ Name | Type | Description | Notes
|
|
|
57
60
|
------------- | ------------- | ------------- | -------------
|
|
58
61
|
**upload_href** | **String**| |
|
|
59
62
|
**upload** | [**Upload**](Upload.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
|
## commit
|
|
76
80
|
|
|
77
|
-
> AsyncOperationResponse commit(upload_href, upload_commit)
|
|
81
|
+
> AsyncOperationResponse commit(upload_href, upload_commit, opts)
|
|
78
82
|
|
|
79
83
|
Finish an Upload
|
|
80
84
|
|
|
@@ -95,10 +99,13 @@ end
|
|
|
95
99
|
api_instance = PulpcoreClient::UploadsApi.new
|
|
96
100
|
upload_href = 'upload_href_example' # String |
|
|
97
101
|
upload_commit = PulpcoreClient::UploadCommit.new # UploadCommit |
|
|
102
|
+
opts = {
|
|
103
|
+
x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
|
|
104
|
+
}
|
|
98
105
|
|
|
99
106
|
begin
|
|
100
107
|
#Finish an Upload
|
|
101
|
-
result = api_instance.commit(upload_href, upload_commit)
|
|
108
|
+
result = api_instance.commit(upload_href, upload_commit, opts)
|
|
102
109
|
p result
|
|
103
110
|
rescue PulpcoreClient::ApiError => e
|
|
104
111
|
puts "Exception when calling UploadsApi->commit: #{e}"
|
|
@@ -112,6 +119,7 @@ Name | Type | Description | Notes
|
|
|
112
119
|
------------- | ------------- | ------------- | -------------
|
|
113
120
|
**upload_href** | **String**| |
|
|
114
121
|
**upload_commit** | [**UploadCommit**](UploadCommit.md)| |
|
|
122
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
115
123
|
|
|
116
124
|
### Return type
|
|
117
125
|
|
|
@@ -129,7 +137,7 @@ Name | Type | Description | Notes
|
|
|
129
137
|
|
|
130
138
|
## create
|
|
131
139
|
|
|
132
|
-
> UploadResponse create(upload)
|
|
140
|
+
> UploadResponse create(upload, opts)
|
|
133
141
|
|
|
134
142
|
Create an upload
|
|
135
143
|
|
|
@@ -149,10 +157,13 @@ end
|
|
|
149
157
|
|
|
150
158
|
api_instance = PulpcoreClient::UploadsApi.new
|
|
151
159
|
upload = PulpcoreClient::Upload.new # Upload |
|
|
160
|
+
opts = {
|
|
161
|
+
x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
|
|
162
|
+
}
|
|
152
163
|
|
|
153
164
|
begin
|
|
154
165
|
#Create an upload
|
|
155
|
-
result = api_instance.create(upload)
|
|
166
|
+
result = api_instance.create(upload, opts)
|
|
156
167
|
p result
|
|
157
168
|
rescue PulpcoreClient::ApiError => e
|
|
158
169
|
puts "Exception when calling UploadsApi->create: #{e}"
|
|
@@ -165,6 +176,7 @@ end
|
|
|
165
176
|
Name | Type | Description | Notes
|
|
166
177
|
------------- | ------------- | ------------- | -------------
|
|
167
178
|
**upload** | [**Upload**](Upload.md)| |
|
|
179
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
168
180
|
|
|
169
181
|
### Return type
|
|
170
182
|
|
|
@@ -182,7 +194,7 @@ Name | Type | Description | Notes
|
|
|
182
194
|
|
|
183
195
|
## delete
|
|
184
196
|
|
|
185
|
-
> delete(upload_href)
|
|
197
|
+
> delete(upload_href, opts)
|
|
186
198
|
|
|
187
199
|
Delete an upload
|
|
188
200
|
|
|
@@ -202,10 +214,13 @@ end
|
|
|
202
214
|
|
|
203
215
|
api_instance = PulpcoreClient::UploadsApi.new
|
|
204
216
|
upload_href = 'upload_href_example' # String |
|
|
217
|
+
opts = {
|
|
218
|
+
x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
|
|
219
|
+
}
|
|
205
220
|
|
|
206
221
|
begin
|
|
207
222
|
#Delete an upload
|
|
208
|
-
api_instance.delete(upload_href)
|
|
223
|
+
api_instance.delete(upload_href, opts)
|
|
209
224
|
rescue PulpcoreClient::ApiError => e
|
|
210
225
|
puts "Exception when calling UploadsApi->delete: #{e}"
|
|
211
226
|
end
|
|
@@ -217,6 +232,7 @@ end
|
|
|
217
232
|
Name | Type | Description | Notes
|
|
218
233
|
------------- | ------------- | ------------- | -------------
|
|
219
234
|
**upload_href** | **String**| |
|
|
235
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
220
236
|
|
|
221
237
|
### Return type
|
|
222
238
|
|
|
@@ -254,6 +270,7 @@ end
|
|
|
254
270
|
|
|
255
271
|
api_instance = PulpcoreClient::UploadsApi.new
|
|
256
272
|
opts = {
|
|
273
|
+
x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
|
|
257
274
|
limit: 56, # Integer | Number of results to return per page.
|
|
258
275
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
259
276
|
ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `size` - Size * `-size` - Size (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
@@ -282,6 +299,7 @@ end
|
|
|
282
299
|
|
|
283
300
|
Name | Type | Description | Notes
|
|
284
301
|
------------- | ------------- | ------------- | -------------
|
|
302
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
285
303
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
|
286
304
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
287
305
|
**ordering** | [**Array<String>**](String.md)| Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `size` - Size * `-size` - Size (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
|
@@ -332,6 +350,7 @@ end
|
|
|
332
350
|
api_instance = PulpcoreClient::UploadsApi.new
|
|
333
351
|
upload_href = 'upload_href_example' # String |
|
|
334
352
|
opts = {
|
|
353
|
+
x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
|
|
335
354
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
336
355
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
337
356
|
}
|
|
@@ -351,6 +370,7 @@ end
|
|
|
351
370
|
Name | Type | Description | Notes
|
|
352
371
|
------------- | ------------- | ------------- | -------------
|
|
353
372
|
**upload_href** | **String**| |
|
|
373
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
354
374
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
355
375
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
356
376
|
|
|
@@ -391,6 +411,7 @@ end
|
|
|
391
411
|
api_instance = PulpcoreClient::UploadsApi.new
|
|
392
412
|
upload_href = 'upload_href_example' # String |
|
|
393
413
|
opts = {
|
|
414
|
+
x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
|
|
394
415
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
395
416
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
396
417
|
}
|
|
@@ -410,6 +431,7 @@ end
|
|
|
410
431
|
Name | Type | Description | Notes
|
|
411
432
|
------------- | ------------- | ------------- | -------------
|
|
412
433
|
**upload_href** | **String**| |
|
|
434
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
413
435
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
414
436
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
415
437
|
|
|
@@ -450,6 +472,7 @@ end
|
|
|
450
472
|
api_instance = PulpcoreClient::UploadsApi.new
|
|
451
473
|
upload_href = 'upload_href_example' # String |
|
|
452
474
|
opts = {
|
|
475
|
+
x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
|
|
453
476
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
454
477
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
455
478
|
}
|
|
@@ -469,6 +492,7 @@ end
|
|
|
469
492
|
Name | Type | Description | Notes
|
|
470
493
|
------------- | ------------- | ------------- | -------------
|
|
471
494
|
**upload_href** | **String**| |
|
|
495
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
472
496
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
473
497
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
474
498
|
|
|
@@ -488,7 +512,7 @@ Name | Type | Description | Notes
|
|
|
488
512
|
|
|
489
513
|
## remove_role
|
|
490
514
|
|
|
491
|
-
> NestedRoleResponse remove_role(upload_href, upload)
|
|
515
|
+
> NestedRoleResponse remove_role(upload_href, upload, opts)
|
|
492
516
|
|
|
493
517
|
Remove a role
|
|
494
518
|
|
|
@@ -509,10 +533,13 @@ end
|
|
|
509
533
|
api_instance = PulpcoreClient::UploadsApi.new
|
|
510
534
|
upload_href = 'upload_href_example' # String |
|
|
511
535
|
upload = PulpcoreClient::Upload.new # Upload |
|
|
536
|
+
opts = {
|
|
537
|
+
x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
|
|
538
|
+
}
|
|
512
539
|
|
|
513
540
|
begin
|
|
514
541
|
#Remove a role
|
|
515
|
-
result = api_instance.remove_role(upload_href, upload)
|
|
542
|
+
result = api_instance.remove_role(upload_href, upload, opts)
|
|
516
543
|
p result
|
|
517
544
|
rescue PulpcoreClient::ApiError => e
|
|
518
545
|
puts "Exception when calling UploadsApi->remove_role: #{e}"
|
|
@@ -526,6 +553,7 @@ Name | Type | Description | Notes
|
|
|
526
553
|
------------- | ------------- | ------------- | -------------
|
|
527
554
|
**upload_href** | **String**| |
|
|
528
555
|
**upload** | [**Upload**](Upload.md)| |
|
|
556
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
529
557
|
|
|
530
558
|
### Return type
|
|
531
559
|
|
|
@@ -566,6 +594,7 @@ content_range = 'content_range_example' # String | The Content-Range header spec
|
|
|
566
594
|
upload_href = 'upload_href_example' # String |
|
|
567
595
|
file = File.new('/path/to/file') # File | A chunk of the uploaded file.
|
|
568
596
|
opts = {
|
|
597
|
+
x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
|
|
569
598
|
sha256: 'sha256_example' # String | The SHA-256 checksum of the chunk if available.
|
|
570
599
|
}
|
|
571
600
|
|
|
@@ -586,6 +615,7 @@ Name | Type | Description | Notes
|
|
|
586
615
|
**content_range** | **String**| The Content-Range header specifies the location of the file chunk within the file. |
|
|
587
616
|
**upload_href** | **String**| |
|
|
588
617
|
**file** | **File**| A chunk of the uploaded file. |
|
|
618
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
589
619
|
**sha256** | **String**| The SHA-256 checksum of the chunk if available. | [optional]
|
|
590
620
|
|
|
591
621
|
### Return type
|
data/docs/UpstreamPulpsApi.md
CHANGED
|
@@ -20,7 +20,7 @@ Method | HTTP request | Description
|
|
|
20
20
|
|
|
21
21
|
## add_role
|
|
22
22
|
|
|
23
|
-
> NestedRoleResponse add_role(upstream_pulp_href, nested_role)
|
|
23
|
+
> NestedRoleResponse add_role(upstream_pulp_href, nested_role, opts)
|
|
24
24
|
|
|
25
25
|
Add a role
|
|
26
26
|
|
|
@@ -41,10 +41,13 @@ end
|
|
|
41
41
|
api_instance = PulpcoreClient::UpstreamPulpsApi.new
|
|
42
42
|
upstream_pulp_href = 'upstream_pulp_href_example' # String |
|
|
43
43
|
nested_role = PulpcoreClient::NestedRole.new # NestedRole |
|
|
44
|
+
opts = {
|
|
45
|
+
x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
|
|
46
|
+
}
|
|
44
47
|
|
|
45
48
|
begin
|
|
46
49
|
#Add a role
|
|
47
|
-
result = api_instance.add_role(upstream_pulp_href, nested_role)
|
|
50
|
+
result = api_instance.add_role(upstream_pulp_href, nested_role, opts)
|
|
48
51
|
p result
|
|
49
52
|
rescue PulpcoreClient::ApiError => e
|
|
50
53
|
puts "Exception when calling UpstreamPulpsApi->add_role: #{e}"
|
|
@@ -58,6 +61,7 @@ Name | Type | Description | Notes
|
|
|
58
61
|
------------- | ------------- | ------------- | -------------
|
|
59
62
|
**upstream_pulp_href** | **String**| |
|
|
60
63
|
**nested_role** | [**NestedRole**](NestedRole.md)| |
|
|
64
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
61
65
|
|
|
62
66
|
### Return type
|
|
63
67
|
|
|
@@ -75,7 +79,7 @@ Name | Type | Description | Notes
|
|
|
75
79
|
|
|
76
80
|
## create
|
|
77
81
|
|
|
78
|
-
> UpstreamPulpResponse create(upstream_pulp)
|
|
82
|
+
> UpstreamPulpResponse create(upstream_pulp, opts)
|
|
79
83
|
|
|
80
84
|
Create an upstream pulp
|
|
81
85
|
|
|
@@ -95,10 +99,13 @@ end
|
|
|
95
99
|
|
|
96
100
|
api_instance = PulpcoreClient::UpstreamPulpsApi.new
|
|
97
101
|
upstream_pulp = PulpcoreClient::UpstreamPulp.new # UpstreamPulp |
|
|
102
|
+
opts = {
|
|
103
|
+
x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
|
|
104
|
+
}
|
|
98
105
|
|
|
99
106
|
begin
|
|
100
107
|
#Create an upstream pulp
|
|
101
|
-
result = api_instance.create(upstream_pulp)
|
|
108
|
+
result = api_instance.create(upstream_pulp, opts)
|
|
102
109
|
p result
|
|
103
110
|
rescue PulpcoreClient::ApiError => e
|
|
104
111
|
puts "Exception when calling UpstreamPulpsApi->create: #{e}"
|
|
@@ -111,6 +118,7 @@ end
|
|
|
111
118
|
Name | Type | Description | Notes
|
|
112
119
|
------------- | ------------- | ------------- | -------------
|
|
113
120
|
**upstream_pulp** | [**UpstreamPulp**](UpstreamPulp.md)| |
|
|
121
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
114
122
|
|
|
115
123
|
### Return type
|
|
116
124
|
|
|
@@ -128,7 +136,7 @@ Name | Type | Description | Notes
|
|
|
128
136
|
|
|
129
137
|
## delete
|
|
130
138
|
|
|
131
|
-
> delete(upstream_pulp_href)
|
|
139
|
+
> delete(upstream_pulp_href, opts)
|
|
132
140
|
|
|
133
141
|
Delete an upstream pulp
|
|
134
142
|
|
|
@@ -148,10 +156,13 @@ end
|
|
|
148
156
|
|
|
149
157
|
api_instance = PulpcoreClient::UpstreamPulpsApi.new
|
|
150
158
|
upstream_pulp_href = 'upstream_pulp_href_example' # String |
|
|
159
|
+
opts = {
|
|
160
|
+
x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
|
|
161
|
+
}
|
|
151
162
|
|
|
152
163
|
begin
|
|
153
164
|
#Delete an upstream pulp
|
|
154
|
-
api_instance.delete(upstream_pulp_href)
|
|
165
|
+
api_instance.delete(upstream_pulp_href, opts)
|
|
155
166
|
rescue PulpcoreClient::ApiError => e
|
|
156
167
|
puts "Exception when calling UpstreamPulpsApi->delete: #{e}"
|
|
157
168
|
end
|
|
@@ -163,6 +174,7 @@ end
|
|
|
163
174
|
Name | Type | Description | Notes
|
|
164
175
|
------------- | ------------- | ------------- | -------------
|
|
165
176
|
**upstream_pulp_href** | **String**| |
|
|
177
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
166
178
|
|
|
167
179
|
### Return type
|
|
168
180
|
|
|
@@ -200,6 +212,7 @@ end
|
|
|
200
212
|
|
|
201
213
|
api_instance = PulpcoreClient::UpstreamPulpsApi.new
|
|
202
214
|
opts = {
|
|
215
|
+
x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
|
|
203
216
|
limit: 56, # Integer | Number of results to return per page.
|
|
204
217
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
205
218
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
@@ -220,6 +233,7 @@ end
|
|
|
220
233
|
|
|
221
234
|
Name | Type | Description | Notes
|
|
222
235
|
------------- | ------------- | ------------- | -------------
|
|
236
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
223
237
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
|
224
238
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
225
239
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
@@ -262,6 +276,7 @@ end
|
|
|
262
276
|
api_instance = PulpcoreClient::UpstreamPulpsApi.new
|
|
263
277
|
upstream_pulp_href = 'upstream_pulp_href_example' # String |
|
|
264
278
|
opts = {
|
|
279
|
+
x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
|
|
265
280
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
266
281
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
267
282
|
}
|
|
@@ -281,6 +296,7 @@ end
|
|
|
281
296
|
Name | Type | Description | Notes
|
|
282
297
|
------------- | ------------- | ------------- | -------------
|
|
283
298
|
**upstream_pulp_href** | **String**| |
|
|
299
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
284
300
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
285
301
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
286
302
|
|
|
@@ -321,6 +337,7 @@ end
|
|
|
321
337
|
api_instance = PulpcoreClient::UpstreamPulpsApi.new
|
|
322
338
|
upstream_pulp_href = 'upstream_pulp_href_example' # String |
|
|
323
339
|
opts = {
|
|
340
|
+
x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
|
|
324
341
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
325
342
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
326
343
|
}
|
|
@@ -340,6 +357,7 @@ end
|
|
|
340
357
|
Name | Type | Description | Notes
|
|
341
358
|
------------- | ------------- | ------------- | -------------
|
|
342
359
|
**upstream_pulp_href** | **String**| |
|
|
360
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
343
361
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
344
362
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
345
363
|
|
|
@@ -359,7 +377,7 @@ Name | Type | Description | Notes
|
|
|
359
377
|
|
|
360
378
|
## partial_update
|
|
361
379
|
|
|
362
|
-
> UpstreamPulpResponse partial_update(upstream_pulp_href, patched_upstream_pulp)
|
|
380
|
+
> UpstreamPulpResponse partial_update(upstream_pulp_href, patched_upstream_pulp, opts)
|
|
363
381
|
|
|
364
382
|
Update an upstream pulp
|
|
365
383
|
|
|
@@ -380,10 +398,13 @@ end
|
|
|
380
398
|
api_instance = PulpcoreClient::UpstreamPulpsApi.new
|
|
381
399
|
upstream_pulp_href = 'upstream_pulp_href_example' # String |
|
|
382
400
|
patched_upstream_pulp = PulpcoreClient::PatchedUpstreamPulp.new # PatchedUpstreamPulp |
|
|
401
|
+
opts = {
|
|
402
|
+
x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
|
|
403
|
+
}
|
|
383
404
|
|
|
384
405
|
begin
|
|
385
406
|
#Update an upstream pulp
|
|
386
|
-
result = api_instance.partial_update(upstream_pulp_href, patched_upstream_pulp)
|
|
407
|
+
result = api_instance.partial_update(upstream_pulp_href, patched_upstream_pulp, opts)
|
|
387
408
|
p result
|
|
388
409
|
rescue PulpcoreClient::ApiError => e
|
|
389
410
|
puts "Exception when calling UpstreamPulpsApi->partial_update: #{e}"
|
|
@@ -397,6 +418,7 @@ Name | Type | Description | Notes
|
|
|
397
418
|
------------- | ------------- | ------------- | -------------
|
|
398
419
|
**upstream_pulp_href** | **String**| |
|
|
399
420
|
**patched_upstream_pulp** | [**PatchedUpstreamPulp**](PatchedUpstreamPulp.md)| |
|
|
421
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
400
422
|
|
|
401
423
|
### Return type
|
|
402
424
|
|
|
@@ -435,6 +457,7 @@ end
|
|
|
435
457
|
api_instance = PulpcoreClient::UpstreamPulpsApi.new
|
|
436
458
|
upstream_pulp_href = 'upstream_pulp_href_example' # String |
|
|
437
459
|
opts = {
|
|
460
|
+
x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
|
|
438
461
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
439
462
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
440
463
|
}
|
|
@@ -454,6 +477,7 @@ end
|
|
|
454
477
|
Name | Type | Description | Notes
|
|
455
478
|
------------- | ------------- | ------------- | -------------
|
|
456
479
|
**upstream_pulp_href** | **String**| |
|
|
480
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
457
481
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
458
482
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
459
483
|
|
|
@@ -473,7 +497,7 @@ Name | Type | Description | Notes
|
|
|
473
497
|
|
|
474
498
|
## remove_role
|
|
475
499
|
|
|
476
|
-
> NestedRoleResponse remove_role(upstream_pulp_href, nested_role)
|
|
500
|
+
> NestedRoleResponse remove_role(upstream_pulp_href, nested_role, opts)
|
|
477
501
|
|
|
478
502
|
Remove a role
|
|
479
503
|
|
|
@@ -494,10 +518,13 @@ end
|
|
|
494
518
|
api_instance = PulpcoreClient::UpstreamPulpsApi.new
|
|
495
519
|
upstream_pulp_href = 'upstream_pulp_href_example' # String |
|
|
496
520
|
nested_role = PulpcoreClient::NestedRole.new # NestedRole |
|
|
521
|
+
opts = {
|
|
522
|
+
x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
|
|
523
|
+
}
|
|
497
524
|
|
|
498
525
|
begin
|
|
499
526
|
#Remove a role
|
|
500
|
-
result = api_instance.remove_role(upstream_pulp_href, nested_role)
|
|
527
|
+
result = api_instance.remove_role(upstream_pulp_href, nested_role, opts)
|
|
501
528
|
p result
|
|
502
529
|
rescue PulpcoreClient::ApiError => e
|
|
503
530
|
puts "Exception when calling UpstreamPulpsApi->remove_role: #{e}"
|
|
@@ -511,6 +538,7 @@ Name | Type | Description | Notes
|
|
|
511
538
|
------------- | ------------- | ------------- | -------------
|
|
512
539
|
**upstream_pulp_href** | **String**| |
|
|
513
540
|
**nested_role** | [**NestedRole**](NestedRole.md)| |
|
|
541
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
514
542
|
|
|
515
543
|
### Return type
|
|
516
544
|
|
|
@@ -528,7 +556,7 @@ Name | Type | Description | Notes
|
|
|
528
556
|
|
|
529
557
|
## replicate
|
|
530
558
|
|
|
531
|
-
> TaskGroupOperationResponse replicate(upstream_pulp_href)
|
|
559
|
+
> TaskGroupOperationResponse replicate(upstream_pulp_href, opts)
|
|
532
560
|
|
|
533
561
|
Replicate
|
|
534
562
|
|
|
@@ -548,10 +576,13 @@ end
|
|
|
548
576
|
|
|
549
577
|
api_instance = PulpcoreClient::UpstreamPulpsApi.new
|
|
550
578
|
upstream_pulp_href = 'upstream_pulp_href_example' # String |
|
|
579
|
+
opts = {
|
|
580
|
+
x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
|
|
581
|
+
}
|
|
551
582
|
|
|
552
583
|
begin
|
|
553
584
|
#Replicate
|
|
554
|
-
result = api_instance.replicate(upstream_pulp_href)
|
|
585
|
+
result = api_instance.replicate(upstream_pulp_href, opts)
|
|
555
586
|
p result
|
|
556
587
|
rescue PulpcoreClient::ApiError => e
|
|
557
588
|
puts "Exception when calling UpstreamPulpsApi->replicate: #{e}"
|
|
@@ -564,6 +595,7 @@ end
|
|
|
564
595
|
Name | Type | Description | Notes
|
|
565
596
|
------------- | ------------- | ------------- | -------------
|
|
566
597
|
**upstream_pulp_href** | **String**| |
|
|
598
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
567
599
|
|
|
568
600
|
### Return type
|
|
569
601
|
|
|
@@ -581,7 +613,7 @@ Name | Type | Description | Notes
|
|
|
581
613
|
|
|
582
614
|
## update
|
|
583
615
|
|
|
584
|
-
> UpstreamPulpResponse update(upstream_pulp_href, upstream_pulp)
|
|
616
|
+
> UpstreamPulpResponse update(upstream_pulp_href, upstream_pulp, opts)
|
|
585
617
|
|
|
586
618
|
Update an upstream pulp
|
|
587
619
|
|
|
@@ -602,10 +634,13 @@ end
|
|
|
602
634
|
api_instance = PulpcoreClient::UpstreamPulpsApi.new
|
|
603
635
|
upstream_pulp_href = 'upstream_pulp_href_example' # String |
|
|
604
636
|
upstream_pulp = PulpcoreClient::UpstreamPulp.new # UpstreamPulp |
|
|
637
|
+
opts = {
|
|
638
|
+
x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
|
|
639
|
+
}
|
|
605
640
|
|
|
606
641
|
begin
|
|
607
642
|
#Update an upstream pulp
|
|
608
|
-
result = api_instance.update(upstream_pulp_href, upstream_pulp)
|
|
643
|
+
result = api_instance.update(upstream_pulp_href, upstream_pulp, opts)
|
|
609
644
|
p result
|
|
610
645
|
rescue PulpcoreClient::ApiError => e
|
|
611
646
|
puts "Exception when calling UpstreamPulpsApi->update: #{e}"
|
|
@@ -619,6 +654,7 @@ Name | Type | Description | Notes
|
|
|
619
654
|
------------- | ------------- | ------------- | -------------
|
|
620
655
|
**upstream_pulp_href** | **String**| |
|
|
621
656
|
**upstream_pulp** | [**UpstreamPulp**](UpstreamPulp.md)| |
|
|
657
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
622
658
|
|
|
623
659
|
### Return type
|
|
624
660
|
|
data/docs/UsersApi.md
CHANGED
|
@@ -15,7 +15,7 @@ Method | HTTP request | Description
|
|
|
15
15
|
|
|
16
16
|
## create
|
|
17
17
|
|
|
18
|
-
> UserResponse create(user)
|
|
18
|
+
> UserResponse create(user, opts)
|
|
19
19
|
|
|
20
20
|
Create an user
|
|
21
21
|
|
|
@@ -35,10 +35,13 @@ end
|
|
|
35
35
|
|
|
36
36
|
api_instance = PulpcoreClient::UsersApi.new
|
|
37
37
|
user = PulpcoreClient::User.new # User |
|
|
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 an user
|
|
41
|
-
result = api_instance.create(user)
|
|
44
|
+
result = api_instance.create(user, opts)
|
|
42
45
|
p result
|
|
43
46
|
rescue PulpcoreClient::ApiError => e
|
|
44
47
|
puts "Exception when calling UsersApi->create: #{e}"
|
|
@@ -51,6 +54,7 @@ end
|
|
|
51
54
|
Name | Type | Description | Notes
|
|
52
55
|
------------- | ------------- | ------------- | -------------
|
|
53
56
|
**user** | [**User**](User.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
|
-
> delete(auth_user_href)
|
|
75
|
+
> delete(auth_user_href, opts)
|
|
72
76
|
|
|
73
77
|
Delete an user
|
|
74
78
|
|
|
@@ -88,10 +92,13 @@ end
|
|
|
88
92
|
|
|
89
93
|
api_instance = PulpcoreClient::UsersApi.new
|
|
90
94
|
auth_user_href = 'auth_user_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 an user
|
|
94
|
-
api_instance.delete(auth_user_href)
|
|
101
|
+
api_instance.delete(auth_user_href, opts)
|
|
95
102
|
rescue PulpcoreClient::ApiError => e
|
|
96
103
|
puts "Exception when calling UsersApi->delete: #{e}"
|
|
97
104
|
end
|
|
@@ -103,6 +110,7 @@ end
|
|
|
103
110
|
Name | Type | Description | Notes
|
|
104
111
|
------------- | ------------- | ------------- | -------------
|
|
105
112
|
**auth_user_href** | **String**| |
|
|
113
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
106
114
|
|
|
107
115
|
### Return type
|
|
108
116
|
|
|
@@ -140,6 +148,7 @@ end
|
|
|
140
148
|
|
|
141
149
|
api_instance = PulpcoreClient::UsersApi.new
|
|
142
150
|
opts = {
|
|
151
|
+
x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
|
|
143
152
|
email: 'email_example', # String | Filter results where email matches value
|
|
144
153
|
email__contains: 'email__contains_example', # String | Filter results where email contains value
|
|
145
154
|
email__icontains: 'email__icontains_example', # String | Filter results where email contains value
|
|
@@ -186,6 +195,7 @@ end
|
|
|
186
195
|
|
|
187
196
|
Name | Type | Description | Notes
|
|
188
197
|
------------- | ------------- | ------------- | -------------
|
|
198
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
189
199
|
**email** | **String**| Filter results where email matches value | [optional]
|
|
190
200
|
**email__contains** | **String**| Filter results where email contains value | [optional]
|
|
191
201
|
**email__icontains** | **String**| Filter results where email contains value | [optional]
|
|
@@ -233,7 +243,7 @@ Name | Type | Description | Notes
|
|
|
233
243
|
|
|
234
244
|
## partial_update
|
|
235
245
|
|
|
236
|
-
> UserResponse partial_update(auth_user_href, patched_user)
|
|
246
|
+
> UserResponse partial_update(auth_user_href, patched_user, opts)
|
|
237
247
|
|
|
238
248
|
Update an user
|
|
239
249
|
|
|
@@ -254,10 +264,13 @@ end
|
|
|
254
264
|
api_instance = PulpcoreClient::UsersApi.new
|
|
255
265
|
auth_user_href = 'auth_user_href_example' # String |
|
|
256
266
|
patched_user = PulpcoreClient::PatchedUser.new # PatchedUser |
|
|
267
|
+
opts = {
|
|
268
|
+
x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
|
|
269
|
+
}
|
|
257
270
|
|
|
258
271
|
begin
|
|
259
272
|
#Update an user
|
|
260
|
-
result = api_instance.partial_update(auth_user_href, patched_user)
|
|
273
|
+
result = api_instance.partial_update(auth_user_href, patched_user, opts)
|
|
261
274
|
p result
|
|
262
275
|
rescue PulpcoreClient::ApiError => e
|
|
263
276
|
puts "Exception when calling UsersApi->partial_update: #{e}"
|
|
@@ -271,6 +284,7 @@ Name | Type | Description | Notes
|
|
|
271
284
|
------------- | ------------- | ------------- | -------------
|
|
272
285
|
**auth_user_href** | **String**| |
|
|
273
286
|
**patched_user** | [**PatchedUser**](PatchedUser.md)| |
|
|
287
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
274
288
|
|
|
275
289
|
### Return type
|
|
276
290
|
|
|
@@ -309,6 +323,7 @@ end
|
|
|
309
323
|
api_instance = PulpcoreClient::UsersApi.new
|
|
310
324
|
auth_user_href = 'auth_user_href_example' # String |
|
|
311
325
|
opts = {
|
|
326
|
+
x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
|
|
312
327
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
313
328
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
314
329
|
}
|
|
@@ -328,6 +343,7 @@ end
|
|
|
328
343
|
Name | Type | Description | Notes
|
|
329
344
|
------------- | ------------- | ------------- | -------------
|
|
330
345
|
**auth_user_href** | **String**| |
|
|
346
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
331
347
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
332
348
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
333
349
|
|
|
@@ -347,7 +363,7 @@ Name | Type | Description | Notes
|
|
|
347
363
|
|
|
348
364
|
## update
|
|
349
365
|
|
|
350
|
-
> UserResponse update(auth_user_href, user)
|
|
366
|
+
> UserResponse update(auth_user_href, user, opts)
|
|
351
367
|
|
|
352
368
|
Update an user
|
|
353
369
|
|
|
@@ -368,10 +384,13 @@ end
|
|
|
368
384
|
api_instance = PulpcoreClient::UsersApi.new
|
|
369
385
|
auth_user_href = 'auth_user_href_example' # String |
|
|
370
386
|
user = PulpcoreClient::User.new # User |
|
|
387
|
+
opts = {
|
|
388
|
+
x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
|
|
389
|
+
}
|
|
371
390
|
|
|
372
391
|
begin
|
|
373
392
|
#Update an user
|
|
374
|
-
result = api_instance.update(auth_user_href, user)
|
|
393
|
+
result = api_instance.update(auth_user_href, user, opts)
|
|
375
394
|
p result
|
|
376
395
|
rescue PulpcoreClient::ApiError => e
|
|
377
396
|
puts "Exception when calling UsersApi->update: #{e}"
|
|
@@ -385,6 +404,7 @@ Name | Type | Description | Notes
|
|
|
385
404
|
------------- | ------------- | ------------- | -------------
|
|
386
405
|
**auth_user_href** | **String**| |
|
|
387
406
|
**user** | [**User**](User.md)| |
|
|
407
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
388
408
|
|
|
389
409
|
### Return type
|
|
390
410
|
|