pulpcore_client 3.28.30 → 3.28.31
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +154 -156
- data/docs/AccessPoliciesApi.md +25 -25
- data/docs/ArtifactDistributionResponse.md +8 -8
- data/docs/ArtifactsApi.md +20 -20
- data/docs/ContentApi.md +5 -5
- data/docs/ContentguardsApi.md +5 -5
- data/docs/ContentguardsContentRedirectApi.md +50 -50
- data/docs/ContentguardsRbacApi.md +50 -50
- data/docs/DistributionsApi.md +5 -5
- data/docs/DistributionsArtifactsApi.md +10 -10
- data/docs/DomainsApi.md +30 -30
- data/docs/ExportersFilesystemApi.md +30 -30
- data/docs/ExportersFilesystemExportsApi.md +20 -20
- data/docs/ExportersPulpApi.md +30 -30
- data/docs/ExportersPulpExportsApi.md +20 -20
- data/docs/GroupsApi.md +50 -50
- data/docs/GroupsRolesApi.md +20 -20
- data/docs/GroupsUsersApi.md +15 -15
- data/docs/ImportersPulpApi.md +30 -30
- data/docs/ImportersPulpImportsApi.md +20 -20
- data/docs/OrphansApi.md +5 -5
- data/docs/OrphansCleanupApi.md +5 -5
- data/docs/PublicationsApi.md +5 -5
- data/docs/RemotesApi.md +5 -5
- data/docs/RepairApi.md +5 -5
- data/docs/RepositoriesApi.md +5 -5
- data/docs/RepositoriesReclaimSpaceApi.md +5 -5
- data/docs/RepositoryVersionsApi.md +5 -5
- data/docs/RolesApi.md +30 -30
- data/docs/SigningServicesApi.md +10 -10
- data/docs/TaskGroupsApi.md +10 -10
- data/docs/TaskSchedulesApi.md +30 -30
- data/docs/TasksApi.md +95 -95
- data/docs/UploadsApi.md +50 -50
- data/docs/UpstreamPulpsApi.md +35 -35
- data/docs/UsersApi.md +30 -30
- data/docs/UsersRolesApi.md +20 -20
- data/docs/WorkersApi.md +10 -10
- data/lib/pulpcore_client/api/access_policies_api.rb +31 -31
- data/lib/pulpcore_client/api/artifacts_api.rb +29 -29
- data/lib/pulpcore_client/api/content_api.rb +5 -5
- data/lib/pulpcore_client/api/contentguards_api.rb +5 -5
- data/lib/pulpcore_client/api/contentguards_content_redirect_api.rb +63 -63
- data/lib/pulpcore_client/api/contentguards_rbac_api.rb +63 -63
- data/lib/pulpcore_client/api/distributions_api.rb +5 -5
- data/lib/pulpcore_client/api/distributions_artifacts_api.rb +11 -11
- data/lib/pulpcore_client/api/domains_api.rb +37 -37
- data/lib/pulpcore_client/api/exporters_filesystem_api.rb +37 -37
- data/lib/pulpcore_client/api/exporters_filesystem_exports_api.rb +25 -25
- data/lib/pulpcore_client/api/exporters_pulp_api.rb +37 -37
- data/lib/pulpcore_client/api/exporters_pulp_exports_api.rb +25 -25
- data/lib/pulpcore_client/api/groups_api.rb +63 -63
- data/lib/pulpcore_client/api/groups_roles_api.rb +25 -25
- data/lib/pulpcore_client/api/groups_users_api.rb +19 -19
- data/lib/pulpcore_client/api/importers_pulp_api.rb +37 -37
- data/lib/pulpcore_client/api/importers_pulp_imports_api.rb +25 -25
- data/lib/pulpcore_client/api/orphans_api.rb +5 -5
- data/lib/pulpcore_client/api/orphans_cleanup_api.rb +6 -6
- data/lib/pulpcore_client/api/publications_api.rb +5 -5
- data/lib/pulpcore_client/api/remotes_api.rb +5 -5
- data/lib/pulpcore_client/api/repair_api.rb +6 -6
- data/lib/pulpcore_client/api/repositories_api.rb +5 -5
- data/lib/pulpcore_client/api/repositories_reclaim_space_api.rb +6 -6
- data/lib/pulpcore_client/api/repository_versions_api.rb +5 -5
- data/lib/pulpcore_client/api/roles_api.rb +37 -37
- data/lib/pulpcore_client/api/signing_services_api.rb +11 -11
- data/lib/pulpcore_client/api/task_groups_api.rb +11 -11
- data/lib/pulpcore_client/api/task_schedules_api.rb +37 -37
- data/lib/pulpcore_client/api/tasks_api.rb +119 -119
- data/lib/pulpcore_client/api/uploads_api.rb +65 -65
- data/lib/pulpcore_client/api/upstream_pulps_api.rb +43 -43
- data/lib/pulpcore_client/api/users_api.rb +37 -37
- data/lib/pulpcore_client/api/users_roles_api.rb +25 -25
- data/lib/pulpcore_client/api/workers_api.rb +11 -11
- data/lib/pulpcore_client/models/artifact_distribution_response.rb +31 -31
- data/lib/pulpcore_client/version.rb +1 -1
- data/lib/pulpcore_client.rb +0 -2
- data/spec/api/access_policies_api_spec.rb +10 -10
- data/spec/api/artifacts_api_spec.rb +8 -8
- data/spec/api/content_api_spec.rb +2 -2
- data/spec/api/contentguards_api_spec.rb +2 -2
- data/spec/api/contentguards_content_redirect_api_spec.rb +20 -20
- data/spec/api/contentguards_rbac_api_spec.rb +20 -20
- data/spec/api/distributions_api_spec.rb +2 -2
- data/spec/api/distributions_artifacts_api_spec.rb +4 -4
- data/spec/api/domains_api_spec.rb +12 -12
- data/spec/api/exporters_filesystem_api_spec.rb +12 -12
- data/spec/api/exporters_filesystem_exports_api_spec.rb +8 -8
- data/spec/api/exporters_pulp_api_spec.rb +12 -12
- data/spec/api/exporters_pulp_exports_api_spec.rb +8 -8
- data/spec/api/groups_api_spec.rb +20 -20
- data/spec/api/groups_roles_api_spec.rb +8 -8
- data/spec/api/groups_users_api_spec.rb +6 -6
- data/spec/api/importers_pulp_api_spec.rb +12 -12
- data/spec/api/importers_pulp_imports_api_spec.rb +8 -8
- data/spec/api/orphans_api_spec.rb +2 -2
- data/spec/api/orphans_cleanup_api_spec.rb +2 -2
- data/spec/api/publications_api_spec.rb +2 -2
- data/spec/api/remotes_api_spec.rb +2 -2
- data/spec/api/repair_api_spec.rb +2 -2
- data/spec/api/repositories_api_spec.rb +2 -2
- data/spec/api/repositories_reclaim_space_api_spec.rb +2 -2
- data/spec/api/repository_versions_api_spec.rb +2 -2
- data/spec/api/roles_api_spec.rb +12 -12
- data/spec/api/signing_services_api_spec.rb +4 -4
- data/spec/api/task_groups_api_spec.rb +4 -4
- data/spec/api/task_schedules_api_spec.rb +12 -12
- data/spec/api/tasks_api_spec.rb +29 -29
- data/spec/api/uploads_api_spec.rb +20 -20
- data/spec/api/upstream_pulps_api_spec.rb +14 -14
- data/spec/api/users_api_spec.rb +12 -12
- data/spec/api/users_roles_api_spec.rb +8 -8
- data/spec/api/workers_api_spec.rb +4 -4
- data/spec/models/artifact_distribution_response_spec.rb +8 -8
- metadata +2 -10
- data/docs/DocsApiJsonApi.md +0 -61
- data/docs/DocsApiYamlApi.md +0 -61
- data/lib/pulpcore_client/api/docs_api_json_api.rb +0 -89
- data/lib/pulpcore_client/api/docs_api_yaml_api.rb +0 -89
- data/spec/api/docs_api_json_api_spec.rb +0 -48
- data/spec/api/docs_api_yaml_api_spec.rb +0 -48
data/docs/GroupsRolesApi.md
CHANGED
@@ -4,16 +4,16 @@ All URIs are relative to *http://localhost:24817*
|
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
7
|
-
[**
|
8
|
-
[**
|
9
|
-
[**
|
10
|
-
[**
|
7
|
+
[**create**](GroupsRolesApi.md#create) | **POST** {group_href}roles/ | Create a group role
|
8
|
+
[**delete**](GroupsRolesApi.md#delete) | **DELETE** {groups_group_role_href} | Delete a group role
|
9
|
+
[**list**](GroupsRolesApi.md#list) | **GET** {group_href}roles/ | List group roles
|
10
|
+
[**read**](GroupsRolesApi.md#read) | **GET** {groups_group_role_href} | Inspect a group role
|
11
11
|
|
12
12
|
|
13
13
|
|
14
|
-
##
|
14
|
+
## create
|
15
15
|
|
16
|
-
> GroupRoleResponse
|
16
|
+
> GroupRoleResponse create(group_href, group_role)
|
17
17
|
|
18
18
|
Create a group role
|
19
19
|
|
@@ -37,10 +37,10 @@ group_role = PulpcoreClient::GroupRole.new # GroupRole |
|
|
37
37
|
|
38
38
|
begin
|
39
39
|
#Create a group role
|
40
|
-
result = api_instance.
|
40
|
+
result = api_instance.create(group_href, group_role)
|
41
41
|
p result
|
42
42
|
rescue PulpcoreClient::ApiError => e
|
43
|
-
puts "Exception when calling GroupsRolesApi->
|
43
|
+
puts "Exception when calling GroupsRolesApi->create: #{e}"
|
44
44
|
end
|
45
45
|
```
|
46
46
|
|
@@ -66,9 +66,9 @@ Name | Type | Description | Notes
|
|
66
66
|
- **Accept**: application/json
|
67
67
|
|
68
68
|
|
69
|
-
##
|
69
|
+
## delete
|
70
70
|
|
71
|
-
>
|
71
|
+
> delete(groups_group_role_href)
|
72
72
|
|
73
73
|
Delete a group role
|
74
74
|
|
@@ -91,9 +91,9 @@ groups_group_role_href = 'groups_group_role_href_example' # String |
|
|
91
91
|
|
92
92
|
begin
|
93
93
|
#Delete a group role
|
94
|
-
api_instance.
|
94
|
+
api_instance.delete(groups_group_role_href)
|
95
95
|
rescue PulpcoreClient::ApiError => e
|
96
|
-
puts "Exception when calling GroupsRolesApi->
|
96
|
+
puts "Exception when calling GroupsRolesApi->delete: #{e}"
|
97
97
|
end
|
98
98
|
```
|
99
99
|
|
@@ -118,9 +118,9 @@ nil (empty response body)
|
|
118
118
|
- **Accept**: Not defined
|
119
119
|
|
120
120
|
|
121
|
-
##
|
121
|
+
## list
|
122
122
|
|
123
|
-
> PaginatedGroupRoleResponseList
|
123
|
+
> PaginatedGroupRoleResponseList list(group_href, opts)
|
124
124
|
|
125
125
|
List group roles
|
126
126
|
|
@@ -159,10 +159,10 @@ opts = {
|
|
159
159
|
|
160
160
|
begin
|
161
161
|
#List group roles
|
162
|
-
result = api_instance.
|
162
|
+
result = api_instance.list(group_href, opts)
|
163
163
|
p result
|
164
164
|
rescue PulpcoreClient::ApiError => e
|
165
|
-
puts "Exception when calling GroupsRolesApi->
|
165
|
+
puts "Exception when calling GroupsRolesApi->list: #{e}"
|
166
166
|
end
|
167
167
|
```
|
168
168
|
|
@@ -201,9 +201,9 @@ Name | Type | Description | Notes
|
|
201
201
|
- **Accept**: application/json
|
202
202
|
|
203
203
|
|
204
|
-
##
|
204
|
+
## read
|
205
205
|
|
206
|
-
> GroupRoleResponse
|
206
|
+
> GroupRoleResponse read(groups_group_role_href, opts)
|
207
207
|
|
208
208
|
Inspect a group role
|
209
209
|
|
@@ -230,10 +230,10 @@ opts = {
|
|
230
230
|
|
231
231
|
begin
|
232
232
|
#Inspect a group role
|
233
|
-
result = api_instance.
|
233
|
+
result = api_instance.read(groups_group_role_href, opts)
|
234
234
|
p result
|
235
235
|
rescue PulpcoreClient::ApiError => e
|
236
|
-
puts "Exception when calling GroupsRolesApi->
|
236
|
+
puts "Exception when calling GroupsRolesApi->read: #{e}"
|
237
237
|
end
|
238
238
|
```
|
239
239
|
|
data/docs/GroupsUsersApi.md
CHANGED
@@ -4,15 +4,15 @@ All URIs are relative to *http://localhost:24817*
|
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
7
|
-
[**
|
8
|
-
[**
|
9
|
-
[**
|
7
|
+
[**create**](GroupsUsersApi.md#create) | **POST** {group_href}users/ | Create an user
|
8
|
+
[**delete**](GroupsUsersApi.md#delete) | **DELETE** {groups_user_href} | Delete an user
|
9
|
+
[**list**](GroupsUsersApi.md#list) | **GET** {group_href}users/ | List users
|
10
10
|
|
11
11
|
|
12
12
|
|
13
|
-
##
|
13
|
+
## create
|
14
14
|
|
15
|
-
> GroupUserResponse
|
15
|
+
> GroupUserResponse create(group_href, group_user)
|
16
16
|
|
17
17
|
Create an user
|
18
18
|
|
@@ -36,10 +36,10 @@ group_user = PulpcoreClient::GroupUser.new # GroupUser |
|
|
36
36
|
|
37
37
|
begin
|
38
38
|
#Create an user
|
39
|
-
result = api_instance.
|
39
|
+
result = api_instance.create(group_href, group_user)
|
40
40
|
p result
|
41
41
|
rescue PulpcoreClient::ApiError => e
|
42
|
-
puts "Exception when calling GroupsUsersApi->
|
42
|
+
puts "Exception when calling GroupsUsersApi->create: #{e}"
|
43
43
|
end
|
44
44
|
```
|
45
45
|
|
@@ -65,9 +65,9 @@ Name | Type | Description | Notes
|
|
65
65
|
- **Accept**: application/json
|
66
66
|
|
67
67
|
|
68
|
-
##
|
68
|
+
## delete
|
69
69
|
|
70
|
-
>
|
70
|
+
> delete(groups_user_href)
|
71
71
|
|
72
72
|
Delete an user
|
73
73
|
|
@@ -90,9 +90,9 @@ groups_user_href = 'groups_user_href_example' # String |
|
|
90
90
|
|
91
91
|
begin
|
92
92
|
#Delete an user
|
93
|
-
api_instance.
|
93
|
+
api_instance.delete(groups_user_href)
|
94
94
|
rescue PulpcoreClient::ApiError => e
|
95
|
-
puts "Exception when calling GroupsUsersApi->
|
95
|
+
puts "Exception when calling GroupsUsersApi->delete: #{e}"
|
96
96
|
end
|
97
97
|
```
|
98
98
|
|
@@ -117,9 +117,9 @@ nil (empty response body)
|
|
117
117
|
- **Accept**: Not defined
|
118
118
|
|
119
119
|
|
120
|
-
##
|
120
|
+
## list
|
121
121
|
|
122
|
-
> PaginatedGroupUserResponseList
|
122
|
+
> PaginatedGroupUserResponseList list(group_href, opts)
|
123
123
|
|
124
124
|
List users
|
125
125
|
|
@@ -148,10 +148,10 @@ opts = {
|
|
148
148
|
|
149
149
|
begin
|
150
150
|
#List users
|
151
|
-
result = api_instance.
|
151
|
+
result = api_instance.list(group_href, opts)
|
152
152
|
p result
|
153
153
|
rescue PulpcoreClient::ApiError => e
|
154
|
-
puts "Exception when calling GroupsUsersApi->
|
154
|
+
puts "Exception when calling GroupsUsersApi->list: #{e}"
|
155
155
|
end
|
156
156
|
```
|
157
157
|
|
data/docs/ImportersPulpApi.md
CHANGED
@@ -4,18 +4,18 @@ All URIs are relative to *http://localhost:24817*
|
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
7
|
-
[**
|
8
|
-
[**
|
9
|
-
[**
|
10
|
-
[**
|
11
|
-
[**
|
12
|
-
[**
|
7
|
+
[**create**](ImportersPulpApi.md#create) | **POST** /pulp/api/v3/importers/core/pulp/ | Create a pulp importer
|
8
|
+
[**delete**](ImportersPulpApi.md#delete) | **DELETE** {pulp_importer_href} | Delete a pulp importer
|
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} | Update a pulp importer
|
11
|
+
[**read**](ImportersPulpApi.md#read) | **GET** {pulp_importer_href} | Inspect a pulp importer
|
12
|
+
[**update**](ImportersPulpApi.md#update) | **PUT** {pulp_importer_href} | Update a pulp importer
|
13
13
|
|
14
14
|
|
15
15
|
|
16
|
-
##
|
16
|
+
## create
|
17
17
|
|
18
|
-
> PulpImporterResponse
|
18
|
+
> PulpImporterResponse create(pulp_importer)
|
19
19
|
|
20
20
|
Create a pulp importer
|
21
21
|
|
@@ -38,10 +38,10 @@ pulp_importer = PulpcoreClient::PulpImporter.new # PulpImporter |
|
|
38
38
|
|
39
39
|
begin
|
40
40
|
#Create a pulp importer
|
41
|
-
result = api_instance.
|
41
|
+
result = api_instance.create(pulp_importer)
|
42
42
|
p result
|
43
43
|
rescue PulpcoreClient::ApiError => e
|
44
|
-
puts "Exception when calling ImportersPulpApi->
|
44
|
+
puts "Exception when calling ImportersPulpApi->create: #{e}"
|
45
45
|
end
|
46
46
|
```
|
47
47
|
|
@@ -66,9 +66,9 @@ Name | Type | Description | Notes
|
|
66
66
|
- **Accept**: application/json
|
67
67
|
|
68
68
|
|
69
|
-
##
|
69
|
+
## delete
|
70
70
|
|
71
|
-
>
|
71
|
+
> delete(pulp_importer_href)
|
72
72
|
|
73
73
|
Delete a pulp importer
|
74
74
|
|
@@ -91,9 +91,9 @@ pulp_importer_href = 'pulp_importer_href_example' # String |
|
|
91
91
|
|
92
92
|
begin
|
93
93
|
#Delete a pulp importer
|
94
|
-
api_instance.
|
94
|
+
api_instance.delete(pulp_importer_href)
|
95
95
|
rescue PulpcoreClient::ApiError => e
|
96
|
-
puts "Exception when calling ImportersPulpApi->
|
96
|
+
puts "Exception when calling ImportersPulpApi->delete: #{e}"
|
97
97
|
end
|
98
98
|
```
|
99
99
|
|
@@ -118,9 +118,9 @@ nil (empty response body)
|
|
118
118
|
- **Accept**: Not defined
|
119
119
|
|
120
120
|
|
121
|
-
##
|
121
|
+
## list
|
122
122
|
|
123
|
-
> PaginatedPulpImporterResponseList
|
123
|
+
> PaginatedPulpImporterResponseList list(opts)
|
124
124
|
|
125
125
|
List pulp importers
|
126
126
|
|
@@ -156,10 +156,10 @@ opts = {
|
|
156
156
|
|
157
157
|
begin
|
158
158
|
#List pulp importers
|
159
|
-
result = api_instance.
|
159
|
+
result = api_instance.list(opts)
|
160
160
|
p result
|
161
161
|
rescue PulpcoreClient::ApiError => e
|
162
|
-
puts "Exception when calling ImportersPulpApi->
|
162
|
+
puts "Exception when calling ImportersPulpApi->list: #{e}"
|
163
163
|
end
|
164
164
|
```
|
165
165
|
|
@@ -195,9 +195,9 @@ Name | Type | Description | Notes
|
|
195
195
|
- **Accept**: application/json
|
196
196
|
|
197
197
|
|
198
|
-
##
|
198
|
+
## partial_update
|
199
199
|
|
200
|
-
> PulpImporterResponse
|
200
|
+
> PulpImporterResponse partial_update(pulp_importer_href, patched_pulp_importer)
|
201
201
|
|
202
202
|
Update a pulp importer
|
203
203
|
|
@@ -221,10 +221,10 @@ patched_pulp_importer = PulpcoreClient::PatchedPulpImporter.new # PatchedPulpImp
|
|
221
221
|
|
222
222
|
begin
|
223
223
|
#Update a pulp importer
|
224
|
-
result = api_instance.
|
224
|
+
result = api_instance.partial_update(pulp_importer_href, patched_pulp_importer)
|
225
225
|
p result
|
226
226
|
rescue PulpcoreClient::ApiError => e
|
227
|
-
puts "Exception when calling ImportersPulpApi->
|
227
|
+
puts "Exception when calling ImportersPulpApi->partial_update: #{e}"
|
228
228
|
end
|
229
229
|
```
|
230
230
|
|
@@ -250,9 +250,9 @@ Name | Type | Description | Notes
|
|
250
250
|
- **Accept**: application/json
|
251
251
|
|
252
252
|
|
253
|
-
##
|
253
|
+
## read
|
254
254
|
|
255
|
-
> PulpImporterResponse
|
255
|
+
> PulpImporterResponse read(pulp_importer_href, opts)
|
256
256
|
|
257
257
|
Inspect a pulp importer
|
258
258
|
|
@@ -279,10 +279,10 @@ opts = {
|
|
279
279
|
|
280
280
|
begin
|
281
281
|
#Inspect a pulp importer
|
282
|
-
result = api_instance.
|
282
|
+
result = api_instance.read(pulp_importer_href, opts)
|
283
283
|
p result
|
284
284
|
rescue PulpcoreClient::ApiError => e
|
285
|
-
puts "Exception when calling ImportersPulpApi->
|
285
|
+
puts "Exception when calling ImportersPulpApi->read: #{e}"
|
286
286
|
end
|
287
287
|
```
|
288
288
|
|
@@ -309,9 +309,9 @@ Name | Type | Description | Notes
|
|
309
309
|
- **Accept**: application/json
|
310
310
|
|
311
311
|
|
312
|
-
##
|
312
|
+
## update
|
313
313
|
|
314
|
-
> PulpImporterResponse
|
314
|
+
> PulpImporterResponse update(pulp_importer_href, pulp_importer)
|
315
315
|
|
316
316
|
Update a pulp importer
|
317
317
|
|
@@ -335,10 +335,10 @@ pulp_importer = PulpcoreClient::PulpImporter.new # PulpImporter |
|
|
335
335
|
|
336
336
|
begin
|
337
337
|
#Update a pulp importer
|
338
|
-
result = api_instance.
|
338
|
+
result = api_instance.update(pulp_importer_href, pulp_importer)
|
339
339
|
p result
|
340
340
|
rescue PulpcoreClient::ApiError => e
|
341
|
-
puts "Exception when calling ImportersPulpApi->
|
341
|
+
puts "Exception when calling ImportersPulpApi->update: #{e}"
|
342
342
|
end
|
343
343
|
```
|
344
344
|
|
@@ -4,16 +4,16 @@ All URIs are relative to *http://localhost:24817*
|
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
7
|
-
[**
|
8
|
-
[**
|
9
|
-
[**
|
10
|
-
[**
|
7
|
+
[**create**](ImportersPulpImportsApi.md#create) | **POST** {pulp_importer_href}imports/ | Create a pulp import
|
8
|
+
[**delete**](ImportersPulpImportsApi.md#delete) | **DELETE** {pulp_pulp_import_href} | Delete a pulp import
|
9
|
+
[**list**](ImportersPulpImportsApi.md#list) | **GET** {pulp_importer_href}imports/ | List pulp imports
|
10
|
+
[**read**](ImportersPulpImportsApi.md#read) | **GET** {pulp_pulp_import_href} | Inspect a pulp import
|
11
11
|
|
12
12
|
|
13
13
|
|
14
|
-
##
|
14
|
+
## create
|
15
15
|
|
16
|
-
> TaskGroupOperationResponse
|
16
|
+
> TaskGroupOperationResponse create(pulp_importer_href, pulp_import)
|
17
17
|
|
18
18
|
Create a pulp import
|
19
19
|
|
@@ -37,10 +37,10 @@ pulp_import = PulpcoreClient::PulpImport.new # PulpImport |
|
|
37
37
|
|
38
38
|
begin
|
39
39
|
#Create a pulp import
|
40
|
-
result = api_instance.
|
40
|
+
result = api_instance.create(pulp_importer_href, pulp_import)
|
41
41
|
p result
|
42
42
|
rescue PulpcoreClient::ApiError => e
|
43
|
-
puts "Exception when calling ImportersPulpImportsApi->
|
43
|
+
puts "Exception when calling ImportersPulpImportsApi->create: #{e}"
|
44
44
|
end
|
45
45
|
```
|
46
46
|
|
@@ -66,9 +66,9 @@ Name | Type | Description | Notes
|
|
66
66
|
- **Accept**: application/json
|
67
67
|
|
68
68
|
|
69
|
-
##
|
69
|
+
## delete
|
70
70
|
|
71
|
-
>
|
71
|
+
> delete(pulp_pulp_import_href)
|
72
72
|
|
73
73
|
Delete a pulp import
|
74
74
|
|
@@ -91,9 +91,9 @@ pulp_pulp_import_href = 'pulp_pulp_import_href_example' # String |
|
|
91
91
|
|
92
92
|
begin
|
93
93
|
#Delete a pulp import
|
94
|
-
api_instance.
|
94
|
+
api_instance.delete(pulp_pulp_import_href)
|
95
95
|
rescue PulpcoreClient::ApiError => e
|
96
|
-
puts "Exception when calling ImportersPulpImportsApi->
|
96
|
+
puts "Exception when calling ImportersPulpImportsApi->delete: #{e}"
|
97
97
|
end
|
98
98
|
```
|
99
99
|
|
@@ -118,9 +118,9 @@ nil (empty response body)
|
|
118
118
|
- **Accept**: Not defined
|
119
119
|
|
120
120
|
|
121
|
-
##
|
121
|
+
## list
|
122
122
|
|
123
|
-
> PaginatedImportResponseList
|
123
|
+
> PaginatedImportResponseList list(pulp_importer_href, opts)
|
124
124
|
|
125
125
|
List pulp imports
|
126
126
|
|
@@ -149,10 +149,10 @@ opts = {
|
|
149
149
|
|
150
150
|
begin
|
151
151
|
#List pulp imports
|
152
|
-
result = api_instance.
|
152
|
+
result = api_instance.list(pulp_importer_href, opts)
|
153
153
|
p result
|
154
154
|
rescue PulpcoreClient::ApiError => e
|
155
|
-
puts "Exception when calling ImportersPulpImportsApi->
|
155
|
+
puts "Exception when calling ImportersPulpImportsApi->list: #{e}"
|
156
156
|
end
|
157
157
|
```
|
158
158
|
|
@@ -181,9 +181,9 @@ Name | Type | Description | Notes
|
|
181
181
|
- **Accept**: application/json
|
182
182
|
|
183
183
|
|
184
|
-
##
|
184
|
+
## read
|
185
185
|
|
186
|
-
> ImportResponse
|
186
|
+
> ImportResponse read(pulp_pulp_import_href, opts)
|
187
187
|
|
188
188
|
Inspect a pulp import
|
189
189
|
|
@@ -210,10 +210,10 @@ opts = {
|
|
210
210
|
|
211
211
|
begin
|
212
212
|
#Inspect a pulp import
|
213
|
-
result = api_instance.
|
213
|
+
result = api_instance.read(pulp_pulp_import_href, opts)
|
214
214
|
p result
|
215
215
|
rescue PulpcoreClient::ApiError => e
|
216
|
-
puts "Exception when calling ImportersPulpImportsApi->
|
216
|
+
puts "Exception when calling ImportersPulpImportsApi->read: #{e}"
|
217
217
|
end
|
218
218
|
```
|
219
219
|
|
data/docs/OrphansApi.md
CHANGED
@@ -4,13 +4,13 @@ All URIs are relative to *http://localhost:24817*
|
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
7
|
-
[**
|
7
|
+
[**delete**](OrphansApi.md#delete) | **DELETE** /pulp/api/v3/orphans/ | Delete orphans
|
8
8
|
|
9
9
|
|
10
10
|
|
11
|
-
##
|
11
|
+
## delete
|
12
12
|
|
13
|
-
> AsyncOperationResponse
|
13
|
+
> AsyncOperationResponse delete
|
14
14
|
|
15
15
|
Delete orphans
|
16
16
|
|
@@ -32,10 +32,10 @@ api_instance = PulpcoreClient::OrphansApi.new
|
|
32
32
|
|
33
33
|
begin
|
34
34
|
#Delete orphans
|
35
|
-
result = api_instance.
|
35
|
+
result = api_instance.delete
|
36
36
|
p result
|
37
37
|
rescue PulpcoreClient::ApiError => e
|
38
|
-
puts "Exception when calling OrphansApi->
|
38
|
+
puts "Exception when calling OrphansApi->delete: #{e}"
|
39
39
|
end
|
40
40
|
```
|
41
41
|
|
data/docs/OrphansCleanupApi.md
CHANGED
@@ -4,13 +4,13 @@ All URIs are relative to *http://localhost:24817*
|
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
7
|
-
[**
|
7
|
+
[**cleanup**](OrphansCleanupApi.md#cleanup) | **POST** /pulp/api/v3/orphans/cleanup/ |
|
8
8
|
|
9
9
|
|
10
10
|
|
11
|
-
##
|
11
|
+
## cleanup
|
12
12
|
|
13
|
-
> AsyncOperationResponse
|
13
|
+
> AsyncOperationResponse cleanup(orphans_cleanup)
|
14
14
|
|
15
15
|
|
16
16
|
|
@@ -32,10 +32,10 @@ api_instance = PulpcoreClient::OrphansCleanupApi.new
|
|
32
32
|
orphans_cleanup = PulpcoreClient::OrphansCleanup.new # OrphansCleanup |
|
33
33
|
|
34
34
|
begin
|
35
|
-
result = api_instance.
|
35
|
+
result = api_instance.cleanup(orphans_cleanup)
|
36
36
|
p result
|
37
37
|
rescue PulpcoreClient::ApiError => e
|
38
|
-
puts "Exception when calling OrphansCleanupApi->
|
38
|
+
puts "Exception when calling OrphansCleanupApi->cleanup: #{e}"
|
39
39
|
end
|
40
40
|
```
|
41
41
|
|
data/docs/PublicationsApi.md
CHANGED
@@ -4,13 +4,13 @@ All URIs are relative to *http://localhost:24817*
|
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
7
|
-
[**
|
7
|
+
[**list**](PublicationsApi.md#list) | **GET** /pulp/api/v3/publications/ | List publications
|
8
8
|
|
9
9
|
|
10
10
|
|
11
|
-
##
|
11
|
+
## list
|
12
12
|
|
13
|
-
> PaginatedPublicationResponseList
|
13
|
+
> PaginatedPublicationResponseList list(opts)
|
14
14
|
|
15
15
|
List publications
|
16
16
|
|
@@ -52,10 +52,10 @@ opts = {
|
|
52
52
|
|
53
53
|
begin
|
54
54
|
#List publications
|
55
|
-
result = api_instance.
|
55
|
+
result = api_instance.list(opts)
|
56
56
|
p result
|
57
57
|
rescue PulpcoreClient::ApiError => e
|
58
|
-
puts "Exception when calling PublicationsApi->
|
58
|
+
puts "Exception when calling PublicationsApi->list: #{e}"
|
59
59
|
end
|
60
60
|
```
|
61
61
|
|
data/docs/RemotesApi.md
CHANGED
@@ -4,13 +4,13 @@ All URIs are relative to *http://localhost:24817*
|
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
7
|
-
[**
|
7
|
+
[**list**](RemotesApi.md#list) | **GET** /pulp/api/v3/remotes/ | List remotes
|
8
8
|
|
9
9
|
|
10
10
|
|
11
|
-
##
|
11
|
+
## list
|
12
12
|
|
13
|
-
> PaginatedRemoteResponseList
|
13
|
+
> PaginatedRemoteResponseList list(opts)
|
14
14
|
|
15
15
|
List remotes
|
16
16
|
|
@@ -54,10 +54,10 @@ opts = {
|
|
54
54
|
|
55
55
|
begin
|
56
56
|
#List remotes
|
57
|
-
result = api_instance.
|
57
|
+
result = api_instance.list(opts)
|
58
58
|
p result
|
59
59
|
rescue PulpcoreClient::ApiError => e
|
60
|
-
puts "Exception when calling RemotesApi->
|
60
|
+
puts "Exception when calling RemotesApi->list: #{e}"
|
61
61
|
end
|
62
62
|
```
|
63
63
|
|
data/docs/RepairApi.md
CHANGED
@@ -4,13 +4,13 @@ All URIs are relative to *http://localhost:24817*
|
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
7
|
-
[**
|
7
|
+
[**post**](RepairApi.md#post) | **POST** /pulp/api/v3/repair/ | Repair Artifact Storage
|
8
8
|
|
9
9
|
|
10
10
|
|
11
|
-
##
|
11
|
+
## post
|
12
12
|
|
13
|
-
> AsyncOperationResponse
|
13
|
+
> AsyncOperationResponse post(repair)
|
14
14
|
|
15
15
|
Repair Artifact Storage
|
16
16
|
|
@@ -33,10 +33,10 @@ repair = PulpcoreClient::Repair.new # Repair |
|
|
33
33
|
|
34
34
|
begin
|
35
35
|
#Repair Artifact Storage
|
36
|
-
result = api_instance.
|
36
|
+
result = api_instance.post(repair)
|
37
37
|
p result
|
38
38
|
rescue PulpcoreClient::ApiError => e
|
39
|
-
puts "Exception when calling RepairApi->
|
39
|
+
puts "Exception when calling RepairApi->post: #{e}"
|
40
40
|
end
|
41
41
|
```
|
42
42
|
|
data/docs/RepositoriesApi.md
CHANGED
@@ -4,13 +4,13 @@ All URIs are relative to *http://localhost:24817*
|
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
7
|
-
[**
|
7
|
+
[**list**](RepositoriesApi.md#list) | **GET** /pulp/api/v3/repositories/ | List repositories
|
8
8
|
|
9
9
|
|
10
10
|
|
11
|
-
##
|
11
|
+
## list
|
12
12
|
|
13
|
-
> PaginatedRepositoryResponseList
|
13
|
+
> PaginatedRepositoryResponseList list(opts)
|
14
14
|
|
15
15
|
List repositories
|
16
16
|
|
@@ -59,10 +59,10 @@ opts = {
|
|
59
59
|
|
60
60
|
begin
|
61
61
|
#List repositories
|
62
|
-
result = api_instance.
|
62
|
+
result = api_instance.list(opts)
|
63
63
|
p result
|
64
64
|
rescue PulpcoreClient::ApiError => e
|
65
|
-
puts "Exception when calling RepositoriesApi->
|
65
|
+
puts "Exception when calling RepositoriesApi->list: #{e}"
|
66
66
|
end
|
67
67
|
```
|
68
68
|
|
@@ -4,13 +4,13 @@ All URIs are relative to *http://localhost:24817*
|
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
7
|
-
[**
|
7
|
+
[**reclaim**](RepositoriesReclaimSpaceApi.md#reclaim) | **POST** /pulp/api/v3/repositories/reclaim_space/ |
|
8
8
|
|
9
9
|
|
10
10
|
|
11
|
-
##
|
11
|
+
## reclaim
|
12
12
|
|
13
|
-
> AsyncOperationResponse
|
13
|
+
> AsyncOperationResponse reclaim(reclaim_space)
|
14
14
|
|
15
15
|
|
16
16
|
|
@@ -32,10 +32,10 @@ api_instance = PulpcoreClient::RepositoriesReclaimSpaceApi.new
|
|
32
32
|
reclaim_space = PulpcoreClient::ReclaimSpace.new # ReclaimSpace |
|
33
33
|
|
34
34
|
begin
|
35
|
-
result = api_instance.
|
35
|
+
result = api_instance.reclaim(reclaim_space)
|
36
36
|
p result
|
37
37
|
rescue PulpcoreClient::ApiError => e
|
38
|
-
puts "Exception when calling RepositoriesReclaimSpaceApi->
|
38
|
+
puts "Exception when calling RepositoriesReclaimSpaceApi->reclaim: #{e}"
|
39
39
|
end
|
40
40
|
```
|
41
41
|
|