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,23 +1,23 @@
|
|
1
1
|
# PulpContainerClient::PulpContainerNamespacesApi
|
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
|
-
[**
|
7
|
+
[**pulp_container_namespaces_add_role**](PulpContainerNamespacesApi.md#pulp_container_namespaces_add_role) | **POST** {container_container_namespace_href}add_role/ |
|
8
|
+
[**pulp_container_namespaces_create**](PulpContainerNamespacesApi.md#pulp_container_namespaces_create) | **POST** /pulp/api/v3/pulp_container/namespaces/ | Create a container namespace
|
9
|
+
[**pulp_container_namespaces_delete**](PulpContainerNamespacesApi.md#pulp_container_namespaces_delete) | **DELETE** {container_container_namespace_href} | Delete a container namespace
|
10
|
+
[**pulp_container_namespaces_list**](PulpContainerNamespacesApi.md#pulp_container_namespaces_list) | **GET** /pulp/api/v3/pulp_container/namespaces/ | List container namespaces
|
11
|
+
[**pulp_container_namespaces_list_roles**](PulpContainerNamespacesApi.md#pulp_container_namespaces_list_roles) | **GET** {container_container_namespace_href}list_roles/ |
|
12
|
+
[**pulp_container_namespaces_my_permissions**](PulpContainerNamespacesApi.md#pulp_container_namespaces_my_permissions) | **GET** {container_container_namespace_href}my_permissions/ |
|
13
|
+
[**pulp_container_namespaces_read**](PulpContainerNamespacesApi.md#pulp_container_namespaces_read) | **GET** {container_container_namespace_href} | Inspect a container namespace
|
14
|
+
[**pulp_container_namespaces_remove_role**](PulpContainerNamespacesApi.md#pulp_container_namespaces_remove_role) | **POST** {container_container_namespace_href}remove_role/ |
|
15
15
|
|
16
16
|
|
17
17
|
|
18
|
-
##
|
18
|
+
## pulp_container_namespaces_add_role
|
19
19
|
|
20
|
-
> NestedRoleResponse
|
20
|
+
> NestedRoleResponse pulp_container_namespaces_add_role(container_container_namespace_href, nested_role)
|
21
21
|
|
22
22
|
|
23
23
|
|
@@ -40,10 +40,10 @@ container_container_namespace_href = 'container_container_namespace_href_example
|
|
40
40
|
nested_role = PulpContainerClient::NestedRole.new # NestedRole |
|
41
41
|
|
42
42
|
begin
|
43
|
-
result = api_instance.
|
43
|
+
result = api_instance.pulp_container_namespaces_add_role(container_container_namespace_href, nested_role)
|
44
44
|
p result
|
45
45
|
rescue PulpContainerClient::ApiError => e
|
46
|
-
puts "Exception when calling PulpContainerNamespacesApi->
|
46
|
+
puts "Exception when calling PulpContainerNamespacesApi->pulp_container_namespaces_add_role: #{e}"
|
47
47
|
end
|
48
48
|
```
|
49
49
|
|
@@ -69,9 +69,9 @@ Name | Type | Description | Notes
|
|
69
69
|
- **Accept**: application/json
|
70
70
|
|
71
71
|
|
72
|
-
##
|
72
|
+
## pulp_container_namespaces_create
|
73
73
|
|
74
|
-
> ContainerContainerNamespaceResponse
|
74
|
+
> ContainerContainerNamespaceResponse pulp_container_namespaces_create(container_container_namespace)
|
75
75
|
|
76
76
|
Create a container namespace
|
77
77
|
|
@@ -94,10 +94,10 @@ container_container_namespace = PulpContainerClient::ContainerContainerNamespace
|
|
94
94
|
|
95
95
|
begin
|
96
96
|
#Create a container namespace
|
97
|
-
result = api_instance.
|
97
|
+
result = api_instance.pulp_container_namespaces_create(container_container_namespace)
|
98
98
|
p result
|
99
99
|
rescue PulpContainerClient::ApiError => e
|
100
|
-
puts "Exception when calling PulpContainerNamespacesApi->
|
100
|
+
puts "Exception when calling PulpContainerNamespacesApi->pulp_container_namespaces_create: #{e}"
|
101
101
|
end
|
102
102
|
```
|
103
103
|
|
@@ -122,9 +122,9 @@ Name | Type | Description | Notes
|
|
122
122
|
- **Accept**: application/json
|
123
123
|
|
124
124
|
|
125
|
-
##
|
125
|
+
## pulp_container_namespaces_delete
|
126
126
|
|
127
|
-
> AsyncOperationResponse
|
127
|
+
> AsyncOperationResponse pulp_container_namespaces_delete(container_container_namespace_href)
|
128
128
|
|
129
129
|
Delete a container namespace
|
130
130
|
|
@@ -147,10 +147,10 @@ container_container_namespace_href = 'container_container_namespace_href_example
|
|
147
147
|
|
148
148
|
begin
|
149
149
|
#Delete a container namespace
|
150
|
-
result = api_instance.
|
150
|
+
result = api_instance.pulp_container_namespaces_delete(container_container_namespace_href)
|
151
151
|
p result
|
152
152
|
rescue PulpContainerClient::ApiError => e
|
153
|
-
puts "Exception when calling PulpContainerNamespacesApi->
|
153
|
+
puts "Exception when calling PulpContainerNamespacesApi->pulp_container_namespaces_delete: #{e}"
|
154
154
|
end
|
155
155
|
```
|
156
156
|
|
@@ -175,9 +175,9 @@ Name | Type | Description | Notes
|
|
175
175
|
- **Accept**: application/json
|
176
176
|
|
177
177
|
|
178
|
-
##
|
178
|
+
## pulp_container_namespaces_list
|
179
179
|
|
180
|
-
> PaginatedcontainerContainerNamespaceResponseList
|
180
|
+
> PaginatedcontainerContainerNamespaceResponseList pulp_container_namespaces_list(opts)
|
181
181
|
|
182
182
|
List container namespaces
|
183
183
|
|
@@ -204,19 +204,17 @@ opts = {
|
|
204
204
|
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
205
205
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
206
206
|
offset: 56, # Integer | The initial index from which to return the results.
|
207
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
208
|
-
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
209
|
-
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
207
|
+
ordering: ['ordering_example'], # Array<String> | Ordering
|
210
208
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
211
209
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
212
210
|
}
|
213
211
|
|
214
212
|
begin
|
215
213
|
#List container namespaces
|
216
|
-
result = api_instance.
|
214
|
+
result = api_instance.pulp_container_namespaces_list(opts)
|
217
215
|
p result
|
218
216
|
rescue PulpContainerClient::ApiError => e
|
219
|
-
puts "Exception when calling PulpContainerNamespacesApi->
|
217
|
+
puts "Exception when calling PulpContainerNamespacesApi->pulp_container_namespaces_list: #{e}"
|
220
218
|
end
|
221
219
|
```
|
222
220
|
|
@@ -232,9 +230,7 @@ Name | Type | Description | Notes
|
|
232
230
|
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
233
231
|
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
234
232
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
235
|
-
**ordering** | [**Array<String>**](String.md)| Ordering
|
236
|
-
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
237
|
-
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
233
|
+
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
238
234
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
239
235
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
240
236
|
|
@@ -252,9 +248,9 @@ Name | Type | Description | Notes
|
|
252
248
|
- **Accept**: application/json
|
253
249
|
|
254
250
|
|
255
|
-
##
|
251
|
+
## pulp_container_namespaces_list_roles
|
256
252
|
|
257
|
-
> ObjectRolesResponse
|
253
|
+
> ObjectRolesResponse pulp_container_namespaces_list_roles(container_container_namespace_href, opts)
|
258
254
|
|
259
255
|
|
260
256
|
|
@@ -280,10 +276,10 @@ opts = {
|
|
280
276
|
}
|
281
277
|
|
282
278
|
begin
|
283
|
-
result = api_instance.
|
279
|
+
result = api_instance.pulp_container_namespaces_list_roles(container_container_namespace_href, opts)
|
284
280
|
p result
|
285
281
|
rescue PulpContainerClient::ApiError => e
|
286
|
-
puts "Exception when calling PulpContainerNamespacesApi->
|
282
|
+
puts "Exception when calling PulpContainerNamespacesApi->pulp_container_namespaces_list_roles: #{e}"
|
287
283
|
end
|
288
284
|
```
|
289
285
|
|
@@ -310,9 +306,9 @@ Name | Type | Description | Notes
|
|
310
306
|
- **Accept**: application/json
|
311
307
|
|
312
308
|
|
313
|
-
##
|
309
|
+
## pulp_container_namespaces_my_permissions
|
314
310
|
|
315
|
-
> MyPermissionsResponse
|
311
|
+
> MyPermissionsResponse pulp_container_namespaces_my_permissions(container_container_namespace_href, opts)
|
316
312
|
|
317
313
|
|
318
314
|
|
@@ -338,10 +334,10 @@ opts = {
|
|
338
334
|
}
|
339
335
|
|
340
336
|
begin
|
341
|
-
result = api_instance.
|
337
|
+
result = api_instance.pulp_container_namespaces_my_permissions(container_container_namespace_href, opts)
|
342
338
|
p result
|
343
339
|
rescue PulpContainerClient::ApiError => e
|
344
|
-
puts "Exception when calling PulpContainerNamespacesApi->
|
340
|
+
puts "Exception when calling PulpContainerNamespacesApi->pulp_container_namespaces_my_permissions: #{e}"
|
345
341
|
end
|
346
342
|
```
|
347
343
|
|
@@ -368,9 +364,9 @@ Name | Type | Description | Notes
|
|
368
364
|
- **Accept**: application/json
|
369
365
|
|
370
366
|
|
371
|
-
##
|
367
|
+
## pulp_container_namespaces_read
|
372
368
|
|
373
|
-
> ContainerContainerNamespaceResponse
|
369
|
+
> ContainerContainerNamespaceResponse pulp_container_namespaces_read(container_container_namespace_href, opts)
|
374
370
|
|
375
371
|
Inspect a container namespace
|
376
372
|
|
@@ -397,10 +393,10 @@ opts = {
|
|
397
393
|
|
398
394
|
begin
|
399
395
|
#Inspect a container namespace
|
400
|
-
result = api_instance.
|
396
|
+
result = api_instance.pulp_container_namespaces_read(container_container_namespace_href, opts)
|
401
397
|
p result
|
402
398
|
rescue PulpContainerClient::ApiError => e
|
403
|
-
puts "Exception when calling PulpContainerNamespacesApi->
|
399
|
+
puts "Exception when calling PulpContainerNamespacesApi->pulp_container_namespaces_read: #{e}"
|
404
400
|
end
|
405
401
|
```
|
406
402
|
|
@@ -427,9 +423,9 @@ Name | Type | Description | Notes
|
|
427
423
|
- **Accept**: application/json
|
428
424
|
|
429
425
|
|
430
|
-
##
|
426
|
+
## pulp_container_namespaces_remove_role
|
431
427
|
|
432
|
-
> NestedRoleResponse
|
428
|
+
> NestedRoleResponse pulp_container_namespaces_remove_role(container_container_namespace_href, nested_role)
|
433
429
|
|
434
430
|
|
435
431
|
|
@@ -452,10 +448,10 @@ container_container_namespace_href = 'container_container_namespace_href_example
|
|
452
448
|
nested_role = PulpContainerClient::NestedRole.new # NestedRole |
|
453
449
|
|
454
450
|
begin
|
455
|
-
result = api_instance.
|
451
|
+
result = api_instance.pulp_container_namespaces_remove_role(container_container_namespace_href, nested_role)
|
456
452
|
p result
|
457
453
|
rescue PulpContainerClient::ApiError => e
|
458
|
-
puts "Exception when calling PulpContainerNamespacesApi->
|
454
|
+
puts "Exception when calling PulpContainerNamespacesApi->pulp_container_namespaces_remove_role: #{e}"
|
459
455
|
end
|
460
456
|
```
|
461
457
|
|
data/docs/RemoteResponse.md
CHANGED
@@ -16,7 +16,7 @@ Name | Type | Description | Notes
|
|
16
16
|
**pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
|
17
17
|
**download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
|
18
18
|
**max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
|
19
|
-
**policy** | [**RemoteResponsePolicyEnum**](RemoteResponsePolicyEnum.md) | The policy to use when downloading content.
|
19
|
+
**policy** | [**RemoteResponsePolicyEnum**](RemoteResponsePolicyEnum.md) | The policy to use when downloading content. | [optional]
|
20
20
|
**total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
|
21
21
|
**connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
|
22
22
|
**sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
|
@@ -4,8 +4,8 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**name** | **String** | |
|
8
|
-
**is_set** | **Boolean** | |
|
7
|
+
**name** | **String** | |
|
8
|
+
**is_set** | **Boolean** | |
|
9
9
|
|
10
10
|
## Code Sample
|
11
11
|
|
data/docs/RemotesApi.md
CHANGED
@@ -1,16 +1,16 @@
|
|
1
1
|
# PulpContainerClient::RemotesApi
|
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
|
+
[**remotes_list**](RemotesApi.md#remotes_list) | **GET** /pulp/api/v3/remotes/ | List remotes
|
8
8
|
|
9
9
|
|
10
10
|
|
11
|
-
##
|
11
|
+
## remotes_list
|
12
12
|
|
13
|
-
> PaginatedRemoteResponseList
|
13
|
+
> PaginatedRemoteResponseList remotes_list(opts)
|
14
14
|
|
15
15
|
List remotes
|
16
16
|
|
@@ -37,9 +37,7 @@ opts = {
|
|
37
37
|
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
38
38
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
39
39
|
offset: 56, # Integer | The initial index from which to return the results.
|
40
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
41
|
-
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
42
|
-
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
40
|
+
ordering: ['ordering_example'], # Array<String> | Ordering
|
43
41
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
44
42
|
pulp_last_updated: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated matches value
|
45
43
|
pulp_last_updated__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is greater than value
|
@@ -47,17 +45,16 @@ opts = {
|
|
47
45
|
pulp_last_updated__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is less than value
|
48
46
|
pulp_last_updated__lte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is less than or equal to value
|
49
47
|
pulp_last_updated__range: [DateTime.parse('2013-10-20T19:20:30+01:00')], # Array<DateTime> | Filter results where pulp_last_updated is between two comma separated values
|
50
|
-
pulp_type__in: ['pulp_type__in_example'], # Array<String> | Pulp type is in * `container.container` - container.container
|
51
48
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
52
49
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
53
50
|
}
|
54
51
|
|
55
52
|
begin
|
56
53
|
#List remotes
|
57
|
-
result = api_instance.
|
54
|
+
result = api_instance.remotes_list(opts)
|
58
55
|
p result
|
59
56
|
rescue PulpContainerClient::ApiError => e
|
60
|
-
puts "Exception when calling RemotesApi->
|
57
|
+
puts "Exception when calling RemotesApi->remotes_list: #{e}"
|
61
58
|
end
|
62
59
|
```
|
63
60
|
|
@@ -73,9 +70,7 @@ Name | Type | Description | Notes
|
|
73
70
|
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
74
71
|
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
75
72
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
76
|
-
**ordering** | [**Array<String>**](String.md)| Ordering
|
77
|
-
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
78
|
-
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
73
|
+
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
79
74
|
**pulp_label_select** | **String**| Filter labels by search string | [optional]
|
80
75
|
**pulp_last_updated** | **DateTime**| Filter results where pulp_last_updated matches value | [optional]
|
81
76
|
**pulp_last_updated__gt** | **DateTime**| Filter results where pulp_last_updated is greater than value | [optional]
|
@@ -83,7 +78,6 @@ Name | Type | Description | Notes
|
|
83
78
|
**pulp_last_updated__lt** | **DateTime**| Filter results where pulp_last_updated is less than value | [optional]
|
84
79
|
**pulp_last_updated__lte** | **DateTime**| Filter results where pulp_last_updated is less than or equal to value | [optional]
|
85
80
|
**pulp_last_updated__range** | [**Array<DateTime>**](DateTime.md)| Filter results where pulp_last_updated is between two comma separated values | [optional]
|
86
|
-
**pulp_type__in** | [**Array<String>**](String.md)| Pulp type is in * `container.container` - container.container | [optional]
|
87
81
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
88
82
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
89
83
|
|
data/docs/RemotesContainerApi.md
CHANGED
@@ -1,25 +1,25 @@
|
|
1
1
|
# PulpContainerClient::RemotesContainerApi
|
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
|
+
[**remotes_container_container_add_role**](RemotesContainerApi.md#remotes_container_container_add_role) | **POST** {container_container_remote_href}add_role/ |
|
8
|
+
[**remotes_container_container_create**](RemotesContainerApi.md#remotes_container_container_create) | **POST** /pulp/api/v3/remotes/container/container/ | Create a container remote
|
9
|
+
[**remotes_container_container_delete**](RemotesContainerApi.md#remotes_container_container_delete) | **DELETE** {container_container_remote_href} | Delete a container remote
|
10
|
+
[**remotes_container_container_list**](RemotesContainerApi.md#remotes_container_container_list) | **GET** /pulp/api/v3/remotes/container/container/ | List container remotes
|
11
|
+
[**remotes_container_container_list_roles**](RemotesContainerApi.md#remotes_container_container_list_roles) | **GET** {container_container_remote_href}list_roles/ |
|
12
|
+
[**remotes_container_container_my_permissions**](RemotesContainerApi.md#remotes_container_container_my_permissions) | **GET** {container_container_remote_href}my_permissions/ |
|
13
|
+
[**remotes_container_container_partial_update**](RemotesContainerApi.md#remotes_container_container_partial_update) | **PATCH** {container_container_remote_href} | Update a container remote
|
14
|
+
[**remotes_container_container_read**](RemotesContainerApi.md#remotes_container_container_read) | **GET** {container_container_remote_href} | Inspect a container remote
|
15
|
+
[**remotes_container_container_remove_role**](RemotesContainerApi.md#remotes_container_container_remove_role) | **POST** {container_container_remote_href}remove_role/ |
|
16
|
+
[**remotes_container_container_update**](RemotesContainerApi.md#remotes_container_container_update) | **PUT** {container_container_remote_href} | Update a container remote
|
17
17
|
|
18
18
|
|
19
19
|
|
20
|
-
##
|
20
|
+
## remotes_container_container_add_role
|
21
21
|
|
22
|
-
> NestedRoleResponse
|
22
|
+
> NestedRoleResponse remotes_container_container_add_role(container_container_remote_href, nested_role)
|
23
23
|
|
24
24
|
|
25
25
|
|
@@ -42,10 +42,10 @@ container_container_remote_href = 'container_container_remote_href_example' # St
|
|
42
42
|
nested_role = PulpContainerClient::NestedRole.new # NestedRole |
|
43
43
|
|
44
44
|
begin
|
45
|
-
result = api_instance.
|
45
|
+
result = api_instance.remotes_container_container_add_role(container_container_remote_href, nested_role)
|
46
46
|
p result
|
47
47
|
rescue PulpContainerClient::ApiError => e
|
48
|
-
puts "Exception when calling RemotesContainerApi->
|
48
|
+
puts "Exception when calling RemotesContainerApi->remotes_container_container_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
|
+
## remotes_container_container_create
|
75
75
|
|
76
|
-
> ContainerContainerRemoteResponse
|
76
|
+
> ContainerContainerRemoteResponse remotes_container_container_create(container_container_remote)
|
77
77
|
|
78
78
|
Create a container remote
|
79
79
|
|
@@ -96,10 +96,10 @@ container_container_remote = PulpContainerClient::ContainerContainerRemote.new #
|
|
96
96
|
|
97
97
|
begin
|
98
98
|
#Create a container remote
|
99
|
-
result = api_instance.
|
99
|
+
result = api_instance.remotes_container_container_create(container_container_remote)
|
100
100
|
p result
|
101
101
|
rescue PulpContainerClient::ApiError => e
|
102
|
-
puts "Exception when calling RemotesContainerApi->
|
102
|
+
puts "Exception when calling RemotesContainerApi->remotes_container_container_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
|
+
## remotes_container_container_delete
|
128
128
|
|
129
|
-
> AsyncOperationResponse
|
129
|
+
> AsyncOperationResponse remotes_container_container_delete(container_container_remote_href)
|
130
130
|
|
131
131
|
Delete a container remote
|
132
132
|
|
@@ -149,10 +149,10 @@ container_container_remote_href = 'container_container_remote_href_example' # St
|
|
149
149
|
|
150
150
|
begin
|
151
151
|
#Delete a container remote
|
152
|
-
result = api_instance.
|
152
|
+
result = api_instance.remotes_container_container_delete(container_container_remote_href)
|
153
153
|
p result
|
154
154
|
rescue PulpContainerClient::ApiError => e
|
155
|
-
puts "Exception when calling RemotesContainerApi->
|
155
|
+
puts "Exception when calling RemotesContainerApi->remotes_container_container_delete: #{e}"
|
156
156
|
end
|
157
157
|
```
|
158
158
|
|
@@ -177,9 +177,9 @@ Name | Type | Description | Notes
|
|
177
177
|
- **Accept**: application/json
|
178
178
|
|
179
179
|
|
180
|
-
##
|
180
|
+
## remotes_container_container_list
|
181
181
|
|
182
|
-
> PaginatedcontainerContainerRemoteResponseList
|
182
|
+
> PaginatedcontainerContainerRemoteResponseList remotes_container_container_list(opts)
|
183
183
|
|
184
184
|
List container remotes
|
185
185
|
|
@@ -206,9 +206,7 @@ opts = {
|
|
206
206
|
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
207
207
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
208
208
|
offset: 56, # Integer | The initial index from which to return the results.
|
209
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
210
|
-
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
211
|
-
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
209
|
+
ordering: ['ordering_example'], # Array<String> | Ordering
|
212
210
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
213
211
|
pulp_last_updated: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated matches value
|
214
212
|
pulp_last_updated__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is greater than value
|
@@ -222,10 +220,10 @@ opts = {
|
|
222
220
|
|
223
221
|
begin
|
224
222
|
#List container remotes
|
225
|
-
result = api_instance.
|
223
|
+
result = api_instance.remotes_container_container_list(opts)
|
226
224
|
p result
|
227
225
|
rescue PulpContainerClient::ApiError => e
|
228
|
-
puts "Exception when calling RemotesContainerApi->
|
226
|
+
puts "Exception when calling RemotesContainerApi->remotes_container_container_list: #{e}"
|
229
227
|
end
|
230
228
|
```
|
231
229
|
|
@@ -241,9 +239,7 @@ Name | Type | Description | Notes
|
|
241
239
|
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
242
240
|
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
243
241
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
244
|
-
**ordering** | [**Array<String>**](String.md)| Ordering
|
245
|
-
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
246
|
-
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
242
|
+
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
247
243
|
**pulp_label_select** | **String**| Filter labels by search string | [optional]
|
248
244
|
**pulp_last_updated** | **DateTime**| Filter results where pulp_last_updated matches value | [optional]
|
249
245
|
**pulp_last_updated__gt** | **DateTime**| Filter results where pulp_last_updated is greater than value | [optional]
|
@@ -268,9 +264,9 @@ Name | Type | Description | Notes
|
|
268
264
|
- **Accept**: application/json
|
269
265
|
|
270
266
|
|
271
|
-
##
|
267
|
+
## remotes_container_container_list_roles
|
272
268
|
|
273
|
-
> ObjectRolesResponse
|
269
|
+
> ObjectRolesResponse remotes_container_container_list_roles(container_container_remote_href, opts)
|
274
270
|
|
275
271
|
|
276
272
|
|
@@ -296,10 +292,10 @@ opts = {
|
|
296
292
|
}
|
297
293
|
|
298
294
|
begin
|
299
|
-
result = api_instance.
|
295
|
+
result = api_instance.remotes_container_container_list_roles(container_container_remote_href, opts)
|
300
296
|
p result
|
301
297
|
rescue PulpContainerClient::ApiError => e
|
302
|
-
puts "Exception when calling RemotesContainerApi->
|
298
|
+
puts "Exception when calling RemotesContainerApi->remotes_container_container_list_roles: #{e}"
|
303
299
|
end
|
304
300
|
```
|
305
301
|
|
@@ -326,9 +322,9 @@ Name | Type | Description | Notes
|
|
326
322
|
- **Accept**: application/json
|
327
323
|
|
328
324
|
|
329
|
-
##
|
325
|
+
## remotes_container_container_my_permissions
|
330
326
|
|
331
|
-
> MyPermissionsResponse
|
327
|
+
> MyPermissionsResponse remotes_container_container_my_permissions(container_container_remote_href, opts)
|
332
328
|
|
333
329
|
|
334
330
|
|
@@ -354,10 +350,10 @@ opts = {
|
|
354
350
|
}
|
355
351
|
|
356
352
|
begin
|
357
|
-
result = api_instance.
|
353
|
+
result = api_instance.remotes_container_container_my_permissions(container_container_remote_href, opts)
|
358
354
|
p result
|
359
355
|
rescue PulpContainerClient::ApiError => e
|
360
|
-
puts "Exception when calling RemotesContainerApi->
|
356
|
+
puts "Exception when calling RemotesContainerApi->remotes_container_container_my_permissions: #{e}"
|
361
357
|
end
|
362
358
|
```
|
363
359
|
|
@@ -384,9 +380,9 @@ Name | Type | Description | Notes
|
|
384
380
|
- **Accept**: application/json
|
385
381
|
|
386
382
|
|
387
|
-
##
|
383
|
+
## remotes_container_container_partial_update
|
388
384
|
|
389
|
-
> AsyncOperationResponse
|
385
|
+
> AsyncOperationResponse remotes_container_container_partial_update(container_container_remote_href, patchedcontainer_container_remote)
|
390
386
|
|
391
387
|
Update a container remote
|
392
388
|
|
@@ -410,10 +406,10 @@ patchedcontainer_container_remote = PulpContainerClient::PatchedcontainerContain
|
|
410
406
|
|
411
407
|
begin
|
412
408
|
#Update a container remote
|
413
|
-
result = api_instance.
|
409
|
+
result = api_instance.remotes_container_container_partial_update(container_container_remote_href, patchedcontainer_container_remote)
|
414
410
|
p result
|
415
411
|
rescue PulpContainerClient::ApiError => e
|
416
|
-
puts "Exception when calling RemotesContainerApi->
|
412
|
+
puts "Exception when calling RemotesContainerApi->remotes_container_container_partial_update: #{e}"
|
417
413
|
end
|
418
414
|
```
|
419
415
|
|
@@ -439,9 +435,9 @@ Name | Type | Description | Notes
|
|
439
435
|
- **Accept**: application/json
|
440
436
|
|
441
437
|
|
442
|
-
##
|
438
|
+
## remotes_container_container_read
|
443
439
|
|
444
|
-
> ContainerContainerRemoteResponse
|
440
|
+
> ContainerContainerRemoteResponse remotes_container_container_read(container_container_remote_href, opts)
|
445
441
|
|
446
442
|
Inspect a container remote
|
447
443
|
|
@@ -468,10 +464,10 @@ opts = {
|
|
468
464
|
|
469
465
|
begin
|
470
466
|
#Inspect a container remote
|
471
|
-
result = api_instance.
|
467
|
+
result = api_instance.remotes_container_container_read(container_container_remote_href, opts)
|
472
468
|
p result
|
473
469
|
rescue PulpContainerClient::ApiError => e
|
474
|
-
puts "Exception when calling RemotesContainerApi->
|
470
|
+
puts "Exception when calling RemotesContainerApi->remotes_container_container_read: #{e}"
|
475
471
|
end
|
476
472
|
```
|
477
473
|
|
@@ -498,9 +494,9 @@ Name | Type | Description | Notes
|
|
498
494
|
- **Accept**: application/json
|
499
495
|
|
500
496
|
|
501
|
-
##
|
497
|
+
## remotes_container_container_remove_role
|
502
498
|
|
503
|
-
> NestedRoleResponse
|
499
|
+
> NestedRoleResponse remotes_container_container_remove_role(container_container_remote_href, nested_role)
|
504
500
|
|
505
501
|
|
506
502
|
|
@@ -523,10 +519,10 @@ container_container_remote_href = 'container_container_remote_href_example' # St
|
|
523
519
|
nested_role = PulpContainerClient::NestedRole.new # NestedRole |
|
524
520
|
|
525
521
|
begin
|
526
|
-
result = api_instance.
|
522
|
+
result = api_instance.remotes_container_container_remove_role(container_container_remote_href, nested_role)
|
527
523
|
p result
|
528
524
|
rescue PulpContainerClient::ApiError => e
|
529
|
-
puts "Exception when calling RemotesContainerApi->
|
525
|
+
puts "Exception when calling RemotesContainerApi->remotes_container_container_remove_role: #{e}"
|
530
526
|
end
|
531
527
|
```
|
532
528
|
|
@@ -552,9 +548,9 @@ Name | Type | Description | Notes
|
|
552
548
|
- **Accept**: application/json
|
553
549
|
|
554
550
|
|
555
|
-
##
|
551
|
+
## remotes_container_container_update
|
556
552
|
|
557
|
-
> AsyncOperationResponse
|
553
|
+
> AsyncOperationResponse remotes_container_container_update(container_container_remote_href, container_container_remote)
|
558
554
|
|
559
555
|
Update a container remote
|
560
556
|
|
@@ -578,10 +574,10 @@ container_container_remote = PulpContainerClient::ContainerContainerRemote.new #
|
|
578
574
|
|
579
575
|
begin
|
580
576
|
#Update a container remote
|
581
|
-
result = api_instance.
|
577
|
+
result = api_instance.remotes_container_container_update(container_container_remote_href, container_container_remote)
|
582
578
|
p result
|
583
579
|
rescue PulpContainerClient::ApiError => e
|
584
|
-
puts "Exception when calling RemotesContainerApi->
|
580
|
+
puts "Exception when calling RemotesContainerApi->remotes_container_container_update: #{e}"
|
585
581
|
end
|
586
582
|
```
|
587
583
|
|