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
data/docs/ImportersPulpApi.md
CHANGED
@@ -1,21 +1,21 @@
|
|
1
1
|
# PulpContainerClient::ImportersPulpApi
|
2
2
|
|
3
|
-
All URIs are relative to *
|
3
|
+
All URIs are relative to *http://localhost:24817*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
7
|
-
[**
|
8
|
-
[**
|
9
|
-
[**
|
10
|
-
[**
|
11
|
-
[**
|
12
|
-
[**
|
7
|
+
[**importers_core_pulp_create**](ImportersPulpApi.md#importers_core_pulp_create) | **POST** /pulp/api/v3/importers/core/pulp/ | Create a pulp importer
|
8
|
+
[**importers_core_pulp_delete**](ImportersPulpApi.md#importers_core_pulp_delete) | **DELETE** {pulp_importer_href} | Delete a pulp importer
|
9
|
+
[**importers_core_pulp_list**](ImportersPulpApi.md#importers_core_pulp_list) | **GET** /pulp/api/v3/importers/core/pulp/ | List pulp importers
|
10
|
+
[**importers_core_pulp_partial_update**](ImportersPulpApi.md#importers_core_pulp_partial_update) | **PATCH** {pulp_importer_href} | Update a pulp importer
|
11
|
+
[**importers_core_pulp_read**](ImportersPulpApi.md#importers_core_pulp_read) | **GET** {pulp_importer_href} | Inspect a pulp importer
|
12
|
+
[**importers_core_pulp_update**](ImportersPulpApi.md#importers_core_pulp_update) | **PUT** {pulp_importer_href} | Update a pulp importer
|
13
13
|
|
14
14
|
|
15
15
|
|
16
|
-
##
|
16
|
+
## importers_core_pulp_create
|
17
17
|
|
18
|
-
> PulpImporterResponse
|
18
|
+
> PulpImporterResponse importers_core_pulp_create(pulp_importer)
|
19
19
|
|
20
20
|
Create a pulp importer
|
21
21
|
|
@@ -38,10 +38,10 @@ pulp_importer = PulpContainerClient::PulpImporter.new # PulpImporter |
|
|
38
38
|
|
39
39
|
begin
|
40
40
|
#Create a pulp importer
|
41
|
-
result = api_instance.
|
41
|
+
result = api_instance.importers_core_pulp_create(pulp_importer)
|
42
42
|
p result
|
43
43
|
rescue PulpContainerClient::ApiError => e
|
44
|
-
puts "Exception when calling ImportersPulpApi->
|
44
|
+
puts "Exception when calling ImportersPulpApi->importers_core_pulp_create: #{e}"
|
45
45
|
end
|
46
46
|
```
|
47
47
|
|
@@ -66,9 +66,9 @@ Name | Type | Description | Notes
|
|
66
66
|
- **Accept**: application/json
|
67
67
|
|
68
68
|
|
69
|
-
##
|
69
|
+
## importers_core_pulp_delete
|
70
70
|
|
71
|
-
>
|
71
|
+
> importers_core_pulp_delete(pulp_importer_href)
|
72
72
|
|
73
73
|
Delete a pulp importer
|
74
74
|
|
@@ -91,9 +91,9 @@ pulp_importer_href = 'pulp_importer_href_example' # String |
|
|
91
91
|
|
92
92
|
begin
|
93
93
|
#Delete a pulp importer
|
94
|
-
api_instance.
|
94
|
+
api_instance.importers_core_pulp_delete(pulp_importer_href)
|
95
95
|
rescue PulpContainerClient::ApiError => e
|
96
|
-
puts "Exception when calling ImportersPulpApi->
|
96
|
+
puts "Exception when calling ImportersPulpApi->importers_core_pulp_delete: #{e}"
|
97
97
|
end
|
98
98
|
```
|
99
99
|
|
@@ -118,9 +118,9 @@ nil (empty response body)
|
|
118
118
|
- **Accept**: Not defined
|
119
119
|
|
120
120
|
|
121
|
-
##
|
121
|
+
## importers_core_pulp_list
|
122
122
|
|
123
|
-
> PaginatedPulpImporterResponseList
|
123
|
+
> PaginatedPulpImporterResponseList importers_core_pulp_list(opts)
|
124
124
|
|
125
125
|
List pulp importers
|
126
126
|
|
@@ -147,19 +147,17 @@ opts = {
|
|
147
147
|
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
148
148
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
149
149
|
offset: 56, # Integer | The initial index from which to return the results.
|
150
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
151
|
-
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
152
|
-
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
150
|
+
ordering: ['ordering_example'], # Array<String> | Ordering
|
153
151
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
154
152
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
155
153
|
}
|
156
154
|
|
157
155
|
begin
|
158
156
|
#List pulp importers
|
159
|
-
result = api_instance.
|
157
|
+
result = api_instance.importers_core_pulp_list(opts)
|
160
158
|
p result
|
161
159
|
rescue PulpContainerClient::ApiError => e
|
162
|
-
puts "Exception when calling ImportersPulpApi->
|
160
|
+
puts "Exception when calling ImportersPulpApi->importers_core_pulp_list: #{e}"
|
163
161
|
end
|
164
162
|
```
|
165
163
|
|
@@ -175,9 +173,7 @@ Name | Type | Description | Notes
|
|
175
173
|
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
176
174
|
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
177
175
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
178
|
-
**ordering** | [**Array<String>**](String.md)| Ordering
|
179
|
-
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
180
|
-
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
176
|
+
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
181
177
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
182
178
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
183
179
|
|
@@ -195,9 +191,9 @@ Name | Type | Description | Notes
|
|
195
191
|
- **Accept**: application/json
|
196
192
|
|
197
193
|
|
198
|
-
##
|
194
|
+
## importers_core_pulp_partial_update
|
199
195
|
|
200
|
-
> PulpImporterResponse
|
196
|
+
> PulpImporterResponse importers_core_pulp_partial_update(pulp_importer_href, patched_pulp_importer)
|
201
197
|
|
202
198
|
Update a pulp importer
|
203
199
|
|
@@ -221,10 +217,10 @@ patched_pulp_importer = PulpContainerClient::PatchedPulpImporter.new # PatchedPu
|
|
221
217
|
|
222
218
|
begin
|
223
219
|
#Update a pulp importer
|
224
|
-
result = api_instance.
|
220
|
+
result = api_instance.importers_core_pulp_partial_update(pulp_importer_href, patched_pulp_importer)
|
225
221
|
p result
|
226
222
|
rescue PulpContainerClient::ApiError => e
|
227
|
-
puts "Exception when calling ImportersPulpApi->
|
223
|
+
puts "Exception when calling ImportersPulpApi->importers_core_pulp_partial_update: #{e}"
|
228
224
|
end
|
229
225
|
```
|
230
226
|
|
@@ -250,9 +246,9 @@ Name | Type | Description | Notes
|
|
250
246
|
- **Accept**: application/json
|
251
247
|
|
252
248
|
|
253
|
-
##
|
249
|
+
## importers_core_pulp_read
|
254
250
|
|
255
|
-
> PulpImporterResponse
|
251
|
+
> PulpImporterResponse importers_core_pulp_read(pulp_importer_href, opts)
|
256
252
|
|
257
253
|
Inspect a pulp importer
|
258
254
|
|
@@ -279,10 +275,10 @@ opts = {
|
|
279
275
|
|
280
276
|
begin
|
281
277
|
#Inspect a pulp importer
|
282
|
-
result = api_instance.
|
278
|
+
result = api_instance.importers_core_pulp_read(pulp_importer_href, opts)
|
283
279
|
p result
|
284
280
|
rescue PulpContainerClient::ApiError => e
|
285
|
-
puts "Exception when calling ImportersPulpApi->
|
281
|
+
puts "Exception when calling ImportersPulpApi->importers_core_pulp_read: #{e}"
|
286
282
|
end
|
287
283
|
```
|
288
284
|
|
@@ -309,9 +305,9 @@ Name | Type | Description | Notes
|
|
309
305
|
- **Accept**: application/json
|
310
306
|
|
311
307
|
|
312
|
-
##
|
308
|
+
## importers_core_pulp_update
|
313
309
|
|
314
|
-
> PulpImporterResponse
|
310
|
+
> PulpImporterResponse importers_core_pulp_update(pulp_importer_href, pulp_importer)
|
315
311
|
|
316
312
|
Update a pulp importer
|
317
313
|
|
@@ -335,10 +331,10 @@ pulp_importer = PulpContainerClient::PulpImporter.new # PulpImporter |
|
|
335
331
|
|
336
332
|
begin
|
337
333
|
#Update a pulp importer
|
338
|
-
result = api_instance.
|
334
|
+
result = api_instance.importers_core_pulp_update(pulp_importer_href, pulp_importer)
|
339
335
|
p result
|
340
336
|
rescue PulpContainerClient::ApiError => e
|
341
|
-
puts "Exception when calling ImportersPulpApi->
|
337
|
+
puts "Exception when calling ImportersPulpApi->importers_core_pulp_update: #{e}"
|
342
338
|
end
|
343
339
|
```
|
344
340
|
|
@@ -1,19 +1,19 @@
|
|
1
1
|
# PulpContainerClient::ImportersPulpImportsApi
|
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
|
+
[**importers_core_pulp_imports_create**](ImportersPulpImportsApi.md#importers_core_pulp_imports_create) | **POST** {pulp_importer_href}imports/ | Create a pulp import
|
8
|
+
[**importers_core_pulp_imports_delete**](ImportersPulpImportsApi.md#importers_core_pulp_imports_delete) | **DELETE** {pulp_pulp_import_href} | Delete a pulp import
|
9
|
+
[**importers_core_pulp_imports_list**](ImportersPulpImportsApi.md#importers_core_pulp_imports_list) | **GET** {pulp_importer_href}imports/ | List pulp imports
|
10
|
+
[**importers_core_pulp_imports_read**](ImportersPulpImportsApi.md#importers_core_pulp_imports_read) | **GET** {pulp_pulp_import_href} | Inspect a pulp import
|
11
11
|
|
12
12
|
|
13
13
|
|
14
|
-
##
|
14
|
+
## importers_core_pulp_imports_create
|
15
15
|
|
16
|
-
> TaskGroupOperationResponse
|
16
|
+
> TaskGroupOperationResponse importers_core_pulp_imports_create(pulp_importer_href, pulp_import)
|
17
17
|
|
18
18
|
Create a pulp import
|
19
19
|
|
@@ -37,10 +37,10 @@ pulp_import = PulpContainerClient::PulpImport.new # PulpImport |
|
|
37
37
|
|
38
38
|
begin
|
39
39
|
#Create a pulp import
|
40
|
-
result = api_instance.
|
40
|
+
result = api_instance.importers_core_pulp_imports_create(pulp_importer_href, pulp_import)
|
41
41
|
p result
|
42
42
|
rescue PulpContainerClient::ApiError => e
|
43
|
-
puts "Exception when calling ImportersPulpImportsApi->
|
43
|
+
puts "Exception when calling ImportersPulpImportsApi->importers_core_pulp_imports_create: #{e}"
|
44
44
|
end
|
45
45
|
```
|
46
46
|
|
@@ -66,9 +66,9 @@ Name | Type | Description | Notes
|
|
66
66
|
- **Accept**: application/json
|
67
67
|
|
68
68
|
|
69
|
-
##
|
69
|
+
## importers_core_pulp_imports_delete
|
70
70
|
|
71
|
-
>
|
71
|
+
> importers_core_pulp_imports_delete(pulp_pulp_import_href)
|
72
72
|
|
73
73
|
Delete a pulp import
|
74
74
|
|
@@ -91,9 +91,9 @@ pulp_pulp_import_href = 'pulp_pulp_import_href_example' # String |
|
|
91
91
|
|
92
92
|
begin
|
93
93
|
#Delete a pulp import
|
94
|
-
api_instance.
|
94
|
+
api_instance.importers_core_pulp_imports_delete(pulp_pulp_import_href)
|
95
95
|
rescue PulpContainerClient::ApiError => e
|
96
|
-
puts "Exception when calling ImportersPulpImportsApi->
|
96
|
+
puts "Exception when calling ImportersPulpImportsApi->importers_core_pulp_imports_delete: #{e}"
|
97
97
|
end
|
98
98
|
```
|
99
99
|
|
@@ -118,9 +118,9 @@ nil (empty response body)
|
|
118
118
|
- **Accept**: Not defined
|
119
119
|
|
120
120
|
|
121
|
-
##
|
121
|
+
## importers_core_pulp_imports_list
|
122
122
|
|
123
|
-
> PaginatedImportResponseList
|
123
|
+
> PaginatedImportResponseList importers_core_pulp_imports_list(pulp_importer_href, opts)
|
124
124
|
|
125
125
|
List pulp imports
|
126
126
|
|
@@ -149,10 +149,10 @@ opts = {
|
|
149
149
|
|
150
150
|
begin
|
151
151
|
#List pulp imports
|
152
|
-
result = api_instance.
|
152
|
+
result = api_instance.importers_core_pulp_imports_list(pulp_importer_href, opts)
|
153
153
|
p result
|
154
154
|
rescue PulpContainerClient::ApiError => e
|
155
|
-
puts "Exception when calling ImportersPulpImportsApi->
|
155
|
+
puts "Exception when calling ImportersPulpImportsApi->importers_core_pulp_imports_list: #{e}"
|
156
156
|
end
|
157
157
|
```
|
158
158
|
|
@@ -181,9 +181,9 @@ Name | Type | Description | Notes
|
|
181
181
|
- **Accept**: application/json
|
182
182
|
|
183
183
|
|
184
|
-
##
|
184
|
+
## importers_core_pulp_imports_read
|
185
185
|
|
186
|
-
> ImportResponse
|
186
|
+
> ImportResponse importers_core_pulp_imports_read(pulp_pulp_import_href, opts)
|
187
187
|
|
188
188
|
Inspect a pulp import
|
189
189
|
|
@@ -210,10 +210,10 @@ opts = {
|
|
210
210
|
|
211
211
|
begin
|
212
212
|
#Inspect a pulp import
|
213
|
-
result = api_instance.
|
213
|
+
result = api_instance.importers_core_pulp_imports_read(pulp_pulp_import_href, opts)
|
214
214
|
p result
|
215
215
|
rescue PulpContainerClient::ApiError => e
|
216
|
-
puts "Exception when calling ImportersPulpImportsApi->
|
216
|
+
puts "Exception when calling ImportersPulpImportsApi->importers_core_pulp_imports_read: #{e}"
|
217
217
|
end
|
218
218
|
```
|
219
219
|
|
data/docs/OrphansApi.md
CHANGED
@@ -1,16 +1,16 @@
|
|
1
1
|
# PulpContainerClient::OrphansApi
|
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
|
+
[**orphans_delete**](OrphansApi.md#orphans_delete) | **DELETE** /pulp/api/v3/orphans/ | Delete orphans
|
8
8
|
|
9
9
|
|
10
10
|
|
11
|
-
##
|
11
|
+
## orphans_delete
|
12
12
|
|
13
|
-
> AsyncOperationResponse
|
13
|
+
> AsyncOperationResponse orphans_delete
|
14
14
|
|
15
15
|
Delete orphans
|
16
16
|
|
@@ -32,10 +32,10 @@ api_instance = PulpContainerClient::OrphansApi.new
|
|
32
32
|
|
33
33
|
begin
|
34
34
|
#Delete orphans
|
35
|
-
result = api_instance.
|
35
|
+
result = api_instance.orphans_delete
|
36
36
|
p result
|
37
37
|
rescue PulpContainerClient::ApiError => e
|
38
|
-
puts "Exception when calling OrphansApi->
|
38
|
+
puts "Exception when calling OrphansApi->orphans_delete: #{e}"
|
39
39
|
end
|
40
40
|
```
|
41
41
|
|
data/docs/OrphansCleanupApi.md
CHANGED
@@ -1,16 +1,16 @@
|
|
1
1
|
# PulpContainerClient::OrphansCleanupApi
|
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
|
+
[**orphans_cleanup_cleanup**](OrphansCleanupApi.md#orphans_cleanup_cleanup) | **POST** /pulp/api/v3/orphans/cleanup/ |
|
8
8
|
|
9
9
|
|
10
10
|
|
11
|
-
##
|
11
|
+
## orphans_cleanup_cleanup
|
12
12
|
|
13
|
-
> AsyncOperationResponse
|
13
|
+
> AsyncOperationResponse orphans_cleanup_cleanup(orphans_cleanup)
|
14
14
|
|
15
15
|
|
16
16
|
|
@@ -32,10 +32,10 @@ api_instance = PulpContainerClient::OrphansCleanupApi.new
|
|
32
32
|
orphans_cleanup = PulpContainerClient::OrphansCleanup.new # OrphansCleanup |
|
33
33
|
|
34
34
|
begin
|
35
|
-
result = api_instance.
|
35
|
+
result = api_instance.orphans_cleanup_cleanup(orphans_cleanup)
|
36
36
|
p result
|
37
37
|
rescue PulpContainerClient::ApiError => e
|
38
|
-
puts "Exception when calling OrphansCleanupApi->
|
38
|
+
puts "Exception when calling OrphansCleanupApi->orphans_cleanup_cleanup: #{e}"
|
39
39
|
end
|
40
40
|
```
|
41
41
|
|
@@ -6,7 +6,7 @@ Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**name** | **String** | Unique name of the file system exporter. | [optional]
|
8
8
|
**path** | **String** | File system location to export to. | [optional]
|
9
|
-
**method** | [**MethodEnum**](MethodEnum.md) | Method of exporting
|
9
|
+
**method** | [**MethodEnum**](MethodEnum.md) | Method of exporting | [optional]
|
10
10
|
|
11
11
|
## Code Sample
|
12
12
|
|
@@ -4,10 +4,10 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
+
**base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") | [optional]
|
8
|
+
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional]
|
7
9
|
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
8
10
|
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
9
|
-
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional]
|
10
|
-
**base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") | [optional]
|
11
11
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
12
12
|
**repository_version** | **String** | RepositoryVersion to be served | [optional]
|
13
13
|
**private** | **Boolean** | Restrict pull access to explicitly authorized users. Defaults to unrestricted pull access. | [optional]
|
@@ -18,10 +18,10 @@ Name | Type | Description | Notes
|
|
18
18
|
```ruby
|
19
19
|
require 'PulpContainerClient'
|
20
20
|
|
21
|
-
instance = PulpContainerClient::PatchedcontainerContainerDistribution.new(
|
22
|
-
repository: null,
|
21
|
+
instance = PulpContainerClient::PatchedcontainerContainerDistribution.new(base_path: null,
|
23
22
|
name: null,
|
24
|
-
|
23
|
+
content_guard: null,
|
24
|
+
repository: null,
|
25
25
|
pulp_labels: null,
|
26
26
|
repository_version: null,
|
27
27
|
private: null,
|
@@ -4,10 +4,10 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
+
**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]
|
8
|
+
**name** | **String** | A unique name for this repository. | [optional]
|
7
9
|
**description** | **String** | An optional description. | [optional]
|
8
|
-
**retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
|
9
10
|
**manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
|
10
|
-
**name** | **String** | A unique name for this repository. | [optional]
|
11
11
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
12
12
|
|
13
13
|
## Code Sample
|
@@ -15,10 +15,10 @@ Name | Type | Description | Notes
|
|
15
15
|
```ruby
|
16
16
|
require 'PulpContainerClient'
|
17
17
|
|
18
|
-
instance = PulpContainerClient::PatchedcontainerContainerPushRepository.new(
|
19
|
-
retain_repo_versions: null,
|
20
|
-
manifest_signing_service: null,
|
18
|
+
instance = PulpContainerClient::PatchedcontainerContainerPushRepository.new(retain_repo_versions: null,
|
21
19
|
name: null,
|
20
|
+
description: null,
|
21
|
+
manifest_signing_service: null,
|
22
22
|
pulp_labels: null)
|
23
23
|
```
|
24
24
|
|
@@ -18,7 +18,7 @@ Name | Type | Description | Notes
|
|
18
18
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
19
19
|
**download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
|
20
20
|
**max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
|
21
|
-
**policy** | [**Policy762Enum**](Policy762Enum.md) | immediate - All manifests and blobs are downloaded and saved during a sync. on_demand - Only tags and manifests are downloaded. Blobs are not downloaded until they are requested for the first time by a client. streamed - Blobs are streamed to the client with every request and never saved.
|
21
|
+
**policy** | [**Policy762Enum**](Policy762Enum.md) | immediate - All manifests and blobs are downloaded and saved during a sync. on_demand - Only tags and manifests are downloaded. Blobs are not downloaded until they are requested for the first time by a client. streamed - Blobs are streamed to the client with every request and never saved. | [optional]
|
22
22
|
**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]
|
23
23
|
**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]
|
24
24
|
**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]
|
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
|
|
7
7
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
8
8
|
**name** | **String** | A unique name for this repository. | [optional]
|
9
9
|
**description** | **String** | An optional description. | [optional]
|
10
|
-
**retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
|
10
|
+
**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]
|
11
11
|
**remote** | **String** | An optional remote to use by default when syncing. | [optional]
|
12
12
|
**manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
|
13
13
|
|
data/docs/PublicationsApi.md
CHANGED
@@ -1,20 +1,20 @@
|
|
1
1
|
# PulpContainerClient::PublicationsApi
|
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
|
+
[**publications_list**](PublicationsApi.md#publications_list) | **GET** /pulp/api/v3/publications/ | List publications
|
8
8
|
|
9
9
|
|
10
10
|
|
11
|
-
##
|
11
|
+
## publications_list
|
12
12
|
|
13
|
-
> PaginatedPublicationResponseList
|
13
|
+
> PaginatedPublicationResponseList publications_list(opts)
|
14
14
|
|
15
15
|
List publications
|
16
16
|
|
17
|
-
A
|
17
|
+
A customized named ModelViewSet that knows how to register itself with the Pulp API router. This viewset is discoverable by its name. \"Normal\" Django Models and Master/Detail models are supported by the ``register_with`` method. Attributes: lookup_field (str): The name of the field by which an object should be looked up, in addition to any parent lookups if this ViewSet is nested. Defaults to 'pk' endpoint_name (str): The name of the final path segment that should identify the ViewSet's collection endpoint. nest_prefix (str): Optional prefix under which this ViewSet should be nested. This must correspond to the \"parent_prefix\" of a router with rest_framework_nested.NestedMixin. None indicates this ViewSet should not be nested. parent_lookup_kwargs (dict): Optional mapping of key names that would appear in self.kwargs to django model filter expressions that can be used with the corresponding value from self.kwargs, used only by a nested ViewSet to filter based on the parent object's identity. schema (DefaultSchema): The schema class to use by default in a viewset.
|
18
18
|
|
19
19
|
### Example
|
20
20
|
|
@@ -34,16 +34,13 @@ opts = {
|
|
34
34
|
content__in: 'content__in_example', # String | Content Unit referenced by HREF
|
35
35
|
limit: 56, # Integer | Number of results to return per page.
|
36
36
|
offset: 56, # Integer | The initial index from which to return the results.
|
37
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
37
|
+
ordering: ['ordering_example'], # Array<String> | Ordering
|
38
38
|
pulp_created: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created matches value
|
39
39
|
pulp_created__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than value
|
40
40
|
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
|
41
41
|
pulp_created__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than value
|
42
42
|
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
|
43
43
|
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
|
44
|
-
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
45
|
-
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
46
|
-
pulp_type__in: ['pulp_type__in_example'], # Array<String> | Pulp type is in
|
47
44
|
repository: 'repository_example', # String | Repository referenced by HREF
|
48
45
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
49
46
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
@@ -52,10 +49,10 @@ opts = {
|
|
52
49
|
|
53
50
|
begin
|
54
51
|
#List publications
|
55
|
-
result = api_instance.
|
52
|
+
result = api_instance.publications_list(opts)
|
56
53
|
p result
|
57
54
|
rescue PulpContainerClient::ApiError => e
|
58
|
-
puts "Exception when calling PublicationsApi->
|
55
|
+
puts "Exception when calling PublicationsApi->publications_list: #{e}"
|
59
56
|
end
|
60
57
|
```
|
61
58
|
|
@@ -68,16 +65,13 @@ Name | Type | Description | Notes
|
|
68
65
|
**content__in** | **String**| Content Unit referenced by HREF | [optional]
|
69
66
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
70
67
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
71
|
-
**ordering** | [**Array<String>**](String.md)| Ordering
|
68
|
+
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
72
69
|
**pulp_created** | **DateTime**| Filter results where pulp_created matches value | [optional]
|
73
70
|
**pulp_created__gt** | **DateTime**| Filter results where pulp_created is greater than value | [optional]
|
74
71
|
**pulp_created__gte** | **DateTime**| Filter results where pulp_created is greater than or equal to value | [optional]
|
75
72
|
**pulp_created__lt** | **DateTime**| Filter results where pulp_created is less than value | [optional]
|
76
73
|
**pulp_created__lte** | **DateTime**| Filter results where pulp_created is less than or equal to value | [optional]
|
77
74
|
**pulp_created__range** | [**Array<DateTime>**](DateTime.md)| Filter results where pulp_created is between two comma separated values | [optional]
|
78
|
-
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
79
|
-
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
80
|
-
**pulp_type__in** | [**Array<String>**](String.md)| Pulp type is in | [optional]
|
81
75
|
**repository** | **String**| Repository referenced by HREF | [optional]
|
82
76
|
**repository_version** | [**String**](.md)| Repository Version referenced by HREF | [optional]
|
83
77
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|