pulpcore_client 3.21.32 → 3.22.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +147 -143
- data/docs/AccessPoliciesApi.md +28 -28
- data/docs/ArtifactDistributionResponse.md +29 -0
- data/docs/ArtifactsApi.md +21 -21
- data/docs/ContentApi.md +6 -6
- data/docs/ContentSettingsResponse.md +19 -0
- data/docs/ContentguardsApi.md +8 -8
- data/docs/ContentguardsContentRedirectApi.md +53 -53
- data/docs/ContentguardsRbacApi.md +53 -53
- data/docs/DistributionResponse.md +1 -1
- data/docs/DistributionsApi.md +11 -11
- data/docs/DistributionsArtifactsApi.md +154 -0
- data/docs/ExportersFilesystemApi.md +33 -33
- data/docs/ExportersFilesystemExportsApi.md +21 -21
- data/docs/ExportersPulpApi.md +33 -33
- data/docs/ExportersPulpExportsApi.md +21 -21
- data/docs/FilesystemExport.md +1 -3
- data/docs/GroupsApi.md +51 -51
- data/docs/GroupsRolesApi.md +21 -21
- data/docs/GroupsUsersApi.md +16 -16
- data/docs/ImportersPulpApi.md +33 -33
- 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/PaginatedArtifactDistributionResponseList.md +23 -0
- data/docs/PublicationsApi.md +8 -8
- data/docs/RemoteResponse.md +4 -2
- data/docs/RemoteResponseHiddenFields.md +19 -0
- data/docs/RemotesApi.md +10 -10
- data/docs/RepairApi.md +6 -6
- data/docs/RepositoriesApi.md +9 -9
- data/docs/RepositoriesReclaimSpaceApi.md +6 -6
- data/docs/RepositoryResponse.md +1 -1
- data/docs/RepositoryVersionsApi.md +10 -10
- data/docs/RolesApi.md +31 -31
- data/docs/SigningServicesApi.md +15 -13
- data/docs/StatusApi.md +1 -1
- data/docs/StatusResponse.md +3 -1
- data/docs/TaskGroupsApi.md +11 -13
- data/docs/TaskSchedulesApi.md +35 -35
- data/docs/TasksApi.md +128 -114
- data/docs/UploadsApi.md +61 -51
- data/docs/UserResponse.md +3 -1
- data/docs/UsersApi.md +31 -31
- data/docs/UsersRolesApi.md +21 -21
- data/docs/WorkersApi.md +15 -15
- data/lib/pulpcore_client/api/access_policies_api.rb +34 -34
- data/lib/pulpcore_client/api/artifacts_api.rb +30 -30
- data/lib/pulpcore_client/api/content_api.rb +5 -5
- data/lib/pulpcore_client/api/contentguards_api.rb +8 -8
- data/lib/pulpcore_client/api/contentguards_content_redirect_api.rb +66 -66
- data/lib/pulpcore_client/api/contentguards_rbac_api.rb +66 -66
- data/lib/pulpcore_client/api/distributions_api.rb +12 -12
- data/lib/pulpcore_client/api/distributions_artifacts_api.rb +198 -0
- data/lib/pulpcore_client/api/exporters_filesystem_api.rb +40 -40
- data/lib/pulpcore_client/api/exporters_filesystem_exports_api.rb +25 -25
- data/lib/pulpcore_client/api/exporters_pulp_api.rb +40 -40
- data/lib/pulpcore_client/api/exporters_pulp_exports_api.rb +25 -25
- data/lib/pulpcore_client/api/groups_api.rb +64 -64
- 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 +40 -40
- 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 +8 -8
- data/lib/pulpcore_client/api/remotes_api.rb +10 -10
- data/lib/pulpcore_client/api/repair_api.rb +6 -6
- data/lib/pulpcore_client/api/repositories_api.rb +8 -8
- data/lib/pulpcore_client/api/repositories_reclaim_space_api.rb +6 -6
- data/lib/pulpcore_client/api/repository_versions_api.rb +10 -10
- data/lib/pulpcore_client/api/roles_api.rb +38 -38
- data/lib/pulpcore_client/api/signing_services_api.rb +20 -13
- data/lib/pulpcore_client/api/task_groups_api.rb +11 -18
- data/lib/pulpcore_client/api/task_schedules_api.rb +42 -42
- data/lib/pulpcore_client/api/tasks_api.rb +159 -138
- data/lib/pulpcore_client/api/uploads_api.rb +84 -65
- data/lib/pulpcore_client/api/users_api.rb +38 -38
- data/lib/pulpcore_client/api/users_roles_api.rb +25 -25
- data/lib/pulpcore_client/api/workers_api.rb +16 -16
- data/lib/pulpcore_client/configuration.rb +3 -3
- data/lib/pulpcore_client/models/artifact_distribution_response.rb +279 -0
- data/lib/pulpcore_client/models/content_settings_response.rb +228 -0
- data/lib/pulpcore_client/models/distribution_response.rb +4 -2
- data/lib/pulpcore_client/models/filesystem_export.rb +4 -14
- data/lib/pulpcore_client/models/group_role.rb +19 -0
- data/lib/pulpcore_client/models/paginated_artifact_distribution_response_list.rb +237 -0
- data/lib/pulpcore_client/models/remote_response.rb +41 -27
- data/lib/pulpcore_client/models/remote_response_hidden_fields.rb +215 -0
- data/lib/pulpcore_client/models/repository_response.rb +4 -2
- data/lib/pulpcore_client/models/status_response.rb +19 -4
- data/lib/pulpcore_client/models/user_response.rb +16 -4
- data/lib/pulpcore_client/models/user_role.rb +19 -0
- data/lib/pulpcore_client/version.rb +1 -1
- data/lib/pulpcore_client.rb +5 -2
- data/spec/api/access_policies_api_spec.rb +11 -11
- data/spec/api/artifacts_api_spec.rb +8 -8
- data/spec/api/content_api_spec.rb +2 -2
- data/spec/api/contentguards_api_spec.rb +3 -3
- data/spec/api/contentguards_content_redirect_api_spec.rb +21 -21
- data/spec/api/contentguards_rbac_api_spec.rb +21 -21
- data/spec/api/distributions_api_spec.rb +5 -5
- data/spec/api/distributions_artifacts_api_spec.rb +76 -0
- data/spec/api/exporters_filesystem_api_spec.rb +13 -13
- data/spec/api/exporters_filesystem_exports_api_spec.rb +8 -8
- data/spec/api/exporters_pulp_api_spec.rb +13 -13
- 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 +13 -13
- 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 +4 -4
- 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 +4 -4
- data/spec/api/roles_api_spec.rb +12 -12
- data/spec/api/signing_services_api_spec.rb +6 -5
- data/spec/api/task_groups_api_spec.rb +4 -5
- data/spec/api/task_schedules_api_spec.rb +14 -14
- data/spec/api/tasks_api_spec.rb +45 -38
- data/spec/api/uploads_api_spec.rb +25 -20
- 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 +6 -6
- data/spec/configuration_spec.rb +3 -3
- data/spec/models/artifact_distribution_response_spec.rb +77 -0
- data/spec/models/content_settings_response_spec.rb +47 -0
- data/spec/models/filesystem_export_spec.rb +0 -6
- data/spec/models/paginated_artifact_distribution_response_list_spec.rb +59 -0
- data/spec/models/remote_response_hidden_fields_spec.rb +47 -0
- data/spec/models/remote_response_spec.rb +6 -0
- data/spec/models/status_response_spec.rb +6 -0
- data/spec/models/user_response_spec.rb +6 -0
- metadata +162 -150
- data/docs/DocsApiJsonApi.md +0 -61
- data/docs/DocsApiYamlApi.md +0 -61
- data/lib/pulpcore_client/api/docs_api_json_api.rb +0 -89
- data/lib/pulpcore_client/api/docs_api_yaml_api.rb +0 -89
- data/spec/api/docs_api_json_api_spec.rb +0 -48
- data/spec/api/docs_api_yaml_api_spec.rb +0 -48
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
# PulpcoreClient::ExportersFilesystemApi
|
|
2
2
|
|
|
3
|
-
All URIs are relative to *
|
|
3
|
+
All URIs are relative to *https://pulp*
|
|
4
4
|
|
|
5
5
|
Method | HTTP request | Description
|
|
6
6
|
------------- | ------------- | -------------
|
|
7
|
-
[**
|
|
8
|
-
[**
|
|
9
|
-
[**
|
|
10
|
-
[**
|
|
11
|
-
[**
|
|
12
|
-
[**
|
|
7
|
+
[**create**](ExportersFilesystemApi.md#create) | **POST** /pulp/api/v3/exporters/core/filesystem/ | Create a filesystem exporter
|
|
8
|
+
[**delete**](ExportersFilesystemApi.md#delete) | **DELETE** {filesystem_exporter_href} | Delete a filesystem exporter
|
|
9
|
+
[**list**](ExportersFilesystemApi.md#list) | **GET** /pulp/api/v3/exporters/core/filesystem/ | List filesystem exporters
|
|
10
|
+
[**partial_update**](ExportersFilesystemApi.md#partial_update) | **PATCH** {filesystem_exporter_href} | Update a filesystem exporter
|
|
11
|
+
[**read**](ExportersFilesystemApi.md#read) | **GET** {filesystem_exporter_href} | Inspect a filesystem exporter
|
|
12
|
+
[**update**](ExportersFilesystemApi.md#update) | **PUT** {filesystem_exporter_href} | Update a filesystem exporter
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
##
|
|
16
|
+
## create
|
|
17
17
|
|
|
18
|
-
> FilesystemExporterResponse
|
|
18
|
+
> FilesystemExporterResponse 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.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->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
|
+
## delete
|
|
70
70
|
|
|
71
|
-
> AsyncOperationResponse
|
|
71
|
+
> AsyncOperationResponse 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.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->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
|
+
## list
|
|
123
123
|
|
|
124
|
-
> PaginatedFilesystemExporterResponseList
|
|
124
|
+
> PaginatedFilesystemExporterResponseList list(opts)
|
|
125
125
|
|
|
126
126
|
List filesystem exporters
|
|
127
127
|
|
|
@@ -142,7 +142,7 @@ end
|
|
|
142
142
|
api_instance = PulpcoreClient::ExportersFilesystemApi.new
|
|
143
143
|
opts = {
|
|
144
144
|
limit: 56, # Integer | Number of results to return per page.
|
|
145
|
-
name: 'name_example', # String |
|
|
145
|
+
name: 'name_example', # String | Filter results where name matches value
|
|
146
146
|
name__contains: 'name__contains_example', # String | Filter results where name contains value
|
|
147
147
|
name__icontains: 'name__icontains_example', # String | Filter results where name contains value
|
|
148
148
|
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
|
@@ -155,10 +155,10 @@ opts = {
|
|
|
155
155
|
|
|
156
156
|
begin
|
|
157
157
|
#List filesystem exporters
|
|
158
|
-
result = api_instance.
|
|
158
|
+
result = api_instance.list(opts)
|
|
159
159
|
p result
|
|
160
160
|
rescue PulpcoreClient::ApiError => e
|
|
161
|
-
puts "Exception when calling ExportersFilesystemApi->
|
|
161
|
+
puts "Exception when calling ExportersFilesystemApi->list: #{e}"
|
|
162
162
|
end
|
|
163
163
|
```
|
|
164
164
|
|
|
@@ -168,7 +168,7 @@ end
|
|
|
168
168
|
Name | Type | Description | Notes
|
|
169
169
|
------------- | ------------- | ------------- | -------------
|
|
170
170
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
|
171
|
-
**name** | **String**|
|
|
171
|
+
**name** | **String**| Filter results where name matches value | [optional]
|
|
172
172
|
**name__contains** | **String**| Filter results where name contains value | [optional]
|
|
173
173
|
**name__icontains** | **String**| Filter results where name contains value | [optional]
|
|
174
174
|
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
|
@@ -192,9 +192,9 @@ Name | Type | Description | Notes
|
|
|
192
192
|
- **Accept**: application/json
|
|
193
193
|
|
|
194
194
|
|
|
195
|
-
##
|
|
195
|
+
## partial_update
|
|
196
196
|
|
|
197
|
-
> AsyncOperationResponse
|
|
197
|
+
> AsyncOperationResponse partial_update(filesystem_exporter_href, patched_filesystem_exporter)
|
|
198
198
|
|
|
199
199
|
Update a filesystem exporter
|
|
200
200
|
|
|
@@ -218,10 +218,10 @@ patched_filesystem_exporter = PulpcoreClient::PatchedFilesystemExporter.new # Pa
|
|
|
218
218
|
|
|
219
219
|
begin
|
|
220
220
|
#Update a filesystem exporter
|
|
221
|
-
result = api_instance.
|
|
221
|
+
result = api_instance.partial_update(filesystem_exporter_href, patched_filesystem_exporter)
|
|
222
222
|
p result
|
|
223
223
|
rescue PulpcoreClient::ApiError => e
|
|
224
|
-
puts "Exception when calling ExportersFilesystemApi->
|
|
224
|
+
puts "Exception when calling ExportersFilesystemApi->partial_update: #{e}"
|
|
225
225
|
end
|
|
226
226
|
```
|
|
227
227
|
|
|
@@ -247,9 +247,9 @@ Name | Type | Description | Notes
|
|
|
247
247
|
- **Accept**: application/json
|
|
248
248
|
|
|
249
249
|
|
|
250
|
-
##
|
|
250
|
+
## read
|
|
251
251
|
|
|
252
|
-
> FilesystemExporterResponse
|
|
252
|
+
> FilesystemExporterResponse read(filesystem_exporter_href, opts)
|
|
253
253
|
|
|
254
254
|
Inspect a filesystem exporter
|
|
255
255
|
|
|
@@ -276,10 +276,10 @@ opts = {
|
|
|
276
276
|
|
|
277
277
|
begin
|
|
278
278
|
#Inspect a filesystem exporter
|
|
279
|
-
result = api_instance.
|
|
279
|
+
result = api_instance.read(filesystem_exporter_href, opts)
|
|
280
280
|
p result
|
|
281
281
|
rescue PulpcoreClient::ApiError => e
|
|
282
|
-
puts "Exception when calling ExportersFilesystemApi->
|
|
282
|
+
puts "Exception when calling ExportersFilesystemApi->read: #{e}"
|
|
283
283
|
end
|
|
284
284
|
```
|
|
285
285
|
|
|
@@ -306,9 +306,9 @@ Name | Type | Description | Notes
|
|
|
306
306
|
- **Accept**: application/json
|
|
307
307
|
|
|
308
308
|
|
|
309
|
-
##
|
|
309
|
+
## update
|
|
310
310
|
|
|
311
|
-
> AsyncOperationResponse
|
|
311
|
+
> AsyncOperationResponse update(filesystem_exporter_href, filesystem_exporter)
|
|
312
312
|
|
|
313
313
|
Update a filesystem exporter
|
|
314
314
|
|
|
@@ -332,10 +332,10 @@ filesystem_exporter = PulpcoreClient::FilesystemExporter.new # FilesystemExporte
|
|
|
332
332
|
|
|
333
333
|
begin
|
|
334
334
|
#Update a filesystem exporter
|
|
335
|
-
result = api_instance.
|
|
335
|
+
result = api_instance.update(filesystem_exporter_href, filesystem_exporter)
|
|
336
336
|
p result
|
|
337
337
|
rescue PulpcoreClient::ApiError => e
|
|
338
|
-
puts "Exception when calling ExportersFilesystemApi->
|
|
338
|
+
puts "Exception when calling ExportersFilesystemApi->update: #{e}"
|
|
339
339
|
end
|
|
340
340
|
```
|
|
341
341
|
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
# PulpcoreClient::ExportersFilesystemExportsApi
|
|
2
2
|
|
|
3
|
-
All URIs are relative to *
|
|
3
|
+
All URIs are relative to *https://pulp*
|
|
4
4
|
|
|
5
5
|
Method | HTTP request | Description
|
|
6
6
|
------------- | ------------- | -------------
|
|
7
|
-
[**
|
|
8
|
-
[**
|
|
9
|
-
[**
|
|
10
|
-
[**
|
|
7
|
+
[**create**](ExportersFilesystemExportsApi.md#create) | **POST** {filesystem_exporter_href}exports/ | Create a filesystem export
|
|
8
|
+
[**delete**](ExportersFilesystemExportsApi.md#delete) | **DELETE** {filesystem_filesystem_export_href} | Delete a filesystem export
|
|
9
|
+
[**list**](ExportersFilesystemExportsApi.md#list) | **GET** {filesystem_exporter_href}exports/ | List filesystem exports
|
|
10
|
+
[**read**](ExportersFilesystemExportsApi.md#read) | **GET** {filesystem_filesystem_export_href} | Inspect a filesystem export
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
##
|
|
14
|
+
## create
|
|
15
15
|
|
|
16
|
-
> AsyncOperationResponse
|
|
16
|
+
> AsyncOperationResponse 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.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->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
|
+
## delete
|
|
70
70
|
|
|
71
|
-
>
|
|
71
|
+
> 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.delete(filesystem_filesystem_export_href)
|
|
95
95
|
rescue PulpcoreClient::ApiError => e
|
|
96
|
-
puts "Exception when calling ExportersFilesystemExportsApi->
|
|
96
|
+
puts "Exception when calling ExportersFilesystemExportsApi->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
|
+
## list
|
|
122
122
|
|
|
123
|
-
> PaginatedFilesystemExportResponseList
|
|
123
|
+
> PaginatedFilesystemExportResponseList 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.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->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
|
+
## read
|
|
185
185
|
|
|
186
|
-
> FilesystemExportResponse
|
|
186
|
+
> FilesystemExportResponse 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.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->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 *https://pulp*
|
|
4
4
|
|
|
5
5
|
Method | HTTP request | Description
|
|
6
6
|
------------- | ------------- | -------------
|
|
7
|
-
[**
|
|
8
|
-
[**
|
|
9
|
-
[**
|
|
10
|
-
[**
|
|
11
|
-
[**
|
|
12
|
-
[**
|
|
7
|
+
[**create**](ExportersPulpApi.md#create) | **POST** /pulp/api/v3/exporters/core/pulp/ | Create a pulp exporter
|
|
8
|
+
[**delete**](ExportersPulpApi.md#delete) | **DELETE** {pulp_exporter_href} | Delete a pulp exporter
|
|
9
|
+
[**list**](ExportersPulpApi.md#list) | **GET** /pulp/api/v3/exporters/core/pulp/ | List pulp exporters
|
|
10
|
+
[**partial_update**](ExportersPulpApi.md#partial_update) | **PATCH** {pulp_exporter_href} | Update a pulp exporter
|
|
11
|
+
[**read**](ExportersPulpApi.md#read) | **GET** {pulp_exporter_href} | Inspect a pulp exporter
|
|
12
|
+
[**update**](ExportersPulpApi.md#update) | **PUT** {pulp_exporter_href} | Update a pulp exporter
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
##
|
|
16
|
+
## create
|
|
17
17
|
|
|
18
|
-
> PulpExporterResponse
|
|
18
|
+
> PulpExporterResponse 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.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->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
|
+
## delete
|
|
70
70
|
|
|
71
|
-
> AsyncOperationResponse
|
|
71
|
+
> AsyncOperationResponse 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.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->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
|
+
## list
|
|
123
123
|
|
|
124
|
-
> PaginatedPulpExporterResponseList
|
|
124
|
+
> PaginatedPulpExporterResponseList list(opts)
|
|
125
125
|
|
|
126
126
|
List pulp exporters
|
|
127
127
|
|
|
@@ -142,7 +142,7 @@ end
|
|
|
142
142
|
api_instance = PulpcoreClient::ExportersPulpApi.new
|
|
143
143
|
opts = {
|
|
144
144
|
limit: 56, # Integer | Number of results to return per page.
|
|
145
|
-
name: 'name_example', # String |
|
|
145
|
+
name: 'name_example', # String | Filter results where name matches value
|
|
146
146
|
name__contains: 'name__contains_example', # String | Filter results where name contains value
|
|
147
147
|
name__icontains: 'name__icontains_example', # String | Filter results where name contains value
|
|
148
148
|
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
|
@@ -155,10 +155,10 @@ opts = {
|
|
|
155
155
|
|
|
156
156
|
begin
|
|
157
157
|
#List pulp exporters
|
|
158
|
-
result = api_instance.
|
|
158
|
+
result = api_instance.list(opts)
|
|
159
159
|
p result
|
|
160
160
|
rescue PulpcoreClient::ApiError => e
|
|
161
|
-
puts "Exception when calling ExportersPulpApi->
|
|
161
|
+
puts "Exception when calling ExportersPulpApi->list: #{e}"
|
|
162
162
|
end
|
|
163
163
|
```
|
|
164
164
|
|
|
@@ -168,7 +168,7 @@ end
|
|
|
168
168
|
Name | Type | Description | Notes
|
|
169
169
|
------------- | ------------- | ------------- | -------------
|
|
170
170
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
|
171
|
-
**name** | **String**|
|
|
171
|
+
**name** | **String**| Filter results where name matches value | [optional]
|
|
172
172
|
**name__contains** | **String**| Filter results where name contains value | [optional]
|
|
173
173
|
**name__icontains** | **String**| Filter results where name contains value | [optional]
|
|
174
174
|
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
|
@@ -192,9 +192,9 @@ Name | Type | Description | Notes
|
|
|
192
192
|
- **Accept**: application/json
|
|
193
193
|
|
|
194
194
|
|
|
195
|
-
##
|
|
195
|
+
## partial_update
|
|
196
196
|
|
|
197
|
-
> AsyncOperationResponse
|
|
197
|
+
> AsyncOperationResponse partial_update(pulp_exporter_href, patched_pulp_exporter)
|
|
198
198
|
|
|
199
199
|
Update a pulp exporter
|
|
200
200
|
|
|
@@ -218,10 +218,10 @@ patched_pulp_exporter = PulpcoreClient::PatchedPulpExporter.new # PatchedPulpExp
|
|
|
218
218
|
|
|
219
219
|
begin
|
|
220
220
|
#Update a pulp exporter
|
|
221
|
-
result = api_instance.
|
|
221
|
+
result = api_instance.partial_update(pulp_exporter_href, patched_pulp_exporter)
|
|
222
222
|
p result
|
|
223
223
|
rescue PulpcoreClient::ApiError => e
|
|
224
|
-
puts "Exception when calling ExportersPulpApi->
|
|
224
|
+
puts "Exception when calling ExportersPulpApi->partial_update: #{e}"
|
|
225
225
|
end
|
|
226
226
|
```
|
|
227
227
|
|
|
@@ -247,9 +247,9 @@ Name | Type | Description | Notes
|
|
|
247
247
|
- **Accept**: application/json
|
|
248
248
|
|
|
249
249
|
|
|
250
|
-
##
|
|
250
|
+
## read
|
|
251
251
|
|
|
252
|
-
> PulpExporterResponse
|
|
252
|
+
> PulpExporterResponse read(pulp_exporter_href, opts)
|
|
253
253
|
|
|
254
254
|
Inspect a pulp exporter
|
|
255
255
|
|
|
@@ -276,10 +276,10 @@ opts = {
|
|
|
276
276
|
|
|
277
277
|
begin
|
|
278
278
|
#Inspect a pulp exporter
|
|
279
|
-
result = api_instance.
|
|
279
|
+
result = api_instance.read(pulp_exporter_href, opts)
|
|
280
280
|
p result
|
|
281
281
|
rescue PulpcoreClient::ApiError => e
|
|
282
|
-
puts "Exception when calling ExportersPulpApi->
|
|
282
|
+
puts "Exception when calling ExportersPulpApi->read: #{e}"
|
|
283
283
|
end
|
|
284
284
|
```
|
|
285
285
|
|
|
@@ -306,9 +306,9 @@ Name | Type | Description | Notes
|
|
|
306
306
|
- **Accept**: application/json
|
|
307
307
|
|
|
308
308
|
|
|
309
|
-
##
|
|
309
|
+
## update
|
|
310
310
|
|
|
311
|
-
> AsyncOperationResponse
|
|
311
|
+
> AsyncOperationResponse update(pulp_exporter_href, pulp_exporter)
|
|
312
312
|
|
|
313
313
|
Update a pulp exporter
|
|
314
314
|
|
|
@@ -332,10 +332,10 @@ pulp_exporter = PulpcoreClient::PulpExporter.new # PulpExporter |
|
|
|
332
332
|
|
|
333
333
|
begin
|
|
334
334
|
#Update a pulp exporter
|
|
335
|
-
result = api_instance.
|
|
335
|
+
result = api_instance.update(pulp_exporter_href, pulp_exporter)
|
|
336
336
|
p result
|
|
337
337
|
rescue PulpcoreClient::ApiError => e
|
|
338
|
-
puts "Exception when calling ExportersPulpApi->
|
|
338
|
+
puts "Exception when calling ExportersPulpApi->update: #{e}"
|
|
339
339
|
end
|
|
340
340
|
```
|
|
341
341
|
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
# PulpcoreClient::ExportersPulpExportsApi
|
|
2
2
|
|
|
3
|
-
All URIs are relative to *
|
|
3
|
+
All URIs are relative to *https://pulp*
|
|
4
4
|
|
|
5
5
|
Method | HTTP request | Description
|
|
6
6
|
------------- | ------------- | -------------
|
|
7
|
-
[**
|
|
8
|
-
[**
|
|
9
|
-
[**
|
|
10
|
-
[**
|
|
7
|
+
[**create**](ExportersPulpExportsApi.md#create) | **POST** {pulp_exporter_href}exports/ | Create a pulp export
|
|
8
|
+
[**delete**](ExportersPulpExportsApi.md#delete) | **DELETE** {pulp_pulp_export_href} | Delete a pulp export
|
|
9
|
+
[**list**](ExportersPulpExportsApi.md#list) | **GET** {pulp_exporter_href}exports/ | List pulp exports
|
|
10
|
+
[**read**](ExportersPulpExportsApi.md#read) | **GET** {pulp_pulp_export_href} | Inspect a pulp export
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
##
|
|
14
|
+
## create
|
|
15
15
|
|
|
16
|
-
> AsyncOperationResponse
|
|
16
|
+
> AsyncOperationResponse 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.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->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
|
+
## delete
|
|
70
70
|
|
|
71
|
-
>
|
|
71
|
+
> 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.delete(pulp_pulp_export_href)
|
|
95
95
|
rescue PulpcoreClient::ApiError => e
|
|
96
|
-
puts "Exception when calling ExportersPulpExportsApi->
|
|
96
|
+
puts "Exception when calling ExportersPulpExportsApi->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
|
+
## list
|
|
122
122
|
|
|
123
|
-
> PaginatedPulpExportResponseList
|
|
123
|
+
> PaginatedPulpExportResponseList 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.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->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
|
+
## read
|
|
185
185
|
|
|
186
|
-
> PulpExportResponse
|
|
186
|
+
> PulpExportResponse 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.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->read: #{e}"
|
|
217
217
|
end
|
|
218
218
|
```
|
|
219
219
|
|
data/docs/FilesystemExport.md
CHANGED
|
@@ -7,7 +7,6 @@ Name | Type | Description | Notes
|
|
|
7
7
|
**task** | **String** | A URI of the task that ran the Export. | [optional]
|
|
8
8
|
**publication** | **String** | A URI of the publication to be exported. | [optional]
|
|
9
9
|
**repository_version** | **String** | A URI of the repository version export. | [optional]
|
|
10
|
-
**start_repository_version** | **String** | The URI of the last-exported-repo-version. | [optional]
|
|
11
10
|
|
|
12
11
|
## Code Sample
|
|
13
12
|
|
|
@@ -16,8 +15,7 @@ require 'PulpcoreClient'
|
|
|
16
15
|
|
|
17
16
|
instance = PulpcoreClient::FilesystemExport.new(task: null,
|
|
18
17
|
publication: null,
|
|
19
|
-
repository_version: null
|
|
20
|
-
start_repository_version: null)
|
|
18
|
+
repository_version: null)
|
|
21
19
|
```
|
|
22
20
|
|
|
23
21
|
|