pulpcore_client 3.28.30 → 3.28.32
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 +154 -156
- data/docs/AccessPoliciesApi.md +25 -25
- data/docs/ArtifactDistributionResponse.md +9 -9
- 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 +39 -39
- 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 +6 -6
- metadata +140 -148
- 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
|
@@ -4,22 +4,22 @@ All URIs are relative to *http://localhost:24817*
|
|
|
4
4
|
|
|
5
5
|
Method | HTTP request | Description
|
|
6
6
|
------------- | ------------- | -------------
|
|
7
|
-
[**
|
|
8
|
-
[**
|
|
9
|
-
[**
|
|
10
|
-
[**
|
|
11
|
-
[**
|
|
12
|
-
[**
|
|
13
|
-
[**
|
|
14
|
-
[**
|
|
15
|
-
[**
|
|
16
|
-
[**
|
|
7
|
+
[**add_role**](ContentguardsRbacApi.md#add_role) | **POST** {r_b_a_c_content_guard_href}add_role/ |
|
|
8
|
+
[**create**](ContentguardsRbacApi.md#create) | **POST** /pulp/api/v3/contentguards/core/rbac/ | Create a rbac content guard
|
|
9
|
+
[**delete**](ContentguardsRbacApi.md#delete) | **DELETE** {r_b_a_c_content_guard_href} | Delete a rbac content guard
|
|
10
|
+
[**list**](ContentguardsRbacApi.md#list) | **GET** /pulp/api/v3/contentguards/core/rbac/ | List rbac content guards
|
|
11
|
+
[**list_roles**](ContentguardsRbacApi.md#list_roles) | **GET** {r_b_a_c_content_guard_href}list_roles/ |
|
|
12
|
+
[**my_permissions**](ContentguardsRbacApi.md#my_permissions) | **GET** {r_b_a_c_content_guard_href}my_permissions/ |
|
|
13
|
+
[**partial_update**](ContentguardsRbacApi.md#partial_update) | **PATCH** {r_b_a_c_content_guard_href} | Update a rbac content guard
|
|
14
|
+
[**read**](ContentguardsRbacApi.md#read) | **GET** {r_b_a_c_content_guard_href} | Inspect a rbac content guard
|
|
15
|
+
[**remove_role**](ContentguardsRbacApi.md#remove_role) | **POST** {r_b_a_c_content_guard_href}remove_role/ |
|
|
16
|
+
[**update**](ContentguardsRbacApi.md#update) | **PUT** {r_b_a_c_content_guard_href} | Update a rbac content guard
|
|
17
17
|
|
|
18
18
|
|
|
19
19
|
|
|
20
|
-
##
|
|
20
|
+
## add_role
|
|
21
21
|
|
|
22
|
-
> NestedRoleResponse
|
|
22
|
+
> NestedRoleResponse add_role(r_b_a_c_content_guard_href, nested_role)
|
|
23
23
|
|
|
24
24
|
|
|
25
25
|
|
|
@@ -42,10 +42,10 @@ r_b_a_c_content_guard_href = 'r_b_a_c_content_guard_href_example' # String |
|
|
|
42
42
|
nested_role = PulpcoreClient::NestedRole.new # NestedRole |
|
|
43
43
|
|
|
44
44
|
begin
|
|
45
|
-
result = api_instance.
|
|
45
|
+
result = api_instance.add_role(r_b_a_c_content_guard_href, nested_role)
|
|
46
46
|
p result
|
|
47
47
|
rescue PulpcoreClient::ApiError => e
|
|
48
|
-
puts "Exception when calling ContentguardsRbacApi->
|
|
48
|
+
puts "Exception when calling ContentguardsRbacApi->add_role: #{e}"
|
|
49
49
|
end
|
|
50
50
|
```
|
|
51
51
|
|
|
@@ -71,9 +71,9 @@ Name | Type | Description | Notes
|
|
|
71
71
|
- **Accept**: application/json
|
|
72
72
|
|
|
73
73
|
|
|
74
|
-
##
|
|
74
|
+
## create
|
|
75
75
|
|
|
76
|
-
> RBACContentGuardResponse
|
|
76
|
+
> RBACContentGuardResponse create(rbac_content_guard)
|
|
77
77
|
|
|
78
78
|
Create a rbac content guard
|
|
79
79
|
|
|
@@ -96,10 +96,10 @@ rbac_content_guard = PulpcoreClient::RBACContentGuard.new # RBACContentGuard |
|
|
|
96
96
|
|
|
97
97
|
begin
|
|
98
98
|
#Create a rbac content guard
|
|
99
|
-
result = api_instance.
|
|
99
|
+
result = api_instance.create(rbac_content_guard)
|
|
100
100
|
p result
|
|
101
101
|
rescue PulpcoreClient::ApiError => e
|
|
102
|
-
puts "Exception when calling ContentguardsRbacApi->
|
|
102
|
+
puts "Exception when calling ContentguardsRbacApi->create: #{e}"
|
|
103
103
|
end
|
|
104
104
|
```
|
|
105
105
|
|
|
@@ -124,9 +124,9 @@ Name | Type | Description | Notes
|
|
|
124
124
|
- **Accept**: application/json
|
|
125
125
|
|
|
126
126
|
|
|
127
|
-
##
|
|
127
|
+
## delete
|
|
128
128
|
|
|
129
|
-
>
|
|
129
|
+
> delete(r_b_a_c_content_guard_href)
|
|
130
130
|
|
|
131
131
|
Delete a rbac content guard
|
|
132
132
|
|
|
@@ -149,9 +149,9 @@ r_b_a_c_content_guard_href = 'r_b_a_c_content_guard_href_example' # String |
|
|
|
149
149
|
|
|
150
150
|
begin
|
|
151
151
|
#Delete a rbac content guard
|
|
152
|
-
api_instance.
|
|
152
|
+
api_instance.delete(r_b_a_c_content_guard_href)
|
|
153
153
|
rescue PulpcoreClient::ApiError => e
|
|
154
|
-
puts "Exception when calling ContentguardsRbacApi->
|
|
154
|
+
puts "Exception when calling ContentguardsRbacApi->delete: #{e}"
|
|
155
155
|
end
|
|
156
156
|
```
|
|
157
157
|
|
|
@@ -176,9 +176,9 @@ nil (empty response body)
|
|
|
176
176
|
- **Accept**: Not defined
|
|
177
177
|
|
|
178
178
|
|
|
179
|
-
##
|
|
179
|
+
## list
|
|
180
180
|
|
|
181
|
-
> PaginatedRBACContentGuardResponseList
|
|
181
|
+
> PaginatedRBACContentGuardResponseList list(opts)
|
|
182
182
|
|
|
183
183
|
List rbac content guards
|
|
184
184
|
|
|
@@ -214,10 +214,10 @@ opts = {
|
|
|
214
214
|
|
|
215
215
|
begin
|
|
216
216
|
#List rbac content guards
|
|
217
|
-
result = api_instance.
|
|
217
|
+
result = api_instance.list(opts)
|
|
218
218
|
p result
|
|
219
219
|
rescue PulpcoreClient::ApiError => e
|
|
220
|
-
puts "Exception when calling ContentguardsRbacApi->
|
|
220
|
+
puts "Exception when calling ContentguardsRbacApi->list: #{e}"
|
|
221
221
|
end
|
|
222
222
|
```
|
|
223
223
|
|
|
@@ -253,9 +253,9 @@ Name | Type | Description | Notes
|
|
|
253
253
|
- **Accept**: application/json
|
|
254
254
|
|
|
255
255
|
|
|
256
|
-
##
|
|
256
|
+
## list_roles
|
|
257
257
|
|
|
258
|
-
> ObjectRolesResponse
|
|
258
|
+
> ObjectRolesResponse list_roles(r_b_a_c_content_guard_href, opts)
|
|
259
259
|
|
|
260
260
|
|
|
261
261
|
|
|
@@ -281,10 +281,10 @@ opts = {
|
|
|
281
281
|
}
|
|
282
282
|
|
|
283
283
|
begin
|
|
284
|
-
result = api_instance.
|
|
284
|
+
result = api_instance.list_roles(r_b_a_c_content_guard_href, opts)
|
|
285
285
|
p result
|
|
286
286
|
rescue PulpcoreClient::ApiError => e
|
|
287
|
-
puts "Exception when calling ContentguardsRbacApi->
|
|
287
|
+
puts "Exception when calling ContentguardsRbacApi->list_roles: #{e}"
|
|
288
288
|
end
|
|
289
289
|
```
|
|
290
290
|
|
|
@@ -311,9 +311,9 @@ Name | Type | Description | Notes
|
|
|
311
311
|
- **Accept**: application/json
|
|
312
312
|
|
|
313
313
|
|
|
314
|
-
##
|
|
314
|
+
## my_permissions
|
|
315
315
|
|
|
316
|
-
> MyPermissionsResponse
|
|
316
|
+
> MyPermissionsResponse my_permissions(r_b_a_c_content_guard_href, opts)
|
|
317
317
|
|
|
318
318
|
|
|
319
319
|
|
|
@@ -339,10 +339,10 @@ opts = {
|
|
|
339
339
|
}
|
|
340
340
|
|
|
341
341
|
begin
|
|
342
|
-
result = api_instance.
|
|
342
|
+
result = api_instance.my_permissions(r_b_a_c_content_guard_href, opts)
|
|
343
343
|
p result
|
|
344
344
|
rescue PulpcoreClient::ApiError => e
|
|
345
|
-
puts "Exception when calling ContentguardsRbacApi->
|
|
345
|
+
puts "Exception when calling ContentguardsRbacApi->my_permissions: #{e}"
|
|
346
346
|
end
|
|
347
347
|
```
|
|
348
348
|
|
|
@@ -369,9 +369,9 @@ Name | Type | Description | Notes
|
|
|
369
369
|
- **Accept**: application/json
|
|
370
370
|
|
|
371
371
|
|
|
372
|
-
##
|
|
372
|
+
## partial_update
|
|
373
373
|
|
|
374
|
-
> RBACContentGuardResponse
|
|
374
|
+
> RBACContentGuardResponse partial_update(r_b_a_c_content_guard_href, patched_rbac_content_guard)
|
|
375
375
|
|
|
376
376
|
Update a rbac content guard
|
|
377
377
|
|
|
@@ -395,10 +395,10 @@ patched_rbac_content_guard = PulpcoreClient::PatchedRBACContentGuard.new # Patch
|
|
|
395
395
|
|
|
396
396
|
begin
|
|
397
397
|
#Update a rbac content guard
|
|
398
|
-
result = api_instance.
|
|
398
|
+
result = api_instance.partial_update(r_b_a_c_content_guard_href, patched_rbac_content_guard)
|
|
399
399
|
p result
|
|
400
400
|
rescue PulpcoreClient::ApiError => e
|
|
401
|
-
puts "Exception when calling ContentguardsRbacApi->
|
|
401
|
+
puts "Exception when calling ContentguardsRbacApi->partial_update: #{e}"
|
|
402
402
|
end
|
|
403
403
|
```
|
|
404
404
|
|
|
@@ -424,9 +424,9 @@ Name | Type | Description | Notes
|
|
|
424
424
|
- **Accept**: application/json
|
|
425
425
|
|
|
426
426
|
|
|
427
|
-
##
|
|
427
|
+
## read
|
|
428
428
|
|
|
429
|
-
> RBACContentGuardResponse
|
|
429
|
+
> RBACContentGuardResponse read(r_b_a_c_content_guard_href, opts)
|
|
430
430
|
|
|
431
431
|
Inspect a rbac content guard
|
|
432
432
|
|
|
@@ -453,10 +453,10 @@ opts = {
|
|
|
453
453
|
|
|
454
454
|
begin
|
|
455
455
|
#Inspect a rbac content guard
|
|
456
|
-
result = api_instance.
|
|
456
|
+
result = api_instance.read(r_b_a_c_content_guard_href, opts)
|
|
457
457
|
p result
|
|
458
458
|
rescue PulpcoreClient::ApiError => e
|
|
459
|
-
puts "Exception when calling ContentguardsRbacApi->
|
|
459
|
+
puts "Exception when calling ContentguardsRbacApi->read: #{e}"
|
|
460
460
|
end
|
|
461
461
|
```
|
|
462
462
|
|
|
@@ -483,9 +483,9 @@ Name | Type | Description | Notes
|
|
|
483
483
|
- **Accept**: application/json
|
|
484
484
|
|
|
485
485
|
|
|
486
|
-
##
|
|
486
|
+
## remove_role
|
|
487
487
|
|
|
488
|
-
> NestedRoleResponse
|
|
488
|
+
> NestedRoleResponse remove_role(r_b_a_c_content_guard_href, nested_role)
|
|
489
489
|
|
|
490
490
|
|
|
491
491
|
|
|
@@ -508,10 +508,10 @@ r_b_a_c_content_guard_href = 'r_b_a_c_content_guard_href_example' # String |
|
|
|
508
508
|
nested_role = PulpcoreClient::NestedRole.new # NestedRole |
|
|
509
509
|
|
|
510
510
|
begin
|
|
511
|
-
result = api_instance.
|
|
511
|
+
result = api_instance.remove_role(r_b_a_c_content_guard_href, nested_role)
|
|
512
512
|
p result
|
|
513
513
|
rescue PulpcoreClient::ApiError => e
|
|
514
|
-
puts "Exception when calling ContentguardsRbacApi->
|
|
514
|
+
puts "Exception when calling ContentguardsRbacApi->remove_role: #{e}"
|
|
515
515
|
end
|
|
516
516
|
```
|
|
517
517
|
|
|
@@ -537,9 +537,9 @@ Name | Type | Description | Notes
|
|
|
537
537
|
- **Accept**: application/json
|
|
538
538
|
|
|
539
539
|
|
|
540
|
-
##
|
|
540
|
+
## update
|
|
541
541
|
|
|
542
|
-
> RBACContentGuardResponse
|
|
542
|
+
> RBACContentGuardResponse update(r_b_a_c_content_guard_href, rbac_content_guard)
|
|
543
543
|
|
|
544
544
|
Update a rbac content guard
|
|
545
545
|
|
|
@@ -563,10 +563,10 @@ rbac_content_guard = PulpcoreClient::RBACContentGuard.new # RBACContentGuard |
|
|
|
563
563
|
|
|
564
564
|
begin
|
|
565
565
|
#Update a rbac content guard
|
|
566
|
-
result = api_instance.
|
|
566
|
+
result = api_instance.update(r_b_a_c_content_guard_href, rbac_content_guard)
|
|
567
567
|
p result
|
|
568
568
|
rescue PulpcoreClient::ApiError => e
|
|
569
|
-
puts "Exception when calling ContentguardsRbacApi->
|
|
569
|
+
puts "Exception when calling ContentguardsRbacApi->update: #{e}"
|
|
570
570
|
end
|
|
571
571
|
```
|
|
572
572
|
|
data/docs/DistributionsApi.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**](DistributionsApi.md#list) | **GET** /pulp/api/v3/distributions/ | List distributions
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
##
|
|
11
|
+
## list
|
|
12
12
|
|
|
13
|
-
> PaginatedDistributionResponseList
|
|
13
|
+
> PaginatedDistributionResponseList list(opts)
|
|
14
14
|
|
|
15
15
|
List distributions
|
|
16
16
|
|
|
@@ -55,10 +55,10 @@ opts = {
|
|
|
55
55
|
|
|
56
56
|
begin
|
|
57
57
|
#List distributions
|
|
58
|
-
result = api_instance.
|
|
58
|
+
result = api_instance.list(opts)
|
|
59
59
|
p result
|
|
60
60
|
rescue PulpcoreClient::ApiError => e
|
|
61
|
-
puts "Exception when calling DistributionsApi->
|
|
61
|
+
puts "Exception when calling DistributionsApi->list: #{e}"
|
|
62
62
|
end
|
|
63
63
|
```
|
|
64
64
|
|
|
@@ -4,14 +4,14 @@ All URIs are relative to *http://localhost:24817*
|
|
|
4
4
|
|
|
5
5
|
Method | HTTP request | Description
|
|
6
6
|
------------- | ------------- | -------------
|
|
7
|
-
[**
|
|
8
|
-
[**
|
|
7
|
+
[**list**](DistributionsArtifactsApi.md#list) | **GET** /pulp/api/v3/distributions/core/artifacts/ | List artifact distributions
|
|
8
|
+
[**read**](DistributionsArtifactsApi.md#read) | **GET** {artifact_distribution_href} | Inspect an artifact distribution
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
##
|
|
12
|
+
## list
|
|
13
13
|
|
|
14
|
-
> PaginatedArtifactDistributionResponseList
|
|
14
|
+
> PaginatedArtifactDistributionResponseList list(opts)
|
|
15
15
|
|
|
16
16
|
List artifact distributions
|
|
17
17
|
|
|
@@ -55,10 +55,10 @@ opts = {
|
|
|
55
55
|
|
|
56
56
|
begin
|
|
57
57
|
#List artifact distributions
|
|
58
|
-
result = api_instance.
|
|
58
|
+
result = api_instance.list(opts)
|
|
59
59
|
p result
|
|
60
60
|
rescue PulpcoreClient::ApiError => e
|
|
61
|
-
puts "Exception when calling DistributionsArtifactsApi->
|
|
61
|
+
puts "Exception when calling DistributionsArtifactsApi->list: #{e}"
|
|
62
62
|
end
|
|
63
63
|
```
|
|
64
64
|
|
|
@@ -102,9 +102,9 @@ Name | Type | Description | Notes
|
|
|
102
102
|
- **Accept**: application/json
|
|
103
103
|
|
|
104
104
|
|
|
105
|
-
##
|
|
105
|
+
## read
|
|
106
106
|
|
|
107
|
-
> ArtifactDistributionResponse
|
|
107
|
+
> ArtifactDistributionResponse read(artifact_distribution_href, opts)
|
|
108
108
|
|
|
109
109
|
Inspect an artifact distribution
|
|
110
110
|
|
|
@@ -131,10 +131,10 @@ opts = {
|
|
|
131
131
|
|
|
132
132
|
begin
|
|
133
133
|
#Inspect an artifact distribution
|
|
134
|
-
result = api_instance.
|
|
134
|
+
result = api_instance.read(artifact_distribution_href, opts)
|
|
135
135
|
p result
|
|
136
136
|
rescue PulpcoreClient::ApiError => e
|
|
137
|
-
puts "Exception when calling DistributionsArtifactsApi->
|
|
137
|
+
puts "Exception when calling DistributionsArtifactsApi->read: #{e}"
|
|
138
138
|
end
|
|
139
139
|
```
|
|
140
140
|
|
data/docs/DomainsApi.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**](DomainsApi.md#create) | **POST** /pulp/api/v3/domains/ | Create a domain
|
|
8
|
+
[**delete**](DomainsApi.md#delete) | **DELETE** {domain_href} | Delete a domain
|
|
9
|
+
[**list**](DomainsApi.md#list) | **GET** /pulp/api/v3/domains/ | List domains
|
|
10
|
+
[**partial_update**](DomainsApi.md#partial_update) | **PATCH** {domain_href} | Update a domain
|
|
11
|
+
[**read**](DomainsApi.md#read) | **GET** {domain_href} | Inspect a domain
|
|
12
|
+
[**update**](DomainsApi.md#update) | **PUT** {domain_href} | Update a domain
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
##
|
|
16
|
+
## create
|
|
17
17
|
|
|
18
|
-
> DomainResponse
|
|
18
|
+
> DomainResponse create(domain)
|
|
19
19
|
|
|
20
20
|
Create a domain
|
|
21
21
|
|
|
@@ -38,10 +38,10 @@ domain = PulpcoreClient::Domain.new # Domain |
|
|
|
38
38
|
|
|
39
39
|
begin
|
|
40
40
|
#Create a domain
|
|
41
|
-
result = api_instance.
|
|
41
|
+
result = api_instance.create(domain)
|
|
42
42
|
p result
|
|
43
43
|
rescue PulpcoreClient::ApiError => e
|
|
44
|
-
puts "Exception when calling DomainsApi->
|
|
44
|
+
puts "Exception when calling DomainsApi->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
|
-
> AsyncOperationResponse
|
|
71
|
+
> AsyncOperationResponse delete(domain_href)
|
|
72
72
|
|
|
73
73
|
Delete a domain
|
|
74
74
|
|
|
@@ -91,10 +91,10 @@ domain_href = 'domain_href_example' # String |
|
|
|
91
91
|
|
|
92
92
|
begin
|
|
93
93
|
#Delete a domain
|
|
94
|
-
result = api_instance.
|
|
94
|
+
result = api_instance.delete(domain_href)
|
|
95
95
|
p result
|
|
96
96
|
rescue PulpcoreClient::ApiError => e
|
|
97
|
-
puts "Exception when calling DomainsApi->
|
|
97
|
+
puts "Exception when calling DomainsApi->delete: #{e}"
|
|
98
98
|
end
|
|
99
99
|
```
|
|
100
100
|
|
|
@@ -119,9 +119,9 @@ Name | Type | Description | Notes
|
|
|
119
119
|
- **Accept**: application/json
|
|
120
120
|
|
|
121
121
|
|
|
122
|
-
##
|
|
122
|
+
## list
|
|
123
123
|
|
|
124
|
-
> PaginatedDomainResponseList
|
|
124
|
+
> PaginatedDomainResponseList list(opts)
|
|
125
125
|
|
|
126
126
|
List domains
|
|
127
127
|
|
|
@@ -157,10 +157,10 @@ opts = {
|
|
|
157
157
|
|
|
158
158
|
begin
|
|
159
159
|
#List domains
|
|
160
|
-
result = api_instance.
|
|
160
|
+
result = api_instance.list(opts)
|
|
161
161
|
p result
|
|
162
162
|
rescue PulpcoreClient::ApiError => e
|
|
163
|
-
puts "Exception when calling DomainsApi->
|
|
163
|
+
puts "Exception when calling DomainsApi->list: #{e}"
|
|
164
164
|
end
|
|
165
165
|
```
|
|
166
166
|
|
|
@@ -196,9 +196,9 @@ Name | Type | Description | Notes
|
|
|
196
196
|
- **Accept**: application/json
|
|
197
197
|
|
|
198
198
|
|
|
199
|
-
##
|
|
199
|
+
## partial_update
|
|
200
200
|
|
|
201
|
-
> AsyncOperationResponse
|
|
201
|
+
> AsyncOperationResponse partial_update(domain_href, patched_domain)
|
|
202
202
|
|
|
203
203
|
Update a domain
|
|
204
204
|
|
|
@@ -222,10 +222,10 @@ patched_domain = PulpcoreClient::PatchedDomain.new # PatchedDomain |
|
|
|
222
222
|
|
|
223
223
|
begin
|
|
224
224
|
#Update a domain
|
|
225
|
-
result = api_instance.
|
|
225
|
+
result = api_instance.partial_update(domain_href, patched_domain)
|
|
226
226
|
p result
|
|
227
227
|
rescue PulpcoreClient::ApiError => e
|
|
228
|
-
puts "Exception when calling DomainsApi->
|
|
228
|
+
puts "Exception when calling DomainsApi->partial_update: #{e}"
|
|
229
229
|
end
|
|
230
230
|
```
|
|
231
231
|
|
|
@@ -251,9 +251,9 @@ Name | Type | Description | Notes
|
|
|
251
251
|
- **Accept**: application/json
|
|
252
252
|
|
|
253
253
|
|
|
254
|
-
##
|
|
254
|
+
## read
|
|
255
255
|
|
|
256
|
-
> DomainResponse
|
|
256
|
+
> DomainResponse read(domain_href, opts)
|
|
257
257
|
|
|
258
258
|
Inspect a domain
|
|
259
259
|
|
|
@@ -280,10 +280,10 @@ opts = {
|
|
|
280
280
|
|
|
281
281
|
begin
|
|
282
282
|
#Inspect a domain
|
|
283
|
-
result = api_instance.
|
|
283
|
+
result = api_instance.read(domain_href, opts)
|
|
284
284
|
p result
|
|
285
285
|
rescue PulpcoreClient::ApiError => e
|
|
286
|
-
puts "Exception when calling DomainsApi->
|
|
286
|
+
puts "Exception when calling DomainsApi->read: #{e}"
|
|
287
287
|
end
|
|
288
288
|
```
|
|
289
289
|
|
|
@@ -310,9 +310,9 @@ Name | Type | Description | Notes
|
|
|
310
310
|
- **Accept**: application/json
|
|
311
311
|
|
|
312
312
|
|
|
313
|
-
##
|
|
313
|
+
## update
|
|
314
314
|
|
|
315
|
-
> AsyncOperationResponse
|
|
315
|
+
> AsyncOperationResponse update(domain_href, domain)
|
|
316
316
|
|
|
317
317
|
Update a domain
|
|
318
318
|
|
|
@@ -336,10 +336,10 @@ domain = PulpcoreClient::Domain.new # Domain |
|
|
|
336
336
|
|
|
337
337
|
begin
|
|
338
338
|
#Update a domain
|
|
339
|
-
result = api_instance.
|
|
339
|
+
result = api_instance.update(domain_href, domain)
|
|
340
340
|
p result
|
|
341
341
|
rescue PulpcoreClient::ApiError => e
|
|
342
|
-
puts "Exception when calling DomainsApi->
|
|
342
|
+
puts "Exception when calling DomainsApi->update: #{e}"
|
|
343
343
|
end
|
|
344
344
|
```
|
|
345
345
|
|
|
@@ -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**](ExportersFilesystemApi.md#create) | **POST** /pulp/api/v3/exporters/core/filesystem/ | Create a filesystem exporter
|
|
8
|
+
[**delete**](ExportersFilesystemApi.md#delete) | **DELETE** {filesystem_exporter_href} | Delete a filesystem exporter
|
|
9
|
+
[**list**](ExportersFilesystemApi.md#list) | **GET** /pulp/api/v3/exporters/core/filesystem/ | List filesystem exporters
|
|
10
|
+
[**partial_update**](ExportersFilesystemApi.md#partial_update) | **PATCH** {filesystem_exporter_href} | Update a filesystem exporter
|
|
11
|
+
[**read**](ExportersFilesystemApi.md#read) | **GET** {filesystem_exporter_href} | Inspect a filesystem exporter
|
|
12
|
+
[**update**](ExportersFilesystemApi.md#update) | **PUT** {filesystem_exporter_href} | Update a filesystem exporter
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
##
|
|
16
|
+
## create
|
|
17
17
|
|
|
18
|
-
> FilesystemExporterResponse
|
|
18
|
+
> FilesystemExporterResponse create(filesystem_exporter)
|
|
19
19
|
|
|
20
20
|
Create a filesystem exporter
|
|
21
21
|
|
|
@@ -38,10 +38,10 @@ filesystem_exporter = PulpcoreClient::FilesystemExporter.new # FilesystemExporte
|
|
|
38
38
|
|
|
39
39
|
begin
|
|
40
40
|
#Create a filesystem exporter
|
|
41
|
-
result = api_instance.
|
|
41
|
+
result = api_instance.create(filesystem_exporter)
|
|
42
42
|
p result
|
|
43
43
|
rescue PulpcoreClient::ApiError => e
|
|
44
|
-
puts "Exception when calling ExportersFilesystemApi->
|
|
44
|
+
puts "Exception when calling ExportersFilesystemApi->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
|
-
> AsyncOperationResponse
|
|
71
|
+
> AsyncOperationResponse delete(filesystem_exporter_href)
|
|
72
72
|
|
|
73
73
|
Delete a filesystem exporter
|
|
74
74
|
|
|
@@ -91,10 +91,10 @@ filesystem_exporter_href = 'filesystem_exporter_href_example' # String |
|
|
|
91
91
|
|
|
92
92
|
begin
|
|
93
93
|
#Delete a filesystem exporter
|
|
94
|
-
result = api_instance.
|
|
94
|
+
result = api_instance.delete(filesystem_exporter_href)
|
|
95
95
|
p result
|
|
96
96
|
rescue PulpcoreClient::ApiError => e
|
|
97
|
-
puts "Exception when calling ExportersFilesystemApi->
|
|
97
|
+
puts "Exception when calling ExportersFilesystemApi->delete: #{e}"
|
|
98
98
|
end
|
|
99
99
|
```
|
|
100
100
|
|
|
@@ -119,9 +119,9 @@ Name | Type | Description | Notes
|
|
|
119
119
|
- **Accept**: application/json
|
|
120
120
|
|
|
121
121
|
|
|
122
|
-
##
|
|
122
|
+
## list
|
|
123
123
|
|
|
124
|
-
> PaginatedFilesystemExporterResponseList
|
|
124
|
+
> PaginatedFilesystemExporterResponseList list(opts)
|
|
125
125
|
|
|
126
126
|
List filesystem exporters
|
|
127
127
|
|
|
@@ -157,10 +157,10 @@ opts = {
|
|
|
157
157
|
|
|
158
158
|
begin
|
|
159
159
|
#List filesystem exporters
|
|
160
|
-
result = api_instance.
|
|
160
|
+
result = api_instance.list(opts)
|
|
161
161
|
p result
|
|
162
162
|
rescue PulpcoreClient::ApiError => e
|
|
163
|
-
puts "Exception when calling ExportersFilesystemApi->
|
|
163
|
+
puts "Exception when calling ExportersFilesystemApi->list: #{e}"
|
|
164
164
|
end
|
|
165
165
|
```
|
|
166
166
|
|
|
@@ -196,9 +196,9 @@ Name | Type | Description | Notes
|
|
|
196
196
|
- **Accept**: application/json
|
|
197
197
|
|
|
198
198
|
|
|
199
|
-
##
|
|
199
|
+
## partial_update
|
|
200
200
|
|
|
201
|
-
> AsyncOperationResponse
|
|
201
|
+
> AsyncOperationResponse partial_update(filesystem_exporter_href, patched_filesystem_exporter)
|
|
202
202
|
|
|
203
203
|
Update a filesystem exporter
|
|
204
204
|
|
|
@@ -222,10 +222,10 @@ patched_filesystem_exporter = PulpcoreClient::PatchedFilesystemExporter.new # Pa
|
|
|
222
222
|
|
|
223
223
|
begin
|
|
224
224
|
#Update a filesystem exporter
|
|
225
|
-
result = api_instance.
|
|
225
|
+
result = api_instance.partial_update(filesystem_exporter_href, patched_filesystem_exporter)
|
|
226
226
|
p result
|
|
227
227
|
rescue PulpcoreClient::ApiError => e
|
|
228
|
-
puts "Exception when calling ExportersFilesystemApi->
|
|
228
|
+
puts "Exception when calling ExportersFilesystemApi->partial_update: #{e}"
|
|
229
229
|
end
|
|
230
230
|
```
|
|
231
231
|
|
|
@@ -251,9 +251,9 @@ Name | Type | Description | Notes
|
|
|
251
251
|
- **Accept**: application/json
|
|
252
252
|
|
|
253
253
|
|
|
254
|
-
##
|
|
254
|
+
## read
|
|
255
255
|
|
|
256
|
-
> FilesystemExporterResponse
|
|
256
|
+
> FilesystemExporterResponse read(filesystem_exporter_href, opts)
|
|
257
257
|
|
|
258
258
|
Inspect a filesystem exporter
|
|
259
259
|
|
|
@@ -280,10 +280,10 @@ opts = {
|
|
|
280
280
|
|
|
281
281
|
begin
|
|
282
282
|
#Inspect a filesystem exporter
|
|
283
|
-
result = api_instance.
|
|
283
|
+
result = api_instance.read(filesystem_exporter_href, opts)
|
|
284
284
|
p result
|
|
285
285
|
rescue PulpcoreClient::ApiError => e
|
|
286
|
-
puts "Exception when calling ExportersFilesystemApi->
|
|
286
|
+
puts "Exception when calling ExportersFilesystemApi->read: #{e}"
|
|
287
287
|
end
|
|
288
288
|
```
|
|
289
289
|
|
|
@@ -310,9 +310,9 @@ Name | Type | Description | Notes
|
|
|
310
310
|
- **Accept**: application/json
|
|
311
311
|
|
|
312
312
|
|
|
313
|
-
##
|
|
313
|
+
## update
|
|
314
314
|
|
|
315
|
-
> AsyncOperationResponse
|
|
315
|
+
> AsyncOperationResponse update(filesystem_exporter_href, filesystem_exporter)
|
|
316
316
|
|
|
317
317
|
Update a filesystem exporter
|
|
318
318
|
|
|
@@ -336,10 +336,10 @@ filesystem_exporter = PulpcoreClient::FilesystemExporter.new # FilesystemExporte
|
|
|
336
336
|
|
|
337
337
|
begin
|
|
338
338
|
#Update a filesystem exporter
|
|
339
|
-
result = api_instance.
|
|
339
|
+
result = api_instance.update(filesystem_exporter_href, filesystem_exporter)
|
|
340
340
|
p result
|
|
341
341
|
rescue PulpcoreClient::ApiError => e
|
|
342
|
-
puts "Exception when calling ExportersFilesystemApi->
|
|
342
|
+
puts "Exception when calling ExportersFilesystemApi->update: #{e}"
|
|
343
343
|
end
|
|
344
344
|
```
|
|
345
345
|
|