pulp_container_client 2.14.14 → 2.14.16
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +222 -246
- data/docs/AccessPoliciesApi.md +28 -32
- data/docs/ArtifactDistributionResponse.md +7 -7
- data/docs/ArtifactsApi.md +23 -27
- data/docs/ContainerContainerDistribution.md +5 -5
- data/docs/ContainerContainerDistributionResponse.md +8 -8
- data/docs/ContainerContainerPushRepository.md +5 -5
- data/docs/ContainerContainerPushRepositoryResponse.md +8 -8
- data/docs/ContainerContainerRemote.md +1 -1
- data/docs/ContainerContainerRemoteResponse.md +1 -1
- data/docs/ContainerContainerRepository.md +1 -1
- data/docs/ContainerContainerRepositoryResponse.md +1 -1
- data/docs/ContentApi.md +8 -14
- data/docs/ContentBlobsApi.md +13 -17
- data/docs/ContentManifestsApi.md +15 -19
- data/docs/ContentSignaturesApi.md +13 -17
- data/docs/ContentTagsApi.md +15 -19
- data/docs/ContentguardsApi.md +8 -14
- data/docs/ContentguardsContentRedirectApi.md +53 -57
- data/docs/ContentguardsRbacApi.md +53 -57
- data/docs/DistributionsApi.md +8 -18
- data/docs/DistributionsArtifactsApi.md +13 -21
- data/docs/DistributionsContainerApi.md +53 -61
- data/docs/DocsApiJsonApi.md +6 -6
- data/docs/DocsApiYamlApi.md +6 -6
- data/docs/ExportersFilesystemApi.md +36 -40
- data/docs/ExportersFilesystemExportsApi.md +24 -24
- data/docs/ExportersPulpApi.md +33 -37
- data/docs/ExportersPulpExportsApi.md +21 -21
- data/docs/FilesystemExporter.md +1 -1
- data/docs/FilesystemExporterResponse.md +1 -1
- data/docs/GroupRole.md +1 -3
- data/docs/GroupRoleResponse.md +1 -3
- data/docs/GroupsApi.md +59 -63
- data/docs/GroupsRolesApi.md +27 -33
- data/docs/GroupsUsersApi.md +16 -16
- data/docs/ImportersPulpApi.md +33 -37
- data/docs/ImportersPulpImportCheckApi.md +1 -1
- data/docs/ImportersPulpImportsApi.md +21 -21
- data/docs/OrphansApi.md +6 -6
- data/docs/OrphansCleanupApi.md +6 -6
- data/docs/PatchedFilesystemExporter.md +1 -1
- data/docs/PatchedcontainerContainerDistribution.md +5 -5
- data/docs/PatchedcontainerContainerPushRepository.md +5 -5
- data/docs/PatchedcontainerContainerRemote.md +1 -1
- data/docs/PatchedcontainerContainerRepository.md +1 -1
- data/docs/PublicationsApi.md +9 -15
- data/docs/PulpContainerNamespacesApi.md +43 -47
- data/docs/RemoteResponse.md +1 -1
- data/docs/RemoteResponseHiddenFields.md +2 -2
- data/docs/RemotesApi.md +8 -14
- data/docs/RemotesContainerApi.md +53 -57
- data/docs/RepairApi.md +6 -6
- data/docs/RepositoriesApi.md +8 -30
- data/docs/RepositoriesContainerApi.md +102 -122
- data/docs/RepositoriesContainerPushApi.md +68 -88
- data/docs/RepositoriesContainerPushVersionsApi.md +23 -25
- data/docs/RepositoriesContainerVersionsApi.md +23 -25
- data/docs/RepositoriesReclaimSpaceApi.md +6 -6
- data/docs/RepositoryResponse.md +1 -1
- data/docs/RepositoryVersionsApi.md +8 -12
- data/docs/RolesApi.md +39 -43
- data/docs/SigningServicesApi.md +13 -17
- data/docs/StatusApi.md +1 -1
- data/docs/StatusResponse.md +1 -3
- data/docs/TaskGroupsApi.md +11 -11
- data/docs/TaskSchedulesApi.md +35 -39
- data/docs/TasksApi.md +101 -105
- data/docs/TokenApi.md +6 -6
- data/docs/UploadsApi.md +53 -57
- data/docs/UserRole.md +2 -4
- data/docs/UserRoleResponse.md +2 -4
- data/docs/UsersApi.md +39 -43
- data/docs/UsersRolesApi.md +27 -33
- data/docs/VersionResponse.md +1 -3
- data/docs/WorkersApi.md +13 -17
- data/lib/pulp_container_client/api/access_policies_api.rb +33 -39
- data/lib/pulp_container_client/api/artifacts_api.rb +31 -37
- data/lib/pulp_container_client/api/content_api.rb +7 -20
- data/lib/pulp_container_client/api/content_blobs_api.rb +13 -19
- data/lib/pulp_container_client/api/content_manifests_api.rb +15 -21
- data/lib/pulp_container_client/api/content_signatures_api.rb +13 -19
- data/lib/pulp_container_client/api/content_tags_api.rb +15 -21
- data/lib/pulp_container_client/api/contentguards_api.rb +7 -20
- data/lib/pulp_container_client/api/contentguards_content_redirect_api.rb +65 -71
- data/lib/pulp_container_client/api/contentguards_rbac_api.rb +65 -71
- data/lib/pulp_container_client/api/distributions_api.rb +7 -26
- data/lib/pulp_container_client/api/distributions_artifacts_api.rb +13 -25
- data/lib/pulp_container_client/api/distributions_container_api.rb +65 -77
- data/lib/pulp_container_client/api/docs_api_json_api.rb +5 -5
- data/lib/pulp_container_client/api/docs_api_yaml_api.rb +5 -5
- data/lib/pulp_container_client/api/exporters_filesystem_api.rb +45 -51
- data/lib/pulp_container_client/api/exporters_filesystem_exports_api.rb +31 -31
- data/lib/pulp_container_client/api/exporters_pulp_api.rb +39 -45
- data/lib/pulp_container_client/api/exporters_pulp_exports_api.rb +25 -25
- data/lib/pulp_container_client/api/groups_api.rb +77 -83
- data/lib/pulp_container_client/api/groups_roles_api.rb +35 -44
- data/lib/pulp_container_client/api/groups_users_api.rb +19 -19
- data/lib/pulp_container_client/api/importers_pulp_api.rb +39 -45
- data/lib/pulp_container_client/api/importers_pulp_imports_api.rb +25 -25
- data/lib/pulp_container_client/api/orphans_api.rb +5 -5
- data/lib/pulp_container_client/api/orphans_cleanup_api.rb +6 -6
- data/lib/pulp_container_client/api/publications_api.rb +9 -18
- data/lib/pulp_container_client/api/pulp_container_namespaces_api.rb +51 -57
- data/lib/pulp_container_client/api/remotes_api.rb +7 -20
- data/lib/pulp_container_client/api/remotes_container_api.rb +65 -71
- data/lib/pulp_container_client/api/repair_api.rb +6 -6
- data/lib/pulp_container_client/api/repositories_api.rb +7 -44
- data/lib/pulp_container_client/api/repositories_container_api.rb +128 -158
- data/lib/pulp_container_client/api/repositories_container_push_api.rb +88 -118
- data/lib/pulp_container_client/api/repositories_container_push_versions_api.rb +27 -30
- data/lib/pulp_container_client/api/repositories_container_versions_api.rb +27 -30
- data/lib/pulp_container_client/api/repositories_reclaim_space_api.rb +6 -6
- data/lib/pulp_container_client/api/repository_versions_api.rb +7 -12
- data/lib/pulp_container_client/api/roles_api.rb +51 -57
- data/lib/pulp_container_client/api/signing_services_api.rb +13 -19
- data/lib/pulp_container_client/api/task_groups_api.rb +11 -11
- data/lib/pulp_container_client/api/task_schedules_api.rb +43 -49
- data/lib/pulp_container_client/api/tasks_api.rb +125 -131
- data/lib/pulp_container_client/api/token_api.rb +5 -5
- data/lib/pulp_container_client/api/uploads_api.rb +67 -73
- data/lib/pulp_container_client/api/users_api.rb +51 -57
- data/lib/pulp_container_client/api/users_roles_api.rb +35 -44
- data/lib/pulp_container_client/api/workers_api.rb +14 -20
- data/lib/pulp_container_client/configuration.rb +3 -3
- data/lib/pulp_container_client/models/artifact_distribution_response.rb +35 -35
- data/lib/pulp_container_client/models/container_container_distribution.rb +45 -45
- data/lib/pulp_container_client/models/container_container_distribution_response.rb +39 -39
- data/lib/pulp_container_client/models/container_container_push_repository.rb +37 -37
- data/lib/pulp_container_client/models/container_container_push_repository_response.rb +33 -33
- data/lib/pulp_container_client/models/container_container_remote.rb +21 -21
- data/lib/pulp_container_client/models/container_container_remote_response.rb +21 -21
- data/lib/pulp_container_client/models/container_container_repository.rb +1 -1
- data/lib/pulp_container_client/models/container_container_repository_response.rb +1 -1
- data/lib/pulp_container_client/models/filesystem_exporter.rb +1 -1
- data/lib/pulp_container_client/models/filesystem_exporter_response.rb +1 -1
- data/lib/pulp_container_client/models/group_role.rb +5 -16
- data/lib/pulp_container_client/models/group_role_response.rb +4 -15
- data/lib/pulp_container_client/models/nested_role.rb +0 -19
- data/lib/pulp_container_client/models/patched_filesystem_exporter.rb +1 -1
- data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +36 -36
- data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +37 -37
- data/lib/pulp_container_client/models/patchedcontainer_container_remote.rb +21 -21
- data/lib/pulp_container_client/models/patchedcontainer_container_repository.rb +1 -1
- data/lib/pulp_container_client/models/remote_response.rb +21 -21
- data/lib/pulp_container_client/models/remote_response_hidden_fields.rb +10 -0
- data/lib/pulp_container_client/models/repository_response.rb +1 -1
- data/lib/pulp_container_client/models/status_response.rb +4 -19
- data/lib/pulp_container_client/models/user_role.rb +6 -17
- data/lib/pulp_container_client/models/user_role_response.rb +5 -16
- data/lib/pulp_container_client/models/version_response.rb +4 -19
- data/lib/pulp_container_client/version.rb +1 -1
- data/lib/pulp_container_client.rb +0 -11
- data/spec/api/access_policies_api_spec.rb +11 -13
- data/spec/api/artifacts_api_spec.rb +9 -11
- data/spec/api/content_api_spec.rb +3 -6
- data/spec/api/content_blobs_api_spec.rb +5 -7
- data/spec/api/content_manifests_api_spec.rb +6 -8
- data/spec/api/content_signatures_api_spec.rb +5 -7
- data/spec/api/content_tags_api_spec.rb +6 -8
- data/spec/api/contentguards_api_spec.rb +3 -6
- data/spec/api/contentguards_content_redirect_api_spec.rb +21 -23
- data/spec/api/contentguards_rbac_api_spec.rb +21 -23
- data/spec/api/distributions_api_spec.rb +3 -8
- data/spec/api/distributions_artifacts_api_spec.rb +5 -9
- data/spec/api/distributions_container_api_spec.rb +21 -25
- data/spec/api/docs_api_json_api_spec.rb +2 -2
- data/spec/api/docs_api_yaml_api_spec.rb +2 -2
- data/spec/api/exporters_filesystem_api_spec.rb +16 -18
- data/spec/api/exporters_filesystem_exports_api_spec.rb +11 -11
- data/spec/api/exporters_pulp_api_spec.rb +13 -15
- data/spec/api/exporters_pulp_exports_api_spec.rb +8 -8
- data/spec/api/groups_api_spec.rb +27 -29
- data/spec/api/groups_roles_api_spec.rb +13 -16
- data/spec/api/groups_users_api_spec.rb +6 -6
- data/spec/api/importers_pulp_api_spec.rb +13 -15
- data/spec/api/importers_pulp_imports_api_spec.rb +8 -8
- data/spec/api/orphans_api_spec.rb +2 -2
- data/spec/api/orphans_cleanup_api_spec.rb +2 -2
- data/spec/api/publications_api_spec.rb +4 -7
- data/spec/api/pulp_container_namespaces_api_spec.rb +17 -19
- data/spec/api/remotes_api_spec.rb +3 -6
- data/spec/api/remotes_container_api_spec.rb +21 -23
- data/spec/api/repair_api_spec.rb +2 -2
- data/spec/api/repositories_api_spec.rb +3 -14
- data/spec/api/repositories_container_api_spec.rb +39 -49
- data/spec/api/repositories_container_push_api_spec.rb +27 -37
- data/spec/api/repositories_container_push_versions_api_spec.rb +9 -10
- data/spec/api/repositories_container_versions_api_spec.rb +9 -10
- data/spec/api/repositories_reclaim_space_api_spec.rb +2 -2
- data/spec/api/repository_versions_api_spec.rb +3 -5
- data/spec/api/roles_api_spec.rb +19 -21
- data/spec/api/signing_services_api_spec.rb +5 -7
- data/spec/api/task_groups_api_spec.rb +4 -4
- data/spec/api/task_schedules_api_spec.rb +15 -17
- data/spec/api/tasks_api_spec.rb +32 -34
- data/spec/api/token_api_spec.rb +2 -2
- data/spec/api/uploads_api_spec.rb +21 -23
- data/spec/api/users_api_spec.rb +19 -21
- data/spec/api/users_roles_api_spec.rb +13 -16
- data/spec/api/workers_api_spec.rb +5 -7
- data/spec/configuration_spec.rb +3 -3
- data/spec/models/artifact_distribution_response_spec.rb +7 -7
- data/spec/models/container_container_distribution_response_spec.rb +6 -6
- data/spec/models/container_container_distribution_spec.rb +4 -4
- data/spec/models/container_container_push_repository_response_spec.rb +6 -6
- data/spec/models/container_container_push_repository_spec.rb +4 -4
- data/spec/models/group_role_response_spec.rb +0 -6
- data/spec/models/group_role_spec.rb +0 -6
- data/spec/models/patchedcontainer_container_distribution_spec.rb +4 -4
- data/spec/models/patchedcontainer_container_push_repository_spec.rb +4 -4
- data/spec/models/status_response_spec.rb +0 -6
- data/spec/models/user_role_response_spec.rb +0 -6
- data/spec/models/user_role_spec.rb +0 -6
- data/spec/models/version_response_spec.rb +0 -6
- metadata +196 -240
- data/docs/Domain.md +0 -27
- data/docs/DomainResponse.md +0 -31
- data/docs/DomainsApi.md +0 -366
- data/docs/PaginatedDomainResponseList.md +0 -23
- data/docs/PaginatedUpstreamPulpResponseList.md +0 -23
- data/docs/PatchedDomain.md +0 -27
- data/docs/PatchedUpstreamPulp.md +0 -37
- data/docs/StorageClassEnum.md +0 -16
- data/docs/UpstreamPulp.md +0 -37
- data/docs/UpstreamPulpResponse.md +0 -39
- data/docs/UpstreamPulpsApi.md +0 -405
- data/lib/pulp_container_client/api/domains_api.rb +0 -452
- data/lib/pulp_container_client/api/upstream_pulps_api.rb +0 -492
- data/lib/pulp_container_client/models/domain.rb +0 -323
- data/lib/pulp_container_client/models/domain_response.rb +0 -318
- data/lib/pulp_container_client/models/paginated_domain_response_list.rb +0 -237
- data/lib/pulp_container_client/models/paginated_upstream_pulp_response_list.rb +0 -237
- data/lib/pulp_container_client/models/patched_domain.rb +0 -304
- data/lib/pulp_container_client/models/patched_upstream_pulp.rb +0 -450
- data/lib/pulp_container_client/models/storage_class_enum.rb +0 -37
- data/lib/pulp_container_client/models/upstream_pulp.rb +0 -477
- data/lib/pulp_container_client/models/upstream_pulp_response.rb +0 -338
- data/spec/api/domains_api_spec.rb +0 -122
- data/spec/api/upstream_pulps_api_spec.rb +0 -127
- data/spec/models/domain_response_spec.rb +0 -83
- data/spec/models/domain_spec.rb +0 -71
- data/spec/models/paginated_domain_response_list_spec.rb +0 -59
- data/spec/models/paginated_upstream_pulp_response_list_spec.rb +0 -59
- data/spec/models/patched_domain_spec.rb +0 -71
- data/spec/models/patched_upstream_pulp_spec.rb +0 -101
- data/spec/models/storage_class_enum_spec.rb +0 -35
- data/spec/models/upstream_pulp_response_spec.rb +0 -107
- data/spec/models/upstream_pulp_spec.rb +0 -101
@@ -1,25 +1,25 @@
|
|
1
1
|
# PulpContainerClient::ExportersFilesystemApi
|
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
|
+
[**exporters_core_filesystem_create**](ExportersFilesystemApi.md#exporters_core_filesystem_create) | **POST** /pulp/api/v3/exporters/core/filesystem/ | Create a filesystem exporter
|
8
|
+
[**exporters_core_filesystem_delete**](ExportersFilesystemApi.md#exporters_core_filesystem_delete) | **DELETE** {filesystem_exporter_href} | Delete a filesystem exporter
|
9
|
+
[**exporters_core_filesystem_list**](ExportersFilesystemApi.md#exporters_core_filesystem_list) | **GET** /pulp/api/v3/exporters/core/filesystem/ | List filesystem exporters
|
10
|
+
[**exporters_core_filesystem_partial_update**](ExportersFilesystemApi.md#exporters_core_filesystem_partial_update) | **PATCH** {filesystem_exporter_href} | Update a filesystem exporter
|
11
|
+
[**exporters_core_filesystem_read**](ExportersFilesystemApi.md#exporters_core_filesystem_read) | **GET** {filesystem_exporter_href} | Inspect a filesystem exporter
|
12
|
+
[**exporters_core_filesystem_update**](ExportersFilesystemApi.md#exporters_core_filesystem_update) | **PUT** {filesystem_exporter_href} | Update a filesystem exporter
|
13
13
|
|
14
14
|
|
15
15
|
|
16
|
-
##
|
16
|
+
## exporters_core_filesystem_create
|
17
17
|
|
18
|
-
> FilesystemExporterResponse
|
18
|
+
> FilesystemExporterResponse exporters_core_filesystem_create(filesystem_exporter)
|
19
19
|
|
20
20
|
Create a filesystem exporter
|
21
21
|
|
22
|
-
Endpoint for managing FilesystemExporters.
|
22
|
+
Endpoint for managing FilesystemExporters. FilesystemExporters are provided as a tech preview.
|
23
23
|
|
24
24
|
### Example
|
25
25
|
|
@@ -38,10 +38,10 @@ filesystem_exporter = PulpContainerClient::FilesystemExporter.new # FilesystemEx
|
|
38
38
|
|
39
39
|
begin
|
40
40
|
#Create a filesystem exporter
|
41
|
-
result = api_instance.
|
41
|
+
result = api_instance.exporters_core_filesystem_create(filesystem_exporter)
|
42
42
|
p result
|
43
43
|
rescue PulpContainerClient::ApiError => e
|
44
|
-
puts "Exception when calling ExportersFilesystemApi->
|
44
|
+
puts "Exception when calling ExportersFilesystemApi->exporters_core_filesystem_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
|
+
## exporters_core_filesystem_delete
|
70
70
|
|
71
|
-
> AsyncOperationResponse
|
71
|
+
> AsyncOperationResponse exporters_core_filesystem_delete(filesystem_exporter_href)
|
72
72
|
|
73
73
|
Delete a filesystem exporter
|
74
74
|
|
@@ -91,10 +91,10 @@ filesystem_exporter_href = 'filesystem_exporter_href_example' # String |
|
|
91
91
|
|
92
92
|
begin
|
93
93
|
#Delete a filesystem exporter
|
94
|
-
result = api_instance.
|
94
|
+
result = api_instance.exporters_core_filesystem_delete(filesystem_exporter_href)
|
95
95
|
p result
|
96
96
|
rescue PulpContainerClient::ApiError => e
|
97
|
-
puts "Exception when calling ExportersFilesystemApi->
|
97
|
+
puts "Exception when calling ExportersFilesystemApi->exporters_core_filesystem_delete: #{e}"
|
98
98
|
end
|
99
99
|
```
|
100
100
|
|
@@ -119,13 +119,13 @@ Name | Type | Description | Notes
|
|
119
119
|
- **Accept**: application/json
|
120
120
|
|
121
121
|
|
122
|
-
##
|
122
|
+
## exporters_core_filesystem_list
|
123
123
|
|
124
|
-
> PaginatedFilesystemExporterResponseList
|
124
|
+
> PaginatedFilesystemExporterResponseList exporters_core_filesystem_list(opts)
|
125
125
|
|
126
126
|
List filesystem exporters
|
127
127
|
|
128
|
-
Endpoint for managing FilesystemExporters.
|
128
|
+
Endpoint for managing FilesystemExporters. FilesystemExporters are provided as a tech preview.
|
129
129
|
|
130
130
|
### Example
|
131
131
|
|
@@ -148,19 +148,17 @@ opts = {
|
|
148
148
|
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
149
149
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
150
150
|
offset: 56, # Integer | The initial index from which to return the results.
|
151
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
152
|
-
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
153
|
-
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
151
|
+
ordering: ['ordering_example'], # Array<String> | Ordering
|
154
152
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
155
153
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
156
154
|
}
|
157
155
|
|
158
156
|
begin
|
159
157
|
#List filesystem exporters
|
160
|
-
result = api_instance.
|
158
|
+
result = api_instance.exporters_core_filesystem_list(opts)
|
161
159
|
p result
|
162
160
|
rescue PulpContainerClient::ApiError => e
|
163
|
-
puts "Exception when calling ExportersFilesystemApi->
|
161
|
+
puts "Exception when calling ExportersFilesystemApi->exporters_core_filesystem_list: #{e}"
|
164
162
|
end
|
165
163
|
```
|
166
164
|
|
@@ -176,9 +174,7 @@ Name | Type | Description | Notes
|
|
176
174
|
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
177
175
|
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
178
176
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
179
|
-
**ordering** | [**Array<String>**](String.md)| Ordering
|
180
|
-
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
181
|
-
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
177
|
+
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
182
178
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
183
179
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
184
180
|
|
@@ -196,9 +192,9 @@ Name | Type | Description | Notes
|
|
196
192
|
- **Accept**: application/json
|
197
193
|
|
198
194
|
|
199
|
-
##
|
195
|
+
## exporters_core_filesystem_partial_update
|
200
196
|
|
201
|
-
> AsyncOperationResponse
|
197
|
+
> AsyncOperationResponse exporters_core_filesystem_partial_update(filesystem_exporter_href, patched_filesystem_exporter)
|
202
198
|
|
203
199
|
Update a filesystem exporter
|
204
200
|
|
@@ -222,10 +218,10 @@ patched_filesystem_exporter = PulpContainerClient::PatchedFilesystemExporter.new
|
|
222
218
|
|
223
219
|
begin
|
224
220
|
#Update a filesystem exporter
|
225
|
-
result = api_instance.
|
221
|
+
result = api_instance.exporters_core_filesystem_partial_update(filesystem_exporter_href, patched_filesystem_exporter)
|
226
222
|
p result
|
227
223
|
rescue PulpContainerClient::ApiError => e
|
228
|
-
puts "Exception when calling ExportersFilesystemApi->
|
224
|
+
puts "Exception when calling ExportersFilesystemApi->exporters_core_filesystem_partial_update: #{e}"
|
229
225
|
end
|
230
226
|
```
|
231
227
|
|
@@ -251,13 +247,13 @@ Name | Type | Description | Notes
|
|
251
247
|
- **Accept**: application/json
|
252
248
|
|
253
249
|
|
254
|
-
##
|
250
|
+
## exporters_core_filesystem_read
|
255
251
|
|
256
|
-
> FilesystemExporterResponse
|
252
|
+
> FilesystemExporterResponse exporters_core_filesystem_read(filesystem_exporter_href, opts)
|
257
253
|
|
258
254
|
Inspect a filesystem exporter
|
259
255
|
|
260
|
-
Endpoint for managing FilesystemExporters.
|
256
|
+
Endpoint for managing FilesystemExporters. FilesystemExporters are provided as a tech preview.
|
261
257
|
|
262
258
|
### Example
|
263
259
|
|
@@ -280,10 +276,10 @@ opts = {
|
|
280
276
|
|
281
277
|
begin
|
282
278
|
#Inspect a filesystem exporter
|
283
|
-
result = api_instance.
|
279
|
+
result = api_instance.exporters_core_filesystem_read(filesystem_exporter_href, opts)
|
284
280
|
p result
|
285
281
|
rescue PulpContainerClient::ApiError => e
|
286
|
-
puts "Exception when calling ExportersFilesystemApi->
|
282
|
+
puts "Exception when calling ExportersFilesystemApi->exporters_core_filesystem_read: #{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
|
+
## exporters_core_filesystem_update
|
314
310
|
|
315
|
-
> AsyncOperationResponse
|
311
|
+
> AsyncOperationResponse exporters_core_filesystem_update(filesystem_exporter_href, filesystem_exporter)
|
316
312
|
|
317
313
|
Update a filesystem exporter
|
318
314
|
|
@@ -336,10 +332,10 @@ filesystem_exporter = PulpContainerClient::FilesystemExporter.new # FilesystemEx
|
|
336
332
|
|
337
333
|
begin
|
338
334
|
#Update a filesystem exporter
|
339
|
-
result = api_instance.
|
335
|
+
result = api_instance.exporters_core_filesystem_update(filesystem_exporter_href, filesystem_exporter)
|
340
336
|
p result
|
341
337
|
rescue PulpContainerClient::ApiError => e
|
342
|
-
puts "Exception when calling ExportersFilesystemApi->
|
338
|
+
puts "Exception when calling ExportersFilesystemApi->exporters_core_filesystem_update: #{e}"
|
343
339
|
end
|
344
340
|
```
|
345
341
|
|
@@ -1,19 +1,19 @@
|
|
1
1
|
# PulpContainerClient::ExportersFilesystemExportsApi
|
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
|
+
[**exporters_core_filesystem_exports_create**](ExportersFilesystemExportsApi.md#exporters_core_filesystem_exports_create) | **POST** {filesystem_exporter_href}exports/ | Create a filesystem export
|
8
|
+
[**exporters_core_filesystem_exports_delete**](ExportersFilesystemExportsApi.md#exporters_core_filesystem_exports_delete) | **DELETE** {filesystem_filesystem_export_href} | Delete a filesystem export
|
9
|
+
[**exporters_core_filesystem_exports_list**](ExportersFilesystemExportsApi.md#exporters_core_filesystem_exports_list) | **GET** {filesystem_exporter_href}exports/ | List filesystem exports
|
10
|
+
[**exporters_core_filesystem_exports_read**](ExportersFilesystemExportsApi.md#exporters_core_filesystem_exports_read) | **GET** {filesystem_filesystem_export_href} | Inspect a filesystem export
|
11
11
|
|
12
12
|
|
13
13
|
|
14
|
-
##
|
14
|
+
## exporters_core_filesystem_exports_create
|
15
15
|
|
16
|
-
> AsyncOperationResponse
|
16
|
+
> AsyncOperationResponse exporters_core_filesystem_exports_create(filesystem_exporter_href, filesystem_export)
|
17
17
|
|
18
18
|
Create a filesystem export
|
19
19
|
|
@@ -37,10 +37,10 @@ filesystem_export = PulpContainerClient::FilesystemExport.new # FilesystemExport
|
|
37
37
|
|
38
38
|
begin
|
39
39
|
#Create a filesystem export
|
40
|
-
result = api_instance.
|
40
|
+
result = api_instance.exporters_core_filesystem_exports_create(filesystem_exporter_href, filesystem_export)
|
41
41
|
p result
|
42
42
|
rescue PulpContainerClient::ApiError => e
|
43
|
-
puts "Exception when calling ExportersFilesystemExportsApi->
|
43
|
+
puts "Exception when calling ExportersFilesystemExportsApi->exporters_core_filesystem_exports_create: #{e}"
|
44
44
|
end
|
45
45
|
```
|
46
46
|
|
@@ -66,13 +66,13 @@ Name | Type | Description | Notes
|
|
66
66
|
- **Accept**: application/json
|
67
67
|
|
68
68
|
|
69
|
-
##
|
69
|
+
## exporters_core_filesystem_exports_delete
|
70
70
|
|
71
|
-
>
|
71
|
+
> exporters_core_filesystem_exports_delete(filesystem_filesystem_export_href)
|
72
72
|
|
73
73
|
Delete a filesystem export
|
74
74
|
|
75
|
-
Endpoint for managing FilesystemExports.
|
75
|
+
Endpoint for managing FilesystemExports. This endpoint is provided as a tech preview.
|
76
76
|
|
77
77
|
### Example
|
78
78
|
|
@@ -91,9 +91,9 @@ filesystem_filesystem_export_href = 'filesystem_filesystem_export_href_example'
|
|
91
91
|
|
92
92
|
begin
|
93
93
|
#Delete a filesystem export
|
94
|
-
api_instance.
|
94
|
+
api_instance.exporters_core_filesystem_exports_delete(filesystem_filesystem_export_href)
|
95
95
|
rescue PulpContainerClient::ApiError => e
|
96
|
-
puts "Exception when calling ExportersFilesystemExportsApi->
|
96
|
+
puts "Exception when calling ExportersFilesystemExportsApi->exporters_core_filesystem_exports_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
|
+
## exporters_core_filesystem_exports_list
|
122
122
|
|
123
|
-
> PaginatedFilesystemExportResponseList
|
123
|
+
> PaginatedFilesystemExportResponseList exporters_core_filesystem_exports_list(filesystem_exporter_href, opts)
|
124
124
|
|
125
125
|
List filesystem exports
|
126
126
|
|
127
|
-
Endpoint for managing FilesystemExports.
|
127
|
+
Endpoint for managing FilesystemExports. This endpoint is provided as a tech preview.
|
128
128
|
|
129
129
|
### Example
|
130
130
|
|
@@ -149,10 +149,10 @@ opts = {
|
|
149
149
|
|
150
150
|
begin
|
151
151
|
#List filesystem exports
|
152
|
-
result = api_instance.
|
152
|
+
result = api_instance.exporters_core_filesystem_exports_list(filesystem_exporter_href, opts)
|
153
153
|
p result
|
154
154
|
rescue PulpContainerClient::ApiError => e
|
155
|
-
puts "Exception when calling ExportersFilesystemExportsApi->
|
155
|
+
puts "Exception when calling ExportersFilesystemExportsApi->exporters_core_filesystem_exports_list: #{e}"
|
156
156
|
end
|
157
157
|
```
|
158
158
|
|
@@ -181,13 +181,13 @@ Name | Type | Description | Notes
|
|
181
181
|
- **Accept**: application/json
|
182
182
|
|
183
183
|
|
184
|
-
##
|
184
|
+
## exporters_core_filesystem_exports_read
|
185
185
|
|
186
|
-
> FilesystemExportResponse
|
186
|
+
> FilesystemExportResponse exporters_core_filesystem_exports_read(filesystem_filesystem_export_href, opts)
|
187
187
|
|
188
188
|
Inspect a filesystem export
|
189
189
|
|
190
|
-
Endpoint for managing FilesystemExports.
|
190
|
+
Endpoint for managing FilesystemExports. This endpoint is provided as a tech preview.
|
191
191
|
|
192
192
|
### Example
|
193
193
|
|
@@ -210,10 +210,10 @@ opts = {
|
|
210
210
|
|
211
211
|
begin
|
212
212
|
#Inspect a filesystem export
|
213
|
-
result = api_instance.
|
213
|
+
result = api_instance.exporters_core_filesystem_exports_read(filesystem_filesystem_export_href, opts)
|
214
214
|
p result
|
215
215
|
rescue PulpContainerClient::ApiError => e
|
216
|
-
puts "Exception when calling ExportersFilesystemExportsApi->
|
216
|
+
puts "Exception when calling ExportersFilesystemExportsApi->exporters_core_filesystem_exports_read: #{e}"
|
217
217
|
end
|
218
218
|
```
|
219
219
|
|
data/docs/ExportersPulpApi.md
CHANGED
@@ -1,21 +1,21 @@
|
|
1
1
|
# PulpContainerClient::ExportersPulpApi
|
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
|
+
[**exporters_core_pulp_create**](ExportersPulpApi.md#exporters_core_pulp_create) | **POST** /pulp/api/v3/exporters/core/pulp/ | Create a pulp exporter
|
8
|
+
[**exporters_core_pulp_delete**](ExportersPulpApi.md#exporters_core_pulp_delete) | **DELETE** {pulp_exporter_href} | Delete a pulp exporter
|
9
|
+
[**exporters_core_pulp_list**](ExportersPulpApi.md#exporters_core_pulp_list) | **GET** /pulp/api/v3/exporters/core/pulp/ | List pulp exporters
|
10
|
+
[**exporters_core_pulp_partial_update**](ExportersPulpApi.md#exporters_core_pulp_partial_update) | **PATCH** {pulp_exporter_href} | Update a pulp exporter
|
11
|
+
[**exporters_core_pulp_read**](ExportersPulpApi.md#exporters_core_pulp_read) | **GET** {pulp_exporter_href} | Inspect a pulp exporter
|
12
|
+
[**exporters_core_pulp_update**](ExportersPulpApi.md#exporters_core_pulp_update) | **PUT** {pulp_exporter_href} | Update a pulp exporter
|
13
13
|
|
14
14
|
|
15
15
|
|
16
|
-
##
|
16
|
+
## exporters_core_pulp_create
|
17
17
|
|
18
|
-
> PulpExporterResponse
|
18
|
+
> PulpExporterResponse exporters_core_pulp_create(pulp_exporter)
|
19
19
|
|
20
20
|
Create a pulp exporter
|
21
21
|
|
@@ -38,10 +38,10 @@ pulp_exporter = PulpContainerClient::PulpExporter.new # PulpExporter |
|
|
38
38
|
|
39
39
|
begin
|
40
40
|
#Create a pulp exporter
|
41
|
-
result = api_instance.
|
41
|
+
result = api_instance.exporters_core_pulp_create(pulp_exporter)
|
42
42
|
p result
|
43
43
|
rescue PulpContainerClient::ApiError => e
|
44
|
-
puts "Exception when calling ExportersPulpApi->
|
44
|
+
puts "Exception when calling ExportersPulpApi->exporters_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
|
+
## exporters_core_pulp_delete
|
70
70
|
|
71
|
-
> AsyncOperationResponse
|
71
|
+
> AsyncOperationResponse exporters_core_pulp_delete(pulp_exporter_href)
|
72
72
|
|
73
73
|
Delete a pulp exporter
|
74
74
|
|
@@ -91,10 +91,10 @@ pulp_exporter_href = 'pulp_exporter_href_example' # String |
|
|
91
91
|
|
92
92
|
begin
|
93
93
|
#Delete a pulp exporter
|
94
|
-
result = api_instance.
|
94
|
+
result = api_instance.exporters_core_pulp_delete(pulp_exporter_href)
|
95
95
|
p result
|
96
96
|
rescue PulpContainerClient::ApiError => e
|
97
|
-
puts "Exception when calling ExportersPulpApi->
|
97
|
+
puts "Exception when calling ExportersPulpApi->exporters_core_pulp_delete: #{e}"
|
98
98
|
end
|
99
99
|
```
|
100
100
|
|
@@ -119,9 +119,9 @@ Name | Type | Description | Notes
|
|
119
119
|
- **Accept**: application/json
|
120
120
|
|
121
121
|
|
122
|
-
##
|
122
|
+
## exporters_core_pulp_list
|
123
123
|
|
124
|
-
> PaginatedPulpExporterResponseList
|
124
|
+
> PaginatedPulpExporterResponseList exporters_core_pulp_list(opts)
|
125
125
|
|
126
126
|
List pulp exporters
|
127
127
|
|
@@ -148,19 +148,17 @@ opts = {
|
|
148
148
|
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
149
149
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
150
150
|
offset: 56, # Integer | The initial index from which to return the results.
|
151
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
152
|
-
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
153
|
-
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
151
|
+
ordering: ['ordering_example'], # Array<String> | Ordering
|
154
152
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
155
153
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
156
154
|
}
|
157
155
|
|
158
156
|
begin
|
159
157
|
#List pulp exporters
|
160
|
-
result = api_instance.
|
158
|
+
result = api_instance.exporters_core_pulp_list(opts)
|
161
159
|
p result
|
162
160
|
rescue PulpContainerClient::ApiError => e
|
163
|
-
puts "Exception when calling ExportersPulpApi->
|
161
|
+
puts "Exception when calling ExportersPulpApi->exporters_core_pulp_list: #{e}"
|
164
162
|
end
|
165
163
|
```
|
166
164
|
|
@@ -176,9 +174,7 @@ Name | Type | Description | Notes
|
|
176
174
|
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
177
175
|
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
178
176
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
179
|
-
**ordering** | [**Array<String>**](String.md)| Ordering
|
180
|
-
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
181
|
-
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
177
|
+
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
182
178
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
183
179
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
184
180
|
|
@@ -196,9 +192,9 @@ Name | Type | Description | Notes
|
|
196
192
|
- **Accept**: application/json
|
197
193
|
|
198
194
|
|
199
|
-
##
|
195
|
+
## exporters_core_pulp_partial_update
|
200
196
|
|
201
|
-
> AsyncOperationResponse
|
197
|
+
> AsyncOperationResponse exporters_core_pulp_partial_update(pulp_exporter_href, patched_pulp_exporter)
|
202
198
|
|
203
199
|
Update a pulp exporter
|
204
200
|
|
@@ -222,10 +218,10 @@ patched_pulp_exporter = PulpContainerClient::PatchedPulpExporter.new # PatchedPu
|
|
222
218
|
|
223
219
|
begin
|
224
220
|
#Update a pulp exporter
|
225
|
-
result = api_instance.
|
221
|
+
result = api_instance.exporters_core_pulp_partial_update(pulp_exporter_href, patched_pulp_exporter)
|
226
222
|
p result
|
227
223
|
rescue PulpContainerClient::ApiError => e
|
228
|
-
puts "Exception when calling ExportersPulpApi->
|
224
|
+
puts "Exception when calling ExportersPulpApi->exporters_core_pulp_partial_update: #{e}"
|
229
225
|
end
|
230
226
|
```
|
231
227
|
|
@@ -251,9 +247,9 @@ Name | Type | Description | Notes
|
|
251
247
|
- **Accept**: application/json
|
252
248
|
|
253
249
|
|
254
|
-
##
|
250
|
+
## exporters_core_pulp_read
|
255
251
|
|
256
|
-
> PulpExporterResponse
|
252
|
+
> PulpExporterResponse exporters_core_pulp_read(pulp_exporter_href, opts)
|
257
253
|
|
258
254
|
Inspect a pulp exporter
|
259
255
|
|
@@ -280,10 +276,10 @@ opts = {
|
|
280
276
|
|
281
277
|
begin
|
282
278
|
#Inspect a pulp exporter
|
283
|
-
result = api_instance.
|
279
|
+
result = api_instance.exporters_core_pulp_read(pulp_exporter_href, opts)
|
284
280
|
p result
|
285
281
|
rescue PulpContainerClient::ApiError => e
|
286
|
-
puts "Exception when calling ExportersPulpApi->
|
282
|
+
puts "Exception when calling ExportersPulpApi->exporters_core_pulp_read: #{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
|
+
## exporters_core_pulp_update
|
314
310
|
|
315
|
-
> AsyncOperationResponse
|
311
|
+
> AsyncOperationResponse exporters_core_pulp_update(pulp_exporter_href, pulp_exporter)
|
316
312
|
|
317
313
|
Update a pulp exporter
|
318
314
|
|
@@ -336,10 +332,10 @@ pulp_exporter = PulpContainerClient::PulpExporter.new # PulpExporter |
|
|
336
332
|
|
337
333
|
begin
|
338
334
|
#Update a pulp exporter
|
339
|
-
result = api_instance.
|
335
|
+
result = api_instance.exporters_core_pulp_update(pulp_exporter_href, pulp_exporter)
|
340
336
|
p result
|
341
337
|
rescue PulpContainerClient::ApiError => e
|
342
|
-
puts "Exception when calling ExportersPulpApi->
|
338
|
+
puts "Exception when calling ExportersPulpApi->exporters_core_pulp_update: #{e}"
|
343
339
|
end
|
344
340
|
```
|
345
341
|
|
@@ -1,19 +1,19 @@
|
|
1
1
|
# PulpContainerClient::ExportersPulpExportsApi
|
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
|
+
[**exporters_core_pulp_exports_create**](ExportersPulpExportsApi.md#exporters_core_pulp_exports_create) | **POST** {pulp_exporter_href}exports/ | Create a pulp export
|
8
|
+
[**exporters_core_pulp_exports_delete**](ExportersPulpExportsApi.md#exporters_core_pulp_exports_delete) | **DELETE** {pulp_pulp_export_href} | Delete a pulp export
|
9
|
+
[**exporters_core_pulp_exports_list**](ExportersPulpExportsApi.md#exporters_core_pulp_exports_list) | **GET** {pulp_exporter_href}exports/ | List pulp exports
|
10
|
+
[**exporters_core_pulp_exports_read**](ExportersPulpExportsApi.md#exporters_core_pulp_exports_read) | **GET** {pulp_pulp_export_href} | Inspect a pulp export
|
11
11
|
|
12
12
|
|
13
13
|
|
14
|
-
##
|
14
|
+
## exporters_core_pulp_exports_create
|
15
15
|
|
16
|
-
> AsyncOperationResponse
|
16
|
+
> AsyncOperationResponse exporters_core_pulp_exports_create(pulp_exporter_href, pulp_export)
|
17
17
|
|
18
18
|
Create a pulp export
|
19
19
|
|
@@ -37,10 +37,10 @@ pulp_export = PulpContainerClient::PulpExport.new # PulpExport |
|
|
37
37
|
|
38
38
|
begin
|
39
39
|
#Create a pulp export
|
40
|
-
result = api_instance.
|
40
|
+
result = api_instance.exporters_core_pulp_exports_create(pulp_exporter_href, pulp_export)
|
41
41
|
p result
|
42
42
|
rescue PulpContainerClient::ApiError => e
|
43
|
-
puts "Exception when calling ExportersPulpExportsApi->
|
43
|
+
puts "Exception when calling ExportersPulpExportsApi->exporters_core_pulp_exports_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
|
+
## exporters_core_pulp_exports_delete
|
70
70
|
|
71
|
-
>
|
71
|
+
> exporters_core_pulp_exports_delete(pulp_pulp_export_href)
|
72
72
|
|
73
73
|
Delete a pulp export
|
74
74
|
|
@@ -91,9 +91,9 @@ pulp_pulp_export_href = 'pulp_pulp_export_href_example' # String |
|
|
91
91
|
|
92
92
|
begin
|
93
93
|
#Delete a pulp export
|
94
|
-
api_instance.
|
94
|
+
api_instance.exporters_core_pulp_exports_delete(pulp_pulp_export_href)
|
95
95
|
rescue PulpContainerClient::ApiError => e
|
96
|
-
puts "Exception when calling ExportersPulpExportsApi->
|
96
|
+
puts "Exception when calling ExportersPulpExportsApi->exporters_core_pulp_exports_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
|
+
## exporters_core_pulp_exports_list
|
122
122
|
|
123
|
-
> PaginatedPulpExportResponseList
|
123
|
+
> PaginatedPulpExportResponseList exporters_core_pulp_exports_list(pulp_exporter_href, opts)
|
124
124
|
|
125
125
|
List pulp exports
|
126
126
|
|
@@ -149,10 +149,10 @@ opts = {
|
|
149
149
|
|
150
150
|
begin
|
151
151
|
#List pulp exports
|
152
|
-
result = api_instance.
|
152
|
+
result = api_instance.exporters_core_pulp_exports_list(pulp_exporter_href, opts)
|
153
153
|
p result
|
154
154
|
rescue PulpContainerClient::ApiError => e
|
155
|
-
puts "Exception when calling ExportersPulpExportsApi->
|
155
|
+
puts "Exception when calling ExportersPulpExportsApi->exporters_core_pulp_exports_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
|
+
## exporters_core_pulp_exports_read
|
185
185
|
|
186
|
-
> PulpExportResponse
|
186
|
+
> PulpExportResponse exporters_core_pulp_exports_read(pulp_pulp_export_href, opts)
|
187
187
|
|
188
188
|
Inspect a pulp export
|
189
189
|
|
@@ -210,10 +210,10 @@ opts = {
|
|
210
210
|
|
211
211
|
begin
|
212
212
|
#Inspect a pulp export
|
213
|
-
result = api_instance.
|
213
|
+
result = api_instance.exporters_core_pulp_exports_read(pulp_pulp_export_href, opts)
|
214
214
|
p result
|
215
215
|
rescue PulpContainerClient::ApiError => e
|
216
|
-
puts "Exception when calling ExportersPulpExportsApi->
|
216
|
+
puts "Exception when calling ExportersPulpExportsApi->exporters_core_pulp_exports_read: #{e}"
|
217
217
|
end
|
218
218
|
```
|
219
219
|
|
data/docs/FilesystemExporter.md
CHANGED
@@ -6,7 +6,7 @@ Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**name** | **String** | Unique name of the file system exporter. |
|
8
8
|
**path** | **String** | File system location to export to. |
|
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
|
|
@@ -8,7 +8,7 @@ Name | Type | Description | Notes
|
|
8
8
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
9
|
**name** | **String** | Unique name of the file system exporter. |
|
10
10
|
**path** | **String** | File system location to export to. |
|
11
|
-
**method** | [**MethodEnum**](MethodEnum.md) | Method of exporting
|
11
|
+
**method** | [**MethodEnum**](MethodEnum.md) | Method of exporting | [optional]
|
12
12
|
|
13
13
|
## Code Sample
|
14
14
|
|