pulpcore_client 3.21.32 → 3.21.33
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +139 -141
- data/docs/AccessPoliciesApi.md +25 -25
- data/docs/ArtifactsApi.md +20 -20
- data/docs/ContentApi.md +5 -5
- data/docs/ContentguardsApi.md +5 -5
- data/docs/ContentguardsContentRedirectApi.md +50 -50
- data/docs/ContentguardsRbacApi.md +50 -50
- data/docs/DistributionsApi.md +5 -5
- data/docs/ExportersFilesystemApi.md +30 -30
- data/docs/ExportersFilesystemExportsApi.md +20 -20
- data/docs/ExportersPulpApi.md +30 -30
- data/docs/ExportersPulpExportsApi.md +20 -20
- data/docs/GroupsApi.md +50 -50
- data/docs/GroupsRolesApi.md +20 -20
- data/docs/GroupsUsersApi.md +15 -15
- data/docs/ImportersPulpApi.md +30 -30
- data/docs/ImportersPulpImportsApi.md +20 -20
- data/docs/OrphansApi.md +5 -5
- data/docs/OrphansCleanupApi.md +5 -5
- data/docs/PublicationsApi.md +5 -5
- data/docs/RemotesApi.md +5 -5
- data/docs/RepairApi.md +5 -5
- data/docs/RepositoriesApi.md +5 -5
- data/docs/RepositoriesReclaimSpaceApi.md +5 -5
- data/docs/RepositoryVersionsApi.md +5 -5
- data/docs/RolesApi.md +30 -30
- data/docs/SigningServicesApi.md +10 -10
- data/docs/TaskGroupsApi.md +10 -10
- data/docs/TaskSchedulesApi.md +30 -30
- data/docs/TasksApi.md +95 -95
- data/docs/UploadsApi.md +50 -50
- data/docs/UsersApi.md +30 -30
- data/docs/UsersRolesApi.md +20 -20
- data/docs/WorkersApi.md +10 -10
- data/lib/pulpcore_client/api/access_policies_api.rb +31 -31
- data/lib/pulpcore_client/api/artifacts_api.rb +29 -29
- data/lib/pulpcore_client/api/content_api.rb +5 -5
- data/lib/pulpcore_client/api/contentguards_api.rb +5 -5
- data/lib/pulpcore_client/api/contentguards_content_redirect_api.rb +63 -63
- data/lib/pulpcore_client/api/contentguards_rbac_api.rb +63 -63
- data/lib/pulpcore_client/api/distributions_api.rb +5 -5
- data/lib/pulpcore_client/api/exporters_filesystem_api.rb +37 -37
- data/lib/pulpcore_client/api/exporters_filesystem_exports_api.rb +25 -25
- data/lib/pulpcore_client/api/exporters_pulp_api.rb +37 -37
- data/lib/pulpcore_client/api/exporters_pulp_exports_api.rb +25 -25
- data/lib/pulpcore_client/api/groups_api.rb +63 -63
- data/lib/pulpcore_client/api/groups_roles_api.rb +25 -25
- data/lib/pulpcore_client/api/groups_users_api.rb +19 -19
- data/lib/pulpcore_client/api/importers_pulp_api.rb +37 -37
- data/lib/pulpcore_client/api/importers_pulp_imports_api.rb +25 -25
- data/lib/pulpcore_client/api/orphans_api.rb +5 -5
- data/lib/pulpcore_client/api/orphans_cleanup_api.rb +6 -6
- data/lib/pulpcore_client/api/publications_api.rb +5 -5
- data/lib/pulpcore_client/api/remotes_api.rb +5 -5
- data/lib/pulpcore_client/api/repair_api.rb +6 -6
- data/lib/pulpcore_client/api/repositories_api.rb +5 -5
- data/lib/pulpcore_client/api/repositories_reclaim_space_api.rb +6 -6
- data/lib/pulpcore_client/api/repository_versions_api.rb +5 -5
- data/lib/pulpcore_client/api/roles_api.rb +37 -37
- data/lib/pulpcore_client/api/signing_services_api.rb +11 -11
- data/lib/pulpcore_client/api/task_groups_api.rb +11 -11
- data/lib/pulpcore_client/api/task_schedules_api.rb +37 -37
- data/lib/pulpcore_client/api/tasks_api.rb +119 -119
- data/lib/pulpcore_client/api/uploads_api.rb +65 -65
- data/lib/pulpcore_client/api/users_api.rb +37 -37
- data/lib/pulpcore_client/api/users_roles_api.rb +25 -25
- data/lib/pulpcore_client/api/workers_api.rb +11 -11
- data/lib/pulpcore_client/version.rb +1 -1
- data/lib/pulpcore_client.rb +0 -2
- data/spec/api/access_policies_api_spec.rb +10 -10
- data/spec/api/artifacts_api_spec.rb +8 -8
- data/spec/api/content_api_spec.rb +2 -2
- data/spec/api/contentguards_api_spec.rb +2 -2
- data/spec/api/contentguards_content_redirect_api_spec.rb +20 -20
- data/spec/api/contentguards_rbac_api_spec.rb +20 -20
- data/spec/api/distributions_api_spec.rb +2 -2
- data/spec/api/exporters_filesystem_api_spec.rb +12 -12
- data/spec/api/exporters_filesystem_exports_api_spec.rb +8 -8
- data/spec/api/exporters_pulp_api_spec.rb +12 -12
- data/spec/api/exporters_pulp_exports_api_spec.rb +8 -8
- data/spec/api/groups_api_spec.rb +20 -20
- data/spec/api/groups_roles_api_spec.rb +8 -8
- data/spec/api/groups_users_api_spec.rb +6 -6
- data/spec/api/importers_pulp_api_spec.rb +12 -12
- data/spec/api/importers_pulp_imports_api_spec.rb +8 -8
- data/spec/api/orphans_api_spec.rb +2 -2
- data/spec/api/orphans_cleanup_api_spec.rb +2 -2
- data/spec/api/publications_api_spec.rb +2 -2
- data/spec/api/remotes_api_spec.rb +2 -2
- data/spec/api/repair_api_spec.rb +2 -2
- data/spec/api/repositories_api_spec.rb +2 -2
- data/spec/api/repositories_reclaim_space_api_spec.rb +2 -2
- data/spec/api/repository_versions_api_spec.rb +2 -2
- data/spec/api/roles_api_spec.rb +12 -12
- data/spec/api/signing_services_api_spec.rb +4 -4
- data/spec/api/task_groups_api_spec.rb +4 -4
- data/spec/api/task_schedules_api_spec.rb +12 -12
- data/spec/api/tasks_api_spec.rb +29 -29
- data/spec/api/uploads_api_spec.rb +20 -20
- data/spec/api/users_api_spec.rb +12 -12
- data/spec/api/users_roles_api_spec.rb +8 -8
- data/spec/api/workers_api_spec.rb +4 -4
- metadata +125 -133
- data/docs/DocsApiJsonApi.md +0 -61
- data/docs/DocsApiYamlApi.md +0 -61
- data/lib/pulpcore_client/api/docs_api_json_api.rb +0 -89
- data/lib/pulpcore_client/api/docs_api_yaml_api.rb +0 -89
- data/spec/api/docs_api_json_api_spec.rb +0 -48
- data/spec/api/docs_api_yaml_api_spec.rb +0 -48
@@ -28,8 +28,8 @@ module PulpcoreClient
|
|
28
28
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
29
29
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
30
30
|
# @return [PaginatedTaskGroupResponseList]
|
31
|
-
def
|
32
|
-
data, _status_code, _headers =
|
31
|
+
def list(opts = {})
|
32
|
+
data, _status_code, _headers = list_with_http_info(opts)
|
33
33
|
data
|
34
34
|
end
|
35
35
|
|
@@ -42,9 +42,9 @@ module PulpcoreClient
|
|
42
42
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
43
43
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
44
44
|
# @return [Array<(PaginatedTaskGroupResponseList, Integer, Hash)>] PaginatedTaskGroupResponseList data, response status code and response headers
|
45
|
-
def
|
45
|
+
def list_with_http_info(opts = {})
|
46
46
|
if @api_client.config.debugging
|
47
|
-
@api_client.config.logger.debug 'Calling API: TaskGroupsApi.
|
47
|
+
@api_client.config.logger.debug 'Calling API: TaskGroupsApi.list ...'
|
48
48
|
end
|
49
49
|
allowable_values = ["-all_tasks_dispatched", "-description", "-group_progress_reports", "-group_roles", "-pk", "-pulp_created", "-pulp_id", "-pulp_labels", "-pulp_last_updated", "-tasks", "-user_roles", "all_tasks_dispatched", "description", "group_progress_reports", "group_roles", "pk", "pulp_created", "pulp_id", "pulp_labels", "pulp_last_updated", "tasks", "user_roles"]
|
50
50
|
if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
|
@@ -89,7 +89,7 @@ module PulpcoreClient
|
|
89
89
|
|
90
90
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
91
91
|
if @api_client.config.debugging
|
92
|
-
@api_client.config.logger.debug "API called: TaskGroupsApi#
|
92
|
+
@api_client.config.logger.debug "API called: TaskGroupsApi#list\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
93
93
|
end
|
94
94
|
return data, status_code, headers
|
95
95
|
end
|
@@ -101,8 +101,8 @@ module PulpcoreClient
|
|
101
101
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
102
102
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
103
103
|
# @return [TaskGroupResponse]
|
104
|
-
def
|
105
|
-
data, _status_code, _headers =
|
104
|
+
def read(task_group_href, opts = {})
|
105
|
+
data, _status_code, _headers = read_with_http_info(task_group_href, opts)
|
106
106
|
data
|
107
107
|
end
|
108
108
|
|
@@ -113,13 +113,13 @@ module PulpcoreClient
|
|
113
113
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
114
114
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
115
115
|
# @return [Array<(TaskGroupResponse, Integer, Hash)>] TaskGroupResponse data, response status code and response headers
|
116
|
-
def
|
116
|
+
def read_with_http_info(task_group_href, opts = {})
|
117
117
|
if @api_client.config.debugging
|
118
|
-
@api_client.config.logger.debug 'Calling API: TaskGroupsApi.
|
118
|
+
@api_client.config.logger.debug 'Calling API: TaskGroupsApi.read ...'
|
119
119
|
end
|
120
120
|
# verify the required parameter 'task_group_href' is set
|
121
121
|
if @api_client.config.client_side_validation && task_group_href.nil?
|
122
|
-
fail ArgumentError, "Missing the required parameter 'task_group_href' when calling TaskGroupsApi.
|
122
|
+
fail ArgumentError, "Missing the required parameter 'task_group_href' when calling TaskGroupsApi.read"
|
123
123
|
end
|
124
124
|
# resource path
|
125
125
|
local_var_path = '{task_group_href}'.sub('{' + 'task_group_href' + '}', CGI.escape(task_group_href.to_s).gsub('%2F', '/'))
|
@@ -157,7 +157,7 @@ module PulpcoreClient
|
|
157
157
|
|
158
158
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
159
159
|
if @api_client.config.debugging
|
160
|
-
@api_client.config.logger.debug "API called: TaskGroupsApi#
|
160
|
+
@api_client.config.logger.debug "API called: TaskGroupsApi#read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
161
161
|
end
|
162
162
|
return data, status_code, headers
|
163
163
|
end
|
@@ -24,8 +24,8 @@ module PulpcoreClient
|
|
24
24
|
# @param nested_role [NestedRole]
|
25
25
|
# @param [Hash] opts the optional parameters
|
26
26
|
# @return [NestedRoleResponse]
|
27
|
-
def
|
28
|
-
data, _status_code, _headers =
|
27
|
+
def add_role(task_schedule_href, nested_role, opts = {})
|
28
|
+
data, _status_code, _headers = add_role_with_http_info(task_schedule_href, nested_role, opts)
|
29
29
|
data
|
30
30
|
end
|
31
31
|
|
@@ -34,17 +34,17 @@ module PulpcoreClient
|
|
34
34
|
# @param nested_role [NestedRole]
|
35
35
|
# @param [Hash] opts the optional parameters
|
36
36
|
# @return [Array<(NestedRoleResponse, Integer, Hash)>] NestedRoleResponse data, response status code and response headers
|
37
|
-
def
|
37
|
+
def add_role_with_http_info(task_schedule_href, nested_role, opts = {})
|
38
38
|
if @api_client.config.debugging
|
39
|
-
@api_client.config.logger.debug 'Calling API: TaskSchedulesApi.
|
39
|
+
@api_client.config.logger.debug 'Calling API: TaskSchedulesApi.add_role ...'
|
40
40
|
end
|
41
41
|
# verify the required parameter 'task_schedule_href' is set
|
42
42
|
if @api_client.config.client_side_validation && task_schedule_href.nil?
|
43
|
-
fail ArgumentError, "Missing the required parameter 'task_schedule_href' when calling TaskSchedulesApi.
|
43
|
+
fail ArgumentError, "Missing the required parameter 'task_schedule_href' when calling TaskSchedulesApi.add_role"
|
44
44
|
end
|
45
45
|
# verify the required parameter 'nested_role' is set
|
46
46
|
if @api_client.config.client_side_validation && nested_role.nil?
|
47
|
-
fail ArgumentError, "Missing the required parameter 'nested_role' when calling TaskSchedulesApi.
|
47
|
+
fail ArgumentError, "Missing the required parameter 'nested_role' when calling TaskSchedulesApi.add_role"
|
48
48
|
end
|
49
49
|
# resource path
|
50
50
|
local_var_path = '{task_schedule_href}add_role/'.sub('{' + 'task_schedule_href' + '}', CGI.escape(task_schedule_href.to_s).gsub('%2F', '/'))
|
@@ -82,7 +82,7 @@ module PulpcoreClient
|
|
82
82
|
|
83
83
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
84
84
|
if @api_client.config.debugging
|
85
|
-
@api_client.config.logger.debug "API called: TaskSchedulesApi#
|
85
|
+
@api_client.config.logger.debug "API called: TaskSchedulesApi#add_role\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
86
86
|
end
|
87
87
|
return data, status_code, headers
|
88
88
|
end
|
@@ -100,8 +100,8 @@ module PulpcoreClient
|
|
100
100
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
101
101
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
102
102
|
# @return [PaginatedTaskScheduleResponseList]
|
103
|
-
def
|
104
|
-
data, _status_code, _headers =
|
103
|
+
def list(opts = {})
|
104
|
+
data, _status_code, _headers = list_with_http_info(opts)
|
105
105
|
data
|
106
106
|
end
|
107
107
|
|
@@ -118,9 +118,9 @@ module PulpcoreClient
|
|
118
118
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
119
119
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
120
120
|
# @return [Array<(PaginatedTaskScheduleResponseList, Integer, Hash)>] PaginatedTaskScheduleResponseList data, response status code and response headers
|
121
|
-
def
|
121
|
+
def list_with_http_info(opts = {})
|
122
122
|
if @api_client.config.debugging
|
123
|
-
@api_client.config.logger.debug 'Calling API: TaskSchedulesApi.
|
123
|
+
@api_client.config.logger.debug 'Calling API: TaskSchedulesApi.list ...'
|
124
124
|
end
|
125
125
|
allowable_values = ["-dispatch_interval", "-group_roles", "-last_task", "-name", "-next_dispatch", "-pk", "-pulp_created", "-pulp_id", "-pulp_labels", "-pulp_last_updated", "-task_name", "-user_roles", "dispatch_interval", "group_roles", "last_task", "name", "next_dispatch", "pk", "pulp_created", "pulp_id", "pulp_labels", "pulp_last_updated", "task_name", "user_roles"]
|
126
126
|
if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
|
@@ -169,7 +169,7 @@ module PulpcoreClient
|
|
169
169
|
|
170
170
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
171
171
|
if @api_client.config.debugging
|
172
|
-
@api_client.config.logger.debug "API called: TaskSchedulesApi#
|
172
|
+
@api_client.config.logger.debug "API called: TaskSchedulesApi#list\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
173
173
|
end
|
174
174
|
return data, status_code, headers
|
175
175
|
end
|
@@ -180,8 +180,8 @@ module PulpcoreClient
|
|
180
180
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
181
181
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
182
182
|
# @return [ObjectRolesResponse]
|
183
|
-
def
|
184
|
-
data, _status_code, _headers =
|
183
|
+
def list_roles(task_schedule_href, opts = {})
|
184
|
+
data, _status_code, _headers = list_roles_with_http_info(task_schedule_href, opts)
|
185
185
|
data
|
186
186
|
end
|
187
187
|
|
@@ -191,13 +191,13 @@ module PulpcoreClient
|
|
191
191
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
192
192
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
193
193
|
# @return [Array<(ObjectRolesResponse, Integer, Hash)>] ObjectRolesResponse data, response status code and response headers
|
194
|
-
def
|
194
|
+
def list_roles_with_http_info(task_schedule_href, opts = {})
|
195
195
|
if @api_client.config.debugging
|
196
|
-
@api_client.config.logger.debug 'Calling API: TaskSchedulesApi.
|
196
|
+
@api_client.config.logger.debug 'Calling API: TaskSchedulesApi.list_roles ...'
|
197
197
|
end
|
198
198
|
# verify the required parameter 'task_schedule_href' is set
|
199
199
|
if @api_client.config.client_side_validation && task_schedule_href.nil?
|
200
|
-
fail ArgumentError, "Missing the required parameter 'task_schedule_href' when calling TaskSchedulesApi.
|
200
|
+
fail ArgumentError, "Missing the required parameter 'task_schedule_href' when calling TaskSchedulesApi.list_roles"
|
201
201
|
end
|
202
202
|
# resource path
|
203
203
|
local_var_path = '{task_schedule_href}list_roles/'.sub('{' + 'task_schedule_href' + '}', CGI.escape(task_schedule_href.to_s).gsub('%2F', '/'))
|
@@ -235,7 +235,7 @@ module PulpcoreClient
|
|
235
235
|
|
236
236
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
237
237
|
if @api_client.config.debugging
|
238
|
-
@api_client.config.logger.debug "API called: TaskSchedulesApi#
|
238
|
+
@api_client.config.logger.debug "API called: TaskSchedulesApi#list_roles\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
239
239
|
end
|
240
240
|
return data, status_code, headers
|
241
241
|
end
|
@@ -246,8 +246,8 @@ module PulpcoreClient
|
|
246
246
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
247
247
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
248
248
|
# @return [MyPermissionsResponse]
|
249
|
-
def
|
250
|
-
data, _status_code, _headers =
|
249
|
+
def my_permissions(task_schedule_href, opts = {})
|
250
|
+
data, _status_code, _headers = my_permissions_with_http_info(task_schedule_href, opts)
|
251
251
|
data
|
252
252
|
end
|
253
253
|
|
@@ -257,13 +257,13 @@ module PulpcoreClient
|
|
257
257
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
258
258
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
259
259
|
# @return [Array<(MyPermissionsResponse, Integer, Hash)>] MyPermissionsResponse data, response status code and response headers
|
260
|
-
def
|
260
|
+
def my_permissions_with_http_info(task_schedule_href, opts = {})
|
261
261
|
if @api_client.config.debugging
|
262
|
-
@api_client.config.logger.debug 'Calling API: TaskSchedulesApi.
|
262
|
+
@api_client.config.logger.debug 'Calling API: TaskSchedulesApi.my_permissions ...'
|
263
263
|
end
|
264
264
|
# verify the required parameter 'task_schedule_href' is set
|
265
265
|
if @api_client.config.client_side_validation && task_schedule_href.nil?
|
266
|
-
fail ArgumentError, "Missing the required parameter 'task_schedule_href' when calling TaskSchedulesApi.
|
266
|
+
fail ArgumentError, "Missing the required parameter 'task_schedule_href' when calling TaskSchedulesApi.my_permissions"
|
267
267
|
end
|
268
268
|
# resource path
|
269
269
|
local_var_path = '{task_schedule_href}my_permissions/'.sub('{' + 'task_schedule_href' + '}', CGI.escape(task_schedule_href.to_s).gsub('%2F', '/'))
|
@@ -301,7 +301,7 @@ module PulpcoreClient
|
|
301
301
|
|
302
302
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
303
303
|
if @api_client.config.debugging
|
304
|
-
@api_client.config.logger.debug "API called: TaskSchedulesApi#
|
304
|
+
@api_client.config.logger.debug "API called: TaskSchedulesApi#my_permissions\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
305
305
|
end
|
306
306
|
return data, status_code, headers
|
307
307
|
end
|
@@ -313,8 +313,8 @@ module PulpcoreClient
|
|
313
313
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
314
314
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
315
315
|
# @return [TaskScheduleResponse]
|
316
|
-
def
|
317
|
-
data, _status_code, _headers =
|
316
|
+
def read(task_schedule_href, opts = {})
|
317
|
+
data, _status_code, _headers = read_with_http_info(task_schedule_href, opts)
|
318
318
|
data
|
319
319
|
end
|
320
320
|
|
@@ -325,13 +325,13 @@ module PulpcoreClient
|
|
325
325
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
326
326
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
327
327
|
# @return [Array<(TaskScheduleResponse, Integer, Hash)>] TaskScheduleResponse data, response status code and response headers
|
328
|
-
def
|
328
|
+
def read_with_http_info(task_schedule_href, opts = {})
|
329
329
|
if @api_client.config.debugging
|
330
|
-
@api_client.config.logger.debug 'Calling API: TaskSchedulesApi.
|
330
|
+
@api_client.config.logger.debug 'Calling API: TaskSchedulesApi.read ...'
|
331
331
|
end
|
332
332
|
# verify the required parameter 'task_schedule_href' is set
|
333
333
|
if @api_client.config.client_side_validation && task_schedule_href.nil?
|
334
|
-
fail ArgumentError, "Missing the required parameter 'task_schedule_href' when calling TaskSchedulesApi.
|
334
|
+
fail ArgumentError, "Missing the required parameter 'task_schedule_href' when calling TaskSchedulesApi.read"
|
335
335
|
end
|
336
336
|
# resource path
|
337
337
|
local_var_path = '{task_schedule_href}'.sub('{' + 'task_schedule_href' + '}', CGI.escape(task_schedule_href.to_s).gsub('%2F', '/'))
|
@@ -369,7 +369,7 @@ module PulpcoreClient
|
|
369
369
|
|
370
370
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
371
371
|
if @api_client.config.debugging
|
372
|
-
@api_client.config.logger.debug "API called: TaskSchedulesApi#
|
372
|
+
@api_client.config.logger.debug "API called: TaskSchedulesApi#read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
373
373
|
end
|
374
374
|
return data, status_code, headers
|
375
375
|
end
|
@@ -379,8 +379,8 @@ module PulpcoreClient
|
|
379
379
|
# @param nested_role [NestedRole]
|
380
380
|
# @param [Hash] opts the optional parameters
|
381
381
|
# @return [NestedRoleResponse]
|
382
|
-
def
|
383
|
-
data, _status_code, _headers =
|
382
|
+
def remove_role(task_schedule_href, nested_role, opts = {})
|
383
|
+
data, _status_code, _headers = remove_role_with_http_info(task_schedule_href, nested_role, opts)
|
384
384
|
data
|
385
385
|
end
|
386
386
|
|
@@ -389,17 +389,17 @@ module PulpcoreClient
|
|
389
389
|
# @param nested_role [NestedRole]
|
390
390
|
# @param [Hash] opts the optional parameters
|
391
391
|
# @return [Array<(NestedRoleResponse, Integer, Hash)>] NestedRoleResponse data, response status code and response headers
|
392
|
-
def
|
392
|
+
def remove_role_with_http_info(task_schedule_href, nested_role, opts = {})
|
393
393
|
if @api_client.config.debugging
|
394
|
-
@api_client.config.logger.debug 'Calling API: TaskSchedulesApi.
|
394
|
+
@api_client.config.logger.debug 'Calling API: TaskSchedulesApi.remove_role ...'
|
395
395
|
end
|
396
396
|
# verify the required parameter 'task_schedule_href' is set
|
397
397
|
if @api_client.config.client_side_validation && task_schedule_href.nil?
|
398
|
-
fail ArgumentError, "Missing the required parameter 'task_schedule_href' when calling TaskSchedulesApi.
|
398
|
+
fail ArgumentError, "Missing the required parameter 'task_schedule_href' when calling TaskSchedulesApi.remove_role"
|
399
399
|
end
|
400
400
|
# verify the required parameter 'nested_role' is set
|
401
401
|
if @api_client.config.client_side_validation && nested_role.nil?
|
402
|
-
fail ArgumentError, "Missing the required parameter 'nested_role' when calling TaskSchedulesApi.
|
402
|
+
fail ArgumentError, "Missing the required parameter 'nested_role' when calling TaskSchedulesApi.remove_role"
|
403
403
|
end
|
404
404
|
# resource path
|
405
405
|
local_var_path = '{task_schedule_href}remove_role/'.sub('{' + 'task_schedule_href' + '}', CGI.escape(task_schedule_href.to_s).gsub('%2F', '/'))
|
@@ -437,7 +437,7 @@ module PulpcoreClient
|
|
437
437
|
|
438
438
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
439
439
|
if @api_client.config.debugging
|
440
|
-
@api_client.config.logger.debug "API called: TaskSchedulesApi#
|
440
|
+
@api_client.config.logger.debug "API called: TaskSchedulesApi#remove_role\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
441
441
|
end
|
442
442
|
return data, status_code, headers
|
443
443
|
end
|