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
|
@@ -13,7 +13,7 @@ Method | HTTP request | Description
|
|
|
13
13
|
|
|
14
14
|
## create
|
|
15
15
|
|
|
16
|
-
> AsyncOperationResponse create(filesystem_exporter_href, filesystem_export)
|
|
16
|
+
> AsyncOperationResponse create(filesystem_exporter_href, filesystem_export, opts)
|
|
17
17
|
|
|
18
18
|
Create a filesystem export
|
|
19
19
|
|
|
@@ -34,10 +34,13 @@ end
|
|
|
34
34
|
api_instance = PulpcoreClient::ExportersFilesystemExportsApi.new
|
|
35
35
|
filesystem_exporter_href = 'filesystem_exporter_href_example' # String |
|
|
36
36
|
filesystem_export = PulpcoreClient::FilesystemExport.new # FilesystemExport |
|
|
37
|
+
opts = {
|
|
38
|
+
x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
|
|
39
|
+
}
|
|
37
40
|
|
|
38
41
|
begin
|
|
39
42
|
#Create a filesystem export
|
|
40
|
-
result = api_instance.create(filesystem_exporter_href, filesystem_export)
|
|
43
|
+
result = api_instance.create(filesystem_exporter_href, filesystem_export, opts)
|
|
41
44
|
p result
|
|
42
45
|
rescue PulpcoreClient::ApiError => e
|
|
43
46
|
puts "Exception when calling ExportersFilesystemExportsApi->create: #{e}"
|
|
@@ -51,6 +54,7 @@ Name | Type | Description | Notes
|
|
|
51
54
|
------------- | ------------- | ------------- | -------------
|
|
52
55
|
**filesystem_exporter_href** | **String**| |
|
|
53
56
|
**filesystem_export** | [**FilesystemExport**](FilesystemExport.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(filesystem_filesystem_export_href)
|
|
75
|
+
> delete(filesystem_filesystem_export_href, opts)
|
|
72
76
|
|
|
73
77
|
Delete a filesystem export
|
|
74
78
|
|
|
@@ -88,10 +92,13 @@ end
|
|
|
88
92
|
|
|
89
93
|
api_instance = PulpcoreClient::ExportersFilesystemExportsApi.new
|
|
90
94
|
filesystem_filesystem_export_href = 'filesystem_filesystem_export_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 export
|
|
94
|
-
api_instance.delete(filesystem_filesystem_export_href)
|
|
101
|
+
api_instance.delete(filesystem_filesystem_export_href, opts)
|
|
95
102
|
rescue PulpcoreClient::ApiError => e
|
|
96
103
|
puts "Exception when calling ExportersFilesystemExportsApi->delete: #{e}"
|
|
97
104
|
end
|
|
@@ -103,6 +110,7 @@ end
|
|
|
103
110
|
Name | Type | Description | Notes
|
|
104
111
|
------------- | ------------- | ------------- | -------------
|
|
105
112
|
**filesystem_filesystem_export_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
|
|
|
@@ -141,6 +149,7 @@ end
|
|
|
141
149
|
api_instance = PulpcoreClient::ExportersFilesystemExportsApi.new
|
|
142
150
|
filesystem_exporter_href = 'filesystem_exporter_href_example' # String |
|
|
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
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
146
155
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
@@ -162,6 +171,7 @@ end
|
|
|
162
171
|
Name | Type | Description | Notes
|
|
163
172
|
------------- | ------------- | ------------- | -------------
|
|
164
173
|
**filesystem_exporter_href** | **String**| |
|
|
174
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
165
175
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
|
166
176
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
167
177
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
@@ -204,6 +214,7 @@ end
|
|
|
204
214
|
api_instance = PulpcoreClient::ExportersFilesystemExportsApi.new
|
|
205
215
|
filesystem_filesystem_export_href = 'filesystem_filesystem_export_href_example' # String |
|
|
206
216
|
opts = {
|
|
217
|
+
x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
|
|
207
218
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
208
219
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
209
220
|
}
|
|
@@ -223,6 +234,7 @@ end
|
|
|
223
234
|
Name | Type | Description | Notes
|
|
224
235
|
------------- | ------------- | ------------- | -------------
|
|
225
236
|
**filesystem_filesystem_export_href** | **String**| |
|
|
237
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
226
238
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
227
239
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
228
240
|
|
data/docs/ExportersPulpApi.md
CHANGED
|
@@ -15,7 +15,7 @@ Method | HTTP request | Description
|
|
|
15
15
|
|
|
16
16
|
## create
|
|
17
17
|
|
|
18
|
-
> PulpExporterResponse create(pulp_exporter)
|
|
18
|
+
> PulpExporterResponse create(pulp_exporter, opts)
|
|
19
19
|
|
|
20
20
|
Create a pulp exporter
|
|
21
21
|
|
|
@@ -35,10 +35,13 @@ end
|
|
|
35
35
|
|
|
36
36
|
api_instance = PulpcoreClient::ExportersPulpApi.new
|
|
37
37
|
pulp_exporter = PulpcoreClient::PulpExporter.new # PulpExporter |
|
|
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 pulp exporter
|
|
41
|
-
result = api_instance.create(pulp_exporter)
|
|
44
|
+
result = api_instance.create(pulp_exporter, opts)
|
|
42
45
|
p result
|
|
43
46
|
rescue PulpcoreClient::ApiError => e
|
|
44
47
|
puts "Exception when calling ExportersPulpApi->create: #{e}"
|
|
@@ -51,6 +54,7 @@ end
|
|
|
51
54
|
Name | Type | Description | Notes
|
|
52
55
|
------------- | ------------- | ------------- | -------------
|
|
53
56
|
**pulp_exporter** | [**PulpExporter**](PulpExporter.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(pulp_exporter_href)
|
|
75
|
+
> AsyncOperationResponse delete(pulp_exporter_href, opts)
|
|
72
76
|
|
|
73
77
|
Delete a pulp exporter
|
|
74
78
|
|
|
@@ -88,10 +92,13 @@ end
|
|
|
88
92
|
|
|
89
93
|
api_instance = PulpcoreClient::ExportersPulpApi.new
|
|
90
94
|
pulp_exporter_href = 'pulp_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 pulp exporter
|
|
94
|
-
result = api_instance.delete(pulp_exporter_href)
|
|
101
|
+
result = api_instance.delete(pulp_exporter_href, opts)
|
|
95
102
|
p result
|
|
96
103
|
rescue PulpcoreClient::ApiError => e
|
|
97
104
|
puts "Exception when calling ExportersPulpApi->delete: #{e}"
|
|
@@ -104,6 +111,7 @@ end
|
|
|
104
111
|
Name | Type | Description | Notes
|
|
105
112
|
------------- | ------------- | ------------- | -------------
|
|
106
113
|
**pulp_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::ExportersPulpApi.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(pulp_exporter_href, patched_pulp_exporter)
|
|
221
|
+
> AsyncOperationResponse partial_update(pulp_exporter_href, patched_pulp_exporter, opts)
|
|
212
222
|
|
|
213
223
|
Update a pulp exporter
|
|
214
224
|
|
|
@@ -229,10 +239,13 @@ end
|
|
|
229
239
|
api_instance = PulpcoreClient::ExportersPulpApi.new
|
|
230
240
|
pulp_exporter_href = 'pulp_exporter_href_example' # String |
|
|
231
241
|
patched_pulp_exporter = PulpcoreClient::PatchedPulpExporter.new # PatchedPulpExporter |
|
|
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 pulp exporter
|
|
235
|
-
result = api_instance.partial_update(pulp_exporter_href, patched_pulp_exporter)
|
|
248
|
+
result = api_instance.partial_update(pulp_exporter_href, patched_pulp_exporter, opts)
|
|
236
249
|
p result
|
|
237
250
|
rescue PulpcoreClient::ApiError => e
|
|
238
251
|
puts "Exception when calling ExportersPulpApi->partial_update: #{e}"
|
|
@@ -246,6 +259,7 @@ Name | Type | Description | Notes
|
|
|
246
259
|
------------- | ------------- | ------------- | -------------
|
|
247
260
|
**pulp_exporter_href** | **String**| |
|
|
248
261
|
**patched_pulp_exporter** | [**PatchedPulpExporter**](PatchedPulpExporter.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::ExportersPulpApi.new
|
|
285
299
|
pulp_exporter_href = 'pulp_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
|
**pulp_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(pulp_exporter_href, pulp_exporter)
|
|
341
|
+
> AsyncOperationResponse update(pulp_exporter_href, pulp_exporter, opts)
|
|
326
342
|
|
|
327
343
|
Update a pulp exporter
|
|
328
344
|
|
|
@@ -343,10 +359,13 @@ end
|
|
|
343
359
|
api_instance = PulpcoreClient::ExportersPulpApi.new
|
|
344
360
|
pulp_exporter_href = 'pulp_exporter_href_example' # String |
|
|
345
361
|
pulp_exporter = PulpcoreClient::PulpExporter.new # PulpExporter |
|
|
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 pulp exporter
|
|
349
|
-
result = api_instance.update(pulp_exporter_href, pulp_exporter)
|
|
368
|
+
result = api_instance.update(pulp_exporter_href, pulp_exporter, opts)
|
|
350
369
|
p result
|
|
351
370
|
rescue PulpcoreClient::ApiError => e
|
|
352
371
|
puts "Exception when calling ExportersPulpApi->update: #{e}"
|
|
@@ -360,6 +379,7 @@ Name | Type | Description | Notes
|
|
|
360
379
|
------------- | ------------- | ------------- | -------------
|
|
361
380
|
**pulp_exporter_href** | **String**| |
|
|
362
381
|
**pulp_exporter** | [**PulpExporter**](PulpExporter.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
|
|
|
@@ -13,7 +13,7 @@ Method | HTTP request | Description
|
|
|
13
13
|
|
|
14
14
|
## create
|
|
15
15
|
|
|
16
|
-
> AsyncOperationResponse create(pulp_exporter_href, pulp_export)
|
|
16
|
+
> AsyncOperationResponse create(pulp_exporter_href, pulp_export, opts)
|
|
17
17
|
|
|
18
18
|
Create a pulp export
|
|
19
19
|
|
|
@@ -34,10 +34,13 @@ end
|
|
|
34
34
|
api_instance = PulpcoreClient::ExportersPulpExportsApi.new
|
|
35
35
|
pulp_exporter_href = 'pulp_exporter_href_example' # String |
|
|
36
36
|
pulp_export = PulpcoreClient::PulpExport.new # PulpExport |
|
|
37
|
+
opts = {
|
|
38
|
+
x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
|
|
39
|
+
}
|
|
37
40
|
|
|
38
41
|
begin
|
|
39
42
|
#Create a pulp export
|
|
40
|
-
result = api_instance.create(pulp_exporter_href, pulp_export)
|
|
43
|
+
result = api_instance.create(pulp_exporter_href, pulp_export, opts)
|
|
41
44
|
p result
|
|
42
45
|
rescue PulpcoreClient::ApiError => e
|
|
43
46
|
puts "Exception when calling ExportersPulpExportsApi->create: #{e}"
|
|
@@ -51,6 +54,7 @@ Name | Type | Description | Notes
|
|
|
51
54
|
------------- | ------------- | ------------- | -------------
|
|
52
55
|
**pulp_exporter_href** | **String**| |
|
|
53
56
|
**pulp_export** | [**PulpExport**](PulpExport.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(pulp_pulp_export_href)
|
|
75
|
+
> delete(pulp_pulp_export_href, opts)
|
|
72
76
|
|
|
73
77
|
Delete a pulp export
|
|
74
78
|
|
|
@@ -88,10 +92,13 @@ end
|
|
|
88
92
|
|
|
89
93
|
api_instance = PulpcoreClient::ExportersPulpExportsApi.new
|
|
90
94
|
pulp_pulp_export_href = 'pulp_pulp_export_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 pulp export
|
|
94
|
-
api_instance.delete(pulp_pulp_export_href)
|
|
101
|
+
api_instance.delete(pulp_pulp_export_href, opts)
|
|
95
102
|
rescue PulpcoreClient::ApiError => e
|
|
96
103
|
puts "Exception when calling ExportersPulpExportsApi->delete: #{e}"
|
|
97
104
|
end
|
|
@@ -103,6 +110,7 @@ end
|
|
|
103
110
|
Name | Type | Description | Notes
|
|
104
111
|
------------- | ------------- | ------------- | -------------
|
|
105
112
|
**pulp_pulp_export_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
|
|
|
@@ -141,6 +149,7 @@ end
|
|
|
141
149
|
api_instance = PulpcoreClient::ExportersPulpExportsApi.new
|
|
142
150
|
pulp_exporter_href = 'pulp_exporter_href_example' # String |
|
|
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
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
146
155
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
@@ -162,6 +171,7 @@ end
|
|
|
162
171
|
Name | Type | Description | Notes
|
|
163
172
|
------------- | ------------- | ------------- | -------------
|
|
164
173
|
**pulp_exporter_href** | **String**| |
|
|
174
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
165
175
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
|
166
176
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
167
177
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
@@ -204,6 +214,7 @@ end
|
|
|
204
214
|
api_instance = PulpcoreClient::ExportersPulpExportsApi.new
|
|
205
215
|
pulp_pulp_export_href = 'pulp_pulp_export_href_example' # String |
|
|
206
216
|
opts = {
|
|
217
|
+
x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
|
|
207
218
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
208
219
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
209
220
|
}
|
|
@@ -223,6 +234,7 @@ end
|
|
|
223
234
|
Name | Type | Description | Notes
|
|
224
235
|
------------- | ------------- | ------------- | -------------
|
|
225
236
|
**pulp_pulp_export_href** | **String**| |
|
|
237
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
226
238
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
227
239
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
228
240
|
|
data/docs/GroupsApi.md
CHANGED
|
@@ -19,7 +19,7 @@ Method | HTTP request | Description
|
|
|
19
19
|
|
|
20
20
|
## add_role
|
|
21
21
|
|
|
22
|
-
> NestedRoleResponse add_role(group_href, nested_role)
|
|
22
|
+
> NestedRoleResponse add_role(group_href, nested_role, opts)
|
|
23
23
|
|
|
24
24
|
Add a role
|
|
25
25
|
|
|
@@ -40,10 +40,13 @@ end
|
|
|
40
40
|
api_instance = PulpcoreClient::GroupsApi.new
|
|
41
41
|
group_href = 'group_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(group_href, nested_role)
|
|
49
|
+
result = api_instance.add_role(group_href, nested_role, opts)
|
|
47
50
|
p result
|
|
48
51
|
rescue PulpcoreClient::ApiError => e
|
|
49
52
|
puts "Exception when calling GroupsApi->add_role: #{e}"
|
|
@@ -57,6 +60,7 @@ Name | Type | Description | Notes
|
|
|
57
60
|
------------- | ------------- | ------------- | -------------
|
|
58
61
|
**group_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
|
-
> GroupResponse create(group)
|
|
81
|
+
> GroupResponse create(group, opts)
|
|
78
82
|
|
|
79
83
|
Create a group
|
|
80
84
|
|
|
@@ -94,10 +98,13 @@ end
|
|
|
94
98
|
|
|
95
99
|
api_instance = PulpcoreClient::GroupsApi.new
|
|
96
100
|
group = PulpcoreClient::Group.new # Group |
|
|
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 group
|
|
100
|
-
result = api_instance.create(group)
|
|
107
|
+
result = api_instance.create(group, opts)
|
|
101
108
|
p result
|
|
102
109
|
rescue PulpcoreClient::ApiError => e
|
|
103
110
|
puts "Exception when calling GroupsApi->create: #{e}"
|
|
@@ -110,6 +117,7 @@ end
|
|
|
110
117
|
Name | Type | Description | Notes
|
|
111
118
|
------------- | ------------- | ------------- | -------------
|
|
112
119
|
**group** | [**Group**](Group.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(group_href)
|
|
138
|
+
> delete(group_href, opts)
|
|
131
139
|
|
|
132
140
|
Delete a group
|
|
133
141
|
|
|
@@ -147,10 +155,13 @@ end
|
|
|
147
155
|
|
|
148
156
|
api_instance = PulpcoreClient::GroupsApi.new
|
|
149
157
|
group_href = 'group_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 group
|
|
153
|
-
api_instance.delete(group_href)
|
|
164
|
+
api_instance.delete(group_href, opts)
|
|
154
165
|
rescue PulpcoreClient::ApiError => e
|
|
155
166
|
puts "Exception when calling GroupsApi->delete: #{e}"
|
|
156
167
|
end
|
|
@@ -162,6 +173,7 @@ end
|
|
|
162
173
|
Name | Type | Description | Notes
|
|
163
174
|
------------- | ------------- | ------------- | -------------
|
|
164
175
|
**group_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::GroupsApi.new
|
|
201
213
|
opts = {
|
|
214
|
+
x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
|
|
202
215
|
id: 56, # Integer | Filter results where id matches value
|
|
203
216
|
id__in: [56], # Array<Integer> | Filter results where id is in a comma-separated list of values
|
|
204
217
|
limit: 56, # Integer | Number of results to return per page.
|
|
@@ -230,6 +243,7 @@ end
|
|
|
230
243
|
|
|
231
244
|
Name | Type | Description | Notes
|
|
232
245
|
------------- | ------------- | ------------- | -------------
|
|
246
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
233
247
|
**id** | **Integer**| Filter results where id matches value | [optional]
|
|
234
248
|
**id__in** | [**Array<Integer>**](Integer.md)| Filter results where id is in a comma-separated list of values | [optional]
|
|
235
249
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
|
@@ -283,6 +297,7 @@ end
|
|
|
283
297
|
api_instance = PulpcoreClient::GroupsApi.new
|
|
284
298
|
group_href = 'group_href_example' # String |
|
|
285
299
|
opts = {
|
|
300
|
+
x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
|
|
286
301
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
287
302
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
288
303
|
}
|
|
@@ -302,6 +317,7 @@ end
|
|
|
302
317
|
Name | Type | Description | Notes
|
|
303
318
|
------------- | ------------- | ------------- | -------------
|
|
304
319
|
**group_href** | **String**| |
|
|
320
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
305
321
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
306
322
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
307
323
|
|
|
@@ -342,6 +358,7 @@ end
|
|
|
342
358
|
api_instance = PulpcoreClient::GroupsApi.new
|
|
343
359
|
group_href = 'group_href_example' # String |
|
|
344
360
|
opts = {
|
|
361
|
+
x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
|
|
345
362
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
346
363
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
347
364
|
}
|
|
@@ -361,6 +378,7 @@ end
|
|
|
361
378
|
Name | Type | Description | Notes
|
|
362
379
|
------------- | ------------- | ------------- | -------------
|
|
363
380
|
**group_href** | **String**| |
|
|
381
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
364
382
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
365
383
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
366
384
|
|
|
@@ -380,7 +398,7 @@ Name | Type | Description | Notes
|
|
|
380
398
|
|
|
381
399
|
## partial_update
|
|
382
400
|
|
|
383
|
-
> GroupResponse partial_update(group_href, patched_group)
|
|
401
|
+
> GroupResponse partial_update(group_href, patched_group, opts)
|
|
384
402
|
|
|
385
403
|
Update a group
|
|
386
404
|
|
|
@@ -401,10 +419,13 @@ end
|
|
|
401
419
|
api_instance = PulpcoreClient::GroupsApi.new
|
|
402
420
|
group_href = 'group_href_example' # String |
|
|
403
421
|
patched_group = PulpcoreClient::PatchedGroup.new # PatchedGroup |
|
|
422
|
+
opts = {
|
|
423
|
+
x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
|
|
424
|
+
}
|
|
404
425
|
|
|
405
426
|
begin
|
|
406
427
|
#Update a group
|
|
407
|
-
result = api_instance.partial_update(group_href, patched_group)
|
|
428
|
+
result = api_instance.partial_update(group_href, patched_group, opts)
|
|
408
429
|
p result
|
|
409
430
|
rescue PulpcoreClient::ApiError => e
|
|
410
431
|
puts "Exception when calling GroupsApi->partial_update: #{e}"
|
|
@@ -418,6 +439,7 @@ Name | Type | Description | Notes
|
|
|
418
439
|
------------- | ------------- | ------------- | -------------
|
|
419
440
|
**group_href** | **String**| |
|
|
420
441
|
**patched_group** | [**PatchedGroup**](PatchedGroup.md)| |
|
|
442
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
421
443
|
|
|
422
444
|
### Return type
|
|
423
445
|
|
|
@@ -456,6 +478,7 @@ end
|
|
|
456
478
|
api_instance = PulpcoreClient::GroupsApi.new
|
|
457
479
|
group_href = 'group_href_example' # String |
|
|
458
480
|
opts = {
|
|
481
|
+
x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
|
|
459
482
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
460
483
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
461
484
|
}
|
|
@@ -475,6 +498,7 @@ end
|
|
|
475
498
|
Name | Type | Description | Notes
|
|
476
499
|
------------- | ------------- | ------------- | -------------
|
|
477
500
|
**group_href** | **String**| |
|
|
501
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
478
502
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
479
503
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
480
504
|
|
|
@@ -494,7 +518,7 @@ Name | Type | Description | Notes
|
|
|
494
518
|
|
|
495
519
|
## remove_role
|
|
496
520
|
|
|
497
|
-
> NestedRoleResponse remove_role(group_href, nested_role)
|
|
521
|
+
> NestedRoleResponse remove_role(group_href, nested_role, opts)
|
|
498
522
|
|
|
499
523
|
Remove a role
|
|
500
524
|
|
|
@@ -515,10 +539,13 @@ end
|
|
|
515
539
|
api_instance = PulpcoreClient::GroupsApi.new
|
|
516
540
|
group_href = 'group_href_example' # String |
|
|
517
541
|
nested_role = PulpcoreClient::NestedRole.new # NestedRole |
|
|
542
|
+
opts = {
|
|
543
|
+
x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
|
|
544
|
+
}
|
|
518
545
|
|
|
519
546
|
begin
|
|
520
547
|
#Remove a role
|
|
521
|
-
result = api_instance.remove_role(group_href, nested_role)
|
|
548
|
+
result = api_instance.remove_role(group_href, nested_role, opts)
|
|
522
549
|
p result
|
|
523
550
|
rescue PulpcoreClient::ApiError => e
|
|
524
551
|
puts "Exception when calling GroupsApi->remove_role: #{e}"
|
|
@@ -532,6 +559,7 @@ Name | Type | Description | Notes
|
|
|
532
559
|
------------- | ------------- | ------------- | -------------
|
|
533
560
|
**group_href** | **String**| |
|
|
534
561
|
**nested_role** | [**NestedRole**](NestedRole.md)| |
|
|
562
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
535
563
|
|
|
536
564
|
### Return type
|
|
537
565
|
|
|
@@ -549,7 +577,7 @@ Name | Type | Description | Notes
|
|
|
549
577
|
|
|
550
578
|
## update
|
|
551
579
|
|
|
552
|
-
> GroupResponse update(group_href, group)
|
|
580
|
+
> GroupResponse update(group_href, group, opts)
|
|
553
581
|
|
|
554
582
|
Update a group
|
|
555
583
|
|
|
@@ -570,10 +598,13 @@ end
|
|
|
570
598
|
api_instance = PulpcoreClient::GroupsApi.new
|
|
571
599
|
group_href = 'group_href_example' # String |
|
|
572
600
|
group = PulpcoreClient::Group.new # Group |
|
|
601
|
+
opts = {
|
|
602
|
+
x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
|
|
603
|
+
}
|
|
573
604
|
|
|
574
605
|
begin
|
|
575
606
|
#Update a group
|
|
576
|
-
result = api_instance.update(group_href, group)
|
|
607
|
+
result = api_instance.update(group_href, group, opts)
|
|
577
608
|
p result
|
|
578
609
|
rescue PulpcoreClient::ApiError => e
|
|
579
610
|
puts "Exception when calling GroupsApi->update: #{e}"
|
|
@@ -587,6 +618,7 @@ Name | Type | Description | Notes
|
|
|
587
618
|
------------- | ------------- | ------------- | -------------
|
|
588
619
|
**group_href** | **String**| |
|
|
589
620
|
**group** | [**Group**](Group.md)| |
|
|
621
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
590
622
|
|
|
591
623
|
### Return type
|
|
592
624
|
|
data/docs/GroupsRolesApi.md
CHANGED
|
@@ -13,7 +13,7 @@ Method | HTTP request | Description
|
|
|
13
13
|
|
|
14
14
|
## create
|
|
15
15
|
|
|
16
|
-
> GroupRoleResponse create(group_href, group_role)
|
|
16
|
+
> GroupRoleResponse create(group_href, group_role, opts)
|
|
17
17
|
|
|
18
18
|
Create a group role
|
|
19
19
|
|
|
@@ -34,10 +34,13 @@ end
|
|
|
34
34
|
api_instance = PulpcoreClient::GroupsRolesApi.new
|
|
35
35
|
group_href = 'group_href_example' # String |
|
|
36
36
|
group_role = PulpcoreClient::GroupRole.new # GroupRole |
|
|
37
|
+
opts = {
|
|
38
|
+
x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
|
|
39
|
+
}
|
|
37
40
|
|
|
38
41
|
begin
|
|
39
42
|
#Create a group role
|
|
40
|
-
result = api_instance.create(group_href, group_role)
|
|
43
|
+
result = api_instance.create(group_href, group_role, opts)
|
|
41
44
|
p result
|
|
42
45
|
rescue PulpcoreClient::ApiError => e
|
|
43
46
|
puts "Exception when calling GroupsRolesApi->create: #{e}"
|
|
@@ -51,6 +54,7 @@ Name | Type | Description | Notes
|
|
|
51
54
|
------------- | ------------- | ------------- | -------------
|
|
52
55
|
**group_href** | **String**| |
|
|
53
56
|
**group_role** | [**GroupRole**](GroupRole.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(groups_group_role_href)
|
|
75
|
+
> delete(groups_group_role_href, opts)
|
|
72
76
|
|
|
73
77
|
Delete a group role
|
|
74
78
|
|
|
@@ -88,10 +92,13 @@ end
|
|
|
88
92
|
|
|
89
93
|
api_instance = PulpcoreClient::GroupsRolesApi.new
|
|
90
94
|
groups_group_role_href = 'groups_group_role_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 group role
|
|
94
|
-
api_instance.delete(groups_group_role_href)
|
|
101
|
+
api_instance.delete(groups_group_role_href, opts)
|
|
95
102
|
rescue PulpcoreClient::ApiError => e
|
|
96
103
|
puts "Exception when calling GroupsRolesApi->delete: #{e}"
|
|
97
104
|
end
|
|
@@ -103,6 +110,7 @@ end
|
|
|
103
110
|
Name | Type | Description | Notes
|
|
104
111
|
------------- | ------------- | ------------- | -------------
|
|
105
112
|
**groups_group_role_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
|
|
|
@@ -141,6 +149,7 @@ end
|
|
|
141
149
|
api_instance = PulpcoreClient::GroupsRolesApi.new
|
|
142
150
|
group_href = 'group_href_example' # String |
|
|
143
151
|
opts = {
|
|
152
|
+
x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
|
|
144
153
|
content_object: 'content_object_example', # String | content_object
|
|
145
154
|
domain: 'domain_example', # String | Foreign Key referenced by HREF
|
|
146
155
|
limit: 56, # Integer | Number of results to return per page.
|
|
@@ -173,6 +182,7 @@ end
|
|
|
173
182
|
Name | Type | Description | Notes
|
|
174
183
|
------------- | ------------- | ------------- | -------------
|
|
175
184
|
**group_href** | **String**| |
|
|
185
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
176
186
|
**content_object** | **String**| content_object | [optional]
|
|
177
187
|
**domain** | [**String**](.md)| Foreign Key referenced by HREF | [optional]
|
|
178
188
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
|
@@ -226,6 +236,7 @@ end
|
|
|
226
236
|
api_instance = PulpcoreClient::GroupsRolesApi.new
|
|
227
237
|
groups_group_role_href = 'groups_group_role_href_example' # String |
|
|
228
238
|
opts = {
|
|
239
|
+
x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
|
|
229
240
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
230
241
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
231
242
|
}
|
|
@@ -245,6 +256,7 @@ end
|
|
|
245
256
|
Name | Type | Description | Notes
|
|
246
257
|
------------- | ------------- | ------------- | -------------
|
|
247
258
|
**groups_group_role_href** | **String**| |
|
|
259
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
248
260
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
249
261
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
250
262
|
|