pulpcore_client 3.49.53 → 3.49.55
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +5 -4
- data/docs/AccessPoliciesApi.md +22 -6
- data/docs/ArtifactDistributionResponse.md +5 -5
- data/docs/ArtifactsApi.md +12 -2
- data/docs/ContentApi.md +2 -0
- data/docs/ContentguardsApi.md +2 -0
- data/docs/ContentguardsCompositeApi.md +44 -12
- data/docs/ContentguardsContentRedirectApi.md +44 -12
- data/docs/ContentguardsHeaderApi.md +44 -12
- data/docs/ContentguardsRbacApi.md +44 -12
- data/docs/DistributionsApi.md +2 -0
- data/docs/DistributionsArtifactsApi.md +4 -0
- data/docs/DomainsApi.md +28 -8
- data/docs/ExportersFilesystemApi.md +28 -8
- data/docs/ExportersFilesystemExportsApi.md +16 -4
- data/docs/ExportersPulpApi.md +28 -8
- data/docs/ExportersPulpExportsApi.md +16 -4
- data/docs/GroupsApi.md +44 -12
- data/docs/GroupsRolesApi.md +16 -4
- data/docs/GroupsUsersApi.md +14 -4
- data/docs/ImportersPulpApi.md +28 -8
- data/docs/ImportersPulpImportCheckApi.md +6 -2
- data/docs/ImportersPulpImportsApi.md +16 -4
- data/docs/OrphansApi.md +9 -3
- data/docs/OrphansCleanupApi.md +6 -2
- data/docs/PublicationsApi.md +2 -0
- data/docs/RemotesApi.md +2 -0
- data/docs/RepairApi.md +6 -2
- data/docs/RepositoriesApi.md +2 -0
- data/docs/RepositoriesReclaimSpaceApi.md +6 -2
- data/docs/RepositoryVersionsApi.md +2 -0
- data/docs/RolesApi.md +28 -8
- data/docs/SigningServicesApi.md +4 -0
- data/docs/StatusApi.md +13 -3
- data/docs/TaskGroupsApi.md +4 -0
- data/docs/TaskSchedulesApi.md +20 -4
- data/docs/TasksApi.md +38 -10
- data/docs/UploadsApi.md +40 -10
- data/docs/UpstreamPulpsApi.md +50 -14
- data/docs/UsersApi.md +28 -8
- data/docs/UsersRolesApi.md +16 -4
- data/docs/WorkersApi.md +4 -0
- data/lib/pulpcore_client/api/access_policies_api.rb +15 -0
- data/lib/pulpcore_client/api/artifacts_api.rb +12 -0
- data/lib/pulpcore_client/api/content_api.rb +3 -0
- data/lib/pulpcore_client/api/contentguards_api.rb +3 -0
- data/lib/pulpcore_client/api/contentguards_composite_api.rb +30 -0
- data/lib/pulpcore_client/api/contentguards_content_redirect_api.rb +30 -0
- data/lib/pulpcore_client/api/contentguards_header_api.rb +30 -0
- data/lib/pulpcore_client/api/contentguards_rbac_api.rb +30 -0
- data/lib/pulpcore_client/api/distributions_api.rb +3 -0
- data/lib/pulpcore_client/api/distributions_artifacts_api.rb +6 -0
- data/lib/pulpcore_client/api/domains_api.rb +18 -0
- data/lib/pulpcore_client/api/exporters_filesystem_api.rb +18 -0
- data/lib/pulpcore_client/api/exporters_filesystem_exports_api.rb +12 -0
- data/lib/pulpcore_client/api/exporters_pulp_api.rb +18 -0
- data/lib/pulpcore_client/api/exporters_pulp_exports_api.rb +12 -0
- data/lib/pulpcore_client/api/groups_api.rb +30 -0
- data/lib/pulpcore_client/api/groups_roles_api.rb +12 -0
- data/lib/pulpcore_client/api/groups_users_api.rb +9 -0
- data/lib/pulpcore_client/api/importers_pulp_api.rb +18 -0
- data/lib/pulpcore_client/api/importers_pulp_import_check_api.rb +3 -0
- data/lib/pulpcore_client/api/importers_pulp_imports_api.rb +12 -0
- data/lib/pulpcore_client/api/orphans_api.rb +3 -0
- data/lib/pulpcore_client/api/orphans_cleanup_api.rb +3 -0
- data/lib/pulpcore_client/api/publications_api.rb +3 -0
- data/lib/pulpcore_client/api/remotes_api.rb +3 -0
- data/lib/pulpcore_client/api/repair_api.rb +3 -0
- data/lib/pulpcore_client/api/repositories_api.rb +3 -0
- data/lib/pulpcore_client/api/repositories_reclaim_space_api.rb +3 -0
- data/lib/pulpcore_client/api/repository_versions_api.rb +3 -0
- data/lib/pulpcore_client/api/roles_api.rb +18 -0
- data/lib/pulpcore_client/api/signing_services_api.rb +6 -0
- data/lib/pulpcore_client/api/status_api.rb +9 -0
- data/lib/pulpcore_client/api/task_groups_api.rb +6 -0
- data/lib/pulpcore_client/api/task_schedules_api.rb +18 -0
- data/lib/pulpcore_client/api/tasks_api.rb +27 -0
- data/lib/pulpcore_client/api/uploads_api.rb +30 -0
- data/lib/pulpcore_client/api/upstream_pulps_api.rb +33 -0
- data/lib/pulpcore_client/api/users_api.rb +18 -0
- data/lib/pulpcore_client/api/users_roles_api.rb +12 -0
- data/lib/pulpcore_client/api/workers_api.rb +6 -0
- data/lib/pulpcore_client/models/artifact_distribution_response.rb +21 -21
- data/lib/pulpcore_client/version.rb +1 -1
- data/spec/api/access_policies_api_spec.rb +5 -0
- data/spec/api/artifacts_api_spec.rb +4 -0
- data/spec/api/content_api_spec.rb +1 -0
- data/spec/api/contentguards_api_spec.rb +1 -0
- data/spec/api/contentguards_composite_api_spec.rb +10 -0
- data/spec/api/contentguards_content_redirect_api_spec.rb +10 -0
- data/spec/api/contentguards_header_api_spec.rb +10 -0
- data/spec/api/contentguards_rbac_api_spec.rb +10 -0
- data/spec/api/distributions_api_spec.rb +1 -0
- data/spec/api/distributions_artifacts_api_spec.rb +2 -0
- data/spec/api/domains_api_spec.rb +6 -0
- data/spec/api/exporters_filesystem_api_spec.rb +6 -0
- data/spec/api/exporters_filesystem_exports_api_spec.rb +4 -0
- data/spec/api/exporters_pulp_api_spec.rb +6 -0
- data/spec/api/exporters_pulp_exports_api_spec.rb +4 -0
- data/spec/api/groups_api_spec.rb +10 -0
- data/spec/api/groups_roles_api_spec.rb +4 -0
- data/spec/api/groups_users_api_spec.rb +3 -0
- data/spec/api/importers_pulp_api_spec.rb +6 -0
- data/spec/api/importers_pulp_import_check_api_spec.rb +1 -0
- data/spec/api/importers_pulp_imports_api_spec.rb +4 -0
- data/spec/api/orphans_api_spec.rb +1 -0
- data/spec/api/orphans_cleanup_api_spec.rb +1 -0
- data/spec/api/publications_api_spec.rb +1 -0
- data/spec/api/remotes_api_spec.rb +1 -0
- data/spec/api/repair_api_spec.rb +1 -0
- data/spec/api/repositories_api_spec.rb +1 -0
- data/spec/api/repositories_reclaim_space_api_spec.rb +1 -0
- data/spec/api/repository_versions_api_spec.rb +1 -0
- data/spec/api/roles_api_spec.rb +6 -0
- data/spec/api/signing_services_api_spec.rb +2 -0
- data/spec/api/status_api_spec.rb +3 -0
- data/spec/api/task_groups_api_spec.rb +2 -0
- data/spec/api/task_schedules_api_spec.rb +6 -0
- data/spec/api/tasks_api_spec.rb +9 -0
- data/spec/api/uploads_api_spec.rb +10 -0
- data/spec/api/upstream_pulps_api_spec.rb +11 -0
- data/spec/api/users_api_spec.rb +6 -0
- data/spec/api/users_roles_api_spec.rb +4 -0
- data/spec/api/workers_api_spec.rb +2 -0
- data/spec/models/artifact_distribution_response_spec.rb +3 -3
- metadata +2 -2
|
@@ -24,6 +24,7 @@ module PulpcoreClient
|
|
|
24
24
|
# @param filesystem_exporter_href [String]
|
|
25
25
|
# @param filesystem_export [FilesystemExport]
|
|
26
26
|
# @param [Hash] opts the optional parameters
|
|
27
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
27
28
|
# @return [AsyncOperationResponse]
|
|
28
29
|
def create(filesystem_exporter_href, filesystem_export, opts = {})
|
|
29
30
|
data, _status_code, _headers = create_with_http_info(filesystem_exporter_href, filesystem_export, opts)
|
|
@@ -35,6 +36,7 @@ module PulpcoreClient
|
|
|
35
36
|
# @param filesystem_exporter_href [String]
|
|
36
37
|
# @param filesystem_export [FilesystemExport]
|
|
37
38
|
# @param [Hash] opts the optional parameters
|
|
39
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
38
40
|
# @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
|
|
39
41
|
def create_with_http_info(filesystem_exporter_href, filesystem_export, opts = {})
|
|
40
42
|
if @api_client.config.debugging
|
|
@@ -60,6 +62,7 @@ module PulpcoreClient
|
|
|
60
62
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
61
63
|
# HTTP header 'Content-Type'
|
|
62
64
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
|
|
65
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
63
66
|
|
|
64
67
|
# form parameters
|
|
65
68
|
form_params = opts[:form_params] || {}
|
|
@@ -93,6 +96,7 @@ module PulpcoreClient
|
|
|
93
96
|
# Endpoint for managing FilesystemExports.
|
|
94
97
|
# @param filesystem_filesystem_export_href [String]
|
|
95
98
|
# @param [Hash] opts the optional parameters
|
|
99
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
96
100
|
# @return [nil]
|
|
97
101
|
def delete(filesystem_filesystem_export_href, opts = {})
|
|
98
102
|
delete_with_http_info(filesystem_filesystem_export_href, opts)
|
|
@@ -103,6 +107,7 @@ module PulpcoreClient
|
|
|
103
107
|
# Endpoint for managing FilesystemExports.
|
|
104
108
|
# @param filesystem_filesystem_export_href [String]
|
|
105
109
|
# @param [Hash] opts the optional parameters
|
|
110
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
106
111
|
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
|
107
112
|
def delete_with_http_info(filesystem_filesystem_export_href, opts = {})
|
|
108
113
|
if @api_client.config.debugging
|
|
@@ -120,6 +125,7 @@ module PulpcoreClient
|
|
|
120
125
|
|
|
121
126
|
# header parameters
|
|
122
127
|
header_params = opts[:header_params] || {}
|
|
128
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
123
129
|
|
|
124
130
|
# form parameters
|
|
125
131
|
form_params = opts[:form_params] || {}
|
|
@@ -153,6 +159,7 @@ module PulpcoreClient
|
|
|
153
159
|
# Endpoint for managing FilesystemExports.
|
|
154
160
|
# @param filesystem_exporter_href [String]
|
|
155
161
|
# @param [Hash] opts the optional parameters
|
|
162
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
156
163
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
157
164
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
158
165
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
@@ -167,6 +174,7 @@ module PulpcoreClient
|
|
|
167
174
|
# Endpoint for managing FilesystemExports.
|
|
168
175
|
# @param filesystem_exporter_href [String]
|
|
169
176
|
# @param [Hash] opts the optional parameters
|
|
177
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
170
178
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
171
179
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
172
180
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
@@ -194,6 +202,7 @@ module PulpcoreClient
|
|
|
194
202
|
header_params = opts[:header_params] || {}
|
|
195
203
|
# HTTP header 'Accept' (if needed)
|
|
196
204
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
205
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
197
206
|
|
|
198
207
|
# form parameters
|
|
199
208
|
form_params = opts[:form_params] || {}
|
|
@@ -227,6 +236,7 @@ module PulpcoreClient
|
|
|
227
236
|
# Endpoint for managing FilesystemExports.
|
|
228
237
|
# @param filesystem_filesystem_export_href [String]
|
|
229
238
|
# @param [Hash] opts the optional parameters
|
|
239
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
230
240
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
231
241
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
232
242
|
# @return [FilesystemExportResponse]
|
|
@@ -239,6 +249,7 @@ module PulpcoreClient
|
|
|
239
249
|
# Endpoint for managing FilesystemExports.
|
|
240
250
|
# @param filesystem_filesystem_export_href [String]
|
|
241
251
|
# @param [Hash] opts the optional parameters
|
|
252
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
242
253
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
243
254
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
244
255
|
# @return [Array<(FilesystemExportResponse, Integer, Hash)>] FilesystemExportResponse data, response status code and response headers
|
|
@@ -262,6 +273,7 @@ module PulpcoreClient
|
|
|
262
273
|
header_params = opts[:header_params] || {}
|
|
263
274
|
# HTTP header 'Accept' (if needed)
|
|
264
275
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
276
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
265
277
|
|
|
266
278
|
# form parameters
|
|
267
279
|
form_params = opts[:form_params] || {}
|
|
@@ -23,6 +23,7 @@ module PulpcoreClient
|
|
|
23
23
|
# ViewSet for viewing PulpExporters.
|
|
24
24
|
# @param pulp_exporter [PulpExporter]
|
|
25
25
|
# @param [Hash] opts the optional parameters
|
|
26
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
26
27
|
# @return [PulpExporterResponse]
|
|
27
28
|
def create(pulp_exporter, opts = {})
|
|
28
29
|
data, _status_code, _headers = create_with_http_info(pulp_exporter, opts)
|
|
@@ -33,6 +34,7 @@ module PulpcoreClient
|
|
|
33
34
|
# ViewSet for viewing PulpExporters.
|
|
34
35
|
# @param pulp_exporter [PulpExporter]
|
|
35
36
|
# @param [Hash] opts the optional parameters
|
|
37
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
36
38
|
# @return [Array<(PulpExporterResponse, Integer, Hash)>] PulpExporterResponse data, response status code and response headers
|
|
37
39
|
def create_with_http_info(pulp_exporter, opts = {})
|
|
38
40
|
if @api_client.config.debugging
|
|
@@ -54,6 +56,7 @@ module PulpcoreClient
|
|
|
54
56
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
55
57
|
# HTTP header 'Content-Type'
|
|
56
58
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
|
|
59
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
57
60
|
|
|
58
61
|
# form parameters
|
|
59
62
|
form_params = opts[:form_params] || {}
|
|
@@ -87,6 +90,7 @@ module PulpcoreClient
|
|
|
87
90
|
# Trigger an asynchronous delete task
|
|
88
91
|
# @param pulp_exporter_href [String]
|
|
89
92
|
# @param [Hash] opts the optional parameters
|
|
93
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
90
94
|
# @return [AsyncOperationResponse]
|
|
91
95
|
def delete(pulp_exporter_href, opts = {})
|
|
92
96
|
data, _status_code, _headers = delete_with_http_info(pulp_exporter_href, opts)
|
|
@@ -97,6 +101,7 @@ module PulpcoreClient
|
|
|
97
101
|
# Trigger an asynchronous delete task
|
|
98
102
|
# @param pulp_exporter_href [String]
|
|
99
103
|
# @param [Hash] opts the optional parameters
|
|
104
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
100
105
|
# @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
|
|
101
106
|
def delete_with_http_info(pulp_exporter_href, opts = {})
|
|
102
107
|
if @api_client.config.debugging
|
|
@@ -116,6 +121,7 @@ module PulpcoreClient
|
|
|
116
121
|
header_params = opts[:header_params] || {}
|
|
117
122
|
# HTTP header 'Accept' (if needed)
|
|
118
123
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
124
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
119
125
|
|
|
120
126
|
# form parameters
|
|
121
127
|
form_params = opts[:form_params] || {}
|
|
@@ -148,6 +154,7 @@ module PulpcoreClient
|
|
|
148
154
|
# List pulp exporters
|
|
149
155
|
# ViewSet for viewing PulpExporters.
|
|
150
156
|
# @param [Hash] opts the optional parameters
|
|
157
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
151
158
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
152
159
|
# @option opts [String] :name Filter results where name matches value
|
|
153
160
|
# @option opts [String] :name__contains Filter results where name contains value
|
|
@@ -174,6 +181,7 @@ module PulpcoreClient
|
|
|
174
181
|
# List pulp exporters
|
|
175
182
|
# ViewSet for viewing PulpExporters.
|
|
176
183
|
# @param [Hash] opts the optional parameters
|
|
184
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
177
185
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
178
186
|
# @option opts [String] :name Filter results where name matches value
|
|
179
187
|
# @option opts [String] :name__contains Filter results where name contains value
|
|
@@ -227,6 +235,7 @@ module PulpcoreClient
|
|
|
227
235
|
header_params = opts[:header_params] || {}
|
|
228
236
|
# HTTP header 'Accept' (if needed)
|
|
229
237
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
238
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
230
239
|
|
|
231
240
|
# form parameters
|
|
232
241
|
form_params = opts[:form_params] || {}
|
|
@@ -261,6 +270,7 @@ module PulpcoreClient
|
|
|
261
270
|
# @param pulp_exporter_href [String]
|
|
262
271
|
# @param patched_pulp_exporter [PatchedPulpExporter]
|
|
263
272
|
# @param [Hash] opts the optional parameters
|
|
273
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
264
274
|
# @return [AsyncOperationResponse]
|
|
265
275
|
def partial_update(pulp_exporter_href, patched_pulp_exporter, opts = {})
|
|
266
276
|
data, _status_code, _headers = partial_update_with_http_info(pulp_exporter_href, patched_pulp_exporter, opts)
|
|
@@ -272,6 +282,7 @@ module PulpcoreClient
|
|
|
272
282
|
# @param pulp_exporter_href [String]
|
|
273
283
|
# @param patched_pulp_exporter [PatchedPulpExporter]
|
|
274
284
|
# @param [Hash] opts the optional parameters
|
|
285
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
275
286
|
# @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
|
|
276
287
|
def partial_update_with_http_info(pulp_exporter_href, patched_pulp_exporter, opts = {})
|
|
277
288
|
if @api_client.config.debugging
|
|
@@ -297,6 +308,7 @@ module PulpcoreClient
|
|
|
297
308
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
298
309
|
# HTTP header 'Content-Type'
|
|
299
310
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
|
|
311
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
300
312
|
|
|
301
313
|
# form parameters
|
|
302
314
|
form_params = opts[:form_params] || {}
|
|
@@ -330,6 +342,7 @@ module PulpcoreClient
|
|
|
330
342
|
# ViewSet for viewing PulpExporters.
|
|
331
343
|
# @param pulp_exporter_href [String]
|
|
332
344
|
# @param [Hash] opts the optional parameters
|
|
345
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
333
346
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
334
347
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
335
348
|
# @return [PulpExporterResponse]
|
|
@@ -342,6 +355,7 @@ module PulpcoreClient
|
|
|
342
355
|
# ViewSet for viewing PulpExporters.
|
|
343
356
|
# @param pulp_exporter_href [String]
|
|
344
357
|
# @param [Hash] opts the optional parameters
|
|
358
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
345
359
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
346
360
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
347
361
|
# @return [Array<(PulpExporterResponse, Integer, Hash)>] PulpExporterResponse data, response status code and response headers
|
|
@@ -365,6 +379,7 @@ module PulpcoreClient
|
|
|
365
379
|
header_params = opts[:header_params] || {}
|
|
366
380
|
# HTTP header 'Accept' (if needed)
|
|
367
381
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
382
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
368
383
|
|
|
369
384
|
# form parameters
|
|
370
385
|
form_params = opts[:form_params] || {}
|
|
@@ -399,6 +414,7 @@ module PulpcoreClient
|
|
|
399
414
|
# @param pulp_exporter_href [String]
|
|
400
415
|
# @param pulp_exporter [PulpExporter]
|
|
401
416
|
# @param [Hash] opts the optional parameters
|
|
417
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
402
418
|
# @return [AsyncOperationResponse]
|
|
403
419
|
def update(pulp_exporter_href, pulp_exporter, opts = {})
|
|
404
420
|
data, _status_code, _headers = update_with_http_info(pulp_exporter_href, pulp_exporter, opts)
|
|
@@ -410,6 +426,7 @@ module PulpcoreClient
|
|
|
410
426
|
# @param pulp_exporter_href [String]
|
|
411
427
|
# @param pulp_exporter [PulpExporter]
|
|
412
428
|
# @param [Hash] opts the optional parameters
|
|
429
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
413
430
|
# @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
|
|
414
431
|
def update_with_http_info(pulp_exporter_href, pulp_exporter, opts = {})
|
|
415
432
|
if @api_client.config.debugging
|
|
@@ -435,6 +452,7 @@ module PulpcoreClient
|
|
|
435
452
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
436
453
|
# HTTP header 'Content-Type'
|
|
437
454
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
|
|
455
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
438
456
|
|
|
439
457
|
# form parameters
|
|
440
458
|
form_params = opts[:form_params] || {}
|
|
@@ -24,6 +24,7 @@ module PulpcoreClient
|
|
|
24
24
|
# @param pulp_exporter_href [String]
|
|
25
25
|
# @param pulp_export [PulpExport]
|
|
26
26
|
# @param [Hash] opts the optional parameters
|
|
27
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
27
28
|
# @return [AsyncOperationResponse]
|
|
28
29
|
def create(pulp_exporter_href, pulp_export, opts = {})
|
|
29
30
|
data, _status_code, _headers = create_with_http_info(pulp_exporter_href, pulp_export, opts)
|
|
@@ -35,6 +36,7 @@ module PulpcoreClient
|
|
|
35
36
|
# @param pulp_exporter_href [String]
|
|
36
37
|
# @param pulp_export [PulpExport]
|
|
37
38
|
# @param [Hash] opts the optional parameters
|
|
39
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
38
40
|
# @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
|
|
39
41
|
def create_with_http_info(pulp_exporter_href, pulp_export, opts = {})
|
|
40
42
|
if @api_client.config.debugging
|
|
@@ -60,6 +62,7 @@ module PulpcoreClient
|
|
|
60
62
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
61
63
|
# HTTP header 'Content-Type'
|
|
62
64
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
|
|
65
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
63
66
|
|
|
64
67
|
# form parameters
|
|
65
68
|
form_params = opts[:form_params] || {}
|
|
@@ -93,6 +96,7 @@ module PulpcoreClient
|
|
|
93
96
|
# ViewSet for viewing exports from a PulpExporter.
|
|
94
97
|
# @param pulp_pulp_export_href [String]
|
|
95
98
|
# @param [Hash] opts the optional parameters
|
|
99
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
96
100
|
# @return [nil]
|
|
97
101
|
def delete(pulp_pulp_export_href, opts = {})
|
|
98
102
|
delete_with_http_info(pulp_pulp_export_href, opts)
|
|
@@ -103,6 +107,7 @@ module PulpcoreClient
|
|
|
103
107
|
# ViewSet for viewing exports from a PulpExporter.
|
|
104
108
|
# @param pulp_pulp_export_href [String]
|
|
105
109
|
# @param [Hash] opts the optional parameters
|
|
110
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
106
111
|
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
|
107
112
|
def delete_with_http_info(pulp_pulp_export_href, opts = {})
|
|
108
113
|
if @api_client.config.debugging
|
|
@@ -120,6 +125,7 @@ module PulpcoreClient
|
|
|
120
125
|
|
|
121
126
|
# header parameters
|
|
122
127
|
header_params = opts[:header_params] || {}
|
|
128
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
123
129
|
|
|
124
130
|
# form parameters
|
|
125
131
|
form_params = opts[:form_params] || {}
|
|
@@ -153,6 +159,7 @@ module PulpcoreClient
|
|
|
153
159
|
# ViewSet for viewing exports from a PulpExporter.
|
|
154
160
|
# @param pulp_exporter_href [String]
|
|
155
161
|
# @param [Hash] opts the optional parameters
|
|
162
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
156
163
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
157
164
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
158
165
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
@@ -167,6 +174,7 @@ module PulpcoreClient
|
|
|
167
174
|
# ViewSet for viewing exports from a PulpExporter.
|
|
168
175
|
# @param pulp_exporter_href [String]
|
|
169
176
|
# @param [Hash] opts the optional parameters
|
|
177
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
170
178
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
171
179
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
172
180
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
@@ -194,6 +202,7 @@ module PulpcoreClient
|
|
|
194
202
|
header_params = opts[:header_params] || {}
|
|
195
203
|
# HTTP header 'Accept' (if needed)
|
|
196
204
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
205
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
197
206
|
|
|
198
207
|
# form parameters
|
|
199
208
|
form_params = opts[:form_params] || {}
|
|
@@ -227,6 +236,7 @@ module PulpcoreClient
|
|
|
227
236
|
# ViewSet for viewing exports from a PulpExporter.
|
|
228
237
|
# @param pulp_pulp_export_href [String]
|
|
229
238
|
# @param [Hash] opts the optional parameters
|
|
239
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
230
240
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
231
241
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
232
242
|
# @return [PulpExportResponse]
|
|
@@ -239,6 +249,7 @@ module PulpcoreClient
|
|
|
239
249
|
# ViewSet for viewing exports from a PulpExporter.
|
|
240
250
|
# @param pulp_pulp_export_href [String]
|
|
241
251
|
# @param [Hash] opts the optional parameters
|
|
252
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
242
253
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
243
254
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
244
255
|
# @return [Array<(PulpExportResponse, Integer, Hash)>] PulpExportResponse data, response status code and response headers
|
|
@@ -262,6 +273,7 @@ module PulpcoreClient
|
|
|
262
273
|
header_params = opts[:header_params] || {}
|
|
263
274
|
# HTTP header 'Accept' (if needed)
|
|
264
275
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
276
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
265
277
|
|
|
266
278
|
# form parameters
|
|
267
279
|
form_params = opts[:form_params] || {}
|
|
@@ -24,6 +24,7 @@ module PulpcoreClient
|
|
|
24
24
|
# @param group_href [String]
|
|
25
25
|
# @param nested_role [NestedRole]
|
|
26
26
|
# @param [Hash] opts the optional parameters
|
|
27
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
27
28
|
# @return [NestedRoleResponse]
|
|
28
29
|
def add_role(group_href, nested_role, opts = {})
|
|
29
30
|
data, _status_code, _headers = add_role_with_http_info(group_href, nested_role, opts)
|
|
@@ -35,6 +36,7 @@ module PulpcoreClient
|
|
|
35
36
|
# @param group_href [String]
|
|
36
37
|
# @param nested_role [NestedRole]
|
|
37
38
|
# @param [Hash] opts the optional parameters
|
|
39
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
38
40
|
# @return [Array<(NestedRoleResponse, Integer, Hash)>] NestedRoleResponse data, response status code and response headers
|
|
39
41
|
def add_role_with_http_info(group_href, nested_role, opts = {})
|
|
40
42
|
if @api_client.config.debugging
|
|
@@ -60,6 +62,7 @@ module PulpcoreClient
|
|
|
60
62
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
61
63
|
# HTTP header 'Content-Type'
|
|
62
64
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
|
|
65
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
63
66
|
|
|
64
67
|
# form parameters
|
|
65
68
|
form_params = opts[:form_params] || {}
|
|
@@ -93,6 +96,7 @@ module PulpcoreClient
|
|
|
93
96
|
# ViewSet for Group.
|
|
94
97
|
# @param group [Group]
|
|
95
98
|
# @param [Hash] opts the optional parameters
|
|
99
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
96
100
|
# @return [GroupResponse]
|
|
97
101
|
def create(group, opts = {})
|
|
98
102
|
data, _status_code, _headers = create_with_http_info(group, opts)
|
|
@@ -103,6 +107,7 @@ module PulpcoreClient
|
|
|
103
107
|
# ViewSet for Group.
|
|
104
108
|
# @param group [Group]
|
|
105
109
|
# @param [Hash] opts the optional parameters
|
|
110
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
106
111
|
# @return [Array<(GroupResponse, Integer, Hash)>] GroupResponse data, response status code and response headers
|
|
107
112
|
def create_with_http_info(group, opts = {})
|
|
108
113
|
if @api_client.config.debugging
|
|
@@ -124,6 +129,7 @@ module PulpcoreClient
|
|
|
124
129
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
125
130
|
# HTTP header 'Content-Type'
|
|
126
131
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
|
|
132
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
127
133
|
|
|
128
134
|
# form parameters
|
|
129
135
|
form_params = opts[:form_params] || {}
|
|
@@ -157,6 +163,7 @@ module PulpcoreClient
|
|
|
157
163
|
# ViewSet for Group.
|
|
158
164
|
# @param group_href [String]
|
|
159
165
|
# @param [Hash] opts the optional parameters
|
|
166
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
160
167
|
# @return [nil]
|
|
161
168
|
def delete(group_href, opts = {})
|
|
162
169
|
delete_with_http_info(group_href, opts)
|
|
@@ -167,6 +174,7 @@ module PulpcoreClient
|
|
|
167
174
|
# ViewSet for Group.
|
|
168
175
|
# @param group_href [String]
|
|
169
176
|
# @param [Hash] opts the optional parameters
|
|
177
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
170
178
|
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
|
171
179
|
def delete_with_http_info(group_href, opts = {})
|
|
172
180
|
if @api_client.config.debugging
|
|
@@ -184,6 +192,7 @@ module PulpcoreClient
|
|
|
184
192
|
|
|
185
193
|
# header parameters
|
|
186
194
|
header_params = opts[:header_params] || {}
|
|
195
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
187
196
|
|
|
188
197
|
# form parameters
|
|
189
198
|
form_params = opts[:form_params] || {}
|
|
@@ -216,6 +225,7 @@ module PulpcoreClient
|
|
|
216
225
|
# List groups
|
|
217
226
|
# ViewSet for Group.
|
|
218
227
|
# @param [Hash] opts the optional parameters
|
|
228
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
219
229
|
# @option opts [Integer] :id Filter results where id matches value
|
|
220
230
|
# @option opts [Array<Integer>] :id__in Filter results where id is in a comma-separated list of values
|
|
221
231
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
@@ -240,6 +250,7 @@ module PulpcoreClient
|
|
|
240
250
|
# List groups
|
|
241
251
|
# ViewSet for Group.
|
|
242
252
|
# @param [Hash] opts the optional parameters
|
|
253
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
243
254
|
# @option opts [Integer] :id Filter results where id matches value
|
|
244
255
|
# @option opts [Array<Integer>] :id__in Filter results where id is in a comma-separated list of values
|
|
245
256
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
@@ -289,6 +300,7 @@ module PulpcoreClient
|
|
|
289
300
|
header_params = opts[:header_params] || {}
|
|
290
301
|
# HTTP header 'Accept' (if needed)
|
|
291
302
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
303
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
292
304
|
|
|
293
305
|
# form parameters
|
|
294
306
|
form_params = opts[:form_params] || {}
|
|
@@ -322,6 +334,7 @@ module PulpcoreClient
|
|
|
322
334
|
# List roles assigned to this object.
|
|
323
335
|
# @param group_href [String]
|
|
324
336
|
# @param [Hash] opts the optional parameters
|
|
337
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
325
338
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
326
339
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
327
340
|
# @return [ObjectRolesResponse]
|
|
@@ -334,6 +347,7 @@ module PulpcoreClient
|
|
|
334
347
|
# List roles assigned to this object.
|
|
335
348
|
# @param group_href [String]
|
|
336
349
|
# @param [Hash] opts the optional parameters
|
|
350
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
337
351
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
338
352
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
339
353
|
# @return [Array<(ObjectRolesResponse, Integer, Hash)>] ObjectRolesResponse data, response status code and response headers
|
|
@@ -357,6 +371,7 @@ module PulpcoreClient
|
|
|
357
371
|
header_params = opts[:header_params] || {}
|
|
358
372
|
# HTTP header 'Accept' (if needed)
|
|
359
373
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
374
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
360
375
|
|
|
361
376
|
# form parameters
|
|
362
377
|
form_params = opts[:form_params] || {}
|
|
@@ -390,6 +405,7 @@ module PulpcoreClient
|
|
|
390
405
|
# List permissions available to the current user on this object.
|
|
391
406
|
# @param group_href [String]
|
|
392
407
|
# @param [Hash] opts the optional parameters
|
|
408
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
393
409
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
394
410
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
395
411
|
# @return [MyPermissionsResponse]
|
|
@@ -402,6 +418,7 @@ module PulpcoreClient
|
|
|
402
418
|
# List permissions available to the current user on this object.
|
|
403
419
|
# @param group_href [String]
|
|
404
420
|
# @param [Hash] opts the optional parameters
|
|
421
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
405
422
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
406
423
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
407
424
|
# @return [Array<(MyPermissionsResponse, Integer, Hash)>] MyPermissionsResponse data, response status code and response headers
|
|
@@ -425,6 +442,7 @@ module PulpcoreClient
|
|
|
425
442
|
header_params = opts[:header_params] || {}
|
|
426
443
|
# HTTP header 'Accept' (if needed)
|
|
427
444
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
445
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
428
446
|
|
|
429
447
|
# form parameters
|
|
430
448
|
form_params = opts[:form_params] || {}
|
|
@@ -459,6 +477,7 @@ module PulpcoreClient
|
|
|
459
477
|
# @param group_href [String]
|
|
460
478
|
# @param patched_group [PatchedGroup]
|
|
461
479
|
# @param [Hash] opts the optional parameters
|
|
480
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
462
481
|
# @return [GroupResponse]
|
|
463
482
|
def partial_update(group_href, patched_group, opts = {})
|
|
464
483
|
data, _status_code, _headers = partial_update_with_http_info(group_href, patched_group, opts)
|
|
@@ -470,6 +489,7 @@ module PulpcoreClient
|
|
|
470
489
|
# @param group_href [String]
|
|
471
490
|
# @param patched_group [PatchedGroup]
|
|
472
491
|
# @param [Hash] opts the optional parameters
|
|
492
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
473
493
|
# @return [Array<(GroupResponse, Integer, Hash)>] GroupResponse data, response status code and response headers
|
|
474
494
|
def partial_update_with_http_info(group_href, patched_group, opts = {})
|
|
475
495
|
if @api_client.config.debugging
|
|
@@ -495,6 +515,7 @@ module PulpcoreClient
|
|
|
495
515
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
496
516
|
# HTTP header 'Content-Type'
|
|
497
517
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
|
|
518
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
498
519
|
|
|
499
520
|
# form parameters
|
|
500
521
|
form_params = opts[:form_params] || {}
|
|
@@ -528,6 +549,7 @@ module PulpcoreClient
|
|
|
528
549
|
# ViewSet for Group.
|
|
529
550
|
# @param group_href [String]
|
|
530
551
|
# @param [Hash] opts the optional parameters
|
|
552
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
531
553
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
532
554
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
533
555
|
# @return [GroupResponse]
|
|
@@ -540,6 +562,7 @@ module PulpcoreClient
|
|
|
540
562
|
# ViewSet for Group.
|
|
541
563
|
# @param group_href [String]
|
|
542
564
|
# @param [Hash] opts the optional parameters
|
|
565
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
543
566
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
544
567
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
545
568
|
# @return [Array<(GroupResponse, Integer, Hash)>] GroupResponse data, response status code and response headers
|
|
@@ -563,6 +586,7 @@ module PulpcoreClient
|
|
|
563
586
|
header_params = opts[:header_params] || {}
|
|
564
587
|
# HTTP header 'Accept' (if needed)
|
|
565
588
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
589
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
566
590
|
|
|
567
591
|
# form parameters
|
|
568
592
|
form_params = opts[:form_params] || {}
|
|
@@ -597,6 +621,7 @@ module PulpcoreClient
|
|
|
597
621
|
# @param group_href [String]
|
|
598
622
|
# @param nested_role [NestedRole]
|
|
599
623
|
# @param [Hash] opts the optional parameters
|
|
624
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
600
625
|
# @return [NestedRoleResponse]
|
|
601
626
|
def remove_role(group_href, nested_role, opts = {})
|
|
602
627
|
data, _status_code, _headers = remove_role_with_http_info(group_href, nested_role, opts)
|
|
@@ -608,6 +633,7 @@ module PulpcoreClient
|
|
|
608
633
|
# @param group_href [String]
|
|
609
634
|
# @param nested_role [NestedRole]
|
|
610
635
|
# @param [Hash] opts the optional parameters
|
|
636
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
611
637
|
# @return [Array<(NestedRoleResponse, Integer, Hash)>] NestedRoleResponse data, response status code and response headers
|
|
612
638
|
def remove_role_with_http_info(group_href, nested_role, opts = {})
|
|
613
639
|
if @api_client.config.debugging
|
|
@@ -633,6 +659,7 @@ module PulpcoreClient
|
|
|
633
659
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
634
660
|
# HTTP header 'Content-Type'
|
|
635
661
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
|
|
662
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
636
663
|
|
|
637
664
|
# form parameters
|
|
638
665
|
form_params = opts[:form_params] || {}
|
|
@@ -667,6 +694,7 @@ module PulpcoreClient
|
|
|
667
694
|
# @param group_href [String]
|
|
668
695
|
# @param group [Group]
|
|
669
696
|
# @param [Hash] opts the optional parameters
|
|
697
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
670
698
|
# @return [GroupResponse]
|
|
671
699
|
def update(group_href, group, opts = {})
|
|
672
700
|
data, _status_code, _headers = update_with_http_info(group_href, group, opts)
|
|
@@ -678,6 +706,7 @@ module PulpcoreClient
|
|
|
678
706
|
# @param group_href [String]
|
|
679
707
|
# @param group [Group]
|
|
680
708
|
# @param [Hash] opts the optional parameters
|
|
709
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
681
710
|
# @return [Array<(GroupResponse, Integer, Hash)>] GroupResponse data, response status code and response headers
|
|
682
711
|
def update_with_http_info(group_href, group, opts = {})
|
|
683
712
|
if @api_client.config.debugging
|
|
@@ -703,6 +732,7 @@ module PulpcoreClient
|
|
|
703
732
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
704
733
|
# HTTP header 'Content-Type'
|
|
705
734
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
|
|
735
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
706
736
|
|
|
707
737
|
# form parameters
|
|
708
738
|
form_params = opts[:form_params] || {}
|
|
@@ -24,6 +24,7 @@ module PulpcoreClient
|
|
|
24
24
|
# @param group_href [String]
|
|
25
25
|
# @param group_role [GroupRole]
|
|
26
26
|
# @param [Hash] opts the optional parameters
|
|
27
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
27
28
|
# @return [GroupRoleResponse]
|
|
28
29
|
def create(group_href, group_role, opts = {})
|
|
29
30
|
data, _status_code, _headers = create_with_http_info(group_href, group_role, opts)
|
|
@@ -35,6 +36,7 @@ module PulpcoreClient
|
|
|
35
36
|
# @param group_href [String]
|
|
36
37
|
# @param group_role [GroupRole]
|
|
37
38
|
# @param [Hash] opts the optional parameters
|
|
39
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
38
40
|
# @return [Array<(GroupRoleResponse, Integer, Hash)>] GroupRoleResponse data, response status code and response headers
|
|
39
41
|
def create_with_http_info(group_href, group_role, opts = {})
|
|
40
42
|
if @api_client.config.debugging
|
|
@@ -60,6 +62,7 @@ module PulpcoreClient
|
|
|
60
62
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
61
63
|
# HTTP header 'Content-Type'
|
|
62
64
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
|
|
65
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
63
66
|
|
|
64
67
|
# form parameters
|
|
65
68
|
form_params = opts[:form_params] || {}
|
|
@@ -93,6 +96,7 @@ module PulpcoreClient
|
|
|
93
96
|
# ViewSet for GroupRole.
|
|
94
97
|
# @param groups_group_role_href [String]
|
|
95
98
|
# @param [Hash] opts the optional parameters
|
|
99
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
96
100
|
# @return [nil]
|
|
97
101
|
def delete(groups_group_role_href, opts = {})
|
|
98
102
|
delete_with_http_info(groups_group_role_href, opts)
|
|
@@ -103,6 +107,7 @@ module PulpcoreClient
|
|
|
103
107
|
# ViewSet for GroupRole.
|
|
104
108
|
# @param groups_group_role_href [String]
|
|
105
109
|
# @param [Hash] opts the optional parameters
|
|
110
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
106
111
|
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
|
107
112
|
def delete_with_http_info(groups_group_role_href, opts = {})
|
|
108
113
|
if @api_client.config.debugging
|
|
@@ -120,6 +125,7 @@ module PulpcoreClient
|
|
|
120
125
|
|
|
121
126
|
# header parameters
|
|
122
127
|
header_params = opts[:header_params] || {}
|
|
128
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
123
129
|
|
|
124
130
|
# form parameters
|
|
125
131
|
form_params = opts[:form_params] || {}
|
|
@@ -153,6 +159,7 @@ module PulpcoreClient
|
|
|
153
159
|
# ViewSet for GroupRole.
|
|
154
160
|
# @param group_href [String]
|
|
155
161
|
# @param [Hash] opts the optional parameters
|
|
162
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
156
163
|
# @option opts [String] :content_object content_object
|
|
157
164
|
# @option opts [String] :domain Foreign Key referenced by HREF
|
|
158
165
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
@@ -178,6 +185,7 @@ module PulpcoreClient
|
|
|
178
185
|
# ViewSet for GroupRole.
|
|
179
186
|
# @param group_href [String]
|
|
180
187
|
# @param [Hash] opts the optional parameters
|
|
188
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
181
189
|
# @option opts [String] :content_object content_object
|
|
182
190
|
# @option opts [String] :domain Foreign Key referenced by HREF
|
|
183
191
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
@@ -231,6 +239,7 @@ module PulpcoreClient
|
|
|
231
239
|
header_params = opts[:header_params] || {}
|
|
232
240
|
# HTTP header 'Accept' (if needed)
|
|
233
241
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
242
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
234
243
|
|
|
235
244
|
# form parameters
|
|
236
245
|
form_params = opts[:form_params] || {}
|
|
@@ -264,6 +273,7 @@ module PulpcoreClient
|
|
|
264
273
|
# ViewSet for GroupRole.
|
|
265
274
|
# @param groups_group_role_href [String]
|
|
266
275
|
# @param [Hash] opts the optional parameters
|
|
276
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
267
277
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
268
278
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
269
279
|
# @return [GroupRoleResponse]
|
|
@@ -276,6 +286,7 @@ module PulpcoreClient
|
|
|
276
286
|
# ViewSet for GroupRole.
|
|
277
287
|
# @param groups_group_role_href [String]
|
|
278
288
|
# @param [Hash] opts the optional parameters
|
|
289
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
279
290
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
280
291
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
281
292
|
# @return [Array<(GroupRoleResponse, Integer, Hash)>] GroupRoleResponse data, response status code and response headers
|
|
@@ -299,6 +310,7 @@ module PulpcoreClient
|
|
|
299
310
|
header_params = opts[:header_params] || {}
|
|
300
311
|
# HTTP header 'Accept' (if needed)
|
|
301
312
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
313
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
302
314
|
|
|
303
315
|
# form parameters
|
|
304
316
|
form_params = opts[:form_params] || {}
|