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,19 +1,19 @@
|
|
1
1
|
# PulpContainerClient::RepositoriesContainerVersionsApi
|
2
2
|
|
3
|
-
All URIs are relative to *
|
3
|
+
All URIs are relative to *http://localhost:24817*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
7
|
-
[**
|
8
|
-
[**
|
9
|
-
[**
|
10
|
-
[**
|
7
|
+
[**repositories_container_container_versions_delete**](RepositoriesContainerVersionsApi.md#repositories_container_container_versions_delete) | **DELETE** {container_container_repository_version_href} | Delete a repository version
|
8
|
+
[**repositories_container_container_versions_list**](RepositoriesContainerVersionsApi.md#repositories_container_container_versions_list) | **GET** {container_container_repository_href}versions/ | List repository versions
|
9
|
+
[**repositories_container_container_versions_read**](RepositoriesContainerVersionsApi.md#repositories_container_container_versions_read) | **GET** {container_container_repository_version_href} | Inspect a repository version
|
10
|
+
[**repositories_container_container_versions_repair**](RepositoriesContainerVersionsApi.md#repositories_container_container_versions_repair) | **POST** {container_container_repository_version_href}repair/ |
|
11
11
|
|
12
12
|
|
13
13
|
|
14
|
-
##
|
14
|
+
## repositories_container_container_versions_delete
|
15
15
|
|
16
|
-
> AsyncOperationResponse
|
16
|
+
> AsyncOperationResponse repositories_container_container_versions_delete(container_container_repository_version_href)
|
17
17
|
|
18
18
|
Delete a repository version
|
19
19
|
|
@@ -36,10 +36,10 @@ container_container_repository_version_href = 'container_container_repository_ve
|
|
36
36
|
|
37
37
|
begin
|
38
38
|
#Delete a repository version
|
39
|
-
result = api_instance.
|
39
|
+
result = api_instance.repositories_container_container_versions_delete(container_container_repository_version_href)
|
40
40
|
p result
|
41
41
|
rescue PulpContainerClient::ApiError => e
|
42
|
-
puts "Exception when calling RepositoriesContainerVersionsApi->
|
42
|
+
puts "Exception when calling RepositoriesContainerVersionsApi->repositories_container_container_versions_delete: #{e}"
|
43
43
|
end
|
44
44
|
```
|
45
45
|
|
@@ -64,9 +64,9 @@ Name | Type | Description | Notes
|
|
64
64
|
- **Accept**: application/json
|
65
65
|
|
66
66
|
|
67
|
-
##
|
67
|
+
## repositories_container_container_versions_list
|
68
68
|
|
69
|
-
> PaginatedRepositoryVersionResponseList
|
69
|
+
> PaginatedRepositoryVersionResponseList repositories_container_container_versions_list(container_container_repository_href, opts)
|
70
70
|
|
71
71
|
List repository versions
|
72
72
|
|
@@ -97,24 +97,23 @@ opts = {
|
|
97
97
|
number__lte: 56, # Integer | Filter results where number is less than or equal to value
|
98
98
|
number__range: [56], # Array<Integer> | Filter results where number is between two comma separated values
|
99
99
|
offset: 56, # Integer | The initial index from which to return the results.
|
100
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
100
|
+
ordering: ['ordering_example'], # Array<String> | Ordering
|
101
101
|
pulp_created: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created matches value
|
102
102
|
pulp_created__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than value
|
103
103
|
pulp_created__gte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than or equal to value
|
104
104
|
pulp_created__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than value
|
105
105
|
pulp_created__lte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than or equal to value
|
106
106
|
pulp_created__range: [DateTime.parse('2013-10-20T19:20:30+01:00')], # Array<DateTime> | Filter results where pulp_created is between two comma separated values
|
107
|
-
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
108
107
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
109
108
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
110
109
|
}
|
111
110
|
|
112
111
|
begin
|
113
112
|
#List repository versions
|
114
|
-
result = api_instance.
|
113
|
+
result = api_instance.repositories_container_container_versions_list(container_container_repository_href, opts)
|
115
114
|
p result
|
116
115
|
rescue PulpContainerClient::ApiError => e
|
117
|
-
puts "Exception when calling RepositoriesContainerVersionsApi->
|
116
|
+
puts "Exception when calling RepositoriesContainerVersionsApi->repositories_container_container_versions_list: #{e}"
|
118
117
|
end
|
119
118
|
```
|
120
119
|
|
@@ -134,14 +133,13 @@ Name | Type | Description | Notes
|
|
134
133
|
**number__lte** | **Integer**| Filter results where number is less than or equal to value | [optional]
|
135
134
|
**number__range** | [**Array<Integer>**](Integer.md)| Filter results where number is between two comma separated values | [optional]
|
136
135
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
137
|
-
**ordering** | [**Array<String>**](String.md)| Ordering
|
136
|
+
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
138
137
|
**pulp_created** | **DateTime**| Filter results where pulp_created matches value | [optional]
|
139
138
|
**pulp_created__gt** | **DateTime**| Filter results where pulp_created is greater than value | [optional]
|
140
139
|
**pulp_created__gte** | **DateTime**| Filter results where pulp_created is greater than or equal to value | [optional]
|
141
140
|
**pulp_created__lt** | **DateTime**| Filter results where pulp_created is less than value | [optional]
|
142
141
|
**pulp_created__lte** | **DateTime**| Filter results where pulp_created is less than or equal to value | [optional]
|
143
142
|
**pulp_created__range** | [**Array<DateTime>**](DateTime.md)| Filter results where pulp_created is between two comma separated values | [optional]
|
144
|
-
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
145
143
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
146
144
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
147
145
|
|
@@ -159,9 +157,9 @@ Name | Type | Description | Notes
|
|
159
157
|
- **Accept**: application/json
|
160
158
|
|
161
159
|
|
162
|
-
##
|
160
|
+
## repositories_container_container_versions_read
|
163
161
|
|
164
|
-
> RepositoryVersionResponse
|
162
|
+
> RepositoryVersionResponse repositories_container_container_versions_read(container_container_repository_version_href, opts)
|
165
163
|
|
166
164
|
Inspect a repository version
|
167
165
|
|
@@ -188,10 +186,10 @@ opts = {
|
|
188
186
|
|
189
187
|
begin
|
190
188
|
#Inspect a repository version
|
191
|
-
result = api_instance.
|
189
|
+
result = api_instance.repositories_container_container_versions_read(container_container_repository_version_href, opts)
|
192
190
|
p result
|
193
191
|
rescue PulpContainerClient::ApiError => e
|
194
|
-
puts "Exception when calling RepositoriesContainerVersionsApi->
|
192
|
+
puts "Exception when calling RepositoriesContainerVersionsApi->repositories_container_container_versions_read: #{e}"
|
195
193
|
end
|
196
194
|
```
|
197
195
|
|
@@ -218,9 +216,9 @@ Name | Type | Description | Notes
|
|
218
216
|
- **Accept**: application/json
|
219
217
|
|
220
218
|
|
221
|
-
##
|
219
|
+
## repositories_container_container_versions_repair
|
222
220
|
|
223
|
-
> AsyncOperationResponse
|
221
|
+
> AsyncOperationResponse repositories_container_container_versions_repair(container_container_repository_version_href, repair)
|
224
222
|
|
225
223
|
|
226
224
|
|
@@ -243,10 +241,10 @@ container_container_repository_version_href = 'container_container_repository_ve
|
|
243
241
|
repair = PulpContainerClient::Repair.new # Repair |
|
244
242
|
|
245
243
|
begin
|
246
|
-
result = api_instance.
|
244
|
+
result = api_instance.repositories_container_container_versions_repair(container_container_repository_version_href, repair)
|
247
245
|
p result
|
248
246
|
rescue PulpContainerClient::ApiError => e
|
249
|
-
puts "Exception when calling RepositoriesContainerVersionsApi->
|
247
|
+
puts "Exception when calling RepositoriesContainerVersionsApi->repositories_container_container_versions_repair: #{e}"
|
250
248
|
end
|
251
249
|
```
|
252
250
|
|
@@ -1,16 +1,16 @@
|
|
1
1
|
# PulpContainerClient::RepositoriesReclaimSpaceApi
|
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
|
+
[**repositories_reclaim_space_reclaim**](RepositoriesReclaimSpaceApi.md#repositories_reclaim_space_reclaim) | **POST** /pulp/api/v3/repositories/reclaim_space/ |
|
8
8
|
|
9
9
|
|
10
10
|
|
11
|
-
##
|
11
|
+
## repositories_reclaim_space_reclaim
|
12
12
|
|
13
|
-
> AsyncOperationResponse
|
13
|
+
> AsyncOperationResponse repositories_reclaim_space_reclaim(reclaim_space)
|
14
14
|
|
15
15
|
|
16
16
|
|
@@ -32,10 +32,10 @@ api_instance = PulpContainerClient::RepositoriesReclaimSpaceApi.new
|
|
32
32
|
reclaim_space = PulpContainerClient::ReclaimSpace.new # ReclaimSpace |
|
33
33
|
|
34
34
|
begin
|
35
|
-
result = api_instance.
|
35
|
+
result = api_instance.repositories_reclaim_space_reclaim(reclaim_space)
|
36
36
|
p result
|
37
37
|
rescue PulpContainerClient::ApiError => e
|
38
|
-
puts "Exception when calling RepositoriesReclaimSpaceApi->
|
38
|
+
puts "Exception when calling RepositoriesReclaimSpaceApi->repositories_reclaim_space_reclaim: #{e}"
|
39
39
|
end
|
40
40
|
```
|
41
41
|
|
data/docs/RepositoryResponse.md
CHANGED
@@ -11,7 +11,7 @@ Name | Type | Description | Notes
|
|
11
11
|
**latest_version_href** | **String** | | [optional] [readonly]
|
12
12
|
**name** | **String** | A unique name for this repository. |
|
13
13
|
**description** | **String** | An optional description. | [optional]
|
14
|
-
**retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
|
14
|
+
**retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. This is provided as a tech preview in Pulp 3 and may change in the future. | [optional]
|
15
15
|
**remote** | **String** | An optional remote to use by default when syncing. | [optional]
|
16
16
|
|
17
17
|
## Code Sample
|
@@ -1,21 +1,19 @@
|
|
1
1
|
# PulpContainerClient::RepositoryVersionsApi
|
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
|
+
[**repository_versions_list**](RepositoryVersionsApi.md#repository_versions_list) | **GET** /pulp/api/v3/repository_versions/ | List repository versions
|
8
8
|
|
9
9
|
|
10
10
|
|
11
|
-
##
|
11
|
+
## repository_versions_list
|
12
12
|
|
13
|
-
> PaginatedRepositoryVersionResponseList
|
13
|
+
> PaginatedRepositoryVersionResponseList repository_versions_list(opts)
|
14
14
|
|
15
15
|
List repository versions
|
16
16
|
|
17
|
-
A mixin to hold the shared get_queryset logic used by RepositoryVersionViewSets.
|
18
|
-
|
19
17
|
### Example
|
20
18
|
|
21
19
|
```ruby
|
@@ -40,24 +38,23 @@ opts = {
|
|
40
38
|
number__lte: 56, # Integer | Filter results where number is less than or equal to value
|
41
39
|
number__range: [56], # Array<Integer> | Filter results where number is between two comma separated values
|
42
40
|
offset: 56, # Integer | The initial index from which to return the results.
|
43
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
41
|
+
ordering: ['ordering_example'], # Array<String> | Ordering
|
44
42
|
pulp_created: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created matches value
|
45
43
|
pulp_created__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than value
|
46
44
|
pulp_created__gte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than or equal to value
|
47
45
|
pulp_created__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than value
|
48
46
|
pulp_created__lte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than or equal to value
|
49
47
|
pulp_created__range: [DateTime.parse('2013-10-20T19:20:30+01:00')], # Array<DateTime> | Filter results where pulp_created is between two comma separated values
|
50
|
-
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
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 repository versions
|
57
|
-
result = api_instance.
|
54
|
+
result = api_instance.repository_versions_list(opts)
|
58
55
|
p result
|
59
56
|
rescue PulpContainerClient::ApiError => e
|
60
|
-
puts "Exception when calling RepositoryVersionsApi->
|
57
|
+
puts "Exception when calling RepositoryVersionsApi->repository_versions_list: #{e}"
|
61
58
|
end
|
62
59
|
```
|
63
60
|
|
@@ -76,14 +73,13 @@ Name | Type | Description | Notes
|
|
76
73
|
**number__lte** | **Integer**| Filter results where number is less than or equal to value | [optional]
|
77
74
|
**number__range** | [**Array<Integer>**](Integer.md)| Filter results where number is between two comma separated values | [optional]
|
78
75
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
79
|
-
**ordering** | [**Array<String>**](String.md)| Ordering
|
76
|
+
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
80
77
|
**pulp_created** | **DateTime**| Filter results where pulp_created matches value | [optional]
|
81
78
|
**pulp_created__gt** | **DateTime**| Filter results where pulp_created is greater than value | [optional]
|
82
79
|
**pulp_created__gte** | **DateTime**| Filter results where pulp_created is greater than or equal to value | [optional]
|
83
80
|
**pulp_created__lt** | **DateTime**| Filter results where pulp_created is less than value | [optional]
|
84
81
|
**pulp_created__lte** | **DateTime**| Filter results where pulp_created is less than or equal to value | [optional]
|
85
82
|
**pulp_created__range** | [**Array<DateTime>**](DateTime.md)| Filter results where pulp_created is between two comma separated values | [optional]
|
86
|
-
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
87
83
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
88
84
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
89
85
|
|
data/docs/RolesApi.md
CHANGED
@@ -1,25 +1,25 @@
|
|
1
1
|
# PulpContainerClient::RolesApi
|
2
2
|
|
3
|
-
All URIs are relative to *
|
3
|
+
All URIs are relative to *http://localhost:24817*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
7
|
-
[**
|
8
|
-
[**
|
9
|
-
[**
|
10
|
-
[**
|
11
|
-
[**
|
12
|
-
[**
|
7
|
+
[**roles_create**](RolesApi.md#roles_create) | **POST** /pulp/api/v3/roles/ | Create a role
|
8
|
+
[**roles_delete**](RolesApi.md#roles_delete) | **DELETE** {role_href} | Delete a role
|
9
|
+
[**roles_list**](RolesApi.md#roles_list) | **GET** /pulp/api/v3/roles/ | List roles
|
10
|
+
[**roles_partial_update**](RolesApi.md#roles_partial_update) | **PATCH** {role_href} | Update a role
|
11
|
+
[**roles_read**](RolesApi.md#roles_read) | **GET** {role_href} | Inspect a role
|
12
|
+
[**roles_update**](RolesApi.md#roles_update) | **PUT** {role_href} | Update a role
|
13
13
|
|
14
14
|
|
15
15
|
|
16
|
-
##
|
16
|
+
## roles_create
|
17
17
|
|
18
|
-
> RoleResponse
|
18
|
+
> RoleResponse roles_create(role)
|
19
19
|
|
20
20
|
Create a role
|
21
21
|
|
22
|
-
ViewSet for Role.
|
22
|
+
ViewSet for Role. NOTE: This API endpoint is in \"tech preview\" and subject to change
|
23
23
|
|
24
24
|
### Example
|
25
25
|
|
@@ -38,10 +38,10 @@ role = PulpContainerClient::Role.new # Role |
|
|
38
38
|
|
39
39
|
begin
|
40
40
|
#Create a role
|
41
|
-
result = api_instance.
|
41
|
+
result = api_instance.roles_create(role)
|
42
42
|
p result
|
43
43
|
rescue PulpContainerClient::ApiError => e
|
44
|
-
puts "Exception when calling RolesApi->
|
44
|
+
puts "Exception when calling RolesApi->roles_create: #{e}"
|
45
45
|
end
|
46
46
|
```
|
47
47
|
|
@@ -66,13 +66,13 @@ Name | Type | Description | Notes
|
|
66
66
|
- **Accept**: application/json
|
67
67
|
|
68
68
|
|
69
|
-
##
|
69
|
+
## roles_delete
|
70
70
|
|
71
|
-
>
|
71
|
+
> roles_delete(role_href)
|
72
72
|
|
73
73
|
Delete a role
|
74
74
|
|
75
|
-
ViewSet for Role.
|
75
|
+
ViewSet for Role. NOTE: This API endpoint is in \"tech preview\" and subject to change
|
76
76
|
|
77
77
|
### Example
|
78
78
|
|
@@ -91,9 +91,9 @@ role_href = 'role_href_example' # String |
|
|
91
91
|
|
92
92
|
begin
|
93
93
|
#Delete a role
|
94
|
-
api_instance.
|
94
|
+
api_instance.roles_delete(role_href)
|
95
95
|
rescue PulpContainerClient::ApiError => e
|
96
|
-
puts "Exception when calling RolesApi->
|
96
|
+
puts "Exception when calling RolesApi->roles_delete: #{e}"
|
97
97
|
end
|
98
98
|
```
|
99
99
|
|
@@ -118,13 +118,13 @@ nil (empty response body)
|
|
118
118
|
- **Accept**: Not defined
|
119
119
|
|
120
120
|
|
121
|
-
##
|
121
|
+
## roles_list
|
122
122
|
|
123
|
-
> PaginatedRoleResponseList
|
123
|
+
> PaginatedRoleResponseList roles_list(opts)
|
124
124
|
|
125
125
|
List roles
|
126
126
|
|
127
|
-
ViewSet for Role.
|
127
|
+
ViewSet for Role. NOTE: This API endpoint is in \"tech preview\" and subject to change
|
128
128
|
|
129
129
|
### Example
|
130
130
|
|
@@ -154,19 +154,17 @@ opts = {
|
|
154
154
|
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
155
155
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
156
156
|
offset: 56, # Integer | The initial index from which to return the results.
|
157
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
158
|
-
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
159
|
-
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
157
|
+
ordering: ['ordering_example'], # Array<String> | Ordering
|
160
158
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
161
159
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
162
160
|
}
|
163
161
|
|
164
162
|
begin
|
165
163
|
#List roles
|
166
|
-
result = api_instance.
|
164
|
+
result = api_instance.roles_list(opts)
|
167
165
|
p result
|
168
166
|
rescue PulpContainerClient::ApiError => e
|
169
|
-
puts "Exception when calling RolesApi->
|
167
|
+
puts "Exception when calling RolesApi->roles_list: #{e}"
|
170
168
|
end
|
171
169
|
```
|
172
170
|
|
@@ -189,9 +187,7 @@ Name | Type | Description | Notes
|
|
189
187
|
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
190
188
|
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
191
189
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
192
|
-
**ordering** | [**Array<String>**](String.md)| Ordering
|
193
|
-
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
194
|
-
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
190
|
+
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
195
191
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
196
192
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
197
193
|
|
@@ -209,13 +205,13 @@ Name | Type | Description | Notes
|
|
209
205
|
- **Accept**: application/json
|
210
206
|
|
211
207
|
|
212
|
-
##
|
208
|
+
## roles_partial_update
|
213
209
|
|
214
|
-
> RoleResponse
|
210
|
+
> RoleResponse roles_partial_update(role_href, patched_role)
|
215
211
|
|
216
212
|
Update a role
|
217
213
|
|
218
|
-
ViewSet for Role.
|
214
|
+
ViewSet for Role. NOTE: This API endpoint is in \"tech preview\" and subject to change
|
219
215
|
|
220
216
|
### Example
|
221
217
|
|
@@ -235,10 +231,10 @@ patched_role = PulpContainerClient::PatchedRole.new # PatchedRole |
|
|
235
231
|
|
236
232
|
begin
|
237
233
|
#Update a role
|
238
|
-
result = api_instance.
|
234
|
+
result = api_instance.roles_partial_update(role_href, patched_role)
|
239
235
|
p result
|
240
236
|
rescue PulpContainerClient::ApiError => e
|
241
|
-
puts "Exception when calling RolesApi->
|
237
|
+
puts "Exception when calling RolesApi->roles_partial_update: #{e}"
|
242
238
|
end
|
243
239
|
```
|
244
240
|
|
@@ -264,13 +260,13 @@ Name | Type | Description | Notes
|
|
264
260
|
- **Accept**: application/json
|
265
261
|
|
266
262
|
|
267
|
-
##
|
263
|
+
## roles_read
|
268
264
|
|
269
|
-
> RoleResponse
|
265
|
+
> RoleResponse roles_read(role_href, opts)
|
270
266
|
|
271
267
|
Inspect a role
|
272
268
|
|
273
|
-
ViewSet for Role.
|
269
|
+
ViewSet for Role. NOTE: This API endpoint is in \"tech preview\" and subject to change
|
274
270
|
|
275
271
|
### Example
|
276
272
|
|
@@ -293,10 +289,10 @@ opts = {
|
|
293
289
|
|
294
290
|
begin
|
295
291
|
#Inspect a role
|
296
|
-
result = api_instance.
|
292
|
+
result = api_instance.roles_read(role_href, opts)
|
297
293
|
p result
|
298
294
|
rescue PulpContainerClient::ApiError => e
|
299
|
-
puts "Exception when calling RolesApi->
|
295
|
+
puts "Exception when calling RolesApi->roles_read: #{e}"
|
300
296
|
end
|
301
297
|
```
|
302
298
|
|
@@ -323,13 +319,13 @@ Name | Type | Description | Notes
|
|
323
319
|
- **Accept**: application/json
|
324
320
|
|
325
321
|
|
326
|
-
##
|
322
|
+
## roles_update
|
327
323
|
|
328
|
-
> RoleResponse
|
324
|
+
> RoleResponse roles_update(role_href, role)
|
329
325
|
|
330
326
|
Update a role
|
331
327
|
|
332
|
-
ViewSet for Role.
|
328
|
+
ViewSet for Role. NOTE: This API endpoint is in \"tech preview\" and subject to change
|
333
329
|
|
334
330
|
### Example
|
335
331
|
|
@@ -349,10 +345,10 @@ role = PulpContainerClient::Role.new # Role |
|
|
349
345
|
|
350
346
|
begin
|
351
347
|
#Update a role
|
352
|
-
result = api_instance.
|
348
|
+
result = api_instance.roles_update(role_href, role)
|
353
349
|
p result
|
354
350
|
rescue PulpContainerClient::ApiError => e
|
355
|
-
puts "Exception when calling RolesApi->
|
351
|
+
puts "Exception when calling RolesApi->roles_update: #{e}"
|
356
352
|
end
|
357
353
|
```
|
358
354
|
|
data/docs/SigningServicesApi.md
CHANGED
@@ -1,17 +1,17 @@
|
|
1
1
|
# PulpContainerClient::SigningServicesApi
|
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
|
-
[**
|
7
|
+
[**signing_services_list**](SigningServicesApi.md#signing_services_list) | **GET** /pulp/api/v3/signing-services/ | List signing services
|
8
|
+
[**signing_services_read**](SigningServicesApi.md#signing_services_read) | **GET** {signing_service_href} | Inspect a signing service
|
9
9
|
|
10
10
|
|
11
11
|
|
12
|
-
##
|
12
|
+
## signing_services_list
|
13
13
|
|
14
|
-
> PaginatedSigningServiceResponseList
|
14
|
+
> PaginatedSigningServiceResponseList signing_services_list(opts)
|
15
15
|
|
16
16
|
List signing services
|
17
17
|
|
@@ -34,19 +34,17 @@ opts = {
|
|
34
34
|
limit: 56, # Integer | Number of results to return per page.
|
35
35
|
name: 'name_example', # String | Filter results where name matches value
|
36
36
|
offset: 56, # Integer | The initial index from which to return the results.
|
37
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
38
|
-
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
39
|
-
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
37
|
+
ordering: ['ordering_example'], # Array<String> | Ordering
|
40
38
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
41
39
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
42
40
|
}
|
43
41
|
|
44
42
|
begin
|
45
43
|
#List signing services
|
46
|
-
result = api_instance.
|
44
|
+
result = api_instance.signing_services_list(opts)
|
47
45
|
p result
|
48
46
|
rescue PulpContainerClient::ApiError => e
|
49
|
-
puts "Exception when calling SigningServicesApi->
|
47
|
+
puts "Exception when calling SigningServicesApi->signing_services_list: #{e}"
|
50
48
|
end
|
51
49
|
```
|
52
50
|
|
@@ -58,9 +56,7 @@ Name | Type | Description | Notes
|
|
58
56
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
59
57
|
**name** | **String**| Filter results where name matches value | [optional]
|
60
58
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
61
|
-
**ordering** | [**Array<String>**](String.md)| Ordering
|
62
|
-
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
63
|
-
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
59
|
+
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
64
60
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
65
61
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
66
62
|
|
@@ -78,9 +74,9 @@ Name | Type | Description | Notes
|
|
78
74
|
- **Accept**: application/json
|
79
75
|
|
80
76
|
|
81
|
-
##
|
77
|
+
## signing_services_read
|
82
78
|
|
83
|
-
> SigningServiceResponse
|
79
|
+
> SigningServiceResponse signing_services_read(signing_service_href, opts)
|
84
80
|
|
85
81
|
Inspect a signing service
|
86
82
|
|
@@ -107,10 +103,10 @@ opts = {
|
|
107
103
|
|
108
104
|
begin
|
109
105
|
#Inspect a signing service
|
110
|
-
result = api_instance.
|
106
|
+
result = api_instance.signing_services_read(signing_service_href, opts)
|
111
107
|
p result
|
112
108
|
rescue PulpContainerClient::ApiError => e
|
113
|
-
puts "Exception when calling SigningServicesApi->
|
109
|
+
puts "Exception when calling SigningServicesApi->signing_services_read: #{e}"
|
114
110
|
end
|
115
111
|
```
|
116
112
|
|
data/docs/StatusApi.md
CHANGED
data/docs/StatusResponse.md
CHANGED
@@ -11,7 +11,6 @@ Name | Type | Description | Notes
|
|
11
11
|
**redis_connection** | [**RedisConnectionResponse**](RedisConnectionResponse.md) | Redis connection information | [optional]
|
12
12
|
**storage** | [**StorageResponse**](StorageResponse.md) | Storage information | [optional]
|
13
13
|
**content_settings** | [**ContentSettingsResponse**](ContentSettingsResponse.md) | Content-app settings |
|
14
|
-
**domain_enabled** | **Boolean** | Is Domains enabled |
|
15
14
|
|
16
15
|
## Code Sample
|
17
16
|
|
@@ -24,8 +23,7 @@ instance = PulpContainerClient::StatusResponse.new(versions: null,
|
|
24
23
|
database_connection: null,
|
25
24
|
redis_connection: null,
|
26
25
|
storage: null,
|
27
|
-
content_settings: null
|
28
|
-
domain_enabled: null)
|
26
|
+
content_settings: null)
|
29
27
|
```
|
30
28
|
|
31
29
|
|
data/docs/TaskGroupsApi.md
CHANGED
@@ -1,17 +1,17 @@
|
|
1
1
|
# PulpContainerClient::TaskGroupsApi
|
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
|
-
[**
|
7
|
+
[**task_groups_list**](TaskGroupsApi.md#task_groups_list) | **GET** /pulp/api/v3/task-groups/ | List task groups
|
8
|
+
[**task_groups_read**](TaskGroupsApi.md#task_groups_read) | **GET** {task_group_href} | Inspect a task group
|
9
9
|
|
10
10
|
|
11
11
|
|
12
|
-
##
|
12
|
+
## task_groups_list
|
13
13
|
|
14
|
-
> PaginatedTaskGroupResponseList
|
14
|
+
> PaginatedTaskGroupResponseList task_groups_list(opts)
|
15
15
|
|
16
16
|
List task groups
|
17
17
|
|
@@ -39,10 +39,10 @@ opts = {
|
|
39
39
|
|
40
40
|
begin
|
41
41
|
#List task groups
|
42
|
-
result = api_instance.
|
42
|
+
result = api_instance.task_groups_list(opts)
|
43
43
|
p result
|
44
44
|
rescue PulpContainerClient::ApiError => e
|
45
|
-
puts "Exception when calling TaskGroupsApi->
|
45
|
+
puts "Exception when calling TaskGroupsApi->task_groups_list: #{e}"
|
46
46
|
end
|
47
47
|
```
|
48
48
|
|
@@ -70,9 +70,9 @@ Name | Type | Description | Notes
|
|
70
70
|
- **Accept**: application/json
|
71
71
|
|
72
72
|
|
73
|
-
##
|
73
|
+
## task_groups_read
|
74
74
|
|
75
|
-
> TaskGroupResponse
|
75
|
+
> TaskGroupResponse task_groups_read(task_group_href, opts)
|
76
76
|
|
77
77
|
Inspect a task group
|
78
78
|
|
@@ -99,10 +99,10 @@ opts = {
|
|
99
99
|
|
100
100
|
begin
|
101
101
|
#Inspect a task group
|
102
|
-
result = api_instance.
|
102
|
+
result = api_instance.task_groups_read(task_group_href, opts)
|
103
103
|
p result
|
104
104
|
rescue PulpContainerClient::ApiError => e
|
105
|
-
puts "Exception when calling TaskGroupsApi->
|
105
|
+
puts "Exception when calling TaskGroupsApi->task_groups_read: #{e}"
|
106
106
|
end
|
107
107
|
```
|
108
108
|
|