pulpcore_client 3.7.9 → 3.8.0
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/Gemfile +1 -1
- data/README.md +19 -19
- data/docs/AccessPoliciesApi.md +2 -2
- data/docs/ArtifactsApi.md +2 -2
- data/docs/ExportersCoreExportsApi.md +2 -2
- data/docs/ExportersPulpApi.md +2 -2
- data/docs/GroupsApi.md +2 -2
- data/docs/GroupsModelPermissionsApi.md +2 -2
- data/docs/GroupsObjectPermissionsApi.md +2 -2
- data/docs/GroupsUsersApi.md +2 -2
- data/docs/ImportersCoreImportsApi.md +2 -2
- data/docs/ImportersPulpApi.md +2 -2
- data/docs/{InlineResponse200.md → PaginatedAccessPolicyResponseList.md} +4 -4
- data/docs/{InlineResponse2001.md → PaginatedArtifactResponseList.md} +4 -4
- data/docs/{InlineResponse2004.md → PaginatedGroupResponseList.md} +4 -4
- data/docs/{InlineResponse2006.md → PaginatedGroupUserResponseList.md} +4 -4
- data/docs/{InlineResponse2008.md → PaginatedImportResponseList.md} +4 -4
- data/docs/{InlineResponse2005.md → PaginatedPermissionResponseList.md} +4 -4
- data/docs/{InlineResponse2003.md → PaginatedPulpExportResponseList.md} +4 -4
- data/docs/{InlineResponse2002.md → PaginatedPulpExporterResponseList.md} +4 -4
- data/docs/{InlineResponse2007.md → PaginatedPulpImporterResponseList.md} +4 -4
- data/docs/{InlineResponse2009.md → PaginatedSigningServiceResponseList.md} +4 -4
- data/docs/{InlineResponse20010.md → PaginatedTaskGroupResponseList.md} +4 -4
- data/docs/{InlineResponse20011.md → PaginatedTaskResponseList.md} +4 -4
- data/docs/{InlineResponse20012.md → PaginatedUploadResponseList.md} +4 -4
- data/docs/{InlineResponse20013.md → PaginatedUserResponseList.md} +4 -4
- data/docs/{InlineResponse20014.md → PaginatedWorkerResponseList.md} +4 -4
- data/docs/PulpExportResponse.md +1 -1
- data/docs/SigningServicesApi.md +2 -2
- data/docs/TaskGroupsApi.md +2 -2
- data/docs/TasksApi.md +2 -2
- data/docs/UploadsApi.md +2 -2
- data/docs/UsersApi.md +2 -2
- data/docs/WorkersApi.md +2 -2
- data/lib/pulpcore_client/api/access_policies_api.rb +4 -4
- data/lib/pulpcore_client/api/artifacts_api.rb +4 -4
- data/lib/pulpcore_client/api/exporters_core_exports_api.rb +4 -4
- data/lib/pulpcore_client/api/exporters_pulp_api.rb +4 -4
- data/lib/pulpcore_client/api/groups_api.rb +4 -4
- data/lib/pulpcore_client/api/groups_model_permissions_api.rb +4 -4
- data/lib/pulpcore_client/api/groups_object_permissions_api.rb +4 -4
- data/lib/pulpcore_client/api/groups_users_api.rb +4 -4
- data/lib/pulpcore_client/api/importers_core_imports_api.rb +4 -4
- data/lib/pulpcore_client/api/importers_pulp_api.rb +4 -4
- data/lib/pulpcore_client/api/orphans_api.rb +1 -1
- data/lib/pulpcore_client/api/signing_services_api.rb +4 -4
- data/lib/pulpcore_client/api/status_api.rb +1 -1
- data/lib/pulpcore_client/api/task_groups_api.rb +4 -4
- data/lib/pulpcore_client/api/tasks_api.rb +4 -4
- data/lib/pulpcore_client/api/uploads_api.rb +4 -4
- data/lib/pulpcore_client/api/users_api.rb +4 -4
- data/lib/pulpcore_client/api/workers_api.rb +4 -4
- data/lib/pulpcore_client/api_client.rb +8 -12
- data/lib/pulpcore_client/api_error.rb +1 -1
- data/lib/pulpcore_client/configuration.rb +1 -8
- data/lib/pulpcore_client/models/access_policy.rb +1 -1
- data/lib/pulpcore_client/models/access_policy_response.rb +1 -1
- data/lib/pulpcore_client/models/artifact.rb +1 -1
- data/lib/pulpcore_client/models/artifact_response.rb +1 -1
- data/lib/pulpcore_client/models/async_operation_response.rb +1 -1
- data/lib/pulpcore_client/models/content_app_status_response.rb +1 -1
- data/lib/pulpcore_client/models/database_connection_response.rb +1 -1
- data/lib/pulpcore_client/models/group.rb +1 -1
- data/lib/pulpcore_client/models/group_progress_report_response.rb +1 -1
- data/lib/pulpcore_client/models/group_response.rb +1 -1
- data/lib/pulpcore_client/models/group_user.rb +1 -1
- data/lib/pulpcore_client/models/group_user_response.rb +1 -1
- data/lib/pulpcore_client/models/import_response.rb +1 -1
- data/lib/pulpcore_client/models/{inline_response200.rb → paginated_access_policy_response_list.rb} +4 -4
- data/lib/pulpcore_client/models/{inline_response2001.rb → paginated_artifact_response_list.rb} +4 -4
- data/lib/pulpcore_client/models/{inline_response2004.rb → paginated_group_response_list.rb} +4 -4
- data/lib/pulpcore_client/models/{inline_response2006.rb → paginated_group_user_response_list.rb} +4 -4
- data/lib/pulpcore_client/models/{inline_response2008.rb → paginated_import_response_list.rb} +4 -4
- data/lib/pulpcore_client/models/{inline_response2005.rb → paginated_permission_response_list.rb} +4 -4
- data/lib/pulpcore_client/models/{inline_response2003.rb → paginated_pulp_export_response_list.rb} +4 -4
- data/lib/pulpcore_client/models/{inline_response2002.rb → paginated_pulp_exporter_response_list.rb} +4 -4
- data/lib/pulpcore_client/models/{inline_response2007.rb → paginated_pulp_importer_response_list.rb} +4 -4
- data/lib/pulpcore_client/models/{inline_response2009.rb → paginated_signing_service_response_list.rb} +4 -4
- data/lib/pulpcore_client/models/{inline_response20010.rb → paginated_task_group_response_list.rb} +4 -4
- data/lib/pulpcore_client/models/{inline_response20011.rb → paginated_task_response_list.rb} +4 -4
- data/lib/pulpcore_client/models/{inline_response20012.rb → paginated_upload_response_list.rb} +4 -4
- data/lib/pulpcore_client/models/{inline_response20013.rb → paginated_user_response_list.rb} +4 -4
- data/lib/pulpcore_client/models/{inline_response20014.rb → paginated_worker_response_list.rb} +4 -4
- data/lib/pulpcore_client/models/patched_access_policy.rb +1 -1
- data/lib/pulpcore_client/models/patched_group.rb +1 -1
- data/lib/pulpcore_client/models/patched_pulp_exporter.rb +1 -1
- data/lib/pulpcore_client/models/patched_pulp_importer.rb +1 -1
- data/lib/pulpcore_client/models/patched_task_cancel.rb +1 -1
- data/lib/pulpcore_client/models/permission_response.rb +1 -1
- data/lib/pulpcore_client/models/progress_report_response.rb +1 -1
- data/lib/pulpcore_client/models/pulp_export.rb +1 -1
- data/lib/pulpcore_client/models/pulp_export_response.rb +2 -2
- data/lib/pulpcore_client/models/pulp_exporter.rb +1 -1
- data/lib/pulpcore_client/models/pulp_exporter_response.rb +1 -1
- data/lib/pulpcore_client/models/pulp_import.rb +1 -1
- data/lib/pulpcore_client/models/pulp_importer.rb +1 -1
- data/lib/pulpcore_client/models/pulp_importer_response.rb +1 -1
- data/lib/pulpcore_client/models/redis_connection_response.rb +1 -1
- data/lib/pulpcore_client/models/signing_service_response.rb +1 -1
- data/lib/pulpcore_client/models/status_response.rb +1 -1
- data/lib/pulpcore_client/models/storage_response.rb +1 -1
- data/lib/pulpcore_client/models/task_group_response.rb +1 -1
- data/lib/pulpcore_client/models/task_response.rb +1 -1
- data/lib/pulpcore_client/models/upload.rb +1 -1
- data/lib/pulpcore_client/models/upload_chunk.rb +1 -1
- data/lib/pulpcore_client/models/upload_chunk_response.rb +1 -1
- data/lib/pulpcore_client/models/upload_commit.rb +1 -1
- data/lib/pulpcore_client/models/upload_detail_response.rb +1 -1
- data/lib/pulpcore_client/models/upload_response.rb +1 -1
- data/lib/pulpcore_client/models/user_group_response.rb +1 -1
- data/lib/pulpcore_client/models/user_response.rb +1 -1
- data/lib/pulpcore_client/models/version_response.rb +1 -1
- data/lib/pulpcore_client/models/worker_response.rb +1 -1
- data/lib/pulpcore_client/version.rb +2 -2
- data/lib/pulpcore_client.rb +16 -16
- data/pulpcore_client.gemspec +1 -1
- data/spec/api/access_policies_api_spec.rb +2 -2
- data/spec/api/artifacts_api_spec.rb +2 -2
- data/spec/api/exporters_core_exports_api_spec.rb +2 -2
- data/spec/api/exporters_pulp_api_spec.rb +2 -2
- data/spec/api/groups_api_spec.rb +2 -2
- data/spec/api/groups_model_permissions_api_spec.rb +2 -2
- data/spec/api/groups_object_permissions_api_spec.rb +2 -2
- data/spec/api/groups_users_api_spec.rb +2 -2
- data/spec/api/importers_core_imports_api_spec.rb +2 -2
- data/spec/api/importers_pulp_api_spec.rb +2 -2
- data/spec/api/orphans_api_spec.rb +1 -1
- data/spec/api/signing_services_api_spec.rb +2 -2
- data/spec/api/status_api_spec.rb +1 -1
- data/spec/api/task_groups_api_spec.rb +2 -2
- data/spec/api/tasks_api_spec.rb +2 -2
- data/spec/api/uploads_api_spec.rb +2 -2
- data/spec/api/users_api_spec.rb +2 -2
- data/spec/api/workers_api_spec.rb +2 -2
- data/spec/api_client_spec.rb +2 -2
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/access_policy_response_spec.rb +1 -1
- data/spec/models/access_policy_spec.rb +1 -1
- data/spec/models/artifact_response_spec.rb +1 -1
- data/spec/models/artifact_spec.rb +1 -1
- data/spec/models/async_operation_response_spec.rb +1 -1
- data/spec/models/content_app_status_response_spec.rb +1 -1
- data/spec/models/database_connection_response_spec.rb +1 -1
- data/spec/models/group_progress_report_response_spec.rb +1 -1
- data/spec/models/group_response_spec.rb +1 -1
- data/spec/models/group_spec.rb +1 -1
- data/spec/models/group_user_response_spec.rb +1 -1
- data/spec/models/group_user_spec.rb +1 -1
- data/spec/models/import_response_spec.rb +1 -1
- data/spec/models/paginated_access_policy_response_list_spec.rb +59 -0
- data/spec/models/paginated_artifact_response_list_spec.rb +59 -0
- data/spec/models/{inline_response20012_spec.rb → paginated_group_response_list_spec.rb} +7 -7
- data/spec/models/paginated_group_user_response_list_spec.rb +59 -0
- data/spec/models/{inline_response20013_spec.rb → paginated_import_response_list_spec.rb} +7 -7
- data/spec/models/paginated_permission_response_list_spec.rb +59 -0
- data/spec/models/paginated_pulp_export_response_list_spec.rb +59 -0
- data/spec/models/paginated_pulp_exporter_response_list_spec.rb +59 -0
- data/spec/models/paginated_pulp_importer_response_list_spec.rb +59 -0
- data/spec/models/paginated_signing_service_response_list_spec.rb +59 -0
- data/spec/models/paginated_task_group_response_list_spec.rb +59 -0
- data/spec/models/{inline_response20010_spec.rb → paginated_task_response_list_spec.rb} +7 -7
- data/spec/models/paginated_upload_response_list_spec.rb +59 -0
- data/spec/models/{inline_response20011_spec.rb → paginated_user_response_list_spec.rb} +7 -7
- data/spec/models/paginated_worker_response_list_spec.rb +59 -0
- data/spec/models/patched_access_policy_spec.rb +1 -1
- data/spec/models/patched_group_spec.rb +1 -1
- data/spec/models/patched_pulp_exporter_spec.rb +1 -1
- data/spec/models/patched_pulp_importer_spec.rb +1 -1
- data/spec/models/patched_task_cancel_spec.rb +1 -1
- data/spec/models/permission_response_spec.rb +1 -1
- data/spec/models/progress_report_response_spec.rb +1 -1
- data/spec/models/pulp_export_response_spec.rb +1 -1
- data/spec/models/pulp_export_spec.rb +1 -1
- data/spec/models/pulp_exporter_response_spec.rb +1 -1
- data/spec/models/pulp_exporter_spec.rb +1 -1
- data/spec/models/pulp_import_spec.rb +1 -1
- data/spec/models/pulp_importer_response_spec.rb +1 -1
- data/spec/models/pulp_importer_spec.rb +1 -1
- data/spec/models/redis_connection_response_spec.rb +1 -1
- data/spec/models/signing_service_response_spec.rb +1 -1
- data/spec/models/status_response_spec.rb +1 -1
- data/spec/models/storage_response_spec.rb +1 -1
- data/spec/models/task_group_response_spec.rb +1 -1
- data/spec/models/task_response_spec.rb +1 -1
- data/spec/models/upload_chunk_response_spec.rb +1 -1
- data/spec/models/upload_chunk_spec.rb +1 -1
- data/spec/models/upload_commit_spec.rb +1 -1
- data/spec/models/upload_detail_response_spec.rb +1 -1
- data/spec/models/upload_response_spec.rb +1 -1
- data/spec/models/upload_spec.rb +1 -1
- data/spec/models/user_group_response_spec.rb +1 -1
- data/spec/models/user_response_spec.rb +1 -1
- data/spec/models/version_response_spec.rb +1 -1
- data/spec/models/worker_response_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- metadata +109 -109
- data/spec/models/inline_response20014_spec.rb +0 -59
- data/spec/models/inline_response2001_spec.rb +0 -59
- data/spec/models/inline_response2002_spec.rb +0 -59
- data/spec/models/inline_response2003_spec.rb +0 -59
- data/spec/models/inline_response2004_spec.rb +0 -59
- data/spec/models/inline_response2005_spec.rb +0 -59
- data/spec/models/inline_response2006_spec.rb +0 -59
- data/spec/models/inline_response2007_spec.rb +0 -59
- data/spec/models/inline_response2008_spec.rb +0 -59
- data/spec/models/inline_response2009_spec.rb +0 -59
- data/spec/models/inline_response200_spec.rb +0 -59
data/docs/UploadsApi.md
CHANGED
|
@@ -175,7 +175,7 @@ nil (empty response body)
|
|
|
175
175
|
|
|
176
176
|
## list
|
|
177
177
|
|
|
178
|
-
>
|
|
178
|
+
> PaginatedUploadResponseList list(opts)
|
|
179
179
|
|
|
180
180
|
List uploads
|
|
181
181
|
|
|
@@ -224,7 +224,7 @@ Name | Type | Description | Notes
|
|
|
224
224
|
|
|
225
225
|
### Return type
|
|
226
226
|
|
|
227
|
-
[**
|
|
227
|
+
[**PaginatedUploadResponseList**](PaginatedUploadResponseList.md)
|
|
228
228
|
|
|
229
229
|
### Authorization
|
|
230
230
|
|
data/docs/UsersApi.md
CHANGED
|
@@ -12,7 +12,7 @@ Method | HTTP request | Description
|
|
|
12
12
|
|
|
13
13
|
## list
|
|
14
14
|
|
|
15
|
-
>
|
|
15
|
+
> PaginatedUserResponseList list(opts)
|
|
16
16
|
|
|
17
17
|
List users
|
|
18
18
|
|
|
@@ -61,7 +61,7 @@ Name | Type | Description | Notes
|
|
|
61
61
|
|
|
62
62
|
### Return type
|
|
63
63
|
|
|
64
|
-
[**
|
|
64
|
+
[**PaginatedUserResponseList**](PaginatedUserResponseList.md)
|
|
65
65
|
|
|
66
66
|
### Authorization
|
|
67
67
|
|
data/docs/WorkersApi.md
CHANGED
|
@@ -11,7 +11,7 @@ Method | HTTP request | Description
|
|
|
11
11
|
|
|
12
12
|
## list
|
|
13
13
|
|
|
14
|
-
>
|
|
14
|
+
> PaginatedWorkerResponseList list(opts)
|
|
15
15
|
|
|
16
16
|
List workers
|
|
17
17
|
|
|
@@ -80,7 +80,7 @@ Name | Type | Description | Notes
|
|
|
80
80
|
|
|
81
81
|
### Return type
|
|
82
82
|
|
|
83
|
-
[**
|
|
83
|
+
[**PaginatedWorkerResponseList**](PaginatedWorkerResponseList.md)
|
|
84
84
|
|
|
85
85
|
### Authorization
|
|
86
86
|
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: v3
|
|
7
7
|
Contact: pulp-list@redhat.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 4.3
|
|
9
|
+
OpenAPI Generator version: 4.2.3
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -27,7 +27,7 @@ module PulpcoreClient
|
|
|
27
27
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
28
28
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
29
29
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
30
|
-
# @return [
|
|
30
|
+
# @return [PaginatedAccessPolicyResponseList]
|
|
31
31
|
def list(opts = {})
|
|
32
32
|
data, _status_code, _headers = list_with_http_info(opts)
|
|
33
33
|
data
|
|
@@ -41,7 +41,7 @@ module PulpcoreClient
|
|
|
41
41
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
42
42
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
43
43
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
44
|
-
# @return [Array<(
|
|
44
|
+
# @return [Array<(PaginatedAccessPolicyResponseList, Integer, Hash)>] PaginatedAccessPolicyResponseList data, response status code and response headers
|
|
45
45
|
def list_with_http_info(opts = {})
|
|
46
46
|
if @api_client.config.debugging
|
|
47
47
|
@api_client.config.logger.debug 'Calling API: AccessPoliciesApi.list ...'
|
|
@@ -69,7 +69,7 @@ module PulpcoreClient
|
|
|
69
69
|
post_body = opts[:body]
|
|
70
70
|
|
|
71
71
|
# return_type
|
|
72
|
-
return_type = opts[:return_type] || '
|
|
72
|
+
return_type = opts[:return_type] || 'PaginatedAccessPolicyResponseList'
|
|
73
73
|
|
|
74
74
|
# auth_names
|
|
75
75
|
auth_names = opts[:auth_names] || ['basicAuth']
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: v3
|
|
7
7
|
Contact: pulp-list@redhat.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 4.3
|
|
9
|
+
OpenAPI Generator version: 4.2.3
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -180,7 +180,7 @@ module PulpcoreClient
|
|
|
180
180
|
# @option opts [String] :sha512 sha512
|
|
181
181
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
182
182
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
183
|
-
# @return [
|
|
183
|
+
# @return [PaginatedArtifactResponseList]
|
|
184
184
|
def list(opts = {})
|
|
185
185
|
data, _status_code, _headers = list_with_http_info(opts)
|
|
186
186
|
data
|
|
@@ -201,7 +201,7 @@ module PulpcoreClient
|
|
|
201
201
|
# @option opts [String] :sha512 sha512
|
|
202
202
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
203
203
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
204
|
-
# @return [Array<(
|
|
204
|
+
# @return [Array<(PaginatedArtifactResponseList, Integer, Hash)>] PaginatedArtifactResponseList data, response status code and response headers
|
|
205
205
|
def list_with_http_info(opts = {})
|
|
206
206
|
if @api_client.config.debugging
|
|
207
207
|
@api_client.config.logger.debug 'Calling API: ArtifactsApi.list ...'
|
|
@@ -236,7 +236,7 @@ module PulpcoreClient
|
|
|
236
236
|
post_body = opts[:body]
|
|
237
237
|
|
|
238
238
|
# return_type
|
|
239
|
-
return_type = opts[:return_type] || '
|
|
239
|
+
return_type = opts[:return_type] || 'PaginatedArtifactResponseList'
|
|
240
240
|
|
|
241
241
|
# auth_names
|
|
242
242
|
auth_names = opts[:auth_names] || ['basicAuth']
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: v3
|
|
7
7
|
Contact: pulp-list@redhat.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 4.3
|
|
9
|
+
OpenAPI Generator version: 4.2.3
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -158,7 +158,7 @@ module PulpcoreClient
|
|
|
158
158
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
159
159
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
160
160
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
161
|
-
# @return [
|
|
161
|
+
# @return [PaginatedPulpExportResponseList]
|
|
162
162
|
def list(pulp_exporter_href, opts = {})
|
|
163
163
|
data, _status_code, _headers = list_with_http_info(pulp_exporter_href, opts)
|
|
164
164
|
data
|
|
@@ -173,7 +173,7 @@ module PulpcoreClient
|
|
|
173
173
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
174
174
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
175
175
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
176
|
-
# @return [Array<(
|
|
176
|
+
# @return [Array<(PaginatedPulpExportResponseList, Integer, Hash)>] PaginatedPulpExportResponseList data, response status code and response headers
|
|
177
177
|
def list_with_http_info(pulp_exporter_href, opts = {})
|
|
178
178
|
if @api_client.config.debugging
|
|
179
179
|
@api_client.config.logger.debug 'Calling API: ExportersCoreExportsApi.list ...'
|
|
@@ -205,7 +205,7 @@ module PulpcoreClient
|
|
|
205
205
|
post_body = opts[:body]
|
|
206
206
|
|
|
207
207
|
# return_type
|
|
208
|
-
return_type = opts[:return_type] || '
|
|
208
|
+
return_type = opts[:return_type] || 'PaginatedPulpExportResponseList'
|
|
209
209
|
|
|
210
210
|
# auth_names
|
|
211
211
|
auth_names = opts[:auth_names] || ['basicAuth']
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: v3
|
|
7
7
|
Contact: pulp-list@redhat.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 4.3
|
|
9
|
+
OpenAPI Generator version: 4.2.3
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -153,7 +153,7 @@ module PulpcoreClient
|
|
|
153
153
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
154
154
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
155
155
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
156
|
-
# @return [
|
|
156
|
+
# @return [PaginatedPulpExporterResponseList]
|
|
157
157
|
def list(opts = {})
|
|
158
158
|
data, _status_code, _headers = list_with_http_info(opts)
|
|
159
159
|
data
|
|
@@ -169,7 +169,7 @@ module PulpcoreClient
|
|
|
169
169
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
170
170
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
171
171
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
172
|
-
# @return [Array<(
|
|
172
|
+
# @return [Array<(PaginatedPulpExporterResponseList, Integer, Hash)>] PaginatedPulpExporterResponseList data, response status code and response headers
|
|
173
173
|
def list_with_http_info(opts = {})
|
|
174
174
|
if @api_client.config.debugging
|
|
175
175
|
@api_client.config.logger.debug 'Calling API: ExportersPulpApi.list ...'
|
|
@@ -199,7 +199,7 @@ module PulpcoreClient
|
|
|
199
199
|
post_body = opts[:body]
|
|
200
200
|
|
|
201
201
|
# return_type
|
|
202
|
-
return_type = opts[:return_type] || '
|
|
202
|
+
return_type = opts[:return_type] || 'PaginatedPulpExporterResponseList'
|
|
203
203
|
|
|
204
204
|
# auth_names
|
|
205
205
|
auth_names = opts[:auth_names] || ['basicAuth']
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: v3
|
|
7
7
|
Contact: pulp-list@redhat.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 4.3
|
|
9
|
+
OpenAPI Generator version: 4.2.3
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -151,7 +151,7 @@ module PulpcoreClient
|
|
|
151
151
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
152
152
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
153
153
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
154
|
-
# @return [
|
|
154
|
+
# @return [PaginatedGroupResponseList]
|
|
155
155
|
def list(opts = {})
|
|
156
156
|
data, _status_code, _headers = list_with_http_info(opts)
|
|
157
157
|
data
|
|
@@ -165,7 +165,7 @@ module PulpcoreClient
|
|
|
165
165
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
166
166
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
167
167
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
168
|
-
# @return [Array<(
|
|
168
|
+
# @return [Array<(PaginatedGroupResponseList, Integer, Hash)>] PaginatedGroupResponseList data, response status code and response headers
|
|
169
169
|
def list_with_http_info(opts = {})
|
|
170
170
|
if @api_client.config.debugging
|
|
171
171
|
@api_client.config.logger.debug 'Calling API: GroupsApi.list ...'
|
|
@@ -193,7 +193,7 @@ module PulpcoreClient
|
|
|
193
193
|
post_body = opts[:body]
|
|
194
194
|
|
|
195
195
|
# return_type
|
|
196
|
-
return_type = opts[:return_type] || '
|
|
196
|
+
return_type = opts[:return_type] || 'PaginatedGroupResponseList'
|
|
197
197
|
|
|
198
198
|
# auth_names
|
|
199
199
|
auth_names = opts[:auth_names] || ['basicAuth']
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: v3
|
|
7
7
|
Contact: pulp-list@redhat.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 4.3
|
|
9
|
+
OpenAPI Generator version: 4.2.3
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -98,7 +98,7 @@ module PulpcoreClient
|
|
|
98
98
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
99
99
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
100
100
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
101
|
-
# @return [
|
|
101
|
+
# @return [PaginatedPermissionResponseList]
|
|
102
102
|
def list(auth_group_href, opts = {})
|
|
103
103
|
data, _status_code, _headers = list_with_http_info(auth_group_href, opts)
|
|
104
104
|
data
|
|
@@ -113,7 +113,7 @@ module PulpcoreClient
|
|
|
113
113
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
114
114
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
115
115
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
116
|
-
# @return [Array<(
|
|
116
|
+
# @return [Array<(PaginatedPermissionResponseList, Integer, Hash)>] PaginatedPermissionResponseList data, response status code and response headers
|
|
117
117
|
def list_with_http_info(auth_group_href, opts = {})
|
|
118
118
|
if @api_client.config.debugging
|
|
119
119
|
@api_client.config.logger.debug 'Calling API: GroupsModelPermissionsApi.list ...'
|
|
@@ -145,7 +145,7 @@ module PulpcoreClient
|
|
|
145
145
|
post_body = opts[:body]
|
|
146
146
|
|
|
147
147
|
# return_type
|
|
148
|
-
return_type = opts[:return_type] || '
|
|
148
|
+
return_type = opts[:return_type] || 'PaginatedPermissionResponseList'
|
|
149
149
|
|
|
150
150
|
# auth_names
|
|
151
151
|
auth_names = opts[:auth_names] || ['basicAuth']
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: v3
|
|
7
7
|
Contact: pulp-list@redhat.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 4.3
|
|
9
|
+
OpenAPI Generator version: 4.2.3
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -158,7 +158,7 @@ module PulpcoreClient
|
|
|
158
158
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
159
159
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
160
160
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
161
|
-
# @return [
|
|
161
|
+
# @return [PaginatedPermissionResponseList]
|
|
162
162
|
def list(auth_group_href, opts = {})
|
|
163
163
|
data, _status_code, _headers = list_with_http_info(auth_group_href, opts)
|
|
164
164
|
data
|
|
@@ -173,7 +173,7 @@ module PulpcoreClient
|
|
|
173
173
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
174
174
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
175
175
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
176
|
-
# @return [Array<(
|
|
176
|
+
# @return [Array<(PaginatedPermissionResponseList, Integer, Hash)>] PaginatedPermissionResponseList data, response status code and response headers
|
|
177
177
|
def list_with_http_info(auth_group_href, opts = {})
|
|
178
178
|
if @api_client.config.debugging
|
|
179
179
|
@api_client.config.logger.debug 'Calling API: GroupsObjectPermissionsApi.list ...'
|
|
@@ -205,7 +205,7 @@ module PulpcoreClient
|
|
|
205
205
|
post_body = opts[:body]
|
|
206
206
|
|
|
207
207
|
# return_type
|
|
208
|
-
return_type = opts[:return_type] || '
|
|
208
|
+
return_type = opts[:return_type] || 'PaginatedPermissionResponseList'
|
|
209
209
|
|
|
210
210
|
# auth_names
|
|
211
211
|
auth_names = opts[:auth_names] || ['basicAuth']
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: v3
|
|
7
7
|
Contact: pulp-list@redhat.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 4.3
|
|
9
|
+
OpenAPI Generator version: 4.2.3
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -158,7 +158,7 @@ module PulpcoreClient
|
|
|
158
158
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
159
159
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
160
160
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
161
|
-
# @return [
|
|
161
|
+
# @return [PaginatedGroupUserResponseList]
|
|
162
162
|
def list(auth_group_href, opts = {})
|
|
163
163
|
data, _status_code, _headers = list_with_http_info(auth_group_href, opts)
|
|
164
164
|
data
|
|
@@ -173,7 +173,7 @@ module PulpcoreClient
|
|
|
173
173
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
174
174
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
175
175
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
176
|
-
# @return [Array<(
|
|
176
|
+
# @return [Array<(PaginatedGroupUserResponseList, Integer, Hash)>] PaginatedGroupUserResponseList data, response status code and response headers
|
|
177
177
|
def list_with_http_info(auth_group_href, opts = {})
|
|
178
178
|
if @api_client.config.debugging
|
|
179
179
|
@api_client.config.logger.debug 'Calling API: GroupsUsersApi.list ...'
|
|
@@ -205,7 +205,7 @@ module PulpcoreClient
|
|
|
205
205
|
post_body = opts[:body]
|
|
206
206
|
|
|
207
207
|
# return_type
|
|
208
|
-
return_type = opts[:return_type] || '
|
|
208
|
+
return_type = opts[:return_type] || 'PaginatedGroupUserResponseList'
|
|
209
209
|
|
|
210
210
|
# auth_names
|
|
211
211
|
auth_names = opts[:auth_names] || ['basicAuth']
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: v3
|
|
7
7
|
Contact: pulp-list@redhat.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 4.3
|
|
9
|
+
OpenAPI Generator version: 4.2.3
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -158,7 +158,7 @@ module PulpcoreClient
|
|
|
158
158
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
159
159
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
160
160
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
161
|
-
# @return [
|
|
161
|
+
# @return [PaginatedImportResponseList]
|
|
162
162
|
def list(pulp_importer_href, opts = {})
|
|
163
163
|
data, _status_code, _headers = list_with_http_info(pulp_importer_href, opts)
|
|
164
164
|
data
|
|
@@ -173,7 +173,7 @@ module PulpcoreClient
|
|
|
173
173
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
174
174
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
175
175
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
176
|
-
# @return [Array<(
|
|
176
|
+
# @return [Array<(PaginatedImportResponseList, Integer, Hash)>] PaginatedImportResponseList data, response status code and response headers
|
|
177
177
|
def list_with_http_info(pulp_importer_href, opts = {})
|
|
178
178
|
if @api_client.config.debugging
|
|
179
179
|
@api_client.config.logger.debug 'Calling API: ImportersCoreImportsApi.list ...'
|
|
@@ -205,7 +205,7 @@ module PulpcoreClient
|
|
|
205
205
|
post_body = opts[:body]
|
|
206
206
|
|
|
207
207
|
# return_type
|
|
208
|
-
return_type = opts[:return_type] || '
|
|
208
|
+
return_type = opts[:return_type] || 'PaginatedImportResponseList'
|
|
209
209
|
|
|
210
210
|
# auth_names
|
|
211
211
|
auth_names = opts[:auth_names] || ['basicAuth']
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: v3
|
|
7
7
|
Contact: pulp-list@redhat.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 4.3
|
|
9
|
+
OpenAPI Generator version: 4.2.3
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -153,7 +153,7 @@ module PulpcoreClient
|
|
|
153
153
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
154
154
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
155
155
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
156
|
-
# @return [
|
|
156
|
+
# @return [PaginatedPulpImporterResponseList]
|
|
157
157
|
def list(opts = {})
|
|
158
158
|
data, _status_code, _headers = list_with_http_info(opts)
|
|
159
159
|
data
|
|
@@ -169,7 +169,7 @@ module PulpcoreClient
|
|
|
169
169
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
170
170
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
171
171
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
172
|
-
# @return [Array<(
|
|
172
|
+
# @return [Array<(PaginatedPulpImporterResponseList, Integer, Hash)>] PaginatedPulpImporterResponseList data, response status code and response headers
|
|
173
173
|
def list_with_http_info(opts = {})
|
|
174
174
|
if @api_client.config.debugging
|
|
175
175
|
@api_client.config.logger.debug 'Calling API: ImportersPulpApi.list ...'
|
|
@@ -199,7 +199,7 @@ module PulpcoreClient
|
|
|
199
199
|
post_body = opts[:body]
|
|
200
200
|
|
|
201
201
|
# return_type
|
|
202
|
-
return_type = opts[:return_type] || '
|
|
202
|
+
return_type = opts[:return_type] || 'PaginatedPulpImporterResponseList'
|
|
203
203
|
|
|
204
204
|
# auth_names
|
|
205
205
|
auth_names = opts[:auth_names] || ['basicAuth']
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: v3
|
|
7
7
|
Contact: pulp-list@redhat.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 4.3
|
|
9
|
+
OpenAPI Generator version: 4.2.3
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -28,7 +28,7 @@ module PulpcoreClient
|
|
|
28
28
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
29
29
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
30
30
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
31
|
-
# @return [
|
|
31
|
+
# @return [PaginatedSigningServiceResponseList]
|
|
32
32
|
def list(opts = {})
|
|
33
33
|
data, _status_code, _headers = list_with_http_info(opts)
|
|
34
34
|
data
|
|
@@ -43,7 +43,7 @@ module PulpcoreClient
|
|
|
43
43
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
44
44
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
45
45
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
46
|
-
# @return [Array<(
|
|
46
|
+
# @return [Array<(PaginatedSigningServiceResponseList, Integer, Hash)>] PaginatedSigningServiceResponseList data, response status code and response headers
|
|
47
47
|
def list_with_http_info(opts = {})
|
|
48
48
|
if @api_client.config.debugging
|
|
49
49
|
@api_client.config.logger.debug 'Calling API: SigningServicesApi.list ...'
|
|
@@ -72,7 +72,7 @@ module PulpcoreClient
|
|
|
72
72
|
post_body = opts[:body]
|
|
73
73
|
|
|
74
74
|
# return_type
|
|
75
|
-
return_type = opts[:return_type] || '
|
|
75
|
+
return_type = opts[:return_type] || 'PaginatedSigningServiceResponseList'
|
|
76
76
|
|
|
77
77
|
# auth_names
|
|
78
78
|
auth_names = opts[:auth_names] || ['basicAuth']
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: v3
|
|
7
7
|
Contact: pulp-list@redhat.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 4.3
|
|
9
|
+
OpenAPI Generator version: 4.2.3
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -27,7 +27,7 @@ module PulpcoreClient
|
|
|
27
27
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
28
28
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
29
29
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
30
|
-
# @return [
|
|
30
|
+
# @return [PaginatedTaskGroupResponseList]
|
|
31
31
|
def list(opts = {})
|
|
32
32
|
data, _status_code, _headers = list_with_http_info(opts)
|
|
33
33
|
data
|
|
@@ -41,7 +41,7 @@ module PulpcoreClient
|
|
|
41
41
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
42
42
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
43
43
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
44
|
-
# @return [Array<(
|
|
44
|
+
# @return [Array<(PaginatedTaskGroupResponseList, Integer, Hash)>] PaginatedTaskGroupResponseList data, response status code and response headers
|
|
45
45
|
def list_with_http_info(opts = {})
|
|
46
46
|
if @api_client.config.debugging
|
|
47
47
|
@api_client.config.logger.debug 'Calling API: TaskGroupsApi.list ...'
|
|
@@ -69,7 +69,7 @@ module PulpcoreClient
|
|
|
69
69
|
post_body = opts[:body]
|
|
70
70
|
|
|
71
71
|
# return_type
|
|
72
|
-
return_type = opts[:return_type] || '
|
|
72
|
+
return_type = opts[:return_type] || 'PaginatedTaskGroupResponseList'
|
|
73
73
|
|
|
74
74
|
# auth_names
|
|
75
75
|
auth_names = opts[:auth_names] || ['basicAuth']
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: v3
|
|
7
7
|
Contact: pulp-list@redhat.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 4.3
|
|
9
|
+
OpenAPI Generator version: 4.2.3
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -110,7 +110,7 @@ module PulpcoreClient
|
|
|
110
110
|
# @option opts [String] :worker__in worker__in
|
|
111
111
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
112
112
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
113
|
-
# @return [
|
|
113
|
+
# @return [PaginatedTaskResponseList]
|
|
114
114
|
def list(opts = {})
|
|
115
115
|
data, _status_code, _headers = list_with_http_info(opts)
|
|
116
116
|
data
|
|
@@ -147,7 +147,7 @@ module PulpcoreClient
|
|
|
147
147
|
# @option opts [String] :worker__in worker__in
|
|
148
148
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
149
149
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
150
|
-
# @return [Array<(
|
|
150
|
+
# @return [Array<(PaginatedTaskResponseList, Integer, Hash)>] PaginatedTaskResponseList data, response status code and response headers
|
|
151
151
|
def list_with_http_info(opts = {})
|
|
152
152
|
if @api_client.config.debugging
|
|
153
153
|
@api_client.config.logger.debug 'Calling API: TasksApi.list ...'
|
|
@@ -198,7 +198,7 @@ module PulpcoreClient
|
|
|
198
198
|
post_body = opts[:body]
|
|
199
199
|
|
|
200
200
|
# return_type
|
|
201
|
-
return_type = opts[:return_type] || '
|
|
201
|
+
return_type = opts[:return_type] || 'PaginatedTaskResponseList'
|
|
202
202
|
|
|
203
203
|
# auth_names
|
|
204
204
|
auth_names = opts[:auth_names] || ['basicAuth']
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: v3
|
|
7
7
|
Contact: pulp-list@redhat.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 4.3
|
|
9
|
+
OpenAPI Generator version: 4.2.3
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -221,7 +221,7 @@ module PulpcoreClient
|
|
|
221
221
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
222
222
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
223
223
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
224
|
-
# @return [
|
|
224
|
+
# @return [PaginatedUploadResponseList]
|
|
225
225
|
def list(opts = {})
|
|
226
226
|
data, _status_code, _headers = list_with_http_info(opts)
|
|
227
227
|
data
|
|
@@ -235,7 +235,7 @@ module PulpcoreClient
|
|
|
235
235
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
236
236
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
237
237
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
238
|
-
# @return [Array<(
|
|
238
|
+
# @return [Array<(PaginatedUploadResponseList, Integer, Hash)>] PaginatedUploadResponseList data, response status code and response headers
|
|
239
239
|
def list_with_http_info(opts = {})
|
|
240
240
|
if @api_client.config.debugging
|
|
241
241
|
@api_client.config.logger.debug 'Calling API: UploadsApi.list ...'
|
|
@@ -263,7 +263,7 @@ module PulpcoreClient
|
|
|
263
263
|
post_body = opts[:body]
|
|
264
264
|
|
|
265
265
|
# return_type
|
|
266
|
-
return_type = opts[:return_type] || '
|
|
266
|
+
return_type = opts[:return_type] || 'PaginatedUploadResponseList'
|
|
267
267
|
|
|
268
268
|
# auth_names
|
|
269
269
|
auth_names = opts[:auth_names] || ['basicAuth']
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: v3
|
|
7
7
|
Contact: pulp-list@redhat.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 4.3
|
|
9
|
+
OpenAPI Generator version: 4.2.3
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -27,7 +27,7 @@ module PulpcoreClient
|
|
|
27
27
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
28
28
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
29
29
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
30
|
-
# @return [
|
|
30
|
+
# @return [PaginatedUserResponseList]
|
|
31
31
|
def list(opts = {})
|
|
32
32
|
data, _status_code, _headers = list_with_http_info(opts)
|
|
33
33
|
data
|
|
@@ -41,7 +41,7 @@ module PulpcoreClient
|
|
|
41
41
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
42
42
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
43
43
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
44
|
-
# @return [Array<(
|
|
44
|
+
# @return [Array<(PaginatedUserResponseList, Integer, Hash)>] PaginatedUserResponseList data, response status code and response headers
|
|
45
45
|
def list_with_http_info(opts = {})
|
|
46
46
|
if @api_client.config.debugging
|
|
47
47
|
@api_client.config.logger.debug 'Calling API: UsersApi.list ...'
|
|
@@ -69,7 +69,7 @@ module PulpcoreClient
|
|
|
69
69
|
post_body = opts[:body]
|
|
70
70
|
|
|
71
71
|
# return_type
|
|
72
|
-
return_type = opts[:return_type] || '
|
|
72
|
+
return_type = opts[:return_type] || 'PaginatedUserResponseList'
|
|
73
73
|
|
|
74
74
|
# auth_names
|
|
75
75
|
auth_names = opts[:auth_names] || ['basicAuth']
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: v3
|
|
7
7
|
Contact: pulp-list@redhat.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 4.3
|
|
9
|
+
OpenAPI Generator version: 4.2.3
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -37,7 +37,7 @@ module PulpcoreClient
|
|
|
37
37
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
38
38
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
39
39
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
40
|
-
# @return [
|
|
40
|
+
# @return [PaginatedWorkerResponseList]
|
|
41
41
|
def list(opts = {})
|
|
42
42
|
data, _status_code, _headers = list_with_http_info(opts)
|
|
43
43
|
data
|
|
@@ -61,7 +61,7 @@ module PulpcoreClient
|
|
|
61
61
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
62
62
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
63
63
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
64
|
-
# @return [Array<(
|
|
64
|
+
# @return [Array<(PaginatedWorkerResponseList, Integer, Hash)>] PaginatedWorkerResponseList data, response status code and response headers
|
|
65
65
|
def list_with_http_info(opts = {})
|
|
66
66
|
if @api_client.config.debugging
|
|
67
67
|
@api_client.config.logger.debug 'Calling API: WorkersApi.list ...'
|
|
@@ -99,7 +99,7 @@ module PulpcoreClient
|
|
|
99
99
|
post_body = opts[:body]
|
|
100
100
|
|
|
101
101
|
# return_type
|
|
102
|
-
return_type = opts[:return_type] || '
|
|
102
|
+
return_type = opts[:return_type] || 'PaginatedWorkerResponseList'
|
|
103
103
|
|
|
104
104
|
# auth_names
|
|
105
105
|
auth_names = opts[:auth_names] || ['basicAuth']
|