pulpcore_client 3.28.28 → 3.28.30
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +157 -155
- data/docs/AccessPoliciesApi.md +26 -26
- data/docs/ArtifactDistributionResponse.md +12 -12
- data/docs/ArtifactsApi.md +21 -21
- data/docs/ContentApi.md +8 -8
- data/docs/ContentguardsApi.md +8 -8
- data/docs/ContentguardsContentRedirectApi.md +51 -51
- data/docs/ContentguardsRbacApi.md +51 -51
- data/docs/DistributionsApi.md +8 -8
- data/docs/DistributionsArtifactsApi.md +11 -11
- data/docs/DocsApiJsonApi.md +61 -0
- data/docs/DocsApiYamlApi.md +61 -0
- data/docs/DomainsApi.md +31 -31
- data/docs/ExportersFilesystemApi.md +31 -31
- data/docs/ExportersFilesystemExportsApi.md +21 -21
- data/docs/ExportersPulpApi.md +31 -31
- data/docs/ExportersPulpExportsApi.md +21 -21
- data/docs/GroupsApi.md +51 -51
- data/docs/GroupsRolesApi.md +21 -21
- data/docs/GroupsUsersApi.md +16 -16
- data/docs/ImportersPulpApi.md +31 -31
- 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/PublicationsApi.md +8 -8
- data/docs/RemoteResponseHiddenFields.md +2 -2
- data/docs/RemotesApi.md +8 -8
- data/docs/RepairApi.md +6 -6
- data/docs/RepositoriesApi.md +8 -8
- data/docs/RepositoriesReclaimSpaceApi.md +6 -6
- data/docs/RepositoryVersionsApi.md +6 -6
- data/docs/RolesApi.md +31 -31
- data/docs/SigningServicesApi.md +11 -11
- data/docs/StatusApi.md +1 -1
- data/docs/TaskGroupsApi.md +11 -11
- data/docs/TaskSchedulesApi.md +31 -31
- data/docs/TasksApi.md +96 -96
- data/docs/UploadsApi.md +51 -51
- data/docs/UpstreamPulpsApi.md +36 -36
- data/docs/UsersApi.md +31 -31
- data/docs/UsersRolesApi.md +21 -21
- data/docs/WorkersApi.md +11 -11
- data/lib/pulpcore_client/api/access_policies_api.rb +31 -31
- data/lib/pulpcore_client/api/artifacts_api.rb +29 -29
- data/lib/pulpcore_client/api/content_api.rb +8 -8
- data/lib/pulpcore_client/api/contentguards_api.rb +8 -8
- data/lib/pulpcore_client/api/contentguards_content_redirect_api.rb +63 -63
- data/lib/pulpcore_client/api/contentguards_rbac_api.rb +63 -63
- data/lib/pulpcore_client/api/distributions_api.rb +8 -8
- data/lib/pulpcore_client/api/distributions_artifacts_api.rb +11 -11
- data/lib/pulpcore_client/api/docs_api_json_api.rb +89 -0
- data/lib/pulpcore_client/api/docs_api_yaml_api.rb +89 -0
- data/lib/pulpcore_client/api/domains_api.rb +37 -37
- data/lib/pulpcore_client/api/exporters_filesystem_api.rb +37 -37
- data/lib/pulpcore_client/api/exporters_filesystem_exports_api.rb +25 -25
- data/lib/pulpcore_client/api/exporters_pulp_api.rb +37 -37
- data/lib/pulpcore_client/api/exporters_pulp_exports_api.rb +25 -25
- data/lib/pulpcore_client/api/groups_api.rb +63 -63
- data/lib/pulpcore_client/api/groups_roles_api.rb +25 -25
- data/lib/pulpcore_client/api/groups_users_api.rb +19 -19
- data/lib/pulpcore_client/api/importers_pulp_api.rb +37 -37
- data/lib/pulpcore_client/api/importers_pulp_imports_api.rb +25 -25
- data/lib/pulpcore_client/api/orphans_api.rb +5 -5
- data/lib/pulpcore_client/api/orphans_cleanup_api.rb +6 -6
- data/lib/pulpcore_client/api/publications_api.rb +7 -11
- data/lib/pulpcore_client/api/remotes_api.rb +7 -11
- data/lib/pulpcore_client/api/repair_api.rb +6 -6
- data/lib/pulpcore_client/api/repositories_api.rb +7 -11
- data/lib/pulpcore_client/api/repositories_reclaim_space_api.rb +6 -6
- data/lib/pulpcore_client/api/repository_versions_api.rb +5 -5
- data/lib/pulpcore_client/api/roles_api.rb +37 -37
- data/lib/pulpcore_client/api/signing_services_api.rb +11 -11
- data/lib/pulpcore_client/api/task_groups_api.rb +11 -11
- data/lib/pulpcore_client/api/task_schedules_api.rb +37 -37
- data/lib/pulpcore_client/api/tasks_api.rb +119 -119
- data/lib/pulpcore_client/api/uploads_api.rb +65 -65
- data/lib/pulpcore_client/api/upstream_pulps_api.rb +43 -43
- data/lib/pulpcore_client/api/users_api.rb +37 -37
- data/lib/pulpcore_client/api/users_roles_api.rb +25 -25
- data/lib/pulpcore_client/api/workers_api.rb +11 -11
- data/lib/pulpcore_client/configuration.rb +3 -3
- data/lib/pulpcore_client/models/artifact_distribution_response.rb +50 -50
- data/lib/pulpcore_client/models/remote_response.rb +20 -20
- data/lib/pulpcore_client/models/remote_response_hidden_fields.rb +10 -0
- data/lib/pulpcore_client/version.rb +1 -1
- data/lib/pulpcore_client.rb +2 -0
- data/spec/api/access_policies_api_spec.rb +10 -10
- data/spec/api/artifacts_api_spec.rb +8 -8
- data/spec/api/content_api_spec.rb +3 -3
- data/spec/api/contentguards_api_spec.rb +3 -3
- data/spec/api/contentguards_content_redirect_api_spec.rb +20 -20
- data/spec/api/contentguards_rbac_api_spec.rb +20 -20
- data/spec/api/distributions_api_spec.rb +3 -3
- data/spec/api/distributions_artifacts_api_spec.rb +4 -4
- data/spec/api/docs_api_json_api_spec.rb +48 -0
- data/spec/api/docs_api_yaml_api_spec.rb +48 -0
- data/spec/api/domains_api_spec.rb +12 -12
- data/spec/api/exporters_filesystem_api_spec.rb +12 -12
- data/spec/api/exporters_filesystem_exports_api_spec.rb +8 -8
- data/spec/api/exporters_pulp_api_spec.rb +12 -12
- data/spec/api/exporters_pulp_exports_api_spec.rb +8 -8
- data/spec/api/groups_api_spec.rb +20 -20
- data/spec/api/groups_roles_api_spec.rb +8 -8
- data/spec/api/groups_users_api_spec.rb +6 -6
- data/spec/api/importers_pulp_api_spec.rb +12 -12
- 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 +3 -3
- data/spec/api/remotes_api_spec.rb +3 -3
- data/spec/api/repair_api_spec.rb +2 -2
- data/spec/api/repositories_api_spec.rb +3 -3
- data/spec/api/repositories_reclaim_space_api_spec.rb +2 -2
- data/spec/api/repository_versions_api_spec.rb +2 -2
- data/spec/api/roles_api_spec.rb +12 -12
- data/spec/api/signing_services_api_spec.rb +4 -4
- data/spec/api/task_groups_api_spec.rb +4 -4
- data/spec/api/task_schedules_api_spec.rb +12 -12
- data/spec/api/tasks_api_spec.rb +29 -29
- data/spec/api/uploads_api_spec.rb +20 -20
- data/spec/api/upstream_pulps_api_spec.rb +14 -14
- data/spec/api/users_api_spec.rb +12 -12
- data/spec/api/users_roles_api_spec.rb +8 -8
- data/spec/api/workers_api_spec.rb +4 -4
- data/spec/configuration_spec.rb +3 -3
- data/spec/models/artifact_distribution_response_spec.rb +8 -8
- metadata +164 -156
@@ -1,21 +1,21 @@
|
|
1
1
|
# PulpcoreClient::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
|
|
@@ -38,10 +38,10 @@ filesystem_exporter = PulpcoreClient::FilesystemExporter.new # FilesystemExporte
|
|
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 PulpcoreClient::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 PulpcoreClient::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,9 +119,9 @@ 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
|
|
@@ -157,10 +157,10 @@ opts = {
|
|
157
157
|
|
158
158
|
begin
|
159
159
|
#List filesystem exporters
|
160
|
-
result = api_instance.
|
160
|
+
result = api_instance.exporters_core_filesystem_list(opts)
|
161
161
|
p result
|
162
162
|
rescue PulpcoreClient::ApiError => e
|
163
|
-
puts "Exception when calling ExportersFilesystemApi->
|
163
|
+
puts "Exception when calling ExportersFilesystemApi->exporters_core_filesystem_list: #{e}"
|
164
164
|
end
|
165
165
|
```
|
166
166
|
|
@@ -196,9 +196,9 @@ Name | Type | Description | Notes
|
|
196
196
|
- **Accept**: application/json
|
197
197
|
|
198
198
|
|
199
|
-
##
|
199
|
+
## exporters_core_filesystem_partial_update
|
200
200
|
|
201
|
-
> AsyncOperationResponse
|
201
|
+
> AsyncOperationResponse exporters_core_filesystem_partial_update(filesystem_exporter_href, patched_filesystem_exporter)
|
202
202
|
|
203
203
|
Update a filesystem exporter
|
204
204
|
|
@@ -222,10 +222,10 @@ patched_filesystem_exporter = PulpcoreClient::PatchedFilesystemExporter.new # Pa
|
|
222
222
|
|
223
223
|
begin
|
224
224
|
#Update a filesystem exporter
|
225
|
-
result = api_instance.
|
225
|
+
result = api_instance.exporters_core_filesystem_partial_update(filesystem_exporter_href, patched_filesystem_exporter)
|
226
226
|
p result
|
227
227
|
rescue PulpcoreClient::ApiError => e
|
228
|
-
puts "Exception when calling ExportersFilesystemApi->
|
228
|
+
puts "Exception when calling ExportersFilesystemApi->exporters_core_filesystem_partial_update: #{e}"
|
229
229
|
end
|
230
230
|
```
|
231
231
|
|
@@ -251,9 +251,9 @@ Name | Type | Description | Notes
|
|
251
251
|
- **Accept**: application/json
|
252
252
|
|
253
253
|
|
254
|
-
##
|
254
|
+
## exporters_core_filesystem_read
|
255
255
|
|
256
|
-
> FilesystemExporterResponse
|
256
|
+
> FilesystemExporterResponse exporters_core_filesystem_read(filesystem_exporter_href, opts)
|
257
257
|
|
258
258
|
Inspect a filesystem exporter
|
259
259
|
|
@@ -280,10 +280,10 @@ opts = {
|
|
280
280
|
|
281
281
|
begin
|
282
282
|
#Inspect a filesystem exporter
|
283
|
-
result = api_instance.
|
283
|
+
result = api_instance.exporters_core_filesystem_read(filesystem_exporter_href, opts)
|
284
284
|
p result
|
285
285
|
rescue PulpcoreClient::ApiError => e
|
286
|
-
puts "Exception when calling ExportersFilesystemApi->
|
286
|
+
puts "Exception when calling ExportersFilesystemApi->exporters_core_filesystem_read: #{e}"
|
287
287
|
end
|
288
288
|
```
|
289
289
|
|
@@ -310,9 +310,9 @@ Name | Type | Description | Notes
|
|
310
310
|
- **Accept**: application/json
|
311
311
|
|
312
312
|
|
313
|
-
##
|
313
|
+
## exporters_core_filesystem_update
|
314
314
|
|
315
|
-
> AsyncOperationResponse
|
315
|
+
> AsyncOperationResponse exporters_core_filesystem_update(filesystem_exporter_href, filesystem_exporter)
|
316
316
|
|
317
317
|
Update a filesystem exporter
|
318
318
|
|
@@ -336,10 +336,10 @@ filesystem_exporter = PulpcoreClient::FilesystemExporter.new # FilesystemExporte
|
|
336
336
|
|
337
337
|
begin
|
338
338
|
#Update a filesystem exporter
|
339
|
-
result = api_instance.
|
339
|
+
result = api_instance.exporters_core_filesystem_update(filesystem_exporter_href, filesystem_exporter)
|
340
340
|
p result
|
341
341
|
rescue PulpcoreClient::ApiError => e
|
342
|
-
puts "Exception when calling ExportersFilesystemApi->
|
342
|
+
puts "Exception when calling ExportersFilesystemApi->exporters_core_filesystem_update: #{e}"
|
343
343
|
end
|
344
344
|
```
|
345
345
|
|
@@ -1,19 +1,19 @@
|
|
1
1
|
# PulpcoreClient::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 = PulpcoreClient::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 PulpcoreClient::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,9 +66,9 @@ 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
|
|
@@ -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 PulpcoreClient::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,9 +118,9 @@ 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
|
|
@@ -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 PulpcoreClient::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,9 +181,9 @@ 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
|
|
@@ -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 PulpcoreClient::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
|
# PulpcoreClient::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 = PulpcoreClient::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 PulpcoreClient::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 PulpcoreClient::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
|
|
@@ -157,10 +157,10 @@ opts = {
|
|
157
157
|
|
158
158
|
begin
|
159
159
|
#List pulp exporters
|
160
|
-
result = api_instance.
|
160
|
+
result = api_instance.exporters_core_pulp_list(opts)
|
161
161
|
p result
|
162
162
|
rescue PulpcoreClient::ApiError => e
|
163
|
-
puts "Exception when calling ExportersPulpApi->
|
163
|
+
puts "Exception when calling ExportersPulpApi->exporters_core_pulp_list: #{e}"
|
164
164
|
end
|
165
165
|
```
|
166
166
|
|
@@ -196,9 +196,9 @@ Name | Type | Description | Notes
|
|
196
196
|
- **Accept**: application/json
|
197
197
|
|
198
198
|
|
199
|
-
##
|
199
|
+
## exporters_core_pulp_partial_update
|
200
200
|
|
201
|
-
> AsyncOperationResponse
|
201
|
+
> AsyncOperationResponse exporters_core_pulp_partial_update(pulp_exporter_href, patched_pulp_exporter)
|
202
202
|
|
203
203
|
Update a pulp exporter
|
204
204
|
|
@@ -222,10 +222,10 @@ patched_pulp_exporter = PulpcoreClient::PatchedPulpExporter.new # PatchedPulpExp
|
|
222
222
|
|
223
223
|
begin
|
224
224
|
#Update a pulp exporter
|
225
|
-
result = api_instance.
|
225
|
+
result = api_instance.exporters_core_pulp_partial_update(pulp_exporter_href, patched_pulp_exporter)
|
226
226
|
p result
|
227
227
|
rescue PulpcoreClient::ApiError => e
|
228
|
-
puts "Exception when calling ExportersPulpApi->
|
228
|
+
puts "Exception when calling ExportersPulpApi->exporters_core_pulp_partial_update: #{e}"
|
229
229
|
end
|
230
230
|
```
|
231
231
|
|
@@ -251,9 +251,9 @@ Name | Type | Description | Notes
|
|
251
251
|
- **Accept**: application/json
|
252
252
|
|
253
253
|
|
254
|
-
##
|
254
|
+
## exporters_core_pulp_read
|
255
255
|
|
256
|
-
> PulpExporterResponse
|
256
|
+
> PulpExporterResponse exporters_core_pulp_read(pulp_exporter_href, opts)
|
257
257
|
|
258
258
|
Inspect a pulp exporter
|
259
259
|
|
@@ -280,10 +280,10 @@ opts = {
|
|
280
280
|
|
281
281
|
begin
|
282
282
|
#Inspect a pulp exporter
|
283
|
-
result = api_instance.
|
283
|
+
result = api_instance.exporters_core_pulp_read(pulp_exporter_href, opts)
|
284
284
|
p result
|
285
285
|
rescue PulpcoreClient::ApiError => e
|
286
|
-
puts "Exception when calling ExportersPulpApi->
|
286
|
+
puts "Exception when calling ExportersPulpApi->exporters_core_pulp_read: #{e}"
|
287
287
|
end
|
288
288
|
```
|
289
289
|
|
@@ -310,9 +310,9 @@ Name | Type | Description | Notes
|
|
310
310
|
- **Accept**: application/json
|
311
311
|
|
312
312
|
|
313
|
-
##
|
313
|
+
## exporters_core_pulp_update
|
314
314
|
|
315
|
-
> AsyncOperationResponse
|
315
|
+
> AsyncOperationResponse exporters_core_pulp_update(pulp_exporter_href, pulp_exporter)
|
316
316
|
|
317
317
|
Update a pulp exporter
|
318
318
|
|
@@ -336,10 +336,10 @@ pulp_exporter = PulpcoreClient::PulpExporter.new # PulpExporter |
|
|
336
336
|
|
337
337
|
begin
|
338
338
|
#Update a pulp exporter
|
339
|
-
result = api_instance.
|
339
|
+
result = api_instance.exporters_core_pulp_update(pulp_exporter_href, pulp_exporter)
|
340
340
|
p result
|
341
341
|
rescue PulpcoreClient::ApiError => e
|
342
|
-
puts "Exception when calling ExportersPulpApi->
|
342
|
+
puts "Exception when calling ExportersPulpApi->exporters_core_pulp_update: #{e}"
|
343
343
|
end
|
344
344
|
```
|
345
345
|
|
@@ -1,19 +1,19 @@
|
|
1
1
|
# PulpcoreClient::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 = PulpcoreClient::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 PulpcoreClient::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 PulpcoreClient::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 PulpcoreClient::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 PulpcoreClient::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
|
|