pulpcore_client 3.28.28 → 3.28.30
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 +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,19 +1,19 @@
|
|
|
1
1
|
# PulpcoreClient::ImportersPulpImportsApi
|
|
2
2
|
|
|
3
|
-
All URIs are relative to *
|
|
3
|
+
All URIs are relative to *http://localhost:24817*
|
|
4
4
|
|
|
5
5
|
Method | HTTP request | Description
|
|
6
6
|
------------- | ------------- | -------------
|
|
7
|
-
[**
|
|
8
|
-
[**
|
|
9
|
-
[**
|
|
10
|
-
[**
|
|
7
|
+
[**importers_core_pulp_imports_create**](ImportersPulpImportsApi.md#importers_core_pulp_imports_create) | **POST** {pulp_importer_href}imports/ | Create a pulp import
|
|
8
|
+
[**importers_core_pulp_imports_delete**](ImportersPulpImportsApi.md#importers_core_pulp_imports_delete) | **DELETE** {pulp_pulp_import_href} | Delete a pulp import
|
|
9
|
+
[**importers_core_pulp_imports_list**](ImportersPulpImportsApi.md#importers_core_pulp_imports_list) | **GET** {pulp_importer_href}imports/ | List pulp imports
|
|
10
|
+
[**importers_core_pulp_imports_read**](ImportersPulpImportsApi.md#importers_core_pulp_imports_read) | **GET** {pulp_pulp_import_href} | Inspect a pulp import
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
##
|
|
14
|
+
## importers_core_pulp_imports_create
|
|
15
15
|
|
|
16
|
-
> TaskGroupOperationResponse
|
|
16
|
+
> TaskGroupOperationResponse importers_core_pulp_imports_create(pulp_importer_href, pulp_import)
|
|
17
17
|
|
|
18
18
|
Create a pulp import
|
|
19
19
|
|
|
@@ -37,10 +37,10 @@ pulp_import = PulpcoreClient::PulpImport.new # PulpImport |
|
|
|
37
37
|
|
|
38
38
|
begin
|
|
39
39
|
#Create a pulp import
|
|
40
|
-
result = api_instance.
|
|
40
|
+
result = api_instance.importers_core_pulp_imports_create(pulp_importer_href, pulp_import)
|
|
41
41
|
p result
|
|
42
42
|
rescue PulpcoreClient::ApiError => e
|
|
43
|
-
puts "Exception when calling ImportersPulpImportsApi->
|
|
43
|
+
puts "Exception when calling ImportersPulpImportsApi->importers_core_pulp_imports_create: #{e}"
|
|
44
44
|
end
|
|
45
45
|
```
|
|
46
46
|
|
|
@@ -66,9 +66,9 @@ Name | Type | Description | Notes
|
|
|
66
66
|
- **Accept**: application/json
|
|
67
67
|
|
|
68
68
|
|
|
69
|
-
##
|
|
69
|
+
## importers_core_pulp_imports_delete
|
|
70
70
|
|
|
71
|
-
>
|
|
71
|
+
> importers_core_pulp_imports_delete(pulp_pulp_import_href)
|
|
72
72
|
|
|
73
73
|
Delete a pulp import
|
|
74
74
|
|
|
@@ -91,9 +91,9 @@ pulp_pulp_import_href = 'pulp_pulp_import_href_example' # String |
|
|
|
91
91
|
|
|
92
92
|
begin
|
|
93
93
|
#Delete a pulp import
|
|
94
|
-
api_instance.
|
|
94
|
+
api_instance.importers_core_pulp_imports_delete(pulp_pulp_import_href)
|
|
95
95
|
rescue PulpcoreClient::ApiError => e
|
|
96
|
-
puts "Exception when calling ImportersPulpImportsApi->
|
|
96
|
+
puts "Exception when calling ImportersPulpImportsApi->importers_core_pulp_imports_delete: #{e}"
|
|
97
97
|
end
|
|
98
98
|
```
|
|
99
99
|
|
|
@@ -118,9 +118,9 @@ nil (empty response body)
|
|
|
118
118
|
- **Accept**: Not defined
|
|
119
119
|
|
|
120
120
|
|
|
121
|
-
##
|
|
121
|
+
## importers_core_pulp_imports_list
|
|
122
122
|
|
|
123
|
-
> PaginatedImportResponseList
|
|
123
|
+
> PaginatedImportResponseList importers_core_pulp_imports_list(pulp_importer_href, opts)
|
|
124
124
|
|
|
125
125
|
List pulp imports
|
|
126
126
|
|
|
@@ -149,10 +149,10 @@ opts = {
|
|
|
149
149
|
|
|
150
150
|
begin
|
|
151
151
|
#List pulp imports
|
|
152
|
-
result = api_instance.
|
|
152
|
+
result = api_instance.importers_core_pulp_imports_list(pulp_importer_href, opts)
|
|
153
153
|
p result
|
|
154
154
|
rescue PulpcoreClient::ApiError => e
|
|
155
|
-
puts "Exception when calling ImportersPulpImportsApi->
|
|
155
|
+
puts "Exception when calling ImportersPulpImportsApi->importers_core_pulp_imports_list: #{e}"
|
|
156
156
|
end
|
|
157
157
|
```
|
|
158
158
|
|
|
@@ -181,9 +181,9 @@ Name | Type | Description | Notes
|
|
|
181
181
|
- **Accept**: application/json
|
|
182
182
|
|
|
183
183
|
|
|
184
|
-
##
|
|
184
|
+
## importers_core_pulp_imports_read
|
|
185
185
|
|
|
186
|
-
> ImportResponse
|
|
186
|
+
> ImportResponse importers_core_pulp_imports_read(pulp_pulp_import_href, opts)
|
|
187
187
|
|
|
188
188
|
Inspect a pulp import
|
|
189
189
|
|
|
@@ -210,10 +210,10 @@ opts = {
|
|
|
210
210
|
|
|
211
211
|
begin
|
|
212
212
|
#Inspect a pulp import
|
|
213
|
-
result = api_instance.
|
|
213
|
+
result = api_instance.importers_core_pulp_imports_read(pulp_pulp_import_href, opts)
|
|
214
214
|
p result
|
|
215
215
|
rescue PulpcoreClient::ApiError => e
|
|
216
|
-
puts "Exception when calling ImportersPulpImportsApi->
|
|
216
|
+
puts "Exception when calling ImportersPulpImportsApi->importers_core_pulp_imports_read: #{e}"
|
|
217
217
|
end
|
|
218
218
|
```
|
|
219
219
|
|
data/docs/OrphansApi.md
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
# PulpcoreClient::OrphansApi
|
|
2
2
|
|
|
3
|
-
All URIs are relative to *
|
|
3
|
+
All URIs are relative to *http://localhost:24817*
|
|
4
4
|
|
|
5
5
|
Method | HTTP request | Description
|
|
6
6
|
------------- | ------------- | -------------
|
|
7
|
-
[**
|
|
7
|
+
[**orphans_delete**](OrphansApi.md#orphans_delete) | **DELETE** /pulp/api/v3/orphans/ | Delete orphans
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
##
|
|
11
|
+
## orphans_delete
|
|
12
12
|
|
|
13
|
-
> AsyncOperationResponse
|
|
13
|
+
> AsyncOperationResponse orphans_delete
|
|
14
14
|
|
|
15
15
|
Delete orphans
|
|
16
16
|
|
|
@@ -32,10 +32,10 @@ api_instance = PulpcoreClient::OrphansApi.new
|
|
|
32
32
|
|
|
33
33
|
begin
|
|
34
34
|
#Delete orphans
|
|
35
|
-
result = api_instance.
|
|
35
|
+
result = api_instance.orphans_delete
|
|
36
36
|
p result
|
|
37
37
|
rescue PulpcoreClient::ApiError => e
|
|
38
|
-
puts "Exception when calling OrphansApi->
|
|
38
|
+
puts "Exception when calling OrphansApi->orphans_delete: #{e}"
|
|
39
39
|
end
|
|
40
40
|
```
|
|
41
41
|
|
data/docs/OrphansCleanupApi.md
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
# PulpcoreClient::OrphansCleanupApi
|
|
2
2
|
|
|
3
|
-
All URIs are relative to *
|
|
3
|
+
All URIs are relative to *http://localhost:24817*
|
|
4
4
|
|
|
5
5
|
Method | HTTP request | Description
|
|
6
6
|
------------- | ------------- | -------------
|
|
7
|
-
[**
|
|
7
|
+
[**orphans_cleanup_cleanup**](OrphansCleanupApi.md#orphans_cleanup_cleanup) | **POST** /pulp/api/v3/orphans/cleanup/ |
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
##
|
|
11
|
+
## orphans_cleanup_cleanup
|
|
12
12
|
|
|
13
|
-
> AsyncOperationResponse
|
|
13
|
+
> AsyncOperationResponse orphans_cleanup_cleanup(orphans_cleanup)
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
|
|
@@ -32,10 +32,10 @@ api_instance = PulpcoreClient::OrphansCleanupApi.new
|
|
|
32
32
|
orphans_cleanup = PulpcoreClient::OrphansCleanup.new # OrphansCleanup |
|
|
33
33
|
|
|
34
34
|
begin
|
|
35
|
-
result = api_instance.
|
|
35
|
+
result = api_instance.orphans_cleanup_cleanup(orphans_cleanup)
|
|
36
36
|
p result
|
|
37
37
|
rescue PulpcoreClient::ApiError => e
|
|
38
|
-
puts "Exception when calling OrphansCleanupApi->
|
|
38
|
+
puts "Exception when calling OrphansCleanupApi->orphans_cleanup_cleanup: #{e}"
|
|
39
39
|
end
|
|
40
40
|
```
|
|
41
41
|
|
data/docs/PublicationsApi.md
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
# PulpcoreClient::PublicationsApi
|
|
2
2
|
|
|
3
|
-
All URIs are relative to *
|
|
3
|
+
All URIs are relative to *http://localhost:24817*
|
|
4
4
|
|
|
5
5
|
Method | HTTP request | Description
|
|
6
6
|
------------- | ------------- | -------------
|
|
7
|
-
[**
|
|
7
|
+
[**publications_list**](PublicationsApi.md#publications_list) | **GET** /pulp/api/v3/publications/ | List publications
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
##
|
|
11
|
+
## publications_list
|
|
12
12
|
|
|
13
|
-
> PaginatedPublicationResponseList
|
|
13
|
+
> PaginatedPublicationResponseList publications_list(opts)
|
|
14
14
|
|
|
15
15
|
List publications
|
|
16
16
|
|
|
@@ -43,7 +43,7 @@ opts = {
|
|
|
43
43
|
pulp_created__range: [DateTime.parse('2013-10-20T19:20:30+01:00')], # Array<DateTime> | Filter results where pulp_created is between two comma separated values
|
|
44
44
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
45
45
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
46
|
-
pulp_type__in: ['pulp_type__in_example'], # Array<String> | Pulp type is in
|
|
46
|
+
pulp_type__in: ['pulp_type__in_example'], # Array<String> | Pulp type is in
|
|
47
47
|
repository: 'repository_example', # String | Repository referenced by HREF
|
|
48
48
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
|
49
49
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
@@ -52,10 +52,10 @@ opts = {
|
|
|
52
52
|
|
|
53
53
|
begin
|
|
54
54
|
#List publications
|
|
55
|
-
result = api_instance.
|
|
55
|
+
result = api_instance.publications_list(opts)
|
|
56
56
|
p result
|
|
57
57
|
rescue PulpcoreClient::ApiError => e
|
|
58
|
-
puts "Exception when calling PublicationsApi->
|
|
58
|
+
puts "Exception when calling PublicationsApi->publications_list: #{e}"
|
|
59
59
|
end
|
|
60
60
|
```
|
|
61
61
|
|
|
@@ -77,7 +77,7 @@ Name | Type | Description | Notes
|
|
|
77
77
|
**pulp_created__range** | [**Array<DateTime>**](DateTime.md)| Filter results where pulp_created is between two comma separated values | [optional]
|
|
78
78
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
79
79
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
80
|
-
**pulp_type__in** | [**Array<String>**](String.md)| Pulp type is in
|
|
80
|
+
**pulp_type__in** | [**Array<String>**](String.md)| Pulp type is in | [optional]
|
|
81
81
|
**repository** | **String**| Repository referenced by HREF | [optional]
|
|
82
82
|
**repository_version** | [**String**](.md)| Repository Version referenced by HREF | [optional]
|
|
83
83
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
|
-
**name** | **String** | |
|
|
8
|
-
**is_set** | **Boolean** | |
|
|
7
|
+
**name** | **String** | |
|
|
8
|
+
**is_set** | **Boolean** | |
|
|
9
9
|
|
|
10
10
|
## Code Sample
|
|
11
11
|
|
data/docs/RemotesApi.md
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
# PulpcoreClient::RemotesApi
|
|
2
2
|
|
|
3
|
-
All URIs are relative to *
|
|
3
|
+
All URIs are relative to *http://localhost:24817*
|
|
4
4
|
|
|
5
5
|
Method | HTTP request | Description
|
|
6
6
|
------------- | ------------- | -------------
|
|
7
|
-
[**
|
|
7
|
+
[**remotes_list**](RemotesApi.md#remotes_list) | **GET** /pulp/api/v3/remotes/ | List remotes
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
##
|
|
11
|
+
## remotes_list
|
|
12
12
|
|
|
13
|
-
> PaginatedRemoteResponseList
|
|
13
|
+
> PaginatedRemoteResponseList remotes_list(opts)
|
|
14
14
|
|
|
15
15
|
List remotes
|
|
16
16
|
|
|
@@ -47,17 +47,17 @@ opts = {
|
|
|
47
47
|
pulp_last_updated__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is less than value
|
|
48
48
|
pulp_last_updated__lte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is less than or equal to value
|
|
49
49
|
pulp_last_updated__range: [DateTime.parse('2013-10-20T19:20:30+01:00')], # Array<DateTime> | Filter results where pulp_last_updated is between two comma separated values
|
|
50
|
-
pulp_type__in: ['pulp_type__in_example'], # Array<String> | Pulp type is in
|
|
50
|
+
pulp_type__in: ['pulp_type__in_example'], # Array<String> | Pulp type is in
|
|
51
51
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
52
52
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
53
53
|
}
|
|
54
54
|
|
|
55
55
|
begin
|
|
56
56
|
#List remotes
|
|
57
|
-
result = api_instance.
|
|
57
|
+
result = api_instance.remotes_list(opts)
|
|
58
58
|
p result
|
|
59
59
|
rescue PulpcoreClient::ApiError => e
|
|
60
|
-
puts "Exception when calling RemotesApi->
|
|
60
|
+
puts "Exception when calling RemotesApi->remotes_list: #{e}"
|
|
61
61
|
end
|
|
62
62
|
```
|
|
63
63
|
|
|
@@ -83,7 +83,7 @@ Name | Type | Description | Notes
|
|
|
83
83
|
**pulp_last_updated__lt** | **DateTime**| Filter results where pulp_last_updated is less than value | [optional]
|
|
84
84
|
**pulp_last_updated__lte** | **DateTime**| Filter results where pulp_last_updated is less than or equal to value | [optional]
|
|
85
85
|
**pulp_last_updated__range** | [**Array<DateTime>**](DateTime.md)| Filter results where pulp_last_updated is between two comma separated values | [optional]
|
|
86
|
-
**pulp_type__in** | [**Array<String>**](String.md)| Pulp type is in
|
|
86
|
+
**pulp_type__in** | [**Array<String>**](String.md)| Pulp type is in | [optional]
|
|
87
87
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
88
88
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
89
89
|
|
data/docs/RepairApi.md
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
# PulpcoreClient::RepairApi
|
|
2
2
|
|
|
3
|
-
All URIs are relative to *
|
|
3
|
+
All URIs are relative to *http://localhost:24817*
|
|
4
4
|
|
|
5
5
|
Method | HTTP request | Description
|
|
6
6
|
------------- | ------------- | -------------
|
|
7
|
-
[**
|
|
7
|
+
[**repair_post**](RepairApi.md#repair_post) | **POST** /pulp/api/v3/repair/ | Repair Artifact Storage
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
##
|
|
11
|
+
## repair_post
|
|
12
12
|
|
|
13
|
-
> AsyncOperationResponse
|
|
13
|
+
> AsyncOperationResponse repair_post(repair)
|
|
14
14
|
|
|
15
15
|
Repair Artifact Storage
|
|
16
16
|
|
|
@@ -33,10 +33,10 @@ repair = PulpcoreClient::Repair.new # Repair |
|
|
|
33
33
|
|
|
34
34
|
begin
|
|
35
35
|
#Repair Artifact Storage
|
|
36
|
-
result = api_instance.
|
|
36
|
+
result = api_instance.repair_post(repair)
|
|
37
37
|
p result
|
|
38
38
|
rescue PulpcoreClient::ApiError => e
|
|
39
|
-
puts "Exception when calling RepairApi->
|
|
39
|
+
puts "Exception when calling RepairApi->repair_post: #{e}"
|
|
40
40
|
end
|
|
41
41
|
```
|
|
42
42
|
|
data/docs/RepositoriesApi.md
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
# PulpcoreClient::RepositoriesApi
|
|
2
2
|
|
|
3
|
-
All URIs are relative to *
|
|
3
|
+
All URIs are relative to *http://localhost:24817*
|
|
4
4
|
|
|
5
5
|
Method | HTTP request | Description
|
|
6
6
|
------------- | ------------- | -------------
|
|
7
|
-
[**
|
|
7
|
+
[**repositories_list**](RepositoriesApi.md#repositories_list) | **GET** /pulp/api/v3/repositories/ | List repositories
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
##
|
|
11
|
+
## repositories_list
|
|
12
12
|
|
|
13
|
-
> PaginatedRepositoryResponseList
|
|
13
|
+
> PaginatedRepositoryResponseList repositories_list(opts)
|
|
14
14
|
|
|
15
15
|
List repositories
|
|
16
16
|
|
|
@@ -42,7 +42,7 @@ opts = {
|
|
|
42
42
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
43
43
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
44
44
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
|
45
|
-
pulp_type__in: ['pulp_type__in_example'], # Array<String> | Pulp type is in
|
|
45
|
+
pulp_type__in: ['pulp_type__in_example'], # Array<String> | Pulp type is in
|
|
46
46
|
remote: 'remote_example', # String | Foreign Key referenced by HREF
|
|
47
47
|
retain_repo_versions: 56, # Integer | Filter results where retain_repo_versions matches value
|
|
48
48
|
retain_repo_versions__gt: 56, # Integer | Filter results where retain_repo_versions is greater than value
|
|
@@ -59,10 +59,10 @@ opts = {
|
|
|
59
59
|
|
|
60
60
|
begin
|
|
61
61
|
#List repositories
|
|
62
|
-
result = api_instance.
|
|
62
|
+
result = api_instance.repositories_list(opts)
|
|
63
63
|
p result
|
|
64
64
|
rescue PulpcoreClient::ApiError => e
|
|
65
|
-
puts "Exception when calling RepositoriesApi->
|
|
65
|
+
puts "Exception when calling RepositoriesApi->repositories_list: #{e}"
|
|
66
66
|
end
|
|
67
67
|
```
|
|
68
68
|
|
|
@@ -83,7 +83,7 @@ Name | Type | Description | Notes
|
|
|
83
83
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
84
84
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
85
85
|
**pulp_label_select** | **String**| Filter labels by search string | [optional]
|
|
86
|
-
**pulp_type__in** | [**Array<String>**](String.md)| Pulp type is in
|
|
86
|
+
**pulp_type__in** | [**Array<String>**](String.md)| Pulp type is in | [optional]
|
|
87
87
|
**remote** | [**String**](.md)| Foreign Key referenced by HREF | [optional]
|
|
88
88
|
**retain_repo_versions** | **Integer**| Filter results where retain_repo_versions matches value | [optional]
|
|
89
89
|
**retain_repo_versions__gt** | **Integer**| Filter results where retain_repo_versions is greater than value | [optional]
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
# PulpcoreClient::RepositoriesReclaimSpaceApi
|
|
2
2
|
|
|
3
|
-
All URIs are relative to *
|
|
3
|
+
All URIs are relative to *http://localhost:24817*
|
|
4
4
|
|
|
5
5
|
Method | HTTP request | Description
|
|
6
6
|
------------- | ------------- | -------------
|
|
7
|
-
[**
|
|
7
|
+
[**repositories_reclaim_space_reclaim**](RepositoriesReclaimSpaceApi.md#repositories_reclaim_space_reclaim) | **POST** /pulp/api/v3/repositories/reclaim_space/ |
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
##
|
|
11
|
+
## repositories_reclaim_space_reclaim
|
|
12
12
|
|
|
13
|
-
> AsyncOperationResponse
|
|
13
|
+
> AsyncOperationResponse repositories_reclaim_space_reclaim(reclaim_space)
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
|
|
@@ -32,10 +32,10 @@ api_instance = PulpcoreClient::RepositoriesReclaimSpaceApi.new
|
|
|
32
32
|
reclaim_space = PulpcoreClient::ReclaimSpace.new # ReclaimSpace |
|
|
33
33
|
|
|
34
34
|
begin
|
|
35
|
-
result = api_instance.
|
|
35
|
+
result = api_instance.repositories_reclaim_space_reclaim(reclaim_space)
|
|
36
36
|
p result
|
|
37
37
|
rescue PulpcoreClient::ApiError => e
|
|
38
|
-
puts "Exception when calling RepositoriesReclaimSpaceApi->
|
|
38
|
+
puts "Exception when calling RepositoriesReclaimSpaceApi->repositories_reclaim_space_reclaim: #{e}"
|
|
39
39
|
end
|
|
40
40
|
```
|
|
41
41
|
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
# PulpcoreClient::RepositoryVersionsApi
|
|
2
2
|
|
|
3
|
-
All URIs are relative to *
|
|
3
|
+
All URIs are relative to *http://localhost:24817*
|
|
4
4
|
|
|
5
5
|
Method | HTTP request | Description
|
|
6
6
|
------------- | ------------- | -------------
|
|
7
|
-
[**
|
|
7
|
+
[**repository_versions_list**](RepositoryVersionsApi.md#repository_versions_list) | **GET** /pulp/api/v3/repository_versions/ | List repository versions
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
##
|
|
11
|
+
## repository_versions_list
|
|
12
12
|
|
|
13
|
-
> PaginatedRepositoryVersionResponseList
|
|
13
|
+
> PaginatedRepositoryVersionResponseList repository_versions_list(opts)
|
|
14
14
|
|
|
15
15
|
List repository versions
|
|
16
16
|
|
|
@@ -54,10 +54,10 @@ opts = {
|
|
|
54
54
|
|
|
55
55
|
begin
|
|
56
56
|
#List repository versions
|
|
57
|
-
result = api_instance.
|
|
57
|
+
result = api_instance.repository_versions_list(opts)
|
|
58
58
|
p result
|
|
59
59
|
rescue PulpcoreClient::ApiError => e
|
|
60
|
-
puts "Exception when calling RepositoryVersionsApi->
|
|
60
|
+
puts "Exception when calling RepositoryVersionsApi->repository_versions_list: #{e}"
|
|
61
61
|
end
|
|
62
62
|
```
|
|
63
63
|
|
data/docs/RolesApi.md
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
# PulpcoreClient::RolesApi
|
|
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
|
+
[**roles_create**](RolesApi.md#roles_create) | **POST** /pulp/api/v3/roles/ | Create a role
|
|
8
|
+
[**roles_delete**](RolesApi.md#roles_delete) | **DELETE** {role_href} | Delete a role
|
|
9
|
+
[**roles_list**](RolesApi.md#roles_list) | **GET** /pulp/api/v3/roles/ | List roles
|
|
10
|
+
[**roles_partial_update**](RolesApi.md#roles_partial_update) | **PATCH** {role_href} | Update a role
|
|
11
|
+
[**roles_read**](RolesApi.md#roles_read) | **GET** {role_href} | Inspect a role
|
|
12
|
+
[**roles_update**](RolesApi.md#roles_update) | **PUT** {role_href} | Update a role
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
##
|
|
16
|
+
## roles_create
|
|
17
17
|
|
|
18
|
-
> RoleResponse
|
|
18
|
+
> RoleResponse roles_create(role)
|
|
19
19
|
|
|
20
20
|
Create a role
|
|
21
21
|
|
|
@@ -38,10 +38,10 @@ role = PulpcoreClient::Role.new # Role |
|
|
|
38
38
|
|
|
39
39
|
begin
|
|
40
40
|
#Create a role
|
|
41
|
-
result = api_instance.
|
|
41
|
+
result = api_instance.roles_create(role)
|
|
42
42
|
p result
|
|
43
43
|
rescue PulpcoreClient::ApiError => e
|
|
44
|
-
puts "Exception when calling RolesApi->
|
|
44
|
+
puts "Exception when calling RolesApi->roles_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
|
+
## roles_delete
|
|
70
70
|
|
|
71
|
-
>
|
|
71
|
+
> roles_delete(role_href)
|
|
72
72
|
|
|
73
73
|
Delete a role
|
|
74
74
|
|
|
@@ -91,9 +91,9 @@ role_href = 'role_href_example' # String |
|
|
|
91
91
|
|
|
92
92
|
begin
|
|
93
93
|
#Delete a role
|
|
94
|
-
api_instance.
|
|
94
|
+
api_instance.roles_delete(role_href)
|
|
95
95
|
rescue PulpcoreClient::ApiError => e
|
|
96
|
-
puts "Exception when calling RolesApi->
|
|
96
|
+
puts "Exception when calling RolesApi->roles_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
|
+
## roles_list
|
|
122
122
|
|
|
123
|
-
> PaginatedRoleResponseList
|
|
123
|
+
> PaginatedRoleResponseList roles_list(opts)
|
|
124
124
|
|
|
125
125
|
List roles
|
|
126
126
|
|
|
@@ -163,10 +163,10 @@ opts = {
|
|
|
163
163
|
|
|
164
164
|
begin
|
|
165
165
|
#List roles
|
|
166
|
-
result = api_instance.
|
|
166
|
+
result = api_instance.roles_list(opts)
|
|
167
167
|
p result
|
|
168
168
|
rescue PulpcoreClient::ApiError => e
|
|
169
|
-
puts "Exception when calling RolesApi->
|
|
169
|
+
puts "Exception when calling RolesApi->roles_list: #{e}"
|
|
170
170
|
end
|
|
171
171
|
```
|
|
172
172
|
|
|
@@ -209,9 +209,9 @@ Name | Type | Description | Notes
|
|
|
209
209
|
- **Accept**: application/json
|
|
210
210
|
|
|
211
211
|
|
|
212
|
-
##
|
|
212
|
+
## roles_partial_update
|
|
213
213
|
|
|
214
|
-
> RoleResponse
|
|
214
|
+
> RoleResponse roles_partial_update(role_href, patched_role)
|
|
215
215
|
|
|
216
216
|
Update a role
|
|
217
217
|
|
|
@@ -235,10 +235,10 @@ patched_role = PulpcoreClient::PatchedRole.new # PatchedRole |
|
|
|
235
235
|
|
|
236
236
|
begin
|
|
237
237
|
#Update a role
|
|
238
|
-
result = api_instance.
|
|
238
|
+
result = api_instance.roles_partial_update(role_href, patched_role)
|
|
239
239
|
p result
|
|
240
240
|
rescue PulpcoreClient::ApiError => e
|
|
241
|
-
puts "Exception when calling RolesApi->
|
|
241
|
+
puts "Exception when calling RolesApi->roles_partial_update: #{e}"
|
|
242
242
|
end
|
|
243
243
|
```
|
|
244
244
|
|
|
@@ -264,9 +264,9 @@ Name | Type | Description | Notes
|
|
|
264
264
|
- **Accept**: application/json
|
|
265
265
|
|
|
266
266
|
|
|
267
|
-
##
|
|
267
|
+
## roles_read
|
|
268
268
|
|
|
269
|
-
> RoleResponse
|
|
269
|
+
> RoleResponse roles_read(role_href, opts)
|
|
270
270
|
|
|
271
271
|
Inspect a role
|
|
272
272
|
|
|
@@ -293,10 +293,10 @@ opts = {
|
|
|
293
293
|
|
|
294
294
|
begin
|
|
295
295
|
#Inspect a role
|
|
296
|
-
result = api_instance.
|
|
296
|
+
result = api_instance.roles_read(role_href, opts)
|
|
297
297
|
p result
|
|
298
298
|
rescue PulpcoreClient::ApiError => e
|
|
299
|
-
puts "Exception when calling RolesApi->
|
|
299
|
+
puts "Exception when calling RolesApi->roles_read: #{e}"
|
|
300
300
|
end
|
|
301
301
|
```
|
|
302
302
|
|
|
@@ -323,9 +323,9 @@ Name | Type | Description | Notes
|
|
|
323
323
|
- **Accept**: application/json
|
|
324
324
|
|
|
325
325
|
|
|
326
|
-
##
|
|
326
|
+
## roles_update
|
|
327
327
|
|
|
328
|
-
> RoleResponse
|
|
328
|
+
> RoleResponse roles_update(role_href, role)
|
|
329
329
|
|
|
330
330
|
Update a role
|
|
331
331
|
|
|
@@ -349,10 +349,10 @@ role = PulpcoreClient::Role.new # Role |
|
|
|
349
349
|
|
|
350
350
|
begin
|
|
351
351
|
#Update a role
|
|
352
|
-
result = api_instance.
|
|
352
|
+
result = api_instance.roles_update(role_href, role)
|
|
353
353
|
p result
|
|
354
354
|
rescue PulpcoreClient::ApiError => e
|
|
355
|
-
puts "Exception when calling RolesApi->
|
|
355
|
+
puts "Exception when calling RolesApi->roles_update: #{e}"
|
|
356
356
|
end
|
|
357
357
|
```
|
|
358
358
|
|