pulp_container_client 2.14.14 → 2.14.16
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +222 -246
- data/docs/AccessPoliciesApi.md +28 -32
- data/docs/ArtifactDistributionResponse.md +7 -7
- data/docs/ArtifactsApi.md +23 -27
- data/docs/ContainerContainerDistribution.md +5 -5
- data/docs/ContainerContainerDistributionResponse.md +8 -8
- data/docs/ContainerContainerPushRepository.md +5 -5
- data/docs/ContainerContainerPushRepositoryResponse.md +8 -8
- data/docs/ContainerContainerRemote.md +1 -1
- data/docs/ContainerContainerRemoteResponse.md +1 -1
- data/docs/ContainerContainerRepository.md +1 -1
- data/docs/ContainerContainerRepositoryResponse.md +1 -1
- data/docs/ContentApi.md +8 -14
- data/docs/ContentBlobsApi.md +13 -17
- data/docs/ContentManifestsApi.md +15 -19
- data/docs/ContentSignaturesApi.md +13 -17
- data/docs/ContentTagsApi.md +15 -19
- data/docs/ContentguardsApi.md +8 -14
- data/docs/ContentguardsContentRedirectApi.md +53 -57
- data/docs/ContentguardsRbacApi.md +53 -57
- data/docs/DistributionsApi.md +8 -18
- data/docs/DistributionsArtifactsApi.md +13 -21
- data/docs/DistributionsContainerApi.md +53 -61
- data/docs/DocsApiJsonApi.md +6 -6
- data/docs/DocsApiYamlApi.md +6 -6
- data/docs/ExportersFilesystemApi.md +36 -40
- data/docs/ExportersFilesystemExportsApi.md +24 -24
- data/docs/ExportersPulpApi.md +33 -37
- data/docs/ExportersPulpExportsApi.md +21 -21
- data/docs/FilesystemExporter.md +1 -1
- data/docs/FilesystemExporterResponse.md +1 -1
- data/docs/GroupRole.md +1 -3
- data/docs/GroupRoleResponse.md +1 -3
- data/docs/GroupsApi.md +59 -63
- data/docs/GroupsRolesApi.md +27 -33
- data/docs/GroupsUsersApi.md +16 -16
- data/docs/ImportersPulpApi.md +33 -37
- 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/PatchedFilesystemExporter.md +1 -1
- data/docs/PatchedcontainerContainerDistribution.md +5 -5
- data/docs/PatchedcontainerContainerPushRepository.md +5 -5
- data/docs/PatchedcontainerContainerRemote.md +1 -1
- data/docs/PatchedcontainerContainerRepository.md +1 -1
- data/docs/PublicationsApi.md +9 -15
- data/docs/PulpContainerNamespacesApi.md +43 -47
- data/docs/RemoteResponse.md +1 -1
- data/docs/RemoteResponseHiddenFields.md +2 -2
- data/docs/RemotesApi.md +8 -14
- data/docs/RemotesContainerApi.md +53 -57
- data/docs/RepairApi.md +6 -6
- data/docs/RepositoriesApi.md +8 -30
- data/docs/RepositoriesContainerApi.md +102 -122
- data/docs/RepositoriesContainerPushApi.md +68 -88
- data/docs/RepositoriesContainerPushVersionsApi.md +23 -25
- data/docs/RepositoriesContainerVersionsApi.md +23 -25
- data/docs/RepositoriesReclaimSpaceApi.md +6 -6
- data/docs/RepositoryResponse.md +1 -1
- data/docs/RepositoryVersionsApi.md +8 -12
- data/docs/RolesApi.md +39 -43
- data/docs/SigningServicesApi.md +13 -17
- data/docs/StatusApi.md +1 -1
- data/docs/StatusResponse.md +1 -3
- data/docs/TaskGroupsApi.md +11 -11
- data/docs/TaskSchedulesApi.md +35 -39
- data/docs/TasksApi.md +101 -105
- data/docs/TokenApi.md +6 -6
- data/docs/UploadsApi.md +53 -57
- data/docs/UserRole.md +2 -4
- data/docs/UserRoleResponse.md +2 -4
- data/docs/UsersApi.md +39 -43
- data/docs/UsersRolesApi.md +27 -33
- data/docs/VersionResponse.md +1 -3
- data/docs/WorkersApi.md +13 -17
- data/lib/pulp_container_client/api/access_policies_api.rb +33 -39
- data/lib/pulp_container_client/api/artifacts_api.rb +31 -37
- data/lib/pulp_container_client/api/content_api.rb +7 -20
- data/lib/pulp_container_client/api/content_blobs_api.rb +13 -19
- data/lib/pulp_container_client/api/content_manifests_api.rb +15 -21
- data/lib/pulp_container_client/api/content_signatures_api.rb +13 -19
- data/lib/pulp_container_client/api/content_tags_api.rb +15 -21
- data/lib/pulp_container_client/api/contentguards_api.rb +7 -20
- data/lib/pulp_container_client/api/contentguards_content_redirect_api.rb +65 -71
- data/lib/pulp_container_client/api/contentguards_rbac_api.rb +65 -71
- data/lib/pulp_container_client/api/distributions_api.rb +7 -26
- data/lib/pulp_container_client/api/distributions_artifacts_api.rb +13 -25
- data/lib/pulp_container_client/api/distributions_container_api.rb +65 -77
- data/lib/pulp_container_client/api/docs_api_json_api.rb +5 -5
- data/lib/pulp_container_client/api/docs_api_yaml_api.rb +5 -5
- data/lib/pulp_container_client/api/exporters_filesystem_api.rb +45 -51
- data/lib/pulp_container_client/api/exporters_filesystem_exports_api.rb +31 -31
- data/lib/pulp_container_client/api/exporters_pulp_api.rb +39 -45
- data/lib/pulp_container_client/api/exporters_pulp_exports_api.rb +25 -25
- data/lib/pulp_container_client/api/groups_api.rb +77 -83
- data/lib/pulp_container_client/api/groups_roles_api.rb +35 -44
- data/lib/pulp_container_client/api/groups_users_api.rb +19 -19
- data/lib/pulp_container_client/api/importers_pulp_api.rb +39 -45
- data/lib/pulp_container_client/api/importers_pulp_imports_api.rb +25 -25
- data/lib/pulp_container_client/api/orphans_api.rb +5 -5
- data/lib/pulp_container_client/api/orphans_cleanup_api.rb +6 -6
- data/lib/pulp_container_client/api/publications_api.rb +9 -18
- data/lib/pulp_container_client/api/pulp_container_namespaces_api.rb +51 -57
- data/lib/pulp_container_client/api/remotes_api.rb +7 -20
- data/lib/pulp_container_client/api/remotes_container_api.rb +65 -71
- data/lib/pulp_container_client/api/repair_api.rb +6 -6
- data/lib/pulp_container_client/api/repositories_api.rb +7 -44
- data/lib/pulp_container_client/api/repositories_container_api.rb +128 -158
- data/lib/pulp_container_client/api/repositories_container_push_api.rb +88 -118
- data/lib/pulp_container_client/api/repositories_container_push_versions_api.rb +27 -30
- data/lib/pulp_container_client/api/repositories_container_versions_api.rb +27 -30
- data/lib/pulp_container_client/api/repositories_reclaim_space_api.rb +6 -6
- data/lib/pulp_container_client/api/repository_versions_api.rb +7 -12
- data/lib/pulp_container_client/api/roles_api.rb +51 -57
- data/lib/pulp_container_client/api/signing_services_api.rb +13 -19
- data/lib/pulp_container_client/api/task_groups_api.rb +11 -11
- data/lib/pulp_container_client/api/task_schedules_api.rb +43 -49
- data/lib/pulp_container_client/api/tasks_api.rb +125 -131
- data/lib/pulp_container_client/api/token_api.rb +5 -5
- data/lib/pulp_container_client/api/uploads_api.rb +67 -73
- data/lib/pulp_container_client/api/users_api.rb +51 -57
- data/lib/pulp_container_client/api/users_roles_api.rb +35 -44
- data/lib/pulp_container_client/api/workers_api.rb +14 -20
- data/lib/pulp_container_client/configuration.rb +3 -3
- data/lib/pulp_container_client/models/artifact_distribution_response.rb +35 -35
- data/lib/pulp_container_client/models/container_container_distribution.rb +45 -45
- data/lib/pulp_container_client/models/container_container_distribution_response.rb +39 -39
- data/lib/pulp_container_client/models/container_container_push_repository.rb +37 -37
- data/lib/pulp_container_client/models/container_container_push_repository_response.rb +33 -33
- data/lib/pulp_container_client/models/container_container_remote.rb +21 -21
- data/lib/pulp_container_client/models/container_container_remote_response.rb +21 -21
- data/lib/pulp_container_client/models/container_container_repository.rb +1 -1
- data/lib/pulp_container_client/models/container_container_repository_response.rb +1 -1
- data/lib/pulp_container_client/models/filesystem_exporter.rb +1 -1
- data/lib/pulp_container_client/models/filesystem_exporter_response.rb +1 -1
- data/lib/pulp_container_client/models/group_role.rb +5 -16
- data/lib/pulp_container_client/models/group_role_response.rb +4 -15
- data/lib/pulp_container_client/models/nested_role.rb +0 -19
- data/lib/pulp_container_client/models/patched_filesystem_exporter.rb +1 -1
- data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +36 -36
- data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +37 -37
- data/lib/pulp_container_client/models/patchedcontainer_container_remote.rb +21 -21
- data/lib/pulp_container_client/models/patchedcontainer_container_repository.rb +1 -1
- data/lib/pulp_container_client/models/remote_response.rb +21 -21
- data/lib/pulp_container_client/models/remote_response_hidden_fields.rb +10 -0
- data/lib/pulp_container_client/models/repository_response.rb +1 -1
- data/lib/pulp_container_client/models/status_response.rb +4 -19
- data/lib/pulp_container_client/models/user_role.rb +6 -17
- data/lib/pulp_container_client/models/user_role_response.rb +5 -16
- data/lib/pulp_container_client/models/version_response.rb +4 -19
- data/lib/pulp_container_client/version.rb +1 -1
- data/lib/pulp_container_client.rb +0 -11
- data/spec/api/access_policies_api_spec.rb +11 -13
- data/spec/api/artifacts_api_spec.rb +9 -11
- data/spec/api/content_api_spec.rb +3 -6
- data/spec/api/content_blobs_api_spec.rb +5 -7
- data/spec/api/content_manifests_api_spec.rb +6 -8
- data/spec/api/content_signatures_api_spec.rb +5 -7
- data/spec/api/content_tags_api_spec.rb +6 -8
- data/spec/api/contentguards_api_spec.rb +3 -6
- data/spec/api/contentguards_content_redirect_api_spec.rb +21 -23
- data/spec/api/contentguards_rbac_api_spec.rb +21 -23
- data/spec/api/distributions_api_spec.rb +3 -8
- data/spec/api/distributions_artifacts_api_spec.rb +5 -9
- data/spec/api/distributions_container_api_spec.rb +21 -25
- data/spec/api/docs_api_json_api_spec.rb +2 -2
- data/spec/api/docs_api_yaml_api_spec.rb +2 -2
- data/spec/api/exporters_filesystem_api_spec.rb +16 -18
- data/spec/api/exporters_filesystem_exports_api_spec.rb +11 -11
- data/spec/api/exporters_pulp_api_spec.rb +13 -15
- data/spec/api/exporters_pulp_exports_api_spec.rb +8 -8
- data/spec/api/groups_api_spec.rb +27 -29
- data/spec/api/groups_roles_api_spec.rb +13 -16
- data/spec/api/groups_users_api_spec.rb +6 -6
- data/spec/api/importers_pulp_api_spec.rb +13 -15
- 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 +4 -7
- data/spec/api/pulp_container_namespaces_api_spec.rb +17 -19
- data/spec/api/remotes_api_spec.rb +3 -6
- data/spec/api/remotes_container_api_spec.rb +21 -23
- data/spec/api/repair_api_spec.rb +2 -2
- data/spec/api/repositories_api_spec.rb +3 -14
- data/spec/api/repositories_container_api_spec.rb +39 -49
- data/spec/api/repositories_container_push_api_spec.rb +27 -37
- data/spec/api/repositories_container_push_versions_api_spec.rb +9 -10
- data/spec/api/repositories_container_versions_api_spec.rb +9 -10
- data/spec/api/repositories_reclaim_space_api_spec.rb +2 -2
- data/spec/api/repository_versions_api_spec.rb +3 -5
- data/spec/api/roles_api_spec.rb +19 -21
- data/spec/api/signing_services_api_spec.rb +5 -7
- data/spec/api/task_groups_api_spec.rb +4 -4
- data/spec/api/task_schedules_api_spec.rb +15 -17
- data/spec/api/tasks_api_spec.rb +32 -34
- data/spec/api/token_api_spec.rb +2 -2
- data/spec/api/uploads_api_spec.rb +21 -23
- data/spec/api/users_api_spec.rb +19 -21
- data/spec/api/users_roles_api_spec.rb +13 -16
- data/spec/api/workers_api_spec.rb +5 -7
- data/spec/configuration_spec.rb +3 -3
- data/spec/models/artifact_distribution_response_spec.rb +7 -7
- data/spec/models/container_container_distribution_response_spec.rb +6 -6
- data/spec/models/container_container_distribution_spec.rb +4 -4
- data/spec/models/container_container_push_repository_response_spec.rb +6 -6
- data/spec/models/container_container_push_repository_spec.rb +4 -4
- data/spec/models/group_role_response_spec.rb +0 -6
- data/spec/models/group_role_spec.rb +0 -6
- data/spec/models/patchedcontainer_container_distribution_spec.rb +4 -4
- data/spec/models/patchedcontainer_container_push_repository_spec.rb +4 -4
- data/spec/models/status_response_spec.rb +0 -6
- data/spec/models/user_role_response_spec.rb +0 -6
- data/spec/models/user_role_spec.rb +0 -6
- data/spec/models/version_response_spec.rb +0 -6
- metadata +196 -240
- data/docs/Domain.md +0 -27
- data/docs/DomainResponse.md +0 -31
- data/docs/DomainsApi.md +0 -366
- data/docs/PaginatedDomainResponseList.md +0 -23
- data/docs/PaginatedUpstreamPulpResponseList.md +0 -23
- data/docs/PatchedDomain.md +0 -27
- data/docs/PatchedUpstreamPulp.md +0 -37
- data/docs/StorageClassEnum.md +0 -16
- data/docs/UpstreamPulp.md +0 -37
- data/docs/UpstreamPulpResponse.md +0 -39
- data/docs/UpstreamPulpsApi.md +0 -405
- data/lib/pulp_container_client/api/domains_api.rb +0 -452
- data/lib/pulp_container_client/api/upstream_pulps_api.rb +0 -492
- data/lib/pulp_container_client/models/domain.rb +0 -323
- data/lib/pulp_container_client/models/domain_response.rb +0 -318
- data/lib/pulp_container_client/models/paginated_domain_response_list.rb +0 -237
- data/lib/pulp_container_client/models/paginated_upstream_pulp_response_list.rb +0 -237
- data/lib/pulp_container_client/models/patched_domain.rb +0 -304
- data/lib/pulp_container_client/models/patched_upstream_pulp.rb +0 -450
- data/lib/pulp_container_client/models/storage_class_enum.rb +0 -37
- data/lib/pulp_container_client/models/upstream_pulp.rb +0 -477
- data/lib/pulp_container_client/models/upstream_pulp_response.rb +0 -338
- data/spec/api/domains_api_spec.rb +0 -122
- data/spec/api/upstream_pulps_api_spec.rb +0 -127
- data/spec/models/domain_response_spec.rb +0 -83
- data/spec/models/domain_spec.rb +0 -71
- data/spec/models/paginated_domain_response_list_spec.rb +0 -59
- data/spec/models/paginated_upstream_pulp_response_list_spec.rb +0 -59
- data/spec/models/patched_domain_spec.rb +0 -71
- data/spec/models/patched_upstream_pulp_spec.rb +0 -101
- data/spec/models/storage_class_enum_spec.rb +0 -35
- data/spec/models/upstream_pulp_response_spec.rb +0 -107
- data/spec/models/upstream_pulp_spec.rb +0 -101
@@ -1,25 +1,25 @@
|
|
1
1
|
# PulpContainerClient::ContentguardsContentRedirectApi
|
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
|
+
[**contentguards_core_content_redirect_add_role**](ContentguardsContentRedirectApi.md#contentguards_core_content_redirect_add_role) | **POST** {content_redirect_content_guard_href}add_role/ |
|
8
|
+
[**contentguards_core_content_redirect_create**](ContentguardsContentRedirectApi.md#contentguards_core_content_redirect_create) | **POST** /pulp/api/v3/contentguards/core/content_redirect/ | Create a content redirect content guard
|
9
|
+
[**contentguards_core_content_redirect_delete**](ContentguardsContentRedirectApi.md#contentguards_core_content_redirect_delete) | **DELETE** {content_redirect_content_guard_href} | Delete a content redirect content guard
|
10
|
+
[**contentguards_core_content_redirect_list**](ContentguardsContentRedirectApi.md#contentguards_core_content_redirect_list) | **GET** /pulp/api/v3/contentguards/core/content_redirect/ | List content redirect content guards
|
11
|
+
[**contentguards_core_content_redirect_list_roles**](ContentguardsContentRedirectApi.md#contentguards_core_content_redirect_list_roles) | **GET** {content_redirect_content_guard_href}list_roles/ |
|
12
|
+
[**contentguards_core_content_redirect_my_permissions**](ContentguardsContentRedirectApi.md#contentguards_core_content_redirect_my_permissions) | **GET** {content_redirect_content_guard_href}my_permissions/ |
|
13
|
+
[**contentguards_core_content_redirect_partial_update**](ContentguardsContentRedirectApi.md#contentguards_core_content_redirect_partial_update) | **PATCH** {content_redirect_content_guard_href} | Update a content redirect content guard
|
14
|
+
[**contentguards_core_content_redirect_read**](ContentguardsContentRedirectApi.md#contentguards_core_content_redirect_read) | **GET** {content_redirect_content_guard_href} | Inspect a content redirect content guard
|
15
|
+
[**contentguards_core_content_redirect_remove_role**](ContentguardsContentRedirectApi.md#contentguards_core_content_redirect_remove_role) | **POST** {content_redirect_content_guard_href}remove_role/ |
|
16
|
+
[**contentguards_core_content_redirect_update**](ContentguardsContentRedirectApi.md#contentguards_core_content_redirect_update) | **PUT** {content_redirect_content_guard_href} | Update a content redirect content guard
|
17
17
|
|
18
18
|
|
19
19
|
|
20
|
-
##
|
20
|
+
## contentguards_core_content_redirect_add_role
|
21
21
|
|
22
|
-
> NestedRoleResponse
|
22
|
+
> NestedRoleResponse contentguards_core_content_redirect_add_role(content_redirect_content_guard_href, nested_role)
|
23
23
|
|
24
24
|
|
25
25
|
|
@@ -42,10 +42,10 @@ content_redirect_content_guard_href = 'content_redirect_content_guard_href_examp
|
|
42
42
|
nested_role = PulpContainerClient::NestedRole.new # NestedRole |
|
43
43
|
|
44
44
|
begin
|
45
|
-
result = api_instance.
|
45
|
+
result = api_instance.contentguards_core_content_redirect_add_role(content_redirect_content_guard_href, nested_role)
|
46
46
|
p result
|
47
47
|
rescue PulpContainerClient::ApiError => e
|
48
|
-
puts "Exception when calling ContentguardsContentRedirectApi->
|
48
|
+
puts "Exception when calling ContentguardsContentRedirectApi->contentguards_core_content_redirect_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
|
+
## contentguards_core_content_redirect_create
|
75
75
|
|
76
|
-
> ContentRedirectContentGuardResponse
|
76
|
+
> ContentRedirectContentGuardResponse contentguards_core_content_redirect_create(content_redirect_content_guard)
|
77
77
|
|
78
78
|
Create a content redirect content guard
|
79
79
|
|
@@ -96,10 +96,10 @@ content_redirect_content_guard = PulpContainerClient::ContentRedirectContentGuar
|
|
96
96
|
|
97
97
|
begin
|
98
98
|
#Create a content redirect content guard
|
99
|
-
result = api_instance.
|
99
|
+
result = api_instance.contentguards_core_content_redirect_create(content_redirect_content_guard)
|
100
100
|
p result
|
101
101
|
rescue PulpContainerClient::ApiError => e
|
102
|
-
puts "Exception when calling ContentguardsContentRedirectApi->
|
102
|
+
puts "Exception when calling ContentguardsContentRedirectApi->contentguards_core_content_redirect_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
|
+
## contentguards_core_content_redirect_delete
|
128
128
|
|
129
|
-
>
|
129
|
+
> contentguards_core_content_redirect_delete(content_redirect_content_guard_href)
|
130
130
|
|
131
131
|
Delete a content redirect content guard
|
132
132
|
|
@@ -149,9 +149,9 @@ content_redirect_content_guard_href = 'content_redirect_content_guard_href_examp
|
|
149
149
|
|
150
150
|
begin
|
151
151
|
#Delete a content redirect content guard
|
152
|
-
api_instance.
|
152
|
+
api_instance.contentguards_core_content_redirect_delete(content_redirect_content_guard_href)
|
153
153
|
rescue PulpContainerClient::ApiError => e
|
154
|
-
puts "Exception when calling ContentguardsContentRedirectApi->
|
154
|
+
puts "Exception when calling ContentguardsContentRedirectApi->contentguards_core_content_redirect_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
|
+
## contentguards_core_content_redirect_list
|
180
180
|
|
181
|
-
> PaginatedContentRedirectContentGuardResponseList
|
181
|
+
> PaginatedContentRedirectContentGuardResponseList contentguards_core_content_redirect_list(opts)
|
182
182
|
|
183
183
|
List content redirect content guards
|
184
184
|
|
@@ -205,19 +205,17 @@ opts = {
|
|
205
205
|
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
206
206
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
207
207
|
offset: 56, # Integer | The initial index from which to return the results.
|
208
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
209
|
-
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
210
|
-
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
208
|
+
ordering: ['ordering_example'], # Array<String> | Ordering
|
211
209
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
212
210
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
213
211
|
}
|
214
212
|
|
215
213
|
begin
|
216
214
|
#List content redirect content guards
|
217
|
-
result = api_instance.
|
215
|
+
result = api_instance.contentguards_core_content_redirect_list(opts)
|
218
216
|
p result
|
219
217
|
rescue PulpContainerClient::ApiError => e
|
220
|
-
puts "Exception when calling ContentguardsContentRedirectApi->
|
218
|
+
puts "Exception when calling ContentguardsContentRedirectApi->contentguards_core_content_redirect_list: #{e}"
|
221
219
|
end
|
222
220
|
```
|
223
221
|
|
@@ -233,9 +231,7 @@ Name | Type | Description | Notes
|
|
233
231
|
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
234
232
|
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
235
233
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
236
|
-
**ordering** | [**Array<String>**](String.md)| Ordering
|
237
|
-
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
238
|
-
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
234
|
+
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
239
235
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
240
236
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
241
237
|
|
@@ -253,9 +249,9 @@ Name | Type | Description | Notes
|
|
253
249
|
- **Accept**: application/json
|
254
250
|
|
255
251
|
|
256
|
-
##
|
252
|
+
## contentguards_core_content_redirect_list_roles
|
257
253
|
|
258
|
-
> ObjectRolesResponse
|
254
|
+
> ObjectRolesResponse contentguards_core_content_redirect_list_roles(content_redirect_content_guard_href, opts)
|
259
255
|
|
260
256
|
|
261
257
|
|
@@ -281,10 +277,10 @@ opts = {
|
|
281
277
|
}
|
282
278
|
|
283
279
|
begin
|
284
|
-
result = api_instance.
|
280
|
+
result = api_instance.contentguards_core_content_redirect_list_roles(content_redirect_content_guard_href, opts)
|
285
281
|
p result
|
286
282
|
rescue PulpContainerClient::ApiError => e
|
287
|
-
puts "Exception when calling ContentguardsContentRedirectApi->
|
283
|
+
puts "Exception when calling ContentguardsContentRedirectApi->contentguards_core_content_redirect_list_roles: #{e}"
|
288
284
|
end
|
289
285
|
```
|
290
286
|
|
@@ -311,9 +307,9 @@ Name | Type | Description | Notes
|
|
311
307
|
- **Accept**: application/json
|
312
308
|
|
313
309
|
|
314
|
-
##
|
310
|
+
## contentguards_core_content_redirect_my_permissions
|
315
311
|
|
316
|
-
> MyPermissionsResponse
|
312
|
+
> MyPermissionsResponse contentguards_core_content_redirect_my_permissions(content_redirect_content_guard_href, opts)
|
317
313
|
|
318
314
|
|
319
315
|
|
@@ -339,10 +335,10 @@ opts = {
|
|
339
335
|
}
|
340
336
|
|
341
337
|
begin
|
342
|
-
result = api_instance.
|
338
|
+
result = api_instance.contentguards_core_content_redirect_my_permissions(content_redirect_content_guard_href, opts)
|
343
339
|
p result
|
344
340
|
rescue PulpContainerClient::ApiError => e
|
345
|
-
puts "Exception when calling ContentguardsContentRedirectApi->
|
341
|
+
puts "Exception when calling ContentguardsContentRedirectApi->contentguards_core_content_redirect_my_permissions: #{e}"
|
346
342
|
end
|
347
343
|
```
|
348
344
|
|
@@ -369,9 +365,9 @@ Name | Type | Description | Notes
|
|
369
365
|
- **Accept**: application/json
|
370
366
|
|
371
367
|
|
372
|
-
##
|
368
|
+
## contentguards_core_content_redirect_partial_update
|
373
369
|
|
374
|
-
> ContentRedirectContentGuardResponse
|
370
|
+
> ContentRedirectContentGuardResponse contentguards_core_content_redirect_partial_update(content_redirect_content_guard_href, patched_content_redirect_content_guard)
|
375
371
|
|
376
372
|
Update a content redirect content guard
|
377
373
|
|
@@ -395,10 +391,10 @@ patched_content_redirect_content_guard = PulpContainerClient::PatchedContentRedi
|
|
395
391
|
|
396
392
|
begin
|
397
393
|
#Update a content redirect content guard
|
398
|
-
result = api_instance.
|
394
|
+
result = api_instance.contentguards_core_content_redirect_partial_update(content_redirect_content_guard_href, patched_content_redirect_content_guard)
|
399
395
|
p result
|
400
396
|
rescue PulpContainerClient::ApiError => e
|
401
|
-
puts "Exception when calling ContentguardsContentRedirectApi->
|
397
|
+
puts "Exception when calling ContentguardsContentRedirectApi->contentguards_core_content_redirect_partial_update: #{e}"
|
402
398
|
end
|
403
399
|
```
|
404
400
|
|
@@ -424,9 +420,9 @@ Name | Type | Description | Notes
|
|
424
420
|
- **Accept**: application/json
|
425
421
|
|
426
422
|
|
427
|
-
##
|
423
|
+
## contentguards_core_content_redirect_read
|
428
424
|
|
429
|
-
> ContentRedirectContentGuardResponse
|
425
|
+
> ContentRedirectContentGuardResponse contentguards_core_content_redirect_read(content_redirect_content_guard_href, opts)
|
430
426
|
|
431
427
|
Inspect a content redirect content guard
|
432
428
|
|
@@ -453,10 +449,10 @@ opts = {
|
|
453
449
|
|
454
450
|
begin
|
455
451
|
#Inspect a content redirect content guard
|
456
|
-
result = api_instance.
|
452
|
+
result = api_instance.contentguards_core_content_redirect_read(content_redirect_content_guard_href, opts)
|
457
453
|
p result
|
458
454
|
rescue PulpContainerClient::ApiError => e
|
459
|
-
puts "Exception when calling ContentguardsContentRedirectApi->
|
455
|
+
puts "Exception when calling ContentguardsContentRedirectApi->contentguards_core_content_redirect_read: #{e}"
|
460
456
|
end
|
461
457
|
```
|
462
458
|
|
@@ -483,9 +479,9 @@ Name | Type | Description | Notes
|
|
483
479
|
- **Accept**: application/json
|
484
480
|
|
485
481
|
|
486
|
-
##
|
482
|
+
## contentguards_core_content_redirect_remove_role
|
487
483
|
|
488
|
-
> NestedRoleResponse
|
484
|
+
> NestedRoleResponse contentguards_core_content_redirect_remove_role(content_redirect_content_guard_href, nested_role)
|
489
485
|
|
490
486
|
|
491
487
|
|
@@ -508,10 +504,10 @@ content_redirect_content_guard_href = 'content_redirect_content_guard_href_examp
|
|
508
504
|
nested_role = PulpContainerClient::NestedRole.new # NestedRole |
|
509
505
|
|
510
506
|
begin
|
511
|
-
result = api_instance.
|
507
|
+
result = api_instance.contentguards_core_content_redirect_remove_role(content_redirect_content_guard_href, nested_role)
|
512
508
|
p result
|
513
509
|
rescue PulpContainerClient::ApiError => e
|
514
|
-
puts "Exception when calling ContentguardsContentRedirectApi->
|
510
|
+
puts "Exception when calling ContentguardsContentRedirectApi->contentguards_core_content_redirect_remove_role: #{e}"
|
515
511
|
end
|
516
512
|
```
|
517
513
|
|
@@ -537,9 +533,9 @@ Name | Type | Description | Notes
|
|
537
533
|
- **Accept**: application/json
|
538
534
|
|
539
535
|
|
540
|
-
##
|
536
|
+
## contentguards_core_content_redirect_update
|
541
537
|
|
542
|
-
> ContentRedirectContentGuardResponse
|
538
|
+
> ContentRedirectContentGuardResponse contentguards_core_content_redirect_update(content_redirect_content_guard_href, content_redirect_content_guard)
|
543
539
|
|
544
540
|
Update a content redirect content guard
|
545
541
|
|
@@ -563,10 +559,10 @@ content_redirect_content_guard = PulpContainerClient::ContentRedirectContentGuar
|
|
563
559
|
|
564
560
|
begin
|
565
561
|
#Update a content redirect content guard
|
566
|
-
result = api_instance.
|
562
|
+
result = api_instance.contentguards_core_content_redirect_update(content_redirect_content_guard_href, content_redirect_content_guard)
|
567
563
|
p result
|
568
564
|
rescue PulpContainerClient::ApiError => e
|
569
|
-
puts "Exception when calling ContentguardsContentRedirectApi->
|
565
|
+
puts "Exception when calling ContentguardsContentRedirectApi->contentguards_core_content_redirect_update: #{e}"
|
570
566
|
end
|
571
567
|
```
|
572
568
|
|
@@ -1,25 +1,25 @@
|
|
1
1
|
# PulpContainerClient::ContentguardsRbacApi
|
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
|
+
[**contentguards_core_rbac_add_role**](ContentguardsRbacApi.md#contentguards_core_rbac_add_role) | **POST** {r_b_a_c_content_guard_href}add_role/ |
|
8
|
+
[**contentguards_core_rbac_create**](ContentguardsRbacApi.md#contentguards_core_rbac_create) | **POST** /pulp/api/v3/contentguards/core/rbac/ | Create a rbac content guard
|
9
|
+
[**contentguards_core_rbac_delete**](ContentguardsRbacApi.md#contentguards_core_rbac_delete) | **DELETE** {r_b_a_c_content_guard_href} | Delete a rbac content guard
|
10
|
+
[**contentguards_core_rbac_list**](ContentguardsRbacApi.md#contentguards_core_rbac_list) | **GET** /pulp/api/v3/contentguards/core/rbac/ | List rbac content guards
|
11
|
+
[**contentguards_core_rbac_list_roles**](ContentguardsRbacApi.md#contentguards_core_rbac_list_roles) | **GET** {r_b_a_c_content_guard_href}list_roles/ |
|
12
|
+
[**contentguards_core_rbac_my_permissions**](ContentguardsRbacApi.md#contentguards_core_rbac_my_permissions) | **GET** {r_b_a_c_content_guard_href}my_permissions/ |
|
13
|
+
[**contentguards_core_rbac_partial_update**](ContentguardsRbacApi.md#contentguards_core_rbac_partial_update) | **PATCH** {r_b_a_c_content_guard_href} | Update a rbac content guard
|
14
|
+
[**contentguards_core_rbac_read**](ContentguardsRbacApi.md#contentguards_core_rbac_read) | **GET** {r_b_a_c_content_guard_href} | Inspect a rbac content guard
|
15
|
+
[**contentguards_core_rbac_remove_role**](ContentguardsRbacApi.md#contentguards_core_rbac_remove_role) | **POST** {r_b_a_c_content_guard_href}remove_role/ |
|
16
|
+
[**contentguards_core_rbac_update**](ContentguardsRbacApi.md#contentguards_core_rbac_update) | **PUT** {r_b_a_c_content_guard_href} | Update a rbac content guard
|
17
17
|
|
18
18
|
|
19
19
|
|
20
|
-
##
|
20
|
+
## contentguards_core_rbac_add_role
|
21
21
|
|
22
|
-
> NestedRoleResponse
|
22
|
+
> NestedRoleResponse contentguards_core_rbac_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 = PulpContainerClient::NestedRole.new # NestedRole |
|
43
43
|
|
44
44
|
begin
|
45
|
-
result = api_instance.
|
45
|
+
result = api_instance.contentguards_core_rbac_add_role(r_b_a_c_content_guard_href, nested_role)
|
46
46
|
p result
|
47
47
|
rescue PulpContainerClient::ApiError => e
|
48
|
-
puts "Exception when calling ContentguardsRbacApi->
|
48
|
+
puts "Exception when calling ContentguardsRbacApi->contentguards_core_rbac_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
|
+
## contentguards_core_rbac_create
|
75
75
|
|
76
|
-
> RBACContentGuardResponse
|
76
|
+
> RBACContentGuardResponse contentguards_core_rbac_create(rbac_content_guard)
|
77
77
|
|
78
78
|
Create a rbac content guard
|
79
79
|
|
@@ -96,10 +96,10 @@ rbac_content_guard = PulpContainerClient::RBACContentGuard.new # RBACContentGuar
|
|
96
96
|
|
97
97
|
begin
|
98
98
|
#Create a rbac content guard
|
99
|
-
result = api_instance.
|
99
|
+
result = api_instance.contentguards_core_rbac_create(rbac_content_guard)
|
100
100
|
p result
|
101
101
|
rescue PulpContainerClient::ApiError => e
|
102
|
-
puts "Exception when calling ContentguardsRbacApi->
|
102
|
+
puts "Exception when calling ContentguardsRbacApi->contentguards_core_rbac_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
|
+
## contentguards_core_rbac_delete
|
128
128
|
|
129
|
-
>
|
129
|
+
> contentguards_core_rbac_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.contentguards_core_rbac_delete(r_b_a_c_content_guard_href)
|
153
153
|
rescue PulpContainerClient::ApiError => e
|
154
|
-
puts "Exception when calling ContentguardsRbacApi->
|
154
|
+
puts "Exception when calling ContentguardsRbacApi->contentguards_core_rbac_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
|
+
## contentguards_core_rbac_list
|
180
180
|
|
181
|
-
> PaginatedRBACContentGuardResponseList
|
181
|
+
> PaginatedRBACContentGuardResponseList contentguards_core_rbac_list(opts)
|
182
182
|
|
183
183
|
List rbac content guards
|
184
184
|
|
@@ -205,19 +205,17 @@ opts = {
|
|
205
205
|
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
206
206
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
207
207
|
offset: 56, # Integer | The initial index from which to return the results.
|
208
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
209
|
-
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
210
|
-
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
208
|
+
ordering: ['ordering_example'], # Array<String> | Ordering
|
211
209
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
212
210
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
213
211
|
}
|
214
212
|
|
215
213
|
begin
|
216
214
|
#List rbac content guards
|
217
|
-
result = api_instance.
|
215
|
+
result = api_instance.contentguards_core_rbac_list(opts)
|
218
216
|
p result
|
219
217
|
rescue PulpContainerClient::ApiError => e
|
220
|
-
puts "Exception when calling ContentguardsRbacApi->
|
218
|
+
puts "Exception when calling ContentguardsRbacApi->contentguards_core_rbac_list: #{e}"
|
221
219
|
end
|
222
220
|
```
|
223
221
|
|
@@ -233,9 +231,7 @@ Name | Type | Description | Notes
|
|
233
231
|
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
234
232
|
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
235
233
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
236
|
-
**ordering** | [**Array<String>**](String.md)| Ordering
|
237
|
-
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
238
|
-
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
234
|
+
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
239
235
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
240
236
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
241
237
|
|
@@ -253,9 +249,9 @@ Name | Type | Description | Notes
|
|
253
249
|
- **Accept**: application/json
|
254
250
|
|
255
251
|
|
256
|
-
##
|
252
|
+
## contentguards_core_rbac_list_roles
|
257
253
|
|
258
|
-
> ObjectRolesResponse
|
254
|
+
> ObjectRolesResponse contentguards_core_rbac_list_roles(r_b_a_c_content_guard_href, opts)
|
259
255
|
|
260
256
|
|
261
257
|
|
@@ -281,10 +277,10 @@ opts = {
|
|
281
277
|
}
|
282
278
|
|
283
279
|
begin
|
284
|
-
result = api_instance.
|
280
|
+
result = api_instance.contentguards_core_rbac_list_roles(r_b_a_c_content_guard_href, opts)
|
285
281
|
p result
|
286
282
|
rescue PulpContainerClient::ApiError => e
|
287
|
-
puts "Exception when calling ContentguardsRbacApi->
|
283
|
+
puts "Exception when calling ContentguardsRbacApi->contentguards_core_rbac_list_roles: #{e}"
|
288
284
|
end
|
289
285
|
```
|
290
286
|
|
@@ -311,9 +307,9 @@ Name | Type | Description | Notes
|
|
311
307
|
- **Accept**: application/json
|
312
308
|
|
313
309
|
|
314
|
-
##
|
310
|
+
## contentguards_core_rbac_my_permissions
|
315
311
|
|
316
|
-
> MyPermissionsResponse
|
312
|
+
> MyPermissionsResponse contentguards_core_rbac_my_permissions(r_b_a_c_content_guard_href, opts)
|
317
313
|
|
318
314
|
|
319
315
|
|
@@ -339,10 +335,10 @@ opts = {
|
|
339
335
|
}
|
340
336
|
|
341
337
|
begin
|
342
|
-
result = api_instance.
|
338
|
+
result = api_instance.contentguards_core_rbac_my_permissions(r_b_a_c_content_guard_href, opts)
|
343
339
|
p result
|
344
340
|
rescue PulpContainerClient::ApiError => e
|
345
|
-
puts "Exception when calling ContentguardsRbacApi->
|
341
|
+
puts "Exception when calling ContentguardsRbacApi->contentguards_core_rbac_my_permissions: #{e}"
|
346
342
|
end
|
347
343
|
```
|
348
344
|
|
@@ -369,9 +365,9 @@ Name | Type | Description | Notes
|
|
369
365
|
- **Accept**: application/json
|
370
366
|
|
371
367
|
|
372
|
-
##
|
368
|
+
## contentguards_core_rbac_partial_update
|
373
369
|
|
374
|
-
> RBACContentGuardResponse
|
370
|
+
> RBACContentGuardResponse contentguards_core_rbac_partial_update(r_b_a_c_content_guard_href, patched_rbac_content_guard)
|
375
371
|
|
376
372
|
Update a rbac content guard
|
377
373
|
|
@@ -395,10 +391,10 @@ patched_rbac_content_guard = PulpContainerClient::PatchedRBACContentGuard.new #
|
|
395
391
|
|
396
392
|
begin
|
397
393
|
#Update a rbac content guard
|
398
|
-
result = api_instance.
|
394
|
+
result = api_instance.contentguards_core_rbac_partial_update(r_b_a_c_content_guard_href, patched_rbac_content_guard)
|
399
395
|
p result
|
400
396
|
rescue PulpContainerClient::ApiError => e
|
401
|
-
puts "Exception when calling ContentguardsRbacApi->
|
397
|
+
puts "Exception when calling ContentguardsRbacApi->contentguards_core_rbac_partial_update: #{e}"
|
402
398
|
end
|
403
399
|
```
|
404
400
|
|
@@ -424,9 +420,9 @@ Name | Type | Description | Notes
|
|
424
420
|
- **Accept**: application/json
|
425
421
|
|
426
422
|
|
427
|
-
##
|
423
|
+
## contentguards_core_rbac_read
|
428
424
|
|
429
|
-
> RBACContentGuardResponse
|
425
|
+
> RBACContentGuardResponse contentguards_core_rbac_read(r_b_a_c_content_guard_href, opts)
|
430
426
|
|
431
427
|
Inspect a rbac content guard
|
432
428
|
|
@@ -453,10 +449,10 @@ opts = {
|
|
453
449
|
|
454
450
|
begin
|
455
451
|
#Inspect a rbac content guard
|
456
|
-
result = api_instance.
|
452
|
+
result = api_instance.contentguards_core_rbac_read(r_b_a_c_content_guard_href, opts)
|
457
453
|
p result
|
458
454
|
rescue PulpContainerClient::ApiError => e
|
459
|
-
puts "Exception when calling ContentguardsRbacApi->
|
455
|
+
puts "Exception when calling ContentguardsRbacApi->contentguards_core_rbac_read: #{e}"
|
460
456
|
end
|
461
457
|
```
|
462
458
|
|
@@ -483,9 +479,9 @@ Name | Type | Description | Notes
|
|
483
479
|
- **Accept**: application/json
|
484
480
|
|
485
481
|
|
486
|
-
##
|
482
|
+
## contentguards_core_rbac_remove_role
|
487
483
|
|
488
|
-
> NestedRoleResponse
|
484
|
+
> NestedRoleResponse contentguards_core_rbac_remove_role(r_b_a_c_content_guard_href, nested_role)
|
489
485
|
|
490
486
|
|
491
487
|
|
@@ -508,10 +504,10 @@ r_b_a_c_content_guard_href = 'r_b_a_c_content_guard_href_example' # String |
|
|
508
504
|
nested_role = PulpContainerClient::NestedRole.new # NestedRole |
|
509
505
|
|
510
506
|
begin
|
511
|
-
result = api_instance.
|
507
|
+
result = api_instance.contentguards_core_rbac_remove_role(r_b_a_c_content_guard_href, nested_role)
|
512
508
|
p result
|
513
509
|
rescue PulpContainerClient::ApiError => e
|
514
|
-
puts "Exception when calling ContentguardsRbacApi->
|
510
|
+
puts "Exception when calling ContentguardsRbacApi->contentguards_core_rbac_remove_role: #{e}"
|
515
511
|
end
|
516
512
|
```
|
517
513
|
|
@@ -537,9 +533,9 @@ Name | Type | Description | Notes
|
|
537
533
|
- **Accept**: application/json
|
538
534
|
|
539
535
|
|
540
|
-
##
|
536
|
+
## contentguards_core_rbac_update
|
541
537
|
|
542
|
-
> RBACContentGuardResponse
|
538
|
+
> RBACContentGuardResponse contentguards_core_rbac_update(r_b_a_c_content_guard_href, rbac_content_guard)
|
543
539
|
|
544
540
|
Update a rbac content guard
|
545
541
|
|
@@ -563,10 +559,10 @@ rbac_content_guard = PulpContainerClient::RBACContentGuard.new # RBACContentGuar
|
|
563
559
|
|
564
560
|
begin
|
565
561
|
#Update a rbac content guard
|
566
|
-
result = api_instance.
|
562
|
+
result = api_instance.contentguards_core_rbac_update(r_b_a_c_content_guard_href, rbac_content_guard)
|
567
563
|
p result
|
568
564
|
rescue PulpContainerClient::ApiError => e
|
569
|
-
puts "Exception when calling ContentguardsRbacApi->
|
565
|
+
puts "Exception when calling ContentguardsRbacApi->contentguards_core_rbac_update: #{e}"
|
570
566
|
end
|
571
567
|
```
|
572
568
|
|
data/docs/DistributionsApi.md
CHANGED
@@ -1,16 +1,16 @@
|
|
1
1
|
# PulpContainerClient::DistributionsApi
|
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
|
-
[**
|
7
|
+
[**distributions_list**](DistributionsApi.md#distributions_list) | **GET** /pulp/api/v3/distributions/ | List distributions
|
8
8
|
|
9
9
|
|
10
10
|
|
11
|
-
##
|
11
|
+
## distributions_list
|
12
12
|
|
13
|
-
> PaginatedDistributionResponseList
|
13
|
+
> PaginatedDistributionResponseList distributions_list(opts)
|
14
14
|
|
15
15
|
List distributions
|
16
16
|
|
@@ -41,13 +41,8 @@ opts = {
|
|
41
41
|
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
42
42
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
43
43
|
offset: 56, # Integer | The initial index from which to return the results.
|
44
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
45
|
-
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
46
|
-
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
44
|
+
ordering: ['ordering_example'], # Array<String> | Ordering
|
47
45
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
48
|
-
pulp_type__in: ['pulp_type__in_example'], # Array<String> | Pulp type is in * `core.artifact` - core.artifact * `container.container` - container.container
|
49
|
-
repository: 'repository_example', # String | Filter results where repository matches value
|
50
|
-
repository__in: ['repository__in_example'], # Array<String> | Filter results where repository is in a comma-separated list of values
|
51
46
|
with_content: 'with_content_example', # String | Filter distributions based on the content served by them
|
52
47
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
53
48
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
@@ -55,10 +50,10 @@ opts = {
|
|
55
50
|
|
56
51
|
begin
|
57
52
|
#List distributions
|
58
|
-
result = api_instance.
|
53
|
+
result = api_instance.distributions_list(opts)
|
59
54
|
p result
|
60
55
|
rescue PulpContainerClient::ApiError => e
|
61
|
-
puts "Exception when calling DistributionsApi->
|
56
|
+
puts "Exception when calling DistributionsApi->distributions_list: #{e}"
|
62
57
|
end
|
63
58
|
```
|
64
59
|
|
@@ -78,13 +73,8 @@ Name | Type | Description | Notes
|
|
78
73
|
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
79
74
|
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
80
75
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
81
|
-
**ordering** | [**Array<String>**](String.md)| Ordering
|
82
|
-
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
83
|
-
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
76
|
+
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
84
77
|
**pulp_label_select** | **String**| Filter labels by search string | [optional]
|
85
|
-
**pulp_type__in** | [**Array<String>**](String.md)| Pulp type is in * `core.artifact` - core.artifact * `container.container` - container.container | [optional]
|
86
|
-
**repository** | **String**| Filter results where repository matches value | [optional]
|
87
|
-
**repository__in** | [**Array<String>**](String.md)| Filter results where repository is in a comma-separated list of values | [optional]
|
88
78
|
**with_content** | **String**| Filter distributions based on the content served by them | [optional]
|
89
79
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
90
80
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|