pulpcore_client 3.49.53 → 3.49.54
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 +5 -4
- data/docs/AccessPoliciesApi.md +22 -6
- data/docs/ArtifactDistributionResponse.md +12 -12
- data/docs/ArtifactsApi.md +12 -2
- data/docs/ContentApi.md +2 -0
- data/docs/ContentguardsApi.md +2 -0
- data/docs/ContentguardsCompositeApi.md +44 -12
- data/docs/ContentguardsContentRedirectApi.md +44 -12
- data/docs/ContentguardsHeaderApi.md +44 -12
- data/docs/ContentguardsRbacApi.md +44 -12
- data/docs/DistributionsApi.md +2 -0
- data/docs/DistributionsArtifactsApi.md +4 -0
- data/docs/DomainsApi.md +28 -8
- data/docs/ExportersFilesystemApi.md +28 -8
- data/docs/ExportersFilesystemExportsApi.md +16 -4
- data/docs/ExportersPulpApi.md +28 -8
- data/docs/ExportersPulpExportsApi.md +16 -4
- data/docs/GroupsApi.md +44 -12
- data/docs/GroupsRolesApi.md +16 -4
- data/docs/GroupsUsersApi.md +14 -4
- data/docs/ImportersPulpApi.md +28 -8
- data/docs/ImportersPulpImportCheckApi.md +6 -2
- data/docs/ImportersPulpImportsApi.md +16 -4
- data/docs/OrphansApi.md +9 -3
- data/docs/OrphansCleanupApi.md +6 -2
- data/docs/PublicationsApi.md +2 -0
- data/docs/RemotesApi.md +2 -0
- data/docs/RepairApi.md +6 -2
- data/docs/RepositoriesApi.md +2 -0
- data/docs/RepositoriesReclaimSpaceApi.md +6 -2
- data/docs/RepositoryVersionsApi.md +2 -0
- data/docs/RolesApi.md +28 -8
- data/docs/SigningServicesApi.md +4 -0
- data/docs/StatusApi.md +13 -3
- data/docs/TaskGroupsApi.md +4 -0
- data/docs/TaskSchedulesApi.md +20 -4
- data/docs/TasksApi.md +38 -10
- data/docs/UploadsApi.md +40 -10
- data/docs/UpstreamPulpsApi.md +50 -14
- data/docs/UsersApi.md +28 -8
- data/docs/UsersRolesApi.md +16 -4
- data/docs/WorkersApi.md +4 -0
- data/lib/pulpcore_client/api/access_policies_api.rb +15 -0
- data/lib/pulpcore_client/api/artifacts_api.rb +12 -0
- data/lib/pulpcore_client/api/content_api.rb +3 -0
- data/lib/pulpcore_client/api/contentguards_api.rb +3 -0
- data/lib/pulpcore_client/api/contentguards_composite_api.rb +30 -0
- data/lib/pulpcore_client/api/contentguards_content_redirect_api.rb +30 -0
- data/lib/pulpcore_client/api/contentguards_header_api.rb +30 -0
- data/lib/pulpcore_client/api/contentguards_rbac_api.rb +30 -0
- data/lib/pulpcore_client/api/distributions_api.rb +3 -0
- data/lib/pulpcore_client/api/distributions_artifacts_api.rb +6 -0
- data/lib/pulpcore_client/api/domains_api.rb +18 -0
- data/lib/pulpcore_client/api/exporters_filesystem_api.rb +18 -0
- data/lib/pulpcore_client/api/exporters_filesystem_exports_api.rb +12 -0
- data/lib/pulpcore_client/api/exporters_pulp_api.rb +18 -0
- data/lib/pulpcore_client/api/exporters_pulp_exports_api.rb +12 -0
- data/lib/pulpcore_client/api/groups_api.rb +30 -0
- data/lib/pulpcore_client/api/groups_roles_api.rb +12 -0
- data/lib/pulpcore_client/api/groups_users_api.rb +9 -0
- data/lib/pulpcore_client/api/importers_pulp_api.rb +18 -0
- data/lib/pulpcore_client/api/importers_pulp_import_check_api.rb +3 -0
- data/lib/pulpcore_client/api/importers_pulp_imports_api.rb +12 -0
- data/lib/pulpcore_client/api/orphans_api.rb +3 -0
- data/lib/pulpcore_client/api/orphans_cleanup_api.rb +3 -0
- data/lib/pulpcore_client/api/publications_api.rb +3 -0
- data/lib/pulpcore_client/api/remotes_api.rb +3 -0
- data/lib/pulpcore_client/api/repair_api.rb +3 -0
- data/lib/pulpcore_client/api/repositories_api.rb +3 -0
- data/lib/pulpcore_client/api/repositories_reclaim_space_api.rb +3 -0
- data/lib/pulpcore_client/api/repository_versions_api.rb +3 -0
- data/lib/pulpcore_client/api/roles_api.rb +18 -0
- data/lib/pulpcore_client/api/signing_services_api.rb +6 -0
- data/lib/pulpcore_client/api/status_api.rb +9 -0
- data/lib/pulpcore_client/api/task_groups_api.rb +6 -0
- data/lib/pulpcore_client/api/task_schedules_api.rb +18 -0
- data/lib/pulpcore_client/api/tasks_api.rb +27 -0
- data/lib/pulpcore_client/api/uploads_api.rb +30 -0
- data/lib/pulpcore_client/api/upstream_pulps_api.rb +33 -0
- data/lib/pulpcore_client/api/users_api.rb +18 -0
- data/lib/pulpcore_client/api/users_roles_api.rb +12 -0
- data/lib/pulpcore_client/api/workers_api.rb +6 -0
- data/lib/pulpcore_client/models/artifact_distribution_response.rb +56 -56
- data/lib/pulpcore_client/version.rb +1 -1
- data/spec/api/access_policies_api_spec.rb +5 -0
- data/spec/api/artifacts_api_spec.rb +4 -0
- data/spec/api/content_api_spec.rb +1 -0
- data/spec/api/contentguards_api_spec.rb +1 -0
- data/spec/api/contentguards_composite_api_spec.rb +10 -0
- data/spec/api/contentguards_content_redirect_api_spec.rb +10 -0
- data/spec/api/contentguards_header_api_spec.rb +10 -0
- data/spec/api/contentguards_rbac_api_spec.rb +10 -0
- data/spec/api/distributions_api_spec.rb +1 -0
- data/spec/api/distributions_artifacts_api_spec.rb +2 -0
- data/spec/api/domains_api_spec.rb +6 -0
- data/spec/api/exporters_filesystem_api_spec.rb +6 -0
- data/spec/api/exporters_filesystem_exports_api_spec.rb +4 -0
- data/spec/api/exporters_pulp_api_spec.rb +6 -0
- data/spec/api/exporters_pulp_exports_api_spec.rb +4 -0
- data/spec/api/groups_api_spec.rb +10 -0
- data/spec/api/groups_roles_api_spec.rb +4 -0
- data/spec/api/groups_users_api_spec.rb +3 -0
- data/spec/api/importers_pulp_api_spec.rb +6 -0
- data/spec/api/importers_pulp_import_check_api_spec.rb +1 -0
- data/spec/api/importers_pulp_imports_api_spec.rb +4 -0
- data/spec/api/orphans_api_spec.rb +1 -0
- data/spec/api/orphans_cleanup_api_spec.rb +1 -0
- data/spec/api/publications_api_spec.rb +1 -0
- data/spec/api/remotes_api_spec.rb +1 -0
- data/spec/api/repair_api_spec.rb +1 -0
- data/spec/api/repositories_api_spec.rb +1 -0
- data/spec/api/repositories_reclaim_space_api_spec.rb +1 -0
- data/spec/api/repository_versions_api_spec.rb +1 -0
- data/spec/api/roles_api_spec.rb +6 -0
- data/spec/api/signing_services_api_spec.rb +2 -0
- data/spec/api/status_api_spec.rb +3 -0
- data/spec/api/task_groups_api_spec.rb +2 -0
- data/spec/api/task_schedules_api_spec.rb +6 -0
- data/spec/api/tasks_api_spec.rb +9 -0
- data/spec/api/uploads_api_spec.rb +10 -0
- data/spec/api/upstream_pulps_api_spec.rb +11 -0
- data/spec/api/users_api_spec.rb +6 -0
- data/spec/api/users_roles_api_spec.rb +4 -0
- data/spec/api/workers_api_spec.rb +2 -0
- data/spec/models/artifact_distribution_response_spec.rb +9 -9
- metadata +2 -2
data/docs/GroupsUsersApi.md
CHANGED
|
@@ -12,7 +12,7 @@ Method | HTTP request | Description
|
|
|
12
12
|
|
|
13
13
|
## create
|
|
14
14
|
|
|
15
|
-
> GroupUserResponse create(group_href, group_user)
|
|
15
|
+
> GroupUserResponse create(group_href, group_user, opts)
|
|
16
16
|
|
|
17
17
|
Create an user
|
|
18
18
|
|
|
@@ -33,10 +33,13 @@ end
|
|
|
33
33
|
api_instance = PulpcoreClient::GroupsUsersApi.new
|
|
34
34
|
group_href = 'group_href_example' # String |
|
|
35
35
|
group_user = PulpcoreClient::GroupUser.new # GroupUser |
|
|
36
|
+
opts = {
|
|
37
|
+
x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
|
|
38
|
+
}
|
|
36
39
|
|
|
37
40
|
begin
|
|
38
41
|
#Create an user
|
|
39
|
-
result = api_instance.create(group_href, group_user)
|
|
42
|
+
result = api_instance.create(group_href, group_user, opts)
|
|
40
43
|
p result
|
|
41
44
|
rescue PulpcoreClient::ApiError => e
|
|
42
45
|
puts "Exception when calling GroupsUsersApi->create: #{e}"
|
|
@@ -50,6 +53,7 @@ Name | Type | Description | Notes
|
|
|
50
53
|
------------- | ------------- | ------------- | -------------
|
|
51
54
|
**group_href** | **String**| |
|
|
52
55
|
**group_user** | [**GroupUser**](GroupUser.md)| |
|
|
56
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
53
57
|
|
|
54
58
|
### Return type
|
|
55
59
|
|
|
@@ -67,7 +71,7 @@ Name | Type | Description | Notes
|
|
|
67
71
|
|
|
68
72
|
## delete
|
|
69
73
|
|
|
70
|
-
> delete(groups_user_href)
|
|
74
|
+
> delete(groups_user_href, opts)
|
|
71
75
|
|
|
72
76
|
Delete an user
|
|
73
77
|
|
|
@@ -87,10 +91,13 @@ end
|
|
|
87
91
|
|
|
88
92
|
api_instance = PulpcoreClient::GroupsUsersApi.new
|
|
89
93
|
groups_user_href = 'groups_user_href_example' # String |
|
|
94
|
+
opts = {
|
|
95
|
+
x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
|
|
96
|
+
}
|
|
90
97
|
|
|
91
98
|
begin
|
|
92
99
|
#Delete an user
|
|
93
|
-
api_instance.delete(groups_user_href)
|
|
100
|
+
api_instance.delete(groups_user_href, opts)
|
|
94
101
|
rescue PulpcoreClient::ApiError => e
|
|
95
102
|
puts "Exception when calling GroupsUsersApi->delete: #{e}"
|
|
96
103
|
end
|
|
@@ -102,6 +109,7 @@ end
|
|
|
102
109
|
Name | Type | Description | Notes
|
|
103
110
|
------------- | ------------- | ------------- | -------------
|
|
104
111
|
**groups_user_href** | **String**| |
|
|
112
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
105
113
|
|
|
106
114
|
### Return type
|
|
107
115
|
|
|
@@ -140,6 +148,7 @@ end
|
|
|
140
148
|
api_instance = PulpcoreClient::GroupsUsersApi.new
|
|
141
149
|
group_href = 'group_href_example' # String |
|
|
142
150
|
opts = {
|
|
151
|
+
x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
|
|
143
152
|
limit: 56, # Integer | Number of results to return per page.
|
|
144
153
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
145
154
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
@@ -161,6 +170,7 @@ end
|
|
|
161
170
|
Name | Type | Description | Notes
|
|
162
171
|
------------- | ------------- | ------------- | -------------
|
|
163
172
|
**group_href** | **String**| |
|
|
173
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
164
174
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
|
165
175
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
166
176
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
data/docs/ImportersPulpApi.md
CHANGED
|
@@ -15,7 +15,7 @@ Method | HTTP request | Description
|
|
|
15
15
|
|
|
16
16
|
## create
|
|
17
17
|
|
|
18
|
-
> PulpImporterResponse create(pulp_importer)
|
|
18
|
+
> PulpImporterResponse create(pulp_importer, opts)
|
|
19
19
|
|
|
20
20
|
Create a pulp importer
|
|
21
21
|
|
|
@@ -35,10 +35,13 @@ end
|
|
|
35
35
|
|
|
36
36
|
api_instance = PulpcoreClient::ImportersPulpApi.new
|
|
37
37
|
pulp_importer = PulpcoreClient::PulpImporter.new # PulpImporter |
|
|
38
|
+
opts = {
|
|
39
|
+
x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
|
|
40
|
+
}
|
|
38
41
|
|
|
39
42
|
begin
|
|
40
43
|
#Create a pulp importer
|
|
41
|
-
result = api_instance.create(pulp_importer)
|
|
44
|
+
result = api_instance.create(pulp_importer, opts)
|
|
42
45
|
p result
|
|
43
46
|
rescue PulpcoreClient::ApiError => e
|
|
44
47
|
puts "Exception when calling ImportersPulpApi->create: #{e}"
|
|
@@ -51,6 +54,7 @@ end
|
|
|
51
54
|
Name | Type | Description | Notes
|
|
52
55
|
------------- | ------------- | ------------- | -------------
|
|
53
56
|
**pulp_importer** | [**PulpImporter**](PulpImporter.md)| |
|
|
57
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
54
58
|
|
|
55
59
|
### Return type
|
|
56
60
|
|
|
@@ -68,7 +72,7 @@ Name | Type | Description | Notes
|
|
|
68
72
|
|
|
69
73
|
## delete
|
|
70
74
|
|
|
71
|
-
> delete(pulp_importer_href)
|
|
75
|
+
> delete(pulp_importer_href, opts)
|
|
72
76
|
|
|
73
77
|
Delete a pulp importer
|
|
74
78
|
|
|
@@ -88,10 +92,13 @@ end
|
|
|
88
92
|
|
|
89
93
|
api_instance = PulpcoreClient::ImportersPulpApi.new
|
|
90
94
|
pulp_importer_href = 'pulp_importer_href_example' # String |
|
|
95
|
+
opts = {
|
|
96
|
+
x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
|
|
97
|
+
}
|
|
91
98
|
|
|
92
99
|
begin
|
|
93
100
|
#Delete a pulp importer
|
|
94
|
-
api_instance.delete(pulp_importer_href)
|
|
101
|
+
api_instance.delete(pulp_importer_href, opts)
|
|
95
102
|
rescue PulpcoreClient::ApiError => e
|
|
96
103
|
puts "Exception when calling ImportersPulpApi->delete: #{e}"
|
|
97
104
|
end
|
|
@@ -103,6 +110,7 @@ end
|
|
|
103
110
|
Name | Type | Description | Notes
|
|
104
111
|
------------- | ------------- | ------------- | -------------
|
|
105
112
|
**pulp_importer_href** | **String**| |
|
|
113
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
106
114
|
|
|
107
115
|
### Return type
|
|
108
116
|
|
|
@@ -140,6 +148,7 @@ end
|
|
|
140
148
|
|
|
141
149
|
api_instance = PulpcoreClient::ImportersPulpApi.new
|
|
142
150
|
opts = {
|
|
151
|
+
x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
|
|
143
152
|
limit: 56, # Integer | Number of results to return per page.
|
|
144
153
|
name: 'name_example', # String | Filter results where name matches value
|
|
145
154
|
name__contains: 'name__contains_example', # String | Filter results where name contains value
|
|
@@ -173,6 +182,7 @@ end
|
|
|
173
182
|
|
|
174
183
|
Name | Type | Description | Notes
|
|
175
184
|
------------- | ------------- | ------------- | -------------
|
|
185
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
176
186
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
|
177
187
|
**name** | **String**| Filter results where name matches value | [optional]
|
|
178
188
|
**name__contains** | **String**| Filter results where name contains value | [optional]
|
|
@@ -207,7 +217,7 @@ Name | Type | Description | Notes
|
|
|
207
217
|
|
|
208
218
|
## partial_update
|
|
209
219
|
|
|
210
|
-
> PulpImporterResponse partial_update(pulp_importer_href, patched_pulp_importer)
|
|
220
|
+
> PulpImporterResponse partial_update(pulp_importer_href, patched_pulp_importer, opts)
|
|
211
221
|
|
|
212
222
|
Update a pulp importer
|
|
213
223
|
|
|
@@ -228,10 +238,13 @@ end
|
|
|
228
238
|
api_instance = PulpcoreClient::ImportersPulpApi.new
|
|
229
239
|
pulp_importer_href = 'pulp_importer_href_example' # String |
|
|
230
240
|
patched_pulp_importer = PulpcoreClient::PatchedPulpImporter.new # PatchedPulpImporter |
|
|
241
|
+
opts = {
|
|
242
|
+
x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
|
|
243
|
+
}
|
|
231
244
|
|
|
232
245
|
begin
|
|
233
246
|
#Update a pulp importer
|
|
234
|
-
result = api_instance.partial_update(pulp_importer_href, patched_pulp_importer)
|
|
247
|
+
result = api_instance.partial_update(pulp_importer_href, patched_pulp_importer, opts)
|
|
235
248
|
p result
|
|
236
249
|
rescue PulpcoreClient::ApiError => e
|
|
237
250
|
puts "Exception when calling ImportersPulpApi->partial_update: #{e}"
|
|
@@ -245,6 +258,7 @@ Name | Type | Description | Notes
|
|
|
245
258
|
------------- | ------------- | ------------- | -------------
|
|
246
259
|
**pulp_importer_href** | **String**| |
|
|
247
260
|
**patched_pulp_importer** | [**PatchedPulpImporter**](PatchedPulpImporter.md)| |
|
|
261
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
248
262
|
|
|
249
263
|
### Return type
|
|
250
264
|
|
|
@@ -283,6 +297,7 @@ end
|
|
|
283
297
|
api_instance = PulpcoreClient::ImportersPulpApi.new
|
|
284
298
|
pulp_importer_href = 'pulp_importer_href_example' # String |
|
|
285
299
|
opts = {
|
|
300
|
+
x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
|
|
286
301
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
287
302
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
288
303
|
}
|
|
@@ -302,6 +317,7 @@ end
|
|
|
302
317
|
Name | Type | Description | Notes
|
|
303
318
|
------------- | ------------- | ------------- | -------------
|
|
304
319
|
**pulp_importer_href** | **String**| |
|
|
320
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
305
321
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
306
322
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
307
323
|
|
|
@@ -321,7 +337,7 @@ Name | Type | Description | Notes
|
|
|
321
337
|
|
|
322
338
|
## update
|
|
323
339
|
|
|
324
|
-
> PulpImporterResponse update(pulp_importer_href, pulp_importer)
|
|
340
|
+
> PulpImporterResponse update(pulp_importer_href, pulp_importer, opts)
|
|
325
341
|
|
|
326
342
|
Update a pulp importer
|
|
327
343
|
|
|
@@ -342,10 +358,13 @@ end
|
|
|
342
358
|
api_instance = PulpcoreClient::ImportersPulpApi.new
|
|
343
359
|
pulp_importer_href = 'pulp_importer_href_example' # String |
|
|
344
360
|
pulp_importer = PulpcoreClient::PulpImporter.new # PulpImporter |
|
|
361
|
+
opts = {
|
|
362
|
+
x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
|
|
363
|
+
}
|
|
345
364
|
|
|
346
365
|
begin
|
|
347
366
|
#Update a pulp importer
|
|
348
|
-
result = api_instance.update(pulp_importer_href, pulp_importer)
|
|
367
|
+
result = api_instance.update(pulp_importer_href, pulp_importer, opts)
|
|
349
368
|
p result
|
|
350
369
|
rescue PulpcoreClient::ApiError => e
|
|
351
370
|
puts "Exception when calling ImportersPulpApi->update: #{e}"
|
|
@@ -359,6 +378,7 @@ Name | Type | Description | Notes
|
|
|
359
378
|
------------- | ------------- | ------------- | -------------
|
|
360
379
|
**pulp_importer_href** | **String**| |
|
|
361
380
|
**pulp_importer** | [**PulpImporter**](PulpImporter.md)| |
|
|
381
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
362
382
|
|
|
363
383
|
### Return type
|
|
364
384
|
|
|
@@ -10,7 +10,7 @@ Method | HTTP request | Description
|
|
|
10
10
|
|
|
11
11
|
## pulp_import_check_post
|
|
12
12
|
|
|
13
|
-
> PulpImportCheckResponse pulp_import_check_post(pulp_import_check)
|
|
13
|
+
> PulpImportCheckResponse pulp_import_check_post(pulp_import_check, opts)
|
|
14
14
|
|
|
15
15
|
Validate the parameters to be used for a PulpImport call
|
|
16
16
|
|
|
@@ -30,10 +30,13 @@ end
|
|
|
30
30
|
|
|
31
31
|
api_instance = PulpcoreClient::ImportersPulpImportCheckApi.new
|
|
32
32
|
pulp_import_check = PulpcoreClient::PulpImportCheck.new # PulpImportCheck |
|
|
33
|
+
opts = {
|
|
34
|
+
x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
|
|
35
|
+
}
|
|
33
36
|
|
|
34
37
|
begin
|
|
35
38
|
#Validate the parameters to be used for a PulpImport call
|
|
36
|
-
result = api_instance.pulp_import_check_post(pulp_import_check)
|
|
39
|
+
result = api_instance.pulp_import_check_post(pulp_import_check, opts)
|
|
37
40
|
p result
|
|
38
41
|
rescue PulpcoreClient::ApiError => e
|
|
39
42
|
puts "Exception when calling ImportersPulpImportCheckApi->pulp_import_check_post: #{e}"
|
|
@@ -46,6 +49,7 @@ end
|
|
|
46
49
|
Name | Type | Description | Notes
|
|
47
50
|
------------- | ------------- | ------------- | -------------
|
|
48
51
|
**pulp_import_check** | [**PulpImportCheck**](PulpImportCheck.md)| |
|
|
52
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
49
53
|
|
|
50
54
|
### Return type
|
|
51
55
|
|
|
@@ -13,7 +13,7 @@ Method | HTTP request | Description
|
|
|
13
13
|
|
|
14
14
|
## create
|
|
15
15
|
|
|
16
|
-
> TaskGroupOperationResponse create(pulp_importer_href, pulp_import)
|
|
16
|
+
> TaskGroupOperationResponse create(pulp_importer_href, pulp_import, opts)
|
|
17
17
|
|
|
18
18
|
Create a pulp import
|
|
19
19
|
|
|
@@ -34,10 +34,13 @@ end
|
|
|
34
34
|
api_instance = PulpcoreClient::ImportersPulpImportsApi.new
|
|
35
35
|
pulp_importer_href = 'pulp_importer_href_example' # String |
|
|
36
36
|
pulp_import = PulpcoreClient::PulpImport.new # PulpImport |
|
|
37
|
+
opts = {
|
|
38
|
+
x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
|
|
39
|
+
}
|
|
37
40
|
|
|
38
41
|
begin
|
|
39
42
|
#Create a pulp import
|
|
40
|
-
result = api_instance.create(pulp_importer_href, pulp_import)
|
|
43
|
+
result = api_instance.create(pulp_importer_href, pulp_import, opts)
|
|
41
44
|
p result
|
|
42
45
|
rescue PulpcoreClient::ApiError => e
|
|
43
46
|
puts "Exception when calling ImportersPulpImportsApi->create: #{e}"
|
|
@@ -51,6 +54,7 @@ Name | Type | Description | Notes
|
|
|
51
54
|
------------- | ------------- | ------------- | -------------
|
|
52
55
|
**pulp_importer_href** | **String**| |
|
|
53
56
|
**pulp_import** | [**PulpImport**](PulpImport.md)| |
|
|
57
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
54
58
|
|
|
55
59
|
### Return type
|
|
56
60
|
|
|
@@ -68,7 +72,7 @@ Name | Type | Description | Notes
|
|
|
68
72
|
|
|
69
73
|
## delete
|
|
70
74
|
|
|
71
|
-
> delete(pulp_pulp_import_href)
|
|
75
|
+
> delete(pulp_pulp_import_href, opts)
|
|
72
76
|
|
|
73
77
|
Delete a pulp import
|
|
74
78
|
|
|
@@ -88,10 +92,13 @@ end
|
|
|
88
92
|
|
|
89
93
|
api_instance = PulpcoreClient::ImportersPulpImportsApi.new
|
|
90
94
|
pulp_pulp_import_href = 'pulp_pulp_import_href_example' # String |
|
|
95
|
+
opts = {
|
|
96
|
+
x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
|
|
97
|
+
}
|
|
91
98
|
|
|
92
99
|
begin
|
|
93
100
|
#Delete a pulp import
|
|
94
|
-
api_instance.delete(pulp_pulp_import_href)
|
|
101
|
+
api_instance.delete(pulp_pulp_import_href, opts)
|
|
95
102
|
rescue PulpcoreClient::ApiError => e
|
|
96
103
|
puts "Exception when calling ImportersPulpImportsApi->delete: #{e}"
|
|
97
104
|
end
|
|
@@ -103,6 +110,7 @@ end
|
|
|
103
110
|
Name | Type | Description | Notes
|
|
104
111
|
------------- | ------------- | ------------- | -------------
|
|
105
112
|
**pulp_pulp_import_href** | **String**| |
|
|
113
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
106
114
|
|
|
107
115
|
### Return type
|
|
108
116
|
|
|
@@ -141,6 +149,7 @@ end
|
|
|
141
149
|
api_instance = PulpcoreClient::ImportersPulpImportsApi.new
|
|
142
150
|
pulp_importer_href = 'pulp_importer_href_example' # String |
|
|
143
151
|
opts = {
|
|
152
|
+
x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
|
|
144
153
|
limit: 56, # Integer | Number of results to return per page.
|
|
145
154
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
146
155
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
@@ -162,6 +171,7 @@ end
|
|
|
162
171
|
Name | Type | Description | Notes
|
|
163
172
|
------------- | ------------- | ------------- | -------------
|
|
164
173
|
**pulp_importer_href** | **String**| |
|
|
174
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
165
175
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
|
166
176
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
167
177
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
@@ -204,6 +214,7 @@ end
|
|
|
204
214
|
api_instance = PulpcoreClient::ImportersPulpImportsApi.new
|
|
205
215
|
pulp_pulp_import_href = 'pulp_pulp_import_href_example' # String |
|
|
206
216
|
opts = {
|
|
217
|
+
x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
|
|
207
218
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
208
219
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
209
220
|
}
|
|
@@ -223,6 +234,7 @@ end
|
|
|
223
234
|
Name | Type | Description | Notes
|
|
224
235
|
------------- | ------------- | ------------- | -------------
|
|
225
236
|
**pulp_pulp_import_href** | **String**| |
|
|
237
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
226
238
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
227
239
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
228
240
|
|
data/docs/OrphansApi.md
CHANGED
|
@@ -10,7 +10,7 @@ Method | HTTP request | Description
|
|
|
10
10
|
|
|
11
11
|
## delete
|
|
12
12
|
|
|
13
|
-
> AsyncOperationResponse delete
|
|
13
|
+
> AsyncOperationResponse delete(opts)
|
|
14
14
|
|
|
15
15
|
Delete orphans
|
|
16
16
|
|
|
@@ -29,10 +29,13 @@ PulpcoreClient.configure do |config|
|
|
|
29
29
|
end
|
|
30
30
|
|
|
31
31
|
api_instance = PulpcoreClient::OrphansApi.new
|
|
32
|
+
opts = {
|
|
33
|
+
x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
|
|
34
|
+
}
|
|
32
35
|
|
|
33
36
|
begin
|
|
34
37
|
#Delete orphans
|
|
35
|
-
result = api_instance.delete
|
|
38
|
+
result = api_instance.delete(opts)
|
|
36
39
|
p result
|
|
37
40
|
rescue PulpcoreClient::ApiError => e
|
|
38
41
|
puts "Exception when calling OrphansApi->delete: #{e}"
|
|
@@ -41,7 +44,10 @@ end
|
|
|
41
44
|
|
|
42
45
|
### Parameters
|
|
43
46
|
|
|
44
|
-
|
|
47
|
+
|
|
48
|
+
Name | Type | Description | Notes
|
|
49
|
+
------------- | ------------- | ------------- | -------------
|
|
50
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
45
51
|
|
|
46
52
|
### Return type
|
|
47
53
|
|
data/docs/OrphansCleanupApi.md
CHANGED
|
@@ -10,7 +10,7 @@ Method | HTTP request | Description
|
|
|
10
10
|
|
|
11
11
|
## cleanup
|
|
12
12
|
|
|
13
|
-
> AsyncOperationResponse cleanup(orphans_cleanup)
|
|
13
|
+
> AsyncOperationResponse cleanup(orphans_cleanup, opts)
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
|
|
@@ -30,9 +30,12 @@ end
|
|
|
30
30
|
|
|
31
31
|
api_instance = PulpcoreClient::OrphansCleanupApi.new
|
|
32
32
|
orphans_cleanup = PulpcoreClient::OrphansCleanup.new # OrphansCleanup |
|
|
33
|
+
opts = {
|
|
34
|
+
x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
|
|
35
|
+
}
|
|
33
36
|
|
|
34
37
|
begin
|
|
35
|
-
result = api_instance.cleanup(orphans_cleanup)
|
|
38
|
+
result = api_instance.cleanup(orphans_cleanup, opts)
|
|
36
39
|
p result
|
|
37
40
|
rescue PulpcoreClient::ApiError => e
|
|
38
41
|
puts "Exception when calling OrphansCleanupApi->cleanup: #{e}"
|
|
@@ -45,6 +48,7 @@ end
|
|
|
45
48
|
Name | Type | Description | Notes
|
|
46
49
|
------------- | ------------- | ------------- | -------------
|
|
47
50
|
**orphans_cleanup** | [**OrphansCleanup**](OrphansCleanup.md)| |
|
|
51
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
48
52
|
|
|
49
53
|
### Return type
|
|
50
54
|
|
data/docs/PublicationsApi.md
CHANGED
|
@@ -30,6 +30,7 @@ end
|
|
|
30
30
|
|
|
31
31
|
api_instance = PulpcoreClient::PublicationsApi.new
|
|
32
32
|
opts = {
|
|
33
|
+
x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
|
|
33
34
|
content: 'content_example', # String | Content Unit referenced by HREF
|
|
34
35
|
content__in: 'content__in_example', # String | Content Unit referenced by HREF
|
|
35
36
|
limit: 56, # Integer | Number of results to return per page.
|
|
@@ -66,6 +67,7 @@ end
|
|
|
66
67
|
|
|
67
68
|
Name | Type | Description | Notes
|
|
68
69
|
------------- | ------------- | ------------- | -------------
|
|
70
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
69
71
|
**content** | **String**| Content Unit referenced by HREF | [optional]
|
|
70
72
|
**content__in** | **String**| Content Unit referenced by HREF | [optional]
|
|
71
73
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
data/docs/RemotesApi.md
CHANGED
|
@@ -30,6 +30,7 @@ end
|
|
|
30
30
|
|
|
31
31
|
api_instance = PulpcoreClient::RemotesApi.new
|
|
32
32
|
opts = {
|
|
33
|
+
x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
|
|
33
34
|
limit: 56, # Integer | Number of results to return per page.
|
|
34
35
|
name: 'name_example', # String | Filter results where name matches value
|
|
35
36
|
name__contains: 'name__contains_example', # String | Filter results where name contains value
|
|
@@ -72,6 +73,7 @@ end
|
|
|
72
73
|
|
|
73
74
|
Name | Type | Description | Notes
|
|
74
75
|
------------- | ------------- | ------------- | -------------
|
|
76
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
75
77
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
|
76
78
|
**name** | **String**| Filter results where name matches value | [optional]
|
|
77
79
|
**name__contains** | **String**| Filter results where name contains value | [optional]
|
data/docs/RepairApi.md
CHANGED
|
@@ -10,7 +10,7 @@ Method | HTTP request | Description
|
|
|
10
10
|
|
|
11
11
|
## post
|
|
12
12
|
|
|
13
|
-
> AsyncOperationResponse post(repair)
|
|
13
|
+
> AsyncOperationResponse post(repair, opts)
|
|
14
14
|
|
|
15
15
|
Repair Artifact Storage
|
|
16
16
|
|
|
@@ -30,10 +30,13 @@ end
|
|
|
30
30
|
|
|
31
31
|
api_instance = PulpcoreClient::RepairApi.new
|
|
32
32
|
repair = PulpcoreClient::Repair.new # Repair |
|
|
33
|
+
opts = {
|
|
34
|
+
x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
|
|
35
|
+
}
|
|
33
36
|
|
|
34
37
|
begin
|
|
35
38
|
#Repair Artifact Storage
|
|
36
|
-
result = api_instance.post(repair)
|
|
39
|
+
result = api_instance.post(repair, opts)
|
|
37
40
|
p result
|
|
38
41
|
rescue PulpcoreClient::ApiError => e
|
|
39
42
|
puts "Exception when calling RepairApi->post: #{e}"
|
|
@@ -46,6 +49,7 @@ end
|
|
|
46
49
|
Name | Type | Description | Notes
|
|
47
50
|
------------- | ------------- | ------------- | -------------
|
|
48
51
|
**repair** | [**Repair**](Repair.md)| |
|
|
52
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
49
53
|
|
|
50
54
|
### Return type
|
|
51
55
|
|
data/docs/RepositoriesApi.md
CHANGED
|
@@ -30,6 +30,7 @@ end
|
|
|
30
30
|
|
|
31
31
|
api_instance = PulpcoreClient::RepositoriesApi.new
|
|
32
32
|
opts = {
|
|
33
|
+
x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
|
|
33
34
|
latest_with_content: 'latest_with_content_example', # String | Content Unit referenced by HREF
|
|
34
35
|
limit: 56, # Integer | Number of results to return per page.
|
|
35
36
|
name: 'name_example', # String | Filter results where name matches value
|
|
@@ -77,6 +78,7 @@ end
|
|
|
77
78
|
|
|
78
79
|
Name | Type | Description | Notes
|
|
79
80
|
------------- | ------------- | ------------- | -------------
|
|
81
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
80
82
|
**latest_with_content** | **String**| Content Unit referenced by HREF | [optional]
|
|
81
83
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
|
82
84
|
**name** | **String**| Filter results where name matches value | [optional]
|
|
@@ -10,7 +10,7 @@ Method | HTTP request | Description
|
|
|
10
10
|
|
|
11
11
|
## reclaim
|
|
12
12
|
|
|
13
|
-
> AsyncOperationResponse reclaim(reclaim_space)
|
|
13
|
+
> AsyncOperationResponse reclaim(reclaim_space, opts)
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
|
|
@@ -30,9 +30,12 @@ end
|
|
|
30
30
|
|
|
31
31
|
api_instance = PulpcoreClient::RepositoriesReclaimSpaceApi.new
|
|
32
32
|
reclaim_space = PulpcoreClient::ReclaimSpace.new # ReclaimSpace |
|
|
33
|
+
opts = {
|
|
34
|
+
x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
|
|
35
|
+
}
|
|
33
36
|
|
|
34
37
|
begin
|
|
35
|
-
result = api_instance.reclaim(reclaim_space)
|
|
38
|
+
result = api_instance.reclaim(reclaim_space, opts)
|
|
36
39
|
p result
|
|
37
40
|
rescue PulpcoreClient::ApiError => e
|
|
38
41
|
puts "Exception when calling RepositoriesReclaimSpaceApi->reclaim: #{e}"
|
|
@@ -45,6 +48,7 @@ end
|
|
|
45
48
|
Name | Type | Description | Notes
|
|
46
49
|
------------- | ------------- | ------------- | -------------
|
|
47
50
|
**reclaim_space** | [**ReclaimSpace**](ReclaimSpace.md)| |
|
|
51
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
48
52
|
|
|
49
53
|
### Return type
|
|
50
54
|
|
|
@@ -30,6 +30,7 @@ end
|
|
|
30
30
|
|
|
31
31
|
api_instance = PulpcoreClient::RepositoryVersionsApi.new
|
|
32
32
|
opts = {
|
|
33
|
+
x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
|
|
33
34
|
content: 'content_example', # String | Content Unit referenced by HREF
|
|
34
35
|
content__in: 'content__in_example', # String | Content Unit referenced by HREF
|
|
35
36
|
limit: 56, # Integer | Number of results to return per page.
|
|
@@ -67,6 +68,7 @@ end
|
|
|
67
68
|
|
|
68
69
|
Name | Type | Description | Notes
|
|
69
70
|
------------- | ------------- | ------------- | -------------
|
|
71
|
+
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
70
72
|
**content** | **String**| Content Unit referenced by HREF | [optional]
|
|
71
73
|
**content__in** | **String**| Content Unit referenced by HREF | [optional]
|
|
72
74
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|