pulpcore_client 3.28.28 → 3.28.30
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +157 -155
- data/docs/AccessPoliciesApi.md +26 -26
- data/docs/ArtifactDistributionResponse.md +12 -12
- data/docs/ArtifactsApi.md +21 -21
- data/docs/ContentApi.md +8 -8
- data/docs/ContentguardsApi.md +8 -8
- data/docs/ContentguardsContentRedirectApi.md +51 -51
- data/docs/ContentguardsRbacApi.md +51 -51
- data/docs/DistributionsApi.md +8 -8
- data/docs/DistributionsArtifactsApi.md +11 -11
- data/docs/DocsApiJsonApi.md +61 -0
- data/docs/DocsApiYamlApi.md +61 -0
- data/docs/DomainsApi.md +31 -31
- data/docs/ExportersFilesystemApi.md +31 -31
- data/docs/ExportersFilesystemExportsApi.md +21 -21
- data/docs/ExportersPulpApi.md +31 -31
- data/docs/ExportersPulpExportsApi.md +21 -21
- data/docs/GroupsApi.md +51 -51
- data/docs/GroupsRolesApi.md +21 -21
- data/docs/GroupsUsersApi.md +16 -16
- data/docs/ImportersPulpApi.md +31 -31
- data/docs/ImportersPulpImportCheckApi.md +1 -1
- data/docs/ImportersPulpImportsApi.md +21 -21
- data/docs/OrphansApi.md +6 -6
- data/docs/OrphansCleanupApi.md +6 -6
- data/docs/PublicationsApi.md +8 -8
- data/docs/RemoteResponseHiddenFields.md +2 -2
- data/docs/RemotesApi.md +8 -8
- data/docs/RepairApi.md +6 -6
- data/docs/RepositoriesApi.md +8 -8
- data/docs/RepositoriesReclaimSpaceApi.md +6 -6
- data/docs/RepositoryVersionsApi.md +6 -6
- data/docs/RolesApi.md +31 -31
- data/docs/SigningServicesApi.md +11 -11
- data/docs/StatusApi.md +1 -1
- data/docs/TaskGroupsApi.md +11 -11
- data/docs/TaskSchedulesApi.md +31 -31
- data/docs/TasksApi.md +96 -96
- data/docs/UploadsApi.md +51 -51
- data/docs/UpstreamPulpsApi.md +36 -36
- data/docs/UsersApi.md +31 -31
- data/docs/UsersRolesApi.md +21 -21
- data/docs/WorkersApi.md +11 -11
- 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 +8 -8
- data/lib/pulpcore_client/api/contentguards_api.rb +8 -8
- 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 +8 -8
- data/lib/pulpcore_client/api/distributions_artifacts_api.rb +11 -11
- data/lib/pulpcore_client/api/docs_api_json_api.rb +89 -0
- data/lib/pulpcore_client/api/docs_api_yaml_api.rb +89 -0
- 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 +7 -11
- data/lib/pulpcore_client/api/remotes_api.rb +7 -11
- data/lib/pulpcore_client/api/repair_api.rb +6 -6
- data/lib/pulpcore_client/api/repositories_api.rb +7 -11
- 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/configuration.rb +3 -3
- data/lib/pulpcore_client/models/artifact_distribution_response.rb +50 -50
- data/lib/pulpcore_client/models/remote_response.rb +20 -20
- data/lib/pulpcore_client/models/remote_response_hidden_fields.rb +10 -0
- data/lib/pulpcore_client/version.rb +1 -1
- data/lib/pulpcore_client.rb +2 -0
- 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 +3 -3
- data/spec/api/contentguards_api_spec.rb +3 -3
- 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 +3 -3
- data/spec/api/distributions_artifacts_api_spec.rb +4 -4
- data/spec/api/docs_api_json_api_spec.rb +48 -0
- data/spec/api/docs_api_yaml_api_spec.rb +48 -0
- 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 +3 -3
- data/spec/api/remotes_api_spec.rb +3 -3
- data/spec/api/repair_api_spec.rb +2 -2
- data/spec/api/repositories_api_spec.rb +3 -3
- 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/configuration_spec.rb +3 -3
- data/spec/models/artifact_distribution_response_spec.rb +8 -8
- metadata +164 -156
data/docs/GroupsApi.md
CHANGED
@@ -1,25 +1,25 @@
|
|
1
1
|
# PulpcoreClient::GroupsApi
|
2
2
|
|
3
|
-
All URIs are relative to *
|
3
|
+
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
|
+
[**groups_add_role**](GroupsApi.md#groups_add_role) | **POST** {group_href}add_role/ |
|
8
|
+
[**groups_create**](GroupsApi.md#groups_create) | **POST** /pulp/api/v3/groups/ | Create a group
|
9
|
+
[**groups_delete**](GroupsApi.md#groups_delete) | **DELETE** {group_href} | Delete a group
|
10
|
+
[**groups_list**](GroupsApi.md#groups_list) | **GET** /pulp/api/v3/groups/ | List groups
|
11
|
+
[**groups_list_roles**](GroupsApi.md#groups_list_roles) | **GET** {group_href}list_roles/ |
|
12
|
+
[**groups_my_permissions**](GroupsApi.md#groups_my_permissions) | **GET** {group_href}my_permissions/ |
|
13
|
+
[**groups_partial_update**](GroupsApi.md#groups_partial_update) | **PATCH** {group_href} | Update a group
|
14
|
+
[**groups_read**](GroupsApi.md#groups_read) | **GET** {group_href} | Inspect a group
|
15
|
+
[**groups_remove_role**](GroupsApi.md#groups_remove_role) | **POST** {group_href}remove_role/ |
|
16
|
+
[**groups_update**](GroupsApi.md#groups_update) | **PUT** {group_href} | Update a group
|
17
17
|
|
18
18
|
|
19
19
|
|
20
|
-
##
|
20
|
+
## groups_add_role
|
21
21
|
|
22
|
-
> NestedRoleResponse
|
22
|
+
> NestedRoleResponse groups_add_role(group_href, nested_role)
|
23
23
|
|
24
24
|
|
25
25
|
|
@@ -42,10 +42,10 @@ group_href = 'group_href_example' # String |
|
|
42
42
|
nested_role = PulpcoreClient::NestedRole.new # NestedRole |
|
43
43
|
|
44
44
|
begin
|
45
|
-
result = api_instance.
|
45
|
+
result = api_instance.groups_add_role(group_href, nested_role)
|
46
46
|
p result
|
47
47
|
rescue PulpcoreClient::ApiError => e
|
48
|
-
puts "Exception when calling GroupsApi->
|
48
|
+
puts "Exception when calling GroupsApi->groups_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
|
+
## groups_create
|
75
75
|
|
76
|
-
> GroupResponse
|
76
|
+
> GroupResponse groups_create(group)
|
77
77
|
|
78
78
|
Create a group
|
79
79
|
|
@@ -96,10 +96,10 @@ group = PulpcoreClient::Group.new # Group |
|
|
96
96
|
|
97
97
|
begin
|
98
98
|
#Create a group
|
99
|
-
result = api_instance.
|
99
|
+
result = api_instance.groups_create(group)
|
100
100
|
p result
|
101
101
|
rescue PulpcoreClient::ApiError => e
|
102
|
-
puts "Exception when calling GroupsApi->
|
102
|
+
puts "Exception when calling GroupsApi->groups_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
|
+
## groups_delete
|
128
128
|
|
129
|
-
>
|
129
|
+
> groups_delete(group_href)
|
130
130
|
|
131
131
|
Delete a group
|
132
132
|
|
@@ -149,9 +149,9 @@ group_href = 'group_href_example' # String |
|
|
149
149
|
|
150
150
|
begin
|
151
151
|
#Delete a group
|
152
|
-
api_instance.
|
152
|
+
api_instance.groups_delete(group_href)
|
153
153
|
rescue PulpcoreClient::ApiError => e
|
154
|
-
puts "Exception when calling GroupsApi->
|
154
|
+
puts "Exception when calling GroupsApi->groups_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
|
+
## groups_list
|
180
180
|
|
181
|
-
> PaginatedGroupResponseList
|
181
|
+
> PaginatedGroupResponseList groups_list(opts)
|
182
182
|
|
183
183
|
List groups
|
184
184
|
|
@@ -216,10 +216,10 @@ opts = {
|
|
216
216
|
|
217
217
|
begin
|
218
218
|
#List groups
|
219
|
-
result = api_instance.
|
219
|
+
result = api_instance.groups_list(opts)
|
220
220
|
p result
|
221
221
|
rescue PulpcoreClient::ApiError => e
|
222
|
-
puts "Exception when calling GroupsApi->
|
222
|
+
puts "Exception when calling GroupsApi->groups_list: #{e}"
|
223
223
|
end
|
224
224
|
```
|
225
225
|
|
@@ -257,9 +257,9 @@ Name | Type | Description | Notes
|
|
257
257
|
- **Accept**: application/json
|
258
258
|
|
259
259
|
|
260
|
-
##
|
260
|
+
## groups_list_roles
|
261
261
|
|
262
|
-
> ObjectRolesResponse
|
262
|
+
> ObjectRolesResponse groups_list_roles(group_href, opts)
|
263
263
|
|
264
264
|
|
265
265
|
|
@@ -285,10 +285,10 @@ opts = {
|
|
285
285
|
}
|
286
286
|
|
287
287
|
begin
|
288
|
-
result = api_instance.
|
288
|
+
result = api_instance.groups_list_roles(group_href, opts)
|
289
289
|
p result
|
290
290
|
rescue PulpcoreClient::ApiError => e
|
291
|
-
puts "Exception when calling GroupsApi->
|
291
|
+
puts "Exception when calling GroupsApi->groups_list_roles: #{e}"
|
292
292
|
end
|
293
293
|
```
|
294
294
|
|
@@ -315,9 +315,9 @@ Name | Type | Description | Notes
|
|
315
315
|
- **Accept**: application/json
|
316
316
|
|
317
317
|
|
318
|
-
##
|
318
|
+
## groups_my_permissions
|
319
319
|
|
320
|
-
> MyPermissionsResponse
|
320
|
+
> MyPermissionsResponse groups_my_permissions(group_href, opts)
|
321
321
|
|
322
322
|
|
323
323
|
|
@@ -343,10 +343,10 @@ opts = {
|
|
343
343
|
}
|
344
344
|
|
345
345
|
begin
|
346
|
-
result = api_instance.
|
346
|
+
result = api_instance.groups_my_permissions(group_href, opts)
|
347
347
|
p result
|
348
348
|
rescue PulpcoreClient::ApiError => e
|
349
|
-
puts "Exception when calling GroupsApi->
|
349
|
+
puts "Exception when calling GroupsApi->groups_my_permissions: #{e}"
|
350
350
|
end
|
351
351
|
```
|
352
352
|
|
@@ -373,9 +373,9 @@ Name | Type | Description | Notes
|
|
373
373
|
- **Accept**: application/json
|
374
374
|
|
375
375
|
|
376
|
-
##
|
376
|
+
## groups_partial_update
|
377
377
|
|
378
|
-
> GroupResponse
|
378
|
+
> GroupResponse groups_partial_update(group_href, patched_group)
|
379
379
|
|
380
380
|
Update a group
|
381
381
|
|
@@ -399,10 +399,10 @@ patched_group = PulpcoreClient::PatchedGroup.new # PatchedGroup |
|
|
399
399
|
|
400
400
|
begin
|
401
401
|
#Update a group
|
402
|
-
result = api_instance.
|
402
|
+
result = api_instance.groups_partial_update(group_href, patched_group)
|
403
403
|
p result
|
404
404
|
rescue PulpcoreClient::ApiError => e
|
405
|
-
puts "Exception when calling GroupsApi->
|
405
|
+
puts "Exception when calling GroupsApi->groups_partial_update: #{e}"
|
406
406
|
end
|
407
407
|
```
|
408
408
|
|
@@ -428,9 +428,9 @@ Name | Type | Description | Notes
|
|
428
428
|
- **Accept**: application/json
|
429
429
|
|
430
430
|
|
431
|
-
##
|
431
|
+
## groups_read
|
432
432
|
|
433
|
-
> GroupResponse
|
433
|
+
> GroupResponse groups_read(group_href, opts)
|
434
434
|
|
435
435
|
Inspect a group
|
436
436
|
|
@@ -457,10 +457,10 @@ opts = {
|
|
457
457
|
|
458
458
|
begin
|
459
459
|
#Inspect a group
|
460
|
-
result = api_instance.
|
460
|
+
result = api_instance.groups_read(group_href, opts)
|
461
461
|
p result
|
462
462
|
rescue PulpcoreClient::ApiError => e
|
463
|
-
puts "Exception when calling GroupsApi->
|
463
|
+
puts "Exception when calling GroupsApi->groups_read: #{e}"
|
464
464
|
end
|
465
465
|
```
|
466
466
|
|
@@ -487,9 +487,9 @@ Name | Type | Description | Notes
|
|
487
487
|
- **Accept**: application/json
|
488
488
|
|
489
489
|
|
490
|
-
##
|
490
|
+
## groups_remove_role
|
491
491
|
|
492
|
-
> NestedRoleResponse
|
492
|
+
> NestedRoleResponse groups_remove_role(group_href, nested_role)
|
493
493
|
|
494
494
|
|
495
495
|
|
@@ -512,10 +512,10 @@ group_href = 'group_href_example' # String |
|
|
512
512
|
nested_role = PulpcoreClient::NestedRole.new # NestedRole |
|
513
513
|
|
514
514
|
begin
|
515
|
-
result = api_instance.
|
515
|
+
result = api_instance.groups_remove_role(group_href, nested_role)
|
516
516
|
p result
|
517
517
|
rescue PulpcoreClient::ApiError => e
|
518
|
-
puts "Exception when calling GroupsApi->
|
518
|
+
puts "Exception when calling GroupsApi->groups_remove_role: #{e}"
|
519
519
|
end
|
520
520
|
```
|
521
521
|
|
@@ -541,9 +541,9 @@ Name | Type | Description | Notes
|
|
541
541
|
- **Accept**: application/json
|
542
542
|
|
543
543
|
|
544
|
-
##
|
544
|
+
## groups_update
|
545
545
|
|
546
|
-
> GroupResponse
|
546
|
+
> GroupResponse groups_update(group_href, group)
|
547
547
|
|
548
548
|
Update a group
|
549
549
|
|
@@ -567,10 +567,10 @@ group = PulpcoreClient::Group.new # Group |
|
|
567
567
|
|
568
568
|
begin
|
569
569
|
#Update a group
|
570
|
-
result = api_instance.
|
570
|
+
result = api_instance.groups_update(group_href, group)
|
571
571
|
p result
|
572
572
|
rescue PulpcoreClient::ApiError => e
|
573
|
-
puts "Exception when calling GroupsApi->
|
573
|
+
puts "Exception when calling GroupsApi->groups_update: #{e}"
|
574
574
|
end
|
575
575
|
```
|
576
576
|
|
data/docs/GroupsRolesApi.md
CHANGED
@@ -1,19 +1,19 @@
|
|
1
1
|
# PulpcoreClient::GroupsRolesApi
|
2
2
|
|
3
|
-
All URIs are relative to *
|
3
|
+
All URIs are relative to *http://localhost:24817*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
7
|
-
[**
|
8
|
-
[**
|
9
|
-
[**
|
10
|
-
[**
|
7
|
+
[**groups_roles_create**](GroupsRolesApi.md#groups_roles_create) | **POST** {group_href}roles/ | Create a group role
|
8
|
+
[**groups_roles_delete**](GroupsRolesApi.md#groups_roles_delete) | **DELETE** {groups_group_role_href} | Delete a group role
|
9
|
+
[**groups_roles_list**](GroupsRolesApi.md#groups_roles_list) | **GET** {group_href}roles/ | List group roles
|
10
|
+
[**groups_roles_read**](GroupsRolesApi.md#groups_roles_read) | **GET** {groups_group_role_href} | Inspect a group role
|
11
11
|
|
12
12
|
|
13
13
|
|
14
|
-
##
|
14
|
+
## groups_roles_create
|
15
15
|
|
16
|
-
> GroupRoleResponse
|
16
|
+
> GroupRoleResponse groups_roles_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.groups_roles_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->groups_roles_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
|
+
## groups_roles_delete
|
70
70
|
|
71
|
-
>
|
71
|
+
> groups_roles_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.groups_roles_delete(groups_group_role_href)
|
95
95
|
rescue PulpcoreClient::ApiError => e
|
96
|
-
puts "Exception when calling GroupsRolesApi->
|
96
|
+
puts "Exception when calling GroupsRolesApi->groups_roles_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
|
+
## groups_roles_list
|
122
122
|
|
123
|
-
> PaginatedGroupRoleResponseList
|
123
|
+
> PaginatedGroupRoleResponseList groups_roles_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.groups_roles_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->groups_roles_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
|
+
## groups_roles_read
|
205
205
|
|
206
|
-
> GroupRoleResponse
|
206
|
+
> GroupRoleResponse groups_roles_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.groups_roles_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->groups_roles_read: #{e}"
|
237
237
|
end
|
238
238
|
```
|
239
239
|
|
data/docs/GroupsUsersApi.md
CHANGED
@@ -1,18 +1,18 @@
|
|
1
1
|
# PulpcoreClient::GroupsUsersApi
|
2
2
|
|
3
|
-
All URIs are relative to *
|
3
|
+
All URIs are relative to *http://localhost:24817*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
7
|
-
[**
|
8
|
-
[**
|
9
|
-
[**
|
7
|
+
[**groups_users_create**](GroupsUsersApi.md#groups_users_create) | **POST** {group_href}users/ | Create an user
|
8
|
+
[**groups_users_delete**](GroupsUsersApi.md#groups_users_delete) | **DELETE** {groups_user_href} | Delete an user
|
9
|
+
[**groups_users_list**](GroupsUsersApi.md#groups_users_list) | **GET** {group_href}users/ | List users
|
10
10
|
|
11
11
|
|
12
12
|
|
13
|
-
##
|
13
|
+
## groups_users_create
|
14
14
|
|
15
|
-
> GroupUserResponse
|
15
|
+
> GroupUserResponse groups_users_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.groups_users_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->groups_users_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
|
+
## groups_users_delete
|
69
69
|
|
70
|
-
>
|
70
|
+
> groups_users_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.groups_users_delete(groups_user_href)
|
94
94
|
rescue PulpcoreClient::ApiError => e
|
95
|
-
puts "Exception when calling GroupsUsersApi->
|
95
|
+
puts "Exception when calling GroupsUsersApi->groups_users_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
|
+
## groups_users_list
|
121
121
|
|
122
|
-
> PaginatedGroupUserResponseList
|
122
|
+
> PaginatedGroupUserResponseList groups_users_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.groups_users_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->groups_users_list: #{e}"
|
155
155
|
end
|
156
156
|
```
|
157
157
|
|
data/docs/ImportersPulpApi.md
CHANGED
@@ -1,21 +1,21 @@
|
|
1
1
|
# PulpcoreClient::ImportersPulpApi
|
2
2
|
|
3
|
-
All URIs are relative to *
|
3
|
+
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
|
+
[**importers_core_pulp_create**](ImportersPulpApi.md#importers_core_pulp_create) | **POST** /pulp/api/v3/importers/core/pulp/ | Create a pulp importer
|
8
|
+
[**importers_core_pulp_delete**](ImportersPulpApi.md#importers_core_pulp_delete) | **DELETE** {pulp_importer_href} | Delete a pulp importer
|
9
|
+
[**importers_core_pulp_list**](ImportersPulpApi.md#importers_core_pulp_list) | **GET** /pulp/api/v3/importers/core/pulp/ | List pulp importers
|
10
|
+
[**importers_core_pulp_partial_update**](ImportersPulpApi.md#importers_core_pulp_partial_update) | **PATCH** {pulp_importer_href} | Update a pulp importer
|
11
|
+
[**importers_core_pulp_read**](ImportersPulpApi.md#importers_core_pulp_read) | **GET** {pulp_importer_href} | Inspect a pulp importer
|
12
|
+
[**importers_core_pulp_update**](ImportersPulpApi.md#importers_core_pulp_update) | **PUT** {pulp_importer_href} | Update a pulp importer
|
13
13
|
|
14
14
|
|
15
15
|
|
16
|
-
##
|
16
|
+
## importers_core_pulp_create
|
17
17
|
|
18
|
-
> PulpImporterResponse
|
18
|
+
> PulpImporterResponse importers_core_pulp_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.importers_core_pulp_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->importers_core_pulp_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
|
+
## importers_core_pulp_delete
|
70
70
|
|
71
|
-
>
|
71
|
+
> importers_core_pulp_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.importers_core_pulp_delete(pulp_importer_href)
|
95
95
|
rescue PulpcoreClient::ApiError => e
|
96
|
-
puts "Exception when calling ImportersPulpApi->
|
96
|
+
puts "Exception when calling ImportersPulpApi->importers_core_pulp_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
|
+
## importers_core_pulp_list
|
122
122
|
|
123
|
-
> PaginatedPulpImporterResponseList
|
123
|
+
> PaginatedPulpImporterResponseList importers_core_pulp_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.importers_core_pulp_list(opts)
|
160
160
|
p result
|
161
161
|
rescue PulpcoreClient::ApiError => e
|
162
|
-
puts "Exception when calling ImportersPulpApi->
|
162
|
+
puts "Exception when calling ImportersPulpApi->importers_core_pulp_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
|
+
## importers_core_pulp_partial_update
|
199
199
|
|
200
|
-
> PulpImporterResponse
|
200
|
+
> PulpImporterResponse importers_core_pulp_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.importers_core_pulp_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->importers_core_pulp_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
|
+
## importers_core_pulp_read
|
254
254
|
|
255
|
-
> PulpImporterResponse
|
255
|
+
> PulpImporterResponse importers_core_pulp_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.importers_core_pulp_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->importers_core_pulp_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
|
+
## importers_core_pulp_update
|
313
313
|
|
314
|
-
> PulpImporterResponse
|
314
|
+
> PulpImporterResponse importers_core_pulp_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.importers_core_pulp_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->importers_core_pulp_update: #{e}"
|
342
342
|
end
|
343
343
|
```
|
344
344
|
|