pulpcore_client 3.5.0 → 3.6.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/README.md +88 -44
- data/docs/AccessPoliciesApi.md +244 -0
- data/docs/AccessPolicy.md +21 -0
- data/docs/AccessPolicyResponse.md +25 -0
- data/docs/Artifact.md +2 -6
- data/docs/ArtifactResponse.md +35 -0
- data/docs/ArtifactsApi.md +40 -34
- data/docs/{ContentAppStatus.md → ContentAppStatusResponse.md} +2 -2
- data/docs/{DatabaseConnection.md → DatabaseConnectionResponse.md} +2 -2
- data/docs/ExportersCoreExportsApi.md +33 -33
- data/docs/ExportersPulpApi.md +51 -51
- data/docs/Group.md +17 -0
- data/docs/{GroupProgressReport.md → GroupProgressReportResponse.md} +2 -2
- data/docs/GroupResponse.md +21 -0
- data/docs/GroupUser.md +17 -0
- data/docs/GroupUserResponse.md +19 -0
- data/docs/GroupsApi.md +351 -0
- data/docs/GroupsModelPermissionsApi.md +128 -0
- data/docs/GroupsObjectPermissionsApi.md +247 -0
- data/docs/GroupsUsersApi.md +183 -0
- data/docs/{Import.md → ImportResponse.md} +2 -2
- data/docs/ImportersCoreImportsApi.md +33 -33
- data/docs/ImportersPulpApi.md +51 -51
- data/docs/InlineResponse200.md +3 -3
- data/docs/InlineResponse2001.md +3 -3
- data/docs/InlineResponse20010.md +23 -0
- data/docs/InlineResponse20011.md +23 -0
- data/docs/InlineResponse20012.md +23 -0
- data/docs/InlineResponse20013.md +23 -0
- data/docs/InlineResponse20014.md +23 -0
- data/docs/InlineResponse2002.md +3 -3
- data/docs/InlineResponse2003.md +3 -3
- data/docs/InlineResponse2004.md +3 -3
- data/docs/InlineResponse2005.md +3 -3
- data/docs/InlineResponse2006.md +3 -3
- data/docs/InlineResponse2007.md +3 -3
- data/docs/InlineResponse2008.md +3 -3
- data/docs/InlineResponse2009.md +3 -3
- data/docs/OrphansApi.md +2 -2
- data/docs/PatchedAccessPolicy.md +21 -0
- data/docs/PatchedGroup.md +17 -0
- data/docs/PatchedPulpExporter.md +23 -0
- data/docs/PatchedPulpImporter.md +19 -0
- data/docs/{TaskCancel.md → PatchedTaskCancel.md} +3 -3
- data/docs/PermissionResponse.md +23 -0
- data/docs/{ProgressReport.md → ProgressReportResponse.md} +2 -2
- data/docs/PulpExport.md +11 -11
- data/docs/PulpExportResponse.md +27 -0
- data/docs/PulpExporter.md +1 -5
- data/docs/PulpExporterResponse.md +27 -0
- data/docs/PulpImport.md +4 -2
- data/docs/PulpImporter.md +2 -6
- data/docs/PulpImporterResponse.md +23 -0
- data/docs/{RedisConnection.md → RedisConnectionResponse.md} +2 -2
- data/docs/{SigningService.md → SigningServiceResponse.md} +2 -2
- data/docs/SigningServicesApi.md +14 -14
- data/docs/StatusApi.md +8 -22
- data/docs/StatusResponse.md +27 -0
- data/docs/{Storage.md → StorageResponse.md} +2 -2
- data/docs/{TaskGroup.md → TaskGroupResponse.md} +3 -3
- data/docs/TaskGroupsApi.md +16 -12
- data/docs/{Task.md → TaskResponse.md} +5 -7
- data/docs/TasksApi.md +144 -88
- data/docs/Upload.md +1 -7
- data/docs/UploadChunk.md +2 -6
- data/docs/UploadChunkResponse.md +19 -0
- data/docs/{UploadDetail.md → UploadDetailResponse.md} +3 -3
- data/docs/UploadResponse.md +23 -0
- data/docs/UploadsApi.md +42 -40
- data/docs/UserGroupResponse.md +19 -0
- data/docs/UserResponse.md +35 -0
- data/docs/UsersApi.md +191 -0
- data/docs/{Version.md → VersionResponse.md} +2 -2
- data/docs/{Worker.md → WorkerResponse.md} +2 -2
- data/docs/WorkersApi.md +36 -32
- data/lib/pulpcore_client/api/access_policies_api.rb +301 -0
- data/lib/pulpcore_client/api/artifacts_api.rb +47 -65
- data/lib/pulpcore_client/api/exporters_core_exports_api.rb +51 -51
- data/lib/pulpcore_client/api/exporters_pulp_api.rb +71 -71
- data/lib/pulpcore_client/api/groups_api.rb +425 -0
- data/lib/pulpcore_client/api/groups_model_permissions_api.rb +161 -0
- data/lib/pulpcore_client/api/groups_object_permissions_api.rb +295 -0
- data/lib/pulpcore_client/api/groups_users_api.rb +229 -0
- data/lib/pulpcore_client/api/importers_core_imports_api.rb +51 -51
- data/lib/pulpcore_client/api/importers_pulp_api.rb +71 -71
- data/lib/pulpcore_client/api/orphans_api.rb +3 -3
- data/lib/pulpcore_client/api/signing_services_api.rb +18 -18
- data/lib/pulpcore_client/api/status_api.rb +11 -17
- data/lib/pulpcore_client/api/task_groups_api.rb +19 -15
- data/lib/pulpcore_client/api/tasks_api.rb +203 -125
- data/lib/pulpcore_client/api/uploads_api.rb +60 -66
- data/lib/pulpcore_client/api/users_api.rb +227 -0
- data/lib/pulpcore_client/api/workers_api.rb +46 -42
- data/lib/pulpcore_client/api_client.rb +2 -2
- data/lib/pulpcore_client/api_error.rb +2 -2
- data/lib/pulpcore_client/configuration.rb +3 -3
- data/lib/pulpcore_client/models/access_policy.rb +247 -0
- data/lib/pulpcore_client/models/access_policy_response.rb +266 -0
- data/lib/pulpcore_client/models/artifact.rb +8 -111
- data/lib/pulpcore_client/models/artifact_response.rb +308 -0
- data/lib/pulpcore_client/models/async_operation_response.rb +3 -2
- data/lib/pulpcore_client/models/{content_app_status.rb → content_app_status_response.rb} +6 -21
- data/lib/pulpcore_client/models/{database_connection.rb → database_connection_response.rb} +6 -6
- data/lib/pulpcore_client/models/group.rb +232 -0
- data/lib/pulpcore_client/models/{group_progress_report.rb → group_progress_report_response.rb} +6 -50
- data/lib/pulpcore_client/models/group_response.rb +250 -0
- data/lib/pulpcore_client/models/group_user.rb +232 -0
- data/lib/pulpcore_client/models/group_user_response.rb +241 -0
- data/lib/pulpcore_client/models/{import.rb → import_response.rb} +6 -5
- data/lib/pulpcore_client/models/inline_response200.rb +3 -13
- data/lib/pulpcore_client/models/inline_response2001.rb +3 -13
- data/lib/pulpcore_client/models/inline_response20010.rb +237 -0
- data/lib/pulpcore_client/models/inline_response20011.rb +237 -0
- data/lib/pulpcore_client/models/inline_response20012.rb +237 -0
- data/lib/pulpcore_client/models/inline_response20013.rb +237 -0
- data/lib/pulpcore_client/models/inline_response20014.rb +237 -0
- data/lib/pulpcore_client/models/inline_response2002.rb +3 -13
- data/lib/pulpcore_client/models/inline_response2003.rb +3 -13
- data/lib/pulpcore_client/models/inline_response2004.rb +3 -13
- data/lib/pulpcore_client/models/inline_response2005.rb +3 -13
- data/lib/pulpcore_client/models/inline_response2006.rb +3 -13
- data/lib/pulpcore_client/models/inline_response2007.rb +3 -13
- data/lib/pulpcore_client/models/inline_response2008.rb +3 -13
- data/lib/pulpcore_client/models/inline_response2009.rb +3 -13
- data/lib/pulpcore_client/models/patched_access_policy.rb +232 -0
- data/lib/pulpcore_client/models/patched_group.rb +223 -0
- data/lib/pulpcore_client/models/patched_pulp_exporter.rb +240 -0
- data/lib/pulpcore_client/models/patched_pulp_importer.rb +218 -0
- data/lib/pulpcore_client/models/{task_cancel.rb → patched_task_cancel.rb} +6 -29
- data/lib/pulpcore_client/models/permission_response.rb +235 -0
- data/lib/pulpcore_client/models/{progress_report.rb → progress_report_response.rb} +6 -65
- data/lib/pulpcore_client/models/pulp_export.rb +50 -42
- data/lib/pulpcore_client/models/pulp_export_response.rb +260 -0
- data/lib/pulpcore_client/models/pulp_exporter.rb +4 -60
- data/lib/pulpcore_client/models/pulp_exporter_response.rb +274 -0
- data/lib/pulpcore_client/models/pulp_import.rb +17 -30
- data/lib/pulpcore_client/models/pulp_importer.rb +6 -45
- data/lib/pulpcore_client/models/pulp_importer_response.rb +242 -0
- data/lib/pulpcore_client/models/{redis_connection.rb → redis_connection_response.rb} +6 -6
- data/lib/pulpcore_client/models/{signing_service.rb → signing_service_response.rb} +6 -43
- data/lib/pulpcore_client/models/{status.rb → status_response.rb} +15 -11
- data/lib/pulpcore_client/models/{storage.rb → storage_response.rb} +6 -6
- data/lib/pulpcore_client/models/{task_group.rb → task_group_response.rb} +7 -25
- data/lib/pulpcore_client/models/{task.rb → task_response.rb} +13 -59
- data/lib/pulpcore_client/models/upload.rb +7 -35
- data/lib/pulpcore_client/models/upload_chunk.rb +11 -39
- data/lib/pulpcore_client/models/upload_chunk_response.rb +215 -0
- data/lib/pulpcore_client/models/upload_commit.rb +2 -21
- data/lib/pulpcore_client/models/{upload_detail.rb → upload_detail_response.rb} +7 -6
- data/lib/pulpcore_client/models/upload_response.rb +242 -0
- data/lib/pulpcore_client/models/user_group_response.rb +241 -0
- data/lib/pulpcore_client/models/user_response.rb +378 -0
- data/lib/pulpcore_client/models/{version.rb → version_response.rb} +6 -44
- data/lib/pulpcore_client/models/{worker.rb → worker_response.rb} +6 -21
- data/lib/pulpcore_client/version.rb +3 -3
- data/lib/pulpcore_client.rb +47 -17
- data/pulpcore_client.gemspec +4 -4
- data/spec/api/access_policies_api_spec.rb +91 -0
- data/spec/api/artifacts_api_spec.rb +18 -15
- data/spec/api/exporters_core_exports_api_spec.rb +10 -10
- data/spec/api/exporters_pulp_api_spec.rb +18 -18
- data/spec/api/groups_api_spec.rb +115 -0
- data/spec/api/groups_model_permissions_api_spec.rb +64 -0
- data/spec/api/groups_object_permissions_api_spec.rb +92 -0
- data/spec/api/groups_users_api_spec.rb +77 -0
- data/spec/api/importers_core_imports_api_spec.rb +10 -10
- data/spec/api/importers_pulp_api_spec.rb +18 -18
- data/spec/api/orphans_api_spec.rb +2 -2
- data/spec/api/signing_services_api_spec.rb +7 -7
- data/spec/api/status_api_spec.rb +5 -7
- data/spec/api/task_groups_api_spec.rb +8 -6
- data/spec/api/tasks_api_spec.rb +69 -42
- data/spec/api/uploads_api_spec.rb +14 -13
- data/spec/api/users_api_spec.rb +78 -0
- data/spec/api/workers_api_spec.rb +18 -16
- data/spec/api_client_spec.rb +2 -2
- data/spec/configuration_spec.rb +2 -2
- data/spec/models/access_policy_response_spec.rb +65 -0
- data/spec/models/access_policy_spec.rb +53 -0
- data/spec/models/artifact_response_spec.rb +95 -0
- data/spec/models/artifact_spec.rb +2 -14
- data/spec/models/async_operation_response_spec.rb +2 -2
- data/spec/models/{content_app_status_spec.rb → content_app_status_response_spec.rb} +8 -8
- data/spec/models/{database_connection_spec.rb → database_connection_response_spec.rb} +8 -8
- data/spec/models/{group_progress_report_spec.rb → group_progress_report_response_spec.rb} +8 -8
- data/spec/models/group_response_spec.rb +53 -0
- data/spec/models/group_spec.rb +41 -0
- data/spec/models/group_user_response_spec.rb +47 -0
- data/spec/models/group_user_spec.rb +41 -0
- data/spec/models/{import_spec.rb → import_response_spec.rb} +8 -8
- data/spec/models/inline_response20010_spec.rb +59 -0
- data/spec/models/inline_response20011_spec.rb +59 -0
- data/spec/models/inline_response20012_spec.rb +59 -0
- data/spec/models/inline_response20013_spec.rb +59 -0
- data/spec/models/inline_response20014_spec.rb +59 -0
- data/spec/models/inline_response2001_spec.rb +2 -2
- data/spec/models/inline_response2002_spec.rb +2 -2
- data/spec/models/inline_response2003_spec.rb +2 -2
- data/spec/models/inline_response2004_spec.rb +2 -2
- data/spec/models/inline_response2005_spec.rb +2 -2
- data/spec/models/inline_response2006_spec.rb +2 -2
- data/spec/models/inline_response2007_spec.rb +2 -2
- data/spec/models/inline_response2008_spec.rb +2 -2
- data/spec/models/inline_response2009_spec.rb +2 -2
- data/spec/models/inline_response200_spec.rb +2 -2
- data/spec/models/patched_access_policy_spec.rb +53 -0
- data/spec/models/patched_group_spec.rb +41 -0
- data/spec/models/patched_pulp_exporter_spec.rb +59 -0
- data/spec/models/patched_pulp_importer_spec.rb +47 -0
- data/spec/models/{task_cancel_spec.rb → patched_task_cancel_spec.rb} +8 -8
- data/spec/models/permission_response_spec.rb +59 -0
- data/spec/models/{progress_report_spec.rb → progress_report_response_spec.rb} +8 -8
- data/spec/models/pulp_export_response_spec.rb +71 -0
- data/spec/models/pulp_export_spec.rb +8 -8
- data/spec/models/pulp_exporter_response_spec.rb +71 -0
- data/spec/models/pulp_exporter_spec.rb +2 -14
- data/spec/models/pulp_import_spec.rb +8 -2
- data/spec/models/pulp_importer_response_spec.rb +59 -0
- data/spec/models/pulp_importer_spec.rb +2 -14
- data/spec/models/{redis_connection_spec.rb → redis_connection_response_spec.rb} +8 -8
- data/spec/models/{signing_service_spec.rb → signing_service_response_spec.rb} +8 -8
- data/spec/models/{status_spec.rb → status_response_spec.rb} +8 -8
- data/spec/models/{storage_spec.rb → storage_response_spec.rb} +8 -8
- data/spec/models/{task_group_spec.rb → task_group_response_spec.rb} +8 -8
- data/spec/models/{task_spec.rb → task_response_spec.rb} +8 -14
- data/spec/models/upload_chunk_response_spec.rb +47 -0
- data/spec/models/upload_chunk_spec.rb +2 -14
- data/spec/models/upload_commit_spec.rb +2 -2
- data/spec/models/{upload_detail_spec.rb → upload_detail_response_spec.rb} +8 -8
- data/spec/models/upload_response_spec.rb +59 -0
- data/spec/models/upload_spec.rb +2 -20
- data/spec/models/user_group_response_spec.rb +47 -0
- data/spec/models/user_response_spec.rb +95 -0
- data/spec/models/{version_spec.rb → version_response_spec.rb} +8 -8
- data/spec/models/{worker_spec.rb → worker_response_spec.rb} +8 -8
- data/spec/spec_helper.rb +2 -2
- metadata +204 -84
- data/docs/Status.md +0 -27
data/docs/ImportersPulpApi.md
CHANGED
|
@@ -7,7 +7,7 @@ Method | HTTP request | Description
|
|
|
7
7
|
[**create**](ImportersPulpApi.md#create) | **POST** /pulp/api/v3/importers/core/pulp/ | Create a pulp importer
|
|
8
8
|
[**delete**](ImportersPulpApi.md#delete) | **DELETE** {pulp_importer_href} | Delete a pulp importer
|
|
9
9
|
[**list**](ImportersPulpApi.md#list) | **GET** /pulp/api/v3/importers/core/pulp/ | List pulp importers
|
|
10
|
-
[**partial_update**](ImportersPulpApi.md#partial_update) | **PATCH** {pulp_importer_href} |
|
|
10
|
+
[**partial_update**](ImportersPulpApi.md#partial_update) | **PATCH** {pulp_importer_href} | Update a pulp importer
|
|
11
11
|
[**read**](ImportersPulpApi.md#read) | **GET** {pulp_importer_href} | Inspect a pulp importer
|
|
12
12
|
[**update**](ImportersPulpApi.md#update) | **PUT** {pulp_importer_href} | Update a pulp importer
|
|
13
13
|
|
|
@@ -15,7 +15,7 @@ Method | HTTP request | Description
|
|
|
15
15
|
|
|
16
16
|
## create
|
|
17
17
|
|
|
18
|
-
>
|
|
18
|
+
> PulpImporterResponse create(pulp_importer)
|
|
19
19
|
|
|
20
20
|
Create a pulp importer
|
|
21
21
|
|
|
@@ -28,17 +28,17 @@ ViewSet for PulpImporters.
|
|
|
28
28
|
require 'pulpcore_client'
|
|
29
29
|
# setup authorization
|
|
30
30
|
PulpcoreClient.configure do |config|
|
|
31
|
-
# Configure HTTP basic authorization:
|
|
31
|
+
# Configure HTTP basic authorization: basicAuth
|
|
32
32
|
config.username = 'YOUR USERNAME'
|
|
33
33
|
config.password = 'YOUR PASSWORD'
|
|
34
34
|
end
|
|
35
35
|
|
|
36
36
|
api_instance = PulpcoreClient::ImportersPulpApi.new
|
|
37
|
-
|
|
37
|
+
pulp_importer = PulpcoreClient::PulpImporter.new # PulpImporter |
|
|
38
38
|
|
|
39
39
|
begin
|
|
40
40
|
#Create a pulp importer
|
|
41
|
-
result = api_instance.create(
|
|
41
|
+
result = api_instance.create(pulp_importer)
|
|
42
42
|
p result
|
|
43
43
|
rescue PulpcoreClient::ApiError => e
|
|
44
44
|
puts "Exception when calling ImportersPulpApi->create: #{e}"
|
|
@@ -50,19 +50,19 @@ end
|
|
|
50
50
|
|
|
51
51
|
Name | Type | Description | Notes
|
|
52
52
|
------------- | ------------- | ------------- | -------------
|
|
53
|
-
**
|
|
53
|
+
**pulp_importer** | [**PulpImporter**](PulpImporter.md)| |
|
|
54
54
|
|
|
55
55
|
### Return type
|
|
56
56
|
|
|
57
|
-
[**
|
|
57
|
+
[**PulpImporterResponse**](PulpImporterResponse.md)
|
|
58
58
|
|
|
59
59
|
### Authorization
|
|
60
60
|
|
|
61
|
-
[
|
|
61
|
+
[basicAuth](../README.md#basicAuth)
|
|
62
62
|
|
|
63
63
|
### HTTP request headers
|
|
64
64
|
|
|
65
|
-
- **Content-Type**: application/json
|
|
65
|
+
- **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
|
|
66
66
|
- **Accept**: application/json
|
|
67
67
|
|
|
68
68
|
|
|
@@ -81,13 +81,13 @@ ViewSet for PulpImporters.
|
|
|
81
81
|
require 'pulpcore_client'
|
|
82
82
|
# setup authorization
|
|
83
83
|
PulpcoreClient.configure do |config|
|
|
84
|
-
# Configure HTTP basic authorization:
|
|
84
|
+
# Configure HTTP basic authorization: basicAuth
|
|
85
85
|
config.username = 'YOUR USERNAME'
|
|
86
86
|
config.password = 'YOUR PASSWORD'
|
|
87
87
|
end
|
|
88
88
|
|
|
89
89
|
api_instance = PulpcoreClient::ImportersPulpApi.new
|
|
90
|
-
pulp_importer_href = 'pulp_importer_href_example' # String |
|
|
90
|
+
pulp_importer_href = 'pulp_importer_href_example' # String |
|
|
91
91
|
|
|
92
92
|
begin
|
|
93
93
|
#Delete a pulp importer
|
|
@@ -102,7 +102,7 @@ end
|
|
|
102
102
|
|
|
103
103
|
Name | Type | Description | Notes
|
|
104
104
|
------------- | ------------- | ------------- | -------------
|
|
105
|
-
**pulp_importer_href** | **String**|
|
|
105
|
+
**pulp_importer_href** | **String**| |
|
|
106
106
|
|
|
107
107
|
### Return type
|
|
108
108
|
|
|
@@ -110,7 +110,7 @@ nil (empty response body)
|
|
|
110
110
|
|
|
111
111
|
### Authorization
|
|
112
112
|
|
|
113
|
-
[
|
|
113
|
+
[basicAuth](../README.md#basicAuth)
|
|
114
114
|
|
|
115
115
|
### HTTP request headers
|
|
116
116
|
|
|
@@ -120,7 +120,7 @@ nil (empty response body)
|
|
|
120
120
|
|
|
121
121
|
## list
|
|
122
122
|
|
|
123
|
-
>
|
|
123
|
+
> InlineResponse2007 list(opts)
|
|
124
124
|
|
|
125
125
|
List pulp importers
|
|
126
126
|
|
|
@@ -133,18 +133,18 @@ ViewSet for PulpImporters.
|
|
|
133
133
|
require 'pulpcore_client'
|
|
134
134
|
# setup authorization
|
|
135
135
|
PulpcoreClient.configure do |config|
|
|
136
|
-
# Configure HTTP basic authorization:
|
|
136
|
+
# Configure HTTP basic authorization: basicAuth
|
|
137
137
|
config.username = 'YOUR USERNAME'
|
|
138
138
|
config.password = 'YOUR PASSWORD'
|
|
139
139
|
end
|
|
140
140
|
|
|
141
141
|
api_instance = PulpcoreClient::ImportersPulpApi.new
|
|
142
142
|
opts = {
|
|
143
|
-
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
|
144
|
-
name: 'name_example', # String |
|
|
145
|
-
name__in: 'name__in_example', # String | Filter results where name is in a comma-separated list of values
|
|
146
143
|
limit: 56, # Integer | Number of results to return per page.
|
|
144
|
+
name: 'name_example', # String | name
|
|
145
|
+
name__in: 'name__in_example', # String | name__in
|
|
147
146
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
147
|
+
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
|
148
148
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
149
149
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
150
150
|
}
|
|
@@ -163,21 +163,21 @@ end
|
|
|
163
163
|
|
|
164
164
|
Name | Type | Description | Notes
|
|
165
165
|
------------- | ------------- | ------------- | -------------
|
|
166
|
-
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
|
167
|
-
**name** | **String**| | [optional]
|
|
168
|
-
**name__in** | **String**| Filter results where name is in a comma-separated list of values | [optional]
|
|
169
166
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
|
167
|
+
**name** | **String**| name | [optional]
|
|
168
|
+
**name__in** | **String**| name__in | [optional]
|
|
170
169
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
170
|
+
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
|
171
171
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
|
172
172
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
|
173
173
|
|
|
174
174
|
### Return type
|
|
175
175
|
|
|
176
|
-
[**
|
|
176
|
+
[**InlineResponse2007**](InlineResponse2007.md)
|
|
177
177
|
|
|
178
178
|
### Authorization
|
|
179
179
|
|
|
180
|
-
[
|
|
180
|
+
[basicAuth](../README.md#basicAuth)
|
|
181
181
|
|
|
182
182
|
### HTTP request headers
|
|
183
183
|
|
|
@@ -187,9 +187,9 @@ Name | Type | Description | Notes
|
|
|
187
187
|
|
|
188
188
|
## partial_update
|
|
189
189
|
|
|
190
|
-
>
|
|
190
|
+
> PulpImporterResponse partial_update(pulp_importer_href, patched_pulp_importer)
|
|
191
191
|
|
|
192
|
-
|
|
192
|
+
Update a pulp importer
|
|
193
193
|
|
|
194
194
|
ViewSet for PulpImporters.
|
|
195
195
|
|
|
@@ -200,18 +200,18 @@ ViewSet for PulpImporters.
|
|
|
200
200
|
require 'pulpcore_client'
|
|
201
201
|
# setup authorization
|
|
202
202
|
PulpcoreClient.configure do |config|
|
|
203
|
-
# Configure HTTP basic authorization:
|
|
203
|
+
# Configure HTTP basic authorization: basicAuth
|
|
204
204
|
config.username = 'YOUR USERNAME'
|
|
205
205
|
config.password = 'YOUR PASSWORD'
|
|
206
206
|
end
|
|
207
207
|
|
|
208
208
|
api_instance = PulpcoreClient::ImportersPulpApi.new
|
|
209
|
-
pulp_importer_href = 'pulp_importer_href_example' # String |
|
|
210
|
-
|
|
209
|
+
pulp_importer_href = 'pulp_importer_href_example' # String |
|
|
210
|
+
patched_pulp_importer = PulpcoreClient::PatchedPulpImporter.new # PatchedPulpImporter |
|
|
211
211
|
|
|
212
212
|
begin
|
|
213
|
-
#
|
|
214
|
-
result = api_instance.partial_update(pulp_importer_href,
|
|
213
|
+
#Update a pulp importer
|
|
214
|
+
result = api_instance.partial_update(pulp_importer_href, patched_pulp_importer)
|
|
215
215
|
p result
|
|
216
216
|
rescue PulpcoreClient::ApiError => e
|
|
217
217
|
puts "Exception when calling ImportersPulpApi->partial_update: #{e}"
|
|
@@ -223,26 +223,26 @@ end
|
|
|
223
223
|
|
|
224
224
|
Name | Type | Description | Notes
|
|
225
225
|
------------- | ------------- | ------------- | -------------
|
|
226
|
-
**pulp_importer_href** | **String**|
|
|
227
|
-
**
|
|
226
|
+
**pulp_importer_href** | **String**| |
|
|
227
|
+
**patched_pulp_importer** | [**PatchedPulpImporter**](PatchedPulpImporter.md)| |
|
|
228
228
|
|
|
229
229
|
### Return type
|
|
230
230
|
|
|
231
|
-
[**
|
|
231
|
+
[**PulpImporterResponse**](PulpImporterResponse.md)
|
|
232
232
|
|
|
233
233
|
### Authorization
|
|
234
234
|
|
|
235
|
-
[
|
|
235
|
+
[basicAuth](../README.md#basicAuth)
|
|
236
236
|
|
|
237
237
|
### HTTP request headers
|
|
238
238
|
|
|
239
|
-
- **Content-Type**: application/json
|
|
239
|
+
- **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
|
|
240
240
|
- **Accept**: application/json
|
|
241
241
|
|
|
242
242
|
|
|
243
243
|
## read
|
|
244
244
|
|
|
245
|
-
>
|
|
245
|
+
> PulpImporterResponse read(pulp_importer_href, opts)
|
|
246
246
|
|
|
247
247
|
Inspect a pulp importer
|
|
248
248
|
|
|
@@ -255,13 +255,13 @@ ViewSet for PulpImporters.
|
|
|
255
255
|
require 'pulpcore_client'
|
|
256
256
|
# setup authorization
|
|
257
257
|
PulpcoreClient.configure do |config|
|
|
258
|
-
# Configure HTTP basic authorization:
|
|
258
|
+
# Configure HTTP basic authorization: basicAuth
|
|
259
259
|
config.username = 'YOUR USERNAME'
|
|
260
260
|
config.password = 'YOUR PASSWORD'
|
|
261
261
|
end
|
|
262
262
|
|
|
263
263
|
api_instance = PulpcoreClient::ImportersPulpApi.new
|
|
264
|
-
pulp_importer_href = 'pulp_importer_href_example' # String |
|
|
264
|
+
pulp_importer_href = 'pulp_importer_href_example' # String |
|
|
265
265
|
opts = {
|
|
266
266
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
267
267
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
@@ -281,17 +281,17 @@ end
|
|
|
281
281
|
|
|
282
282
|
Name | Type | Description | Notes
|
|
283
283
|
------------- | ------------- | ------------- | -------------
|
|
284
|
-
**pulp_importer_href** | **String**|
|
|
284
|
+
**pulp_importer_href** | **String**| |
|
|
285
285
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
|
286
286
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
|
287
287
|
|
|
288
288
|
### Return type
|
|
289
289
|
|
|
290
|
-
[**
|
|
290
|
+
[**PulpImporterResponse**](PulpImporterResponse.md)
|
|
291
291
|
|
|
292
292
|
### Authorization
|
|
293
293
|
|
|
294
|
-
[
|
|
294
|
+
[basicAuth](../README.md#basicAuth)
|
|
295
295
|
|
|
296
296
|
### HTTP request headers
|
|
297
297
|
|
|
@@ -301,7 +301,7 @@ Name | Type | Description | Notes
|
|
|
301
301
|
|
|
302
302
|
## update
|
|
303
303
|
|
|
304
|
-
>
|
|
304
|
+
> PulpImporterResponse update(pulp_importer_href, pulp_importer)
|
|
305
305
|
|
|
306
306
|
Update a pulp importer
|
|
307
307
|
|
|
@@ -314,18 +314,18 @@ ViewSet for PulpImporters.
|
|
|
314
314
|
require 'pulpcore_client'
|
|
315
315
|
# setup authorization
|
|
316
316
|
PulpcoreClient.configure do |config|
|
|
317
|
-
# Configure HTTP basic authorization:
|
|
317
|
+
# Configure HTTP basic authorization: basicAuth
|
|
318
318
|
config.username = 'YOUR USERNAME'
|
|
319
319
|
config.password = 'YOUR PASSWORD'
|
|
320
320
|
end
|
|
321
321
|
|
|
322
322
|
api_instance = PulpcoreClient::ImportersPulpApi.new
|
|
323
|
-
pulp_importer_href = 'pulp_importer_href_example' # String |
|
|
324
|
-
|
|
323
|
+
pulp_importer_href = 'pulp_importer_href_example' # String |
|
|
324
|
+
pulp_importer = PulpcoreClient::PulpImporter.new # PulpImporter |
|
|
325
325
|
|
|
326
326
|
begin
|
|
327
327
|
#Update a pulp importer
|
|
328
|
-
result = api_instance.update(pulp_importer_href,
|
|
328
|
+
result = api_instance.update(pulp_importer_href, pulp_importer)
|
|
329
329
|
p result
|
|
330
330
|
rescue PulpcoreClient::ApiError => e
|
|
331
331
|
puts "Exception when calling ImportersPulpApi->update: #{e}"
|
|
@@ -337,19 +337,19 @@ end
|
|
|
337
337
|
|
|
338
338
|
Name | Type | Description | Notes
|
|
339
339
|
------------- | ------------- | ------------- | -------------
|
|
340
|
-
**pulp_importer_href** | **String**|
|
|
341
|
-
**
|
|
340
|
+
**pulp_importer_href** | **String**| |
|
|
341
|
+
**pulp_importer** | [**PulpImporter**](PulpImporter.md)| |
|
|
342
342
|
|
|
343
343
|
### Return type
|
|
344
344
|
|
|
345
|
-
[**
|
|
345
|
+
[**PulpImporterResponse**](PulpImporterResponse.md)
|
|
346
346
|
|
|
347
347
|
### Authorization
|
|
348
348
|
|
|
349
|
-
[
|
|
349
|
+
[basicAuth](../README.md#basicAuth)
|
|
350
350
|
|
|
351
351
|
### HTTP request headers
|
|
352
352
|
|
|
353
|
-
- **Content-Type**: application/json
|
|
353
|
+
- **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
|
|
354
354
|
- **Accept**: application/json
|
|
355
355
|
|
data/docs/InlineResponse200.md
CHANGED
|
@@ -4,17 +4,17 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
|
-
**count** | **Integer** | |
|
|
7
|
+
**count** | **Integer** | | [optional]
|
|
8
8
|
**_next** | **String** | | [optional]
|
|
9
9
|
**previous** | **String** | | [optional]
|
|
10
|
-
**results** | [**Array<
|
|
10
|
+
**results** | [**Array<AccessPolicyResponse>**](AccessPolicyResponse.md) | | [optional]
|
|
11
11
|
|
|
12
12
|
## Code Sample
|
|
13
13
|
|
|
14
14
|
```ruby
|
|
15
15
|
require 'PulpcoreClient'
|
|
16
16
|
|
|
17
|
-
instance = PulpcoreClient::InlineResponse200.new(count:
|
|
17
|
+
instance = PulpcoreClient::InlineResponse200.new(count: 123,
|
|
18
18
|
_next: null,
|
|
19
19
|
previous: null,
|
|
20
20
|
results: null)
|
data/docs/InlineResponse2001.md
CHANGED
|
@@ -4,17 +4,17 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
|
-
**count** | **Integer** | |
|
|
7
|
+
**count** | **Integer** | | [optional]
|
|
8
8
|
**_next** | **String** | | [optional]
|
|
9
9
|
**previous** | **String** | | [optional]
|
|
10
|
-
**results** | [**Array<
|
|
10
|
+
**results** | [**Array<ArtifactResponse>**](ArtifactResponse.md) | | [optional]
|
|
11
11
|
|
|
12
12
|
## Code Sample
|
|
13
13
|
|
|
14
14
|
```ruby
|
|
15
15
|
require 'PulpcoreClient'
|
|
16
16
|
|
|
17
|
-
instance = PulpcoreClient::InlineResponse2001.new(count:
|
|
17
|
+
instance = PulpcoreClient::InlineResponse2001.new(count: 123,
|
|
18
18
|
_next: null,
|
|
19
19
|
previous: null,
|
|
20
20
|
results: null)
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# PulpcoreClient::InlineResponse20010
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
Name | Type | Description | Notes
|
|
6
|
+
------------ | ------------- | ------------- | -------------
|
|
7
|
+
**count** | **Integer** | | [optional]
|
|
8
|
+
**_next** | **String** | | [optional]
|
|
9
|
+
**previous** | **String** | | [optional]
|
|
10
|
+
**results** | [**Array<TaskGroupResponse>**](TaskGroupResponse.md) | | [optional]
|
|
11
|
+
|
|
12
|
+
## Code Sample
|
|
13
|
+
|
|
14
|
+
```ruby
|
|
15
|
+
require 'PulpcoreClient'
|
|
16
|
+
|
|
17
|
+
instance = PulpcoreClient::InlineResponse20010.new(count: 123,
|
|
18
|
+
_next: null,
|
|
19
|
+
previous: null,
|
|
20
|
+
results: null)
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# PulpcoreClient::InlineResponse20011
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
Name | Type | Description | Notes
|
|
6
|
+
------------ | ------------- | ------------- | -------------
|
|
7
|
+
**count** | **Integer** | | [optional]
|
|
8
|
+
**_next** | **String** | | [optional]
|
|
9
|
+
**previous** | **String** | | [optional]
|
|
10
|
+
**results** | [**Array<TaskResponse>**](TaskResponse.md) | | [optional]
|
|
11
|
+
|
|
12
|
+
## Code Sample
|
|
13
|
+
|
|
14
|
+
```ruby
|
|
15
|
+
require 'PulpcoreClient'
|
|
16
|
+
|
|
17
|
+
instance = PulpcoreClient::InlineResponse20011.new(count: 123,
|
|
18
|
+
_next: null,
|
|
19
|
+
previous: null,
|
|
20
|
+
results: null)
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# PulpcoreClient::InlineResponse20012
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
Name | Type | Description | Notes
|
|
6
|
+
------------ | ------------- | ------------- | -------------
|
|
7
|
+
**count** | **Integer** | | [optional]
|
|
8
|
+
**_next** | **String** | | [optional]
|
|
9
|
+
**previous** | **String** | | [optional]
|
|
10
|
+
**results** | [**Array<UploadResponse>**](UploadResponse.md) | | [optional]
|
|
11
|
+
|
|
12
|
+
## Code Sample
|
|
13
|
+
|
|
14
|
+
```ruby
|
|
15
|
+
require 'PulpcoreClient'
|
|
16
|
+
|
|
17
|
+
instance = PulpcoreClient::InlineResponse20012.new(count: 123,
|
|
18
|
+
_next: null,
|
|
19
|
+
previous: null,
|
|
20
|
+
results: null)
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# PulpcoreClient::InlineResponse20013
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
Name | Type | Description | Notes
|
|
6
|
+
------------ | ------------- | ------------- | -------------
|
|
7
|
+
**count** | **Integer** | | [optional]
|
|
8
|
+
**_next** | **String** | | [optional]
|
|
9
|
+
**previous** | **String** | | [optional]
|
|
10
|
+
**results** | [**Array<UserResponse>**](UserResponse.md) | | [optional]
|
|
11
|
+
|
|
12
|
+
## Code Sample
|
|
13
|
+
|
|
14
|
+
```ruby
|
|
15
|
+
require 'PulpcoreClient'
|
|
16
|
+
|
|
17
|
+
instance = PulpcoreClient::InlineResponse20013.new(count: 123,
|
|
18
|
+
_next: null,
|
|
19
|
+
previous: null,
|
|
20
|
+
results: null)
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# PulpcoreClient::InlineResponse20014
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
Name | Type | Description | Notes
|
|
6
|
+
------------ | ------------- | ------------- | -------------
|
|
7
|
+
**count** | **Integer** | | [optional]
|
|
8
|
+
**_next** | **String** | | [optional]
|
|
9
|
+
**previous** | **String** | | [optional]
|
|
10
|
+
**results** | [**Array<WorkerResponse>**](WorkerResponse.md) | | [optional]
|
|
11
|
+
|
|
12
|
+
## Code Sample
|
|
13
|
+
|
|
14
|
+
```ruby
|
|
15
|
+
require 'PulpcoreClient'
|
|
16
|
+
|
|
17
|
+
instance = PulpcoreClient::InlineResponse20014.new(count: 123,
|
|
18
|
+
_next: null,
|
|
19
|
+
previous: null,
|
|
20
|
+
results: null)
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
|
data/docs/InlineResponse2002.md
CHANGED
|
@@ -4,17 +4,17 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
|
-
**count** | **Integer** | |
|
|
7
|
+
**count** | **Integer** | | [optional]
|
|
8
8
|
**_next** | **String** | | [optional]
|
|
9
9
|
**previous** | **String** | | [optional]
|
|
10
|
-
**results** | [**Array<
|
|
10
|
+
**results** | [**Array<PulpExporterResponse>**](PulpExporterResponse.md) | | [optional]
|
|
11
11
|
|
|
12
12
|
## Code Sample
|
|
13
13
|
|
|
14
14
|
```ruby
|
|
15
15
|
require 'PulpcoreClient'
|
|
16
16
|
|
|
17
|
-
instance = PulpcoreClient::InlineResponse2002.new(count:
|
|
17
|
+
instance = PulpcoreClient::InlineResponse2002.new(count: 123,
|
|
18
18
|
_next: null,
|
|
19
19
|
previous: null,
|
|
20
20
|
results: null)
|
data/docs/InlineResponse2003.md
CHANGED
|
@@ -4,17 +4,17 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
|
-
**count** | **Integer** | |
|
|
7
|
+
**count** | **Integer** | | [optional]
|
|
8
8
|
**_next** | **String** | | [optional]
|
|
9
9
|
**previous** | **String** | | [optional]
|
|
10
|
-
**results** | [**Array<
|
|
10
|
+
**results** | [**Array<PulpExportResponse>**](PulpExportResponse.md) | | [optional]
|
|
11
11
|
|
|
12
12
|
## Code Sample
|
|
13
13
|
|
|
14
14
|
```ruby
|
|
15
15
|
require 'PulpcoreClient'
|
|
16
16
|
|
|
17
|
-
instance = PulpcoreClient::InlineResponse2003.new(count:
|
|
17
|
+
instance = PulpcoreClient::InlineResponse2003.new(count: 123,
|
|
18
18
|
_next: null,
|
|
19
19
|
previous: null,
|
|
20
20
|
results: null)
|
data/docs/InlineResponse2004.md
CHANGED
|
@@ -4,17 +4,17 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
|
-
**count** | **Integer** | |
|
|
7
|
+
**count** | **Integer** | | [optional]
|
|
8
8
|
**_next** | **String** | | [optional]
|
|
9
9
|
**previous** | **String** | | [optional]
|
|
10
|
-
**results** | [**Array<
|
|
10
|
+
**results** | [**Array<GroupResponse>**](GroupResponse.md) | | [optional]
|
|
11
11
|
|
|
12
12
|
## Code Sample
|
|
13
13
|
|
|
14
14
|
```ruby
|
|
15
15
|
require 'PulpcoreClient'
|
|
16
16
|
|
|
17
|
-
instance = PulpcoreClient::InlineResponse2004.new(count:
|
|
17
|
+
instance = PulpcoreClient::InlineResponse2004.new(count: 123,
|
|
18
18
|
_next: null,
|
|
19
19
|
previous: null,
|
|
20
20
|
results: null)
|
data/docs/InlineResponse2005.md
CHANGED
|
@@ -4,17 +4,17 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
|
-
**count** | **Integer** | |
|
|
7
|
+
**count** | **Integer** | | [optional]
|
|
8
8
|
**_next** | **String** | | [optional]
|
|
9
9
|
**previous** | **String** | | [optional]
|
|
10
|
-
**results** | [**Array<
|
|
10
|
+
**results** | [**Array<PermissionResponse>**](PermissionResponse.md) | | [optional]
|
|
11
11
|
|
|
12
12
|
## Code Sample
|
|
13
13
|
|
|
14
14
|
```ruby
|
|
15
15
|
require 'PulpcoreClient'
|
|
16
16
|
|
|
17
|
-
instance = PulpcoreClient::InlineResponse2005.new(count:
|
|
17
|
+
instance = PulpcoreClient::InlineResponse2005.new(count: 123,
|
|
18
18
|
_next: null,
|
|
19
19
|
previous: null,
|
|
20
20
|
results: null)
|
data/docs/InlineResponse2006.md
CHANGED
|
@@ -4,17 +4,17 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
|
-
**count** | **Integer** | |
|
|
7
|
+
**count** | **Integer** | | [optional]
|
|
8
8
|
**_next** | **String** | | [optional]
|
|
9
9
|
**previous** | **String** | | [optional]
|
|
10
|
-
**results** | [**Array<
|
|
10
|
+
**results** | [**Array<GroupUserResponse>**](GroupUserResponse.md) | | [optional]
|
|
11
11
|
|
|
12
12
|
## Code Sample
|
|
13
13
|
|
|
14
14
|
```ruby
|
|
15
15
|
require 'PulpcoreClient'
|
|
16
16
|
|
|
17
|
-
instance = PulpcoreClient::InlineResponse2006.new(count:
|
|
17
|
+
instance = PulpcoreClient::InlineResponse2006.new(count: 123,
|
|
18
18
|
_next: null,
|
|
19
19
|
previous: null,
|
|
20
20
|
results: null)
|
data/docs/InlineResponse2007.md
CHANGED
|
@@ -4,17 +4,17 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
|
-
**count** | **Integer** | |
|
|
7
|
+
**count** | **Integer** | | [optional]
|
|
8
8
|
**_next** | **String** | | [optional]
|
|
9
9
|
**previous** | **String** | | [optional]
|
|
10
|
-
**results** | [**Array<
|
|
10
|
+
**results** | [**Array<PulpImporterResponse>**](PulpImporterResponse.md) | | [optional]
|
|
11
11
|
|
|
12
12
|
## Code Sample
|
|
13
13
|
|
|
14
14
|
```ruby
|
|
15
15
|
require 'PulpcoreClient'
|
|
16
16
|
|
|
17
|
-
instance = PulpcoreClient::InlineResponse2007.new(count:
|
|
17
|
+
instance = PulpcoreClient::InlineResponse2007.new(count: 123,
|
|
18
18
|
_next: null,
|
|
19
19
|
previous: null,
|
|
20
20
|
results: null)
|
data/docs/InlineResponse2008.md
CHANGED
|
@@ -4,17 +4,17 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
|
-
**count** | **Integer** | |
|
|
7
|
+
**count** | **Integer** | | [optional]
|
|
8
8
|
**_next** | **String** | | [optional]
|
|
9
9
|
**previous** | **String** | | [optional]
|
|
10
|
-
**results** | [**Array<
|
|
10
|
+
**results** | [**Array<ImportResponse>**](ImportResponse.md) | | [optional]
|
|
11
11
|
|
|
12
12
|
## Code Sample
|
|
13
13
|
|
|
14
14
|
```ruby
|
|
15
15
|
require 'PulpcoreClient'
|
|
16
16
|
|
|
17
|
-
instance = PulpcoreClient::InlineResponse2008.new(count:
|
|
17
|
+
instance = PulpcoreClient::InlineResponse2008.new(count: 123,
|
|
18
18
|
_next: null,
|
|
19
19
|
previous: null,
|
|
20
20
|
results: null)
|
data/docs/InlineResponse2009.md
CHANGED
|
@@ -4,17 +4,17 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
|
-
**count** | **Integer** | |
|
|
7
|
+
**count** | **Integer** | | [optional]
|
|
8
8
|
**_next** | **String** | | [optional]
|
|
9
9
|
**previous** | **String** | | [optional]
|
|
10
|
-
**results** | [**Array<
|
|
10
|
+
**results** | [**Array<SigningServiceResponse>**](SigningServiceResponse.md) | | [optional]
|
|
11
11
|
|
|
12
12
|
## Code Sample
|
|
13
13
|
|
|
14
14
|
```ruby
|
|
15
15
|
require 'PulpcoreClient'
|
|
16
16
|
|
|
17
|
-
instance = PulpcoreClient::InlineResponse2009.new(count:
|
|
17
|
+
instance = PulpcoreClient::InlineResponse2009.new(count: 123,
|
|
18
18
|
_next: null,
|
|
19
19
|
previous: null,
|
|
20
20
|
results: null)
|
data/docs/OrphansApi.md
CHANGED
|
@@ -23,7 +23,7 @@ Trigger an asynchronous task that deletes allorphaned content and artifacts.
|
|
|
23
23
|
require 'pulpcore_client'
|
|
24
24
|
# setup authorization
|
|
25
25
|
PulpcoreClient.configure do |config|
|
|
26
|
-
# Configure HTTP basic authorization:
|
|
26
|
+
# Configure HTTP basic authorization: basicAuth
|
|
27
27
|
config.username = 'YOUR USERNAME'
|
|
28
28
|
config.password = 'YOUR PASSWORD'
|
|
29
29
|
end
|
|
@@ -49,7 +49,7 @@ This endpoint does not need any parameter.
|
|
|
49
49
|
|
|
50
50
|
### Authorization
|
|
51
51
|
|
|
52
|
-
[
|
|
52
|
+
[basicAuth](../README.md#basicAuth)
|
|
53
53
|
|
|
54
54
|
### HTTP request headers
|
|
55
55
|
|