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 auth_user_href [String]
|
|
25
25
|
# @param user_role [UserRole]
|
|
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 [UserRoleResponse]
|
|
28
29
|
def create(auth_user_href, user_role, opts = {})
|
|
29
30
|
data, _status_code, _headers = create_with_http_info(auth_user_href, user_role, opts)
|
|
@@ -35,6 +36,7 @@ module PulpcoreClient
|
|
|
35
36
|
# @param auth_user_href [String]
|
|
36
37
|
# @param user_role [UserRole]
|
|
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<(UserRoleResponse, Integer, Hash)>] UserRoleResponse data, response status code and response headers
|
|
39
41
|
def create_with_http_info(auth_user_href, user_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 UserRole.
|
|
94
97
|
# @param auth_users_user_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(auth_users_user_role_href, opts = {})
|
|
98
102
|
delete_with_http_info(auth_users_user_role_href, opts)
|
|
@@ -103,6 +107,7 @@ module PulpcoreClient
|
|
|
103
107
|
# ViewSet for UserRole.
|
|
104
108
|
# @param auth_users_user_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(auth_users_user_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 UserRole.
|
|
154
160
|
# @param auth_user_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 UserRole.
|
|
179
186
|
# @param auth_user_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 UserRole.
|
|
265
274
|
# @param auth_users_user_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 [UserRoleResponse]
|
|
@@ -276,6 +286,7 @@ module PulpcoreClient
|
|
|
276
286
|
# ViewSet for UserRole.
|
|
277
287
|
# @param auth_users_user_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<(UserRoleResponse, Integer, Hash)>] UserRoleResponse 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] || {}
|
|
@@ -22,6 +22,7 @@ module PulpcoreClient
|
|
|
22
22
|
# List workers
|
|
23
23
|
# A customized named ModelViewSet that knows how to register itself with the Pulp API router. This viewset is discoverable by its name. \"Normal\" Django Models and Master/Detail models are supported by the ``register_with`` method. Attributes: lookup_field (str): The name of the field by which an object should be looked up, in addition to any parent lookups if this ViewSet is nested. Defaults to 'pk' endpoint_name (str): The name of the final path segment that should identify the ViewSet's collection endpoint. nest_prefix (str): Optional prefix under which this ViewSet should be nested. This must correspond to the \"parent_prefix\" of a router with rest_framework_nested.NestedMixin. None indicates this ViewSet should not be nested. parent_lookup_kwargs (dict): Optional mapping of key names that would appear in self.kwargs to django model filter expressions that can be used with the corresponding value from self.kwargs, used only by a nested ViewSet to filter based on the parent object's identity. schema (DefaultSchema): The schema class to use by default in a viewset.
|
|
24
24
|
# @param [Hash] opts the optional parameters
|
|
25
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
25
26
|
# @option opts [DateTime] :last_heartbeat Filter results where last_heartbeat matches value
|
|
26
27
|
# @option opts [DateTime] :last_heartbeat__gt Filter results where last_heartbeat is greater than value
|
|
27
28
|
# @option opts [DateTime] :last_heartbeat__gte Filter results where last_heartbeat is greater than or equal to value
|
|
@@ -56,6 +57,7 @@ module PulpcoreClient
|
|
|
56
57
|
# List workers
|
|
57
58
|
# A customized named ModelViewSet that knows how to register itself with the Pulp API router. This viewset is discoverable by its name. \"Normal\" Django Models and Master/Detail models are supported by the ``register_with`` method. Attributes: lookup_field (str): The name of the field by which an object should be looked up, in addition to any parent lookups if this ViewSet is nested. Defaults to 'pk' endpoint_name (str): The name of the final path segment that should identify the ViewSet's collection endpoint. nest_prefix (str): Optional prefix under which this ViewSet should be nested. This must correspond to the \"parent_prefix\" of a router with rest_framework_nested.NestedMixin. None indicates this ViewSet should not be nested. parent_lookup_kwargs (dict): Optional mapping of key names that would appear in self.kwargs to django model filter expressions that can be used with the corresponding value from self.kwargs, used only by a nested ViewSet to filter based on the parent object's identity. schema (DefaultSchema): The schema class to use by default in a viewset.
|
|
58
59
|
# @param [Hash] opts the optional parameters
|
|
60
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
59
61
|
# @option opts [DateTime] :last_heartbeat Filter results where last_heartbeat matches value
|
|
60
62
|
# @option opts [DateTime] :last_heartbeat__gt Filter results where last_heartbeat is greater than value
|
|
61
63
|
# @option opts [DateTime] :last_heartbeat__gte Filter results where last_heartbeat is greater than or equal to value
|
|
@@ -125,6 +127,7 @@ module PulpcoreClient
|
|
|
125
127
|
header_params = opts[:header_params] || {}
|
|
126
128
|
# HTTP header 'Accept' (if needed)
|
|
127
129
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
130
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
128
131
|
|
|
129
132
|
# form parameters
|
|
130
133
|
form_params = opts[:form_params] || {}
|
|
@@ -158,6 +161,7 @@ module PulpcoreClient
|
|
|
158
161
|
# A customized named ModelViewSet that knows how to register itself with the Pulp API router. This viewset is discoverable by its name. \"Normal\" Django Models and Master/Detail models are supported by the ``register_with`` method. Attributes: lookup_field (str): The name of the field by which an object should be looked up, in addition to any parent lookups if this ViewSet is nested. Defaults to 'pk' endpoint_name (str): The name of the final path segment that should identify the ViewSet's collection endpoint. nest_prefix (str): Optional prefix under which this ViewSet should be nested. This must correspond to the \"parent_prefix\" of a router with rest_framework_nested.NestedMixin. None indicates this ViewSet should not be nested. parent_lookup_kwargs (dict): Optional mapping of key names that would appear in self.kwargs to django model filter expressions that can be used with the corresponding value from self.kwargs, used only by a nested ViewSet to filter based on the parent object's identity. schema (DefaultSchema): The schema class to use by default in a viewset.
|
|
159
162
|
# @param worker_href [String]
|
|
160
163
|
# @param [Hash] opts the optional parameters
|
|
164
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
161
165
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
162
166
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
163
167
|
# @return [WorkerResponse]
|
|
@@ -170,6 +174,7 @@ module PulpcoreClient
|
|
|
170
174
|
# A customized named ModelViewSet that knows how to register itself with the Pulp API router. This viewset is discoverable by its name. \"Normal\" Django Models and Master/Detail models are supported by the ``register_with`` method. Attributes: lookup_field (str): The name of the field by which an object should be looked up, in addition to any parent lookups if this ViewSet is nested. Defaults to 'pk' endpoint_name (str): The name of the final path segment that should identify the ViewSet's collection endpoint. nest_prefix (str): Optional prefix under which this ViewSet should be nested. This must correspond to the \"parent_prefix\" of a router with rest_framework_nested.NestedMixin. None indicates this ViewSet should not be nested. parent_lookup_kwargs (dict): Optional mapping of key names that would appear in self.kwargs to django model filter expressions that can be used with the corresponding value from self.kwargs, used only by a nested ViewSet to filter based on the parent object's identity. schema (DefaultSchema): The schema class to use by default in a viewset.
|
|
171
175
|
# @param worker_href [String]
|
|
172
176
|
# @param [Hash] opts the optional parameters
|
|
177
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
173
178
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
174
179
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
175
180
|
# @return [Array<(WorkerResponse, Integer, Hash)>] WorkerResponse data, response status code and response headers
|
|
@@ -193,6 +198,7 @@ module PulpcoreClient
|
|
|
193
198
|
header_params = opts[:header_params] || {}
|
|
194
199
|
# HTTP header 'Accept' (if needed)
|
|
195
200
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
201
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
196
202
|
|
|
197
203
|
# form parameters
|
|
198
204
|
form_params = opts[:form_params] || {}
|
|
@@ -29,16 +29,16 @@ module PulpcoreClient
|
|
|
29
29
|
|
|
30
30
|
attr_accessor :pulp_href
|
|
31
31
|
|
|
32
|
-
#
|
|
33
|
-
attr_accessor :
|
|
32
|
+
# The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
|
|
33
|
+
attr_accessor :base_path
|
|
34
34
|
|
|
35
35
|
# The URL for accessing the publication as defined by this distribution.
|
|
36
36
|
attr_accessor :base_url
|
|
37
37
|
|
|
38
|
-
|
|
38
|
+
# Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same.
|
|
39
|
+
attr_accessor :pulp_last_updated
|
|
39
40
|
|
|
40
|
-
|
|
41
|
-
attr_accessor :base_path
|
|
41
|
+
attr_accessor :pulp_labels
|
|
42
42
|
|
|
43
43
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
44
44
|
def self.attribute_map
|
|
@@ -48,10 +48,10 @@ module PulpcoreClient
|
|
|
48
48
|
:'hidden' => :'hidden',
|
|
49
49
|
:'content_guard' => :'content_guard',
|
|
50
50
|
:'pulp_href' => :'pulp_href',
|
|
51
|
-
:'
|
|
51
|
+
:'base_path' => :'base_path',
|
|
52
52
|
:'base_url' => :'base_url',
|
|
53
|
-
:'
|
|
54
|
-
:'
|
|
53
|
+
:'pulp_last_updated' => :'pulp_last_updated',
|
|
54
|
+
:'pulp_labels' => :'pulp_labels'
|
|
55
55
|
}
|
|
56
56
|
end
|
|
57
57
|
|
|
@@ -63,10 +63,10 @@ module PulpcoreClient
|
|
|
63
63
|
:'hidden' => :'Boolean',
|
|
64
64
|
:'content_guard' => :'String',
|
|
65
65
|
:'pulp_href' => :'String',
|
|
66
|
-
:'
|
|
66
|
+
:'base_path' => :'String',
|
|
67
67
|
:'base_url' => :'String',
|
|
68
|
-
:'
|
|
69
|
-
:'
|
|
68
|
+
:'pulp_last_updated' => :'DateTime',
|
|
69
|
+
:'pulp_labels' => :'Hash<String, String>'
|
|
70
70
|
}
|
|
71
71
|
end
|
|
72
72
|
|
|
@@ -114,23 +114,23 @@ module PulpcoreClient
|
|
|
114
114
|
self.pulp_href = attributes[:'pulp_href']
|
|
115
115
|
end
|
|
116
116
|
|
|
117
|
-
if attributes.key?(:'
|
|
118
|
-
self.
|
|
117
|
+
if attributes.key?(:'base_path')
|
|
118
|
+
self.base_path = attributes[:'base_path']
|
|
119
119
|
end
|
|
120
120
|
|
|
121
121
|
if attributes.key?(:'base_url')
|
|
122
122
|
self.base_url = attributes[:'base_url']
|
|
123
123
|
end
|
|
124
124
|
|
|
125
|
+
if attributes.key?(:'pulp_last_updated')
|
|
126
|
+
self.pulp_last_updated = attributes[:'pulp_last_updated']
|
|
127
|
+
end
|
|
128
|
+
|
|
125
129
|
if attributes.key?(:'pulp_labels')
|
|
126
130
|
if (value = attributes[:'pulp_labels']).is_a?(Hash)
|
|
127
131
|
self.pulp_labels = value
|
|
128
132
|
end
|
|
129
133
|
end
|
|
130
|
-
|
|
131
|
-
if attributes.key?(:'base_path')
|
|
132
|
-
self.base_path = attributes[:'base_path']
|
|
133
|
-
end
|
|
134
134
|
end
|
|
135
135
|
|
|
136
136
|
# Show invalid properties with the reasons. Usually used together with valid?
|
|
@@ -166,10 +166,10 @@ module PulpcoreClient
|
|
|
166
166
|
hidden == o.hidden &&
|
|
167
167
|
content_guard == o.content_guard &&
|
|
168
168
|
pulp_href == o.pulp_href &&
|
|
169
|
-
|
|
169
|
+
base_path == o.base_path &&
|
|
170
170
|
base_url == o.base_url &&
|
|
171
|
-
|
|
172
|
-
|
|
171
|
+
pulp_last_updated == o.pulp_last_updated &&
|
|
172
|
+
pulp_labels == o.pulp_labels
|
|
173
173
|
end
|
|
174
174
|
|
|
175
175
|
# @see the `==` method
|
|
@@ -181,7 +181,7 @@ module PulpcoreClient
|
|
|
181
181
|
# Calculates hash code according to all attributes.
|
|
182
182
|
# @return [Integer] Hash code
|
|
183
183
|
def hash
|
|
184
|
-
[pulp_created, name, hidden, content_guard, pulp_href,
|
|
184
|
+
[pulp_created, name, hidden, content_guard, pulp_href, base_path, base_url, pulp_last_updated, pulp_labels].hash
|
|
185
185
|
end
|
|
186
186
|
|
|
187
187
|
# Builds the object from hash
|
|
@@ -36,6 +36,7 @@ describe 'AccessPoliciesApi' do
|
|
|
36
36
|
# List access policys
|
|
37
37
|
# ViewSet for AccessPolicy. NOTE: This API endpoint is in \"tech preview\" and subject to change
|
|
38
38
|
# @param [Hash] opts the optional parameters
|
|
39
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
39
40
|
# @option opts [Boolean] :customized Filter results where customized matches value
|
|
40
41
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
41
42
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
@@ -67,6 +68,7 @@ describe 'AccessPoliciesApi' do
|
|
|
67
68
|
# @param access_policy_href
|
|
68
69
|
# @param patched_access_policy
|
|
69
70
|
# @param [Hash] opts the optional parameters
|
|
71
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
70
72
|
# @return [AccessPolicyResponse]
|
|
71
73
|
describe 'partial_update test' do
|
|
72
74
|
it 'should work' do
|
|
@@ -79,6 +81,7 @@ describe 'AccessPoliciesApi' do
|
|
|
79
81
|
# ViewSet for AccessPolicy. NOTE: This API endpoint is in \"tech preview\" and subject to change
|
|
80
82
|
# @param access_policy_href
|
|
81
83
|
# @param [Hash] opts the optional parameters
|
|
84
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
82
85
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
83
86
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
84
87
|
# @return [AccessPolicyResponse]
|
|
@@ -92,6 +95,7 @@ describe 'AccessPoliciesApi' do
|
|
|
92
95
|
# Reset the access policy to its uncustomized default value.
|
|
93
96
|
# @param access_policy_href
|
|
94
97
|
# @param [Hash] opts the optional parameters
|
|
98
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
95
99
|
# @return [AccessPolicyResponse]
|
|
96
100
|
describe 'reset test' do
|
|
97
101
|
it 'should work' do
|
|
@@ -105,6 +109,7 @@ describe 'AccessPoliciesApi' do
|
|
|
105
109
|
# @param access_policy_href
|
|
106
110
|
# @param access_policy
|
|
107
111
|
# @param [Hash] opts the optional parameters
|
|
112
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
108
113
|
# @return [AccessPolicyResponse]
|
|
109
114
|
describe 'update test' do
|
|
110
115
|
it 'should work' do
|
|
@@ -37,6 +37,7 @@ describe 'ArtifactsApi' do
|
|
|
37
37
|
# A customized named ModelViewSet that knows how to register itself with the Pulp API router. This viewset is discoverable by its name. \"Normal\" Django Models and Master/Detail models are supported by the ``register_with`` method. Attributes: lookup_field (str): The name of the field by which an object should be looked up, in addition to any parent lookups if this ViewSet is nested. Defaults to 'pk' endpoint_name (str): The name of the final path segment that should identify the ViewSet's collection endpoint. nest_prefix (str): Optional prefix under which this ViewSet should be nested. This must correspond to the \"parent_prefix\" of a router with rest_framework_nested.NestedMixin. None indicates this ViewSet should not be nested. parent_lookup_kwargs (dict): Optional mapping of key names that would appear in self.kwargs to django model filter expressions that can be used with the corresponding value from self.kwargs, used only by a nested ViewSet to filter based on the parent object's identity. schema (DefaultSchema): The schema class to use by default in a viewset.
|
|
38
38
|
# @param file The stored file.
|
|
39
39
|
# @param [Hash] opts the optional parameters
|
|
40
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
40
41
|
# @option opts [Integer] :size The size of the file in bytes.
|
|
41
42
|
# @option opts [String] :md5 The MD5 checksum of the file if available.
|
|
42
43
|
# @option opts [String] :sha1 The SHA-1 checksum of the file if available.
|
|
@@ -56,6 +57,7 @@ describe 'ArtifactsApi' do
|
|
|
56
57
|
# Remove Artifact only if it is not associated with any Content.
|
|
57
58
|
# @param artifact_href
|
|
58
59
|
# @param [Hash] opts the optional parameters
|
|
60
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
59
61
|
# @return [nil]
|
|
60
62
|
describe 'delete test' do
|
|
61
63
|
it 'should work' do
|
|
@@ -67,6 +69,7 @@ describe 'ArtifactsApi' do
|
|
|
67
69
|
# List artifacts
|
|
68
70
|
# A customized named ModelViewSet that knows how to register itself with the Pulp API router. This viewset is discoverable by its name. \"Normal\" Django Models and Master/Detail models are supported by the ``register_with`` method. Attributes: lookup_field (str): The name of the field by which an object should be looked up, in addition to any parent lookups if this ViewSet is nested. Defaults to 'pk' endpoint_name (str): The name of the final path segment that should identify the ViewSet's collection endpoint. nest_prefix (str): Optional prefix under which this ViewSet should be nested. This must correspond to the \"parent_prefix\" of a router with rest_framework_nested.NestedMixin. None indicates this ViewSet should not be nested. parent_lookup_kwargs (dict): Optional mapping of key names that would appear in self.kwargs to django model filter expressions that can be used with the corresponding value from self.kwargs, used only by a nested ViewSet to filter based on the parent object's identity. schema (DefaultSchema): The schema class to use by default in a viewset.
|
|
69
71
|
# @param [Hash] opts the optional parameters
|
|
72
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
70
73
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
71
74
|
# @option opts [String] :md5 Filter results where md5 matches value
|
|
72
75
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
@@ -95,6 +98,7 @@ describe 'ArtifactsApi' do
|
|
|
95
98
|
# A customized named ModelViewSet that knows how to register itself with the Pulp API router. This viewset is discoverable by its name. \"Normal\" Django Models and Master/Detail models are supported by the ``register_with`` method. Attributes: lookup_field (str): The name of the field by which an object should be looked up, in addition to any parent lookups if this ViewSet is nested. Defaults to 'pk' endpoint_name (str): The name of the final path segment that should identify the ViewSet's collection endpoint. nest_prefix (str): Optional prefix under which this ViewSet should be nested. This must correspond to the \"parent_prefix\" of a router with rest_framework_nested.NestedMixin. None indicates this ViewSet should not be nested. parent_lookup_kwargs (dict): Optional mapping of key names that would appear in self.kwargs to django model filter expressions that can be used with the corresponding value from self.kwargs, used only by a nested ViewSet to filter based on the parent object's identity. schema (DefaultSchema): The schema class to use by default in a viewset.
|
|
96
99
|
# @param artifact_href
|
|
97
100
|
# @param [Hash] opts the optional parameters
|
|
101
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
98
102
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
99
103
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
100
104
|
# @return [ArtifactResponse]
|
|
@@ -36,6 +36,7 @@ describe 'ContentApi' do
|
|
|
36
36
|
# List content
|
|
37
37
|
# Endpoint to list all content.
|
|
38
38
|
# @param [Hash] opts the optional parameters
|
|
39
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
39
40
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
40
41
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
41
42
|
# @option opts [Array<String>] :ordering Ordering * `pk` - Pk * `-pk` - Pk (descending)
|
|
@@ -36,6 +36,7 @@ describe 'ContentguardsApi' do
|
|
|
36
36
|
# List content guards
|
|
37
37
|
# Endpoint to list all contentguards.
|
|
38
38
|
# @param [Hash] opts the optional parameters
|
|
39
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
39
40
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
40
41
|
# @option opts [String] :name Filter results where name matches value
|
|
41
42
|
# @option opts [String] :name__contains Filter results where name contains value
|
|
@@ -38,6 +38,7 @@ describe 'ContentguardsCompositeApi' do
|
|
|
38
38
|
# @param composite_content_guard_href
|
|
39
39
|
# @param nested_role
|
|
40
40
|
# @param [Hash] opts the optional parameters
|
|
41
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
41
42
|
# @return [NestedRoleResponse]
|
|
42
43
|
describe 'add_role test' do
|
|
43
44
|
it 'should work' do
|
|
@@ -50,6 +51,7 @@ describe 'ContentguardsCompositeApi' do
|
|
|
50
51
|
# Content guard that queries a list-of content-guards for access permissions.
|
|
51
52
|
# @param composite_content_guard
|
|
52
53
|
# @param [Hash] opts the optional parameters
|
|
54
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
53
55
|
# @return [CompositeContentGuardResponse]
|
|
54
56
|
describe 'create test' do
|
|
55
57
|
it 'should work' do
|
|
@@ -62,6 +64,7 @@ describe 'ContentguardsCompositeApi' do
|
|
|
62
64
|
# Content guard that queries a list-of content-guards for access permissions.
|
|
63
65
|
# @param composite_content_guard_href
|
|
64
66
|
# @param [Hash] opts the optional parameters
|
|
67
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
65
68
|
# @return [nil]
|
|
66
69
|
describe 'delete test' do
|
|
67
70
|
it 'should work' do
|
|
@@ -73,6 +76,7 @@ describe 'ContentguardsCompositeApi' do
|
|
|
73
76
|
# List composite content guards
|
|
74
77
|
# Content guard that queries a list-of content-guards for access permissions.
|
|
75
78
|
# @param [Hash] opts the optional parameters
|
|
79
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
76
80
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
77
81
|
# @option opts [String] :name Filter results where name matches value
|
|
78
82
|
# @option opts [String] :name__contains Filter results where name contains value
|
|
@@ -102,6 +106,7 @@ describe 'ContentguardsCompositeApi' do
|
|
|
102
106
|
# List roles assigned to this object.
|
|
103
107
|
# @param composite_content_guard_href
|
|
104
108
|
# @param [Hash] opts the optional parameters
|
|
109
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
105
110
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
106
111
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
107
112
|
# @return [ObjectRolesResponse]
|
|
@@ -116,6 +121,7 @@ describe 'ContentguardsCompositeApi' do
|
|
|
116
121
|
# List permissions available to the current user on this object.
|
|
117
122
|
# @param composite_content_guard_href
|
|
118
123
|
# @param [Hash] opts the optional parameters
|
|
124
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
119
125
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
120
126
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
121
127
|
# @return [MyPermissionsResponse]
|
|
@@ -131,6 +137,7 @@ describe 'ContentguardsCompositeApi' do
|
|
|
131
137
|
# @param composite_content_guard_href
|
|
132
138
|
# @param patched_composite_content_guard
|
|
133
139
|
# @param [Hash] opts the optional parameters
|
|
140
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
134
141
|
# @return [CompositeContentGuardResponse]
|
|
135
142
|
describe 'partial_update test' do
|
|
136
143
|
it 'should work' do
|
|
@@ -143,6 +150,7 @@ describe 'ContentguardsCompositeApi' do
|
|
|
143
150
|
# Content guard that queries a list-of content-guards for access permissions.
|
|
144
151
|
# @param composite_content_guard_href
|
|
145
152
|
# @param [Hash] opts the optional parameters
|
|
153
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
146
154
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
147
155
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
148
156
|
# @return [CompositeContentGuardResponse]
|
|
@@ -158,6 +166,7 @@ describe 'ContentguardsCompositeApi' do
|
|
|
158
166
|
# @param composite_content_guard_href
|
|
159
167
|
# @param nested_role
|
|
160
168
|
# @param [Hash] opts the optional parameters
|
|
169
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
161
170
|
# @return [NestedRoleResponse]
|
|
162
171
|
describe 'remove_role test' do
|
|
163
172
|
it 'should work' do
|
|
@@ -171,6 +180,7 @@ describe 'ContentguardsCompositeApi' do
|
|
|
171
180
|
# @param composite_content_guard_href
|
|
172
181
|
# @param composite_content_guard
|
|
173
182
|
# @param [Hash] opts the optional parameters
|
|
183
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
174
184
|
# @return [CompositeContentGuardResponse]
|
|
175
185
|
describe 'update test' do
|
|
176
186
|
it 'should work' do
|
|
@@ -38,6 +38,7 @@ describe 'ContentguardsContentRedirectApi' do
|
|
|
38
38
|
# @param content_redirect_content_guard_href
|
|
39
39
|
# @param nested_role
|
|
40
40
|
# @param [Hash] opts the optional parameters
|
|
41
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
41
42
|
# @return [NestedRoleResponse]
|
|
42
43
|
describe 'add_role test' do
|
|
43
44
|
it 'should work' do
|
|
@@ -50,6 +51,7 @@ describe 'ContentguardsContentRedirectApi' do
|
|
|
50
51
|
# Content guard to protect preauthenticated redirects to the content app.
|
|
51
52
|
# @param content_redirect_content_guard
|
|
52
53
|
# @param [Hash] opts the optional parameters
|
|
54
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
53
55
|
# @return [ContentRedirectContentGuardResponse]
|
|
54
56
|
describe 'create test' do
|
|
55
57
|
it 'should work' do
|
|
@@ -62,6 +64,7 @@ describe 'ContentguardsContentRedirectApi' do
|
|
|
62
64
|
# Content guard to protect preauthenticated redirects to the content app.
|
|
63
65
|
# @param content_redirect_content_guard_href
|
|
64
66
|
# @param [Hash] opts the optional parameters
|
|
67
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
65
68
|
# @return [nil]
|
|
66
69
|
describe 'delete test' do
|
|
67
70
|
it 'should work' do
|
|
@@ -73,6 +76,7 @@ describe 'ContentguardsContentRedirectApi' do
|
|
|
73
76
|
# List content redirect content guards
|
|
74
77
|
# Content guard to protect preauthenticated redirects to the content app.
|
|
75
78
|
# @param [Hash] opts the optional parameters
|
|
79
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
76
80
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
77
81
|
# @option opts [String] :name Filter results where name matches value
|
|
78
82
|
# @option opts [String] :name__contains Filter results where name contains value
|
|
@@ -102,6 +106,7 @@ describe 'ContentguardsContentRedirectApi' do
|
|
|
102
106
|
# List roles assigned to this object.
|
|
103
107
|
# @param content_redirect_content_guard_href
|
|
104
108
|
# @param [Hash] opts the optional parameters
|
|
109
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
105
110
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
106
111
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
107
112
|
# @return [ObjectRolesResponse]
|
|
@@ -116,6 +121,7 @@ describe 'ContentguardsContentRedirectApi' do
|
|
|
116
121
|
# List permissions available to the current user on this object.
|
|
117
122
|
# @param content_redirect_content_guard_href
|
|
118
123
|
# @param [Hash] opts the optional parameters
|
|
124
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
119
125
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
120
126
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
121
127
|
# @return [MyPermissionsResponse]
|
|
@@ -131,6 +137,7 @@ describe 'ContentguardsContentRedirectApi' do
|
|
|
131
137
|
# @param content_redirect_content_guard_href
|
|
132
138
|
# @param patched_content_redirect_content_guard
|
|
133
139
|
# @param [Hash] opts the optional parameters
|
|
140
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
134
141
|
# @return [ContentRedirectContentGuardResponse]
|
|
135
142
|
describe 'partial_update test' do
|
|
136
143
|
it 'should work' do
|
|
@@ -143,6 +150,7 @@ describe 'ContentguardsContentRedirectApi' do
|
|
|
143
150
|
# Content guard to protect preauthenticated redirects to the content app.
|
|
144
151
|
# @param content_redirect_content_guard_href
|
|
145
152
|
# @param [Hash] opts the optional parameters
|
|
153
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
146
154
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
147
155
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
148
156
|
# @return [ContentRedirectContentGuardResponse]
|
|
@@ -158,6 +166,7 @@ describe 'ContentguardsContentRedirectApi' do
|
|
|
158
166
|
# @param content_redirect_content_guard_href
|
|
159
167
|
# @param nested_role
|
|
160
168
|
# @param [Hash] opts the optional parameters
|
|
169
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
161
170
|
# @return [NestedRoleResponse]
|
|
162
171
|
describe 'remove_role test' do
|
|
163
172
|
it 'should work' do
|
|
@@ -171,6 +180,7 @@ describe 'ContentguardsContentRedirectApi' do
|
|
|
171
180
|
# @param content_redirect_content_guard_href
|
|
172
181
|
# @param content_redirect_content_guard
|
|
173
182
|
# @param [Hash] opts the optional parameters
|
|
183
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
174
184
|
# @return [ContentRedirectContentGuardResponse]
|
|
175
185
|
describe 'update test' do
|
|
176
186
|
it 'should work' do
|
|
@@ -38,6 +38,7 @@ describe 'ContentguardsHeaderApi' do
|
|
|
38
38
|
# @param header_content_guard_href
|
|
39
39
|
# @param nested_role
|
|
40
40
|
# @param [Hash] opts the optional parameters
|
|
41
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
41
42
|
# @return [NestedRoleResponse]
|
|
42
43
|
describe 'add_role test' do
|
|
43
44
|
it 'should work' do
|
|
@@ -50,6 +51,7 @@ describe 'ContentguardsHeaderApi' do
|
|
|
50
51
|
# Content guard to protect the content app using a specific header.
|
|
51
52
|
# @param header_content_guard
|
|
52
53
|
# @param [Hash] opts the optional parameters
|
|
54
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
53
55
|
# @return [HeaderContentGuardResponse]
|
|
54
56
|
describe 'create test' do
|
|
55
57
|
it 'should work' do
|
|
@@ -62,6 +64,7 @@ describe 'ContentguardsHeaderApi' do
|
|
|
62
64
|
# Content guard to protect the content app using a specific header.
|
|
63
65
|
# @param header_content_guard_href
|
|
64
66
|
# @param [Hash] opts the optional parameters
|
|
67
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
65
68
|
# @return [nil]
|
|
66
69
|
describe 'delete test' do
|
|
67
70
|
it 'should work' do
|
|
@@ -73,6 +76,7 @@ describe 'ContentguardsHeaderApi' do
|
|
|
73
76
|
# List header content guards
|
|
74
77
|
# Content guard to protect the content app using a specific header.
|
|
75
78
|
# @param [Hash] opts the optional parameters
|
|
79
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
76
80
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
77
81
|
# @option opts [String] :name Filter results where name matches value
|
|
78
82
|
# @option opts [String] :name__contains Filter results where name contains value
|
|
@@ -102,6 +106,7 @@ describe 'ContentguardsHeaderApi' do
|
|
|
102
106
|
# List roles assigned to this object.
|
|
103
107
|
# @param header_content_guard_href
|
|
104
108
|
# @param [Hash] opts the optional parameters
|
|
109
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
105
110
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
106
111
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
107
112
|
# @return [ObjectRolesResponse]
|
|
@@ -116,6 +121,7 @@ describe 'ContentguardsHeaderApi' do
|
|
|
116
121
|
# List permissions available to the current user on this object.
|
|
117
122
|
# @param header_content_guard_href
|
|
118
123
|
# @param [Hash] opts the optional parameters
|
|
124
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
119
125
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
120
126
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
121
127
|
# @return [MyPermissionsResponse]
|
|
@@ -131,6 +137,7 @@ describe 'ContentguardsHeaderApi' do
|
|
|
131
137
|
# @param header_content_guard_href
|
|
132
138
|
# @param patched_header_content_guard
|
|
133
139
|
# @param [Hash] opts the optional parameters
|
|
140
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
134
141
|
# @return [HeaderContentGuardResponse]
|
|
135
142
|
describe 'partial_update test' do
|
|
136
143
|
it 'should work' do
|
|
@@ -143,6 +150,7 @@ describe 'ContentguardsHeaderApi' do
|
|
|
143
150
|
# Content guard to protect the content app using a specific header.
|
|
144
151
|
# @param header_content_guard_href
|
|
145
152
|
# @param [Hash] opts the optional parameters
|
|
153
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
146
154
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
147
155
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
148
156
|
# @return [HeaderContentGuardResponse]
|
|
@@ -158,6 +166,7 @@ describe 'ContentguardsHeaderApi' do
|
|
|
158
166
|
# @param header_content_guard_href
|
|
159
167
|
# @param nested_role
|
|
160
168
|
# @param [Hash] opts the optional parameters
|
|
169
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
161
170
|
# @return [NestedRoleResponse]
|
|
162
171
|
describe 'remove_role test' do
|
|
163
172
|
it 'should work' do
|
|
@@ -171,6 +180,7 @@ describe 'ContentguardsHeaderApi' do
|
|
|
171
180
|
# @param header_content_guard_href
|
|
172
181
|
# @param header_content_guard
|
|
173
182
|
# @param [Hash] opts the optional parameters
|
|
183
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
174
184
|
# @return [HeaderContentGuardResponse]
|
|
175
185
|
describe 'update test' do
|
|
176
186
|
it 'should work' do
|