pulpcore_client 3.22.28 → 3.22.29
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 +144 -142
- data/docs/AccessPoliciesApi.md +26 -26
- data/docs/ArtifactDistributionResponse.md +8 -8
- data/docs/ArtifactsApi.md +21 -21
- data/docs/ContentApi.md +6 -6
- data/docs/ContentguardsApi.md +6 -6
- data/docs/ContentguardsContentRedirectApi.md +51 -51
- data/docs/ContentguardsRbacApi.md +51 -51
- data/docs/DistributionsApi.md +6 -6
- data/docs/DistributionsArtifactsApi.md +11 -11
- data/docs/DocsApiJsonApi.md +61 -0
- data/docs/DocsApiYamlApi.md +61 -0
- 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 +6 -6
- data/docs/RemoteResponseHiddenFields.md +2 -2
- data/docs/RemotesApi.md +6 -6
- data/docs/RepairApi.md +6 -6
- data/docs/RepositoriesApi.md +6 -6
- 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/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 +5 -5
- data/lib/pulpcore_client/api/contentguards_api.rb +5 -5
- 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 +5 -5
- 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/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 +5 -5
- data/lib/pulpcore_client/api/remotes_api.rb +5 -5
- data/lib/pulpcore_client/api/repair_api.rb +6 -6
- data/lib/pulpcore_client/api/repositories_api.rb +5 -5
- 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/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 +37 -37
- 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 +2 -2
- data/spec/api/contentguards_api_spec.rb +2 -2
- 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 +2 -2
- 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/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 +2 -2
- data/spec/api/remotes_api_spec.rb +2 -2
- data/spec/api/repair_api_spec.rb +2 -2
- data/spec/api/repositories_api_spec.rb +2 -2
- 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/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 +5 -5
- metadata +152 -144
data/docs/GroupsRolesApi.md
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
# PulpcoreClient::GroupsRolesApi
|
|
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
|
+
[**groups_roles_create**](GroupsRolesApi.md#groups_roles_create) | **POST** {group_href}roles/ | Create a group role
|
|
8
|
+
[**groups_roles_delete**](GroupsRolesApi.md#groups_roles_delete) | **DELETE** {groups_group_role_href} | Delete a group role
|
|
9
|
+
[**groups_roles_list**](GroupsRolesApi.md#groups_roles_list) | **GET** {group_href}roles/ | List group roles
|
|
10
|
+
[**groups_roles_read**](GroupsRolesApi.md#groups_roles_read) | **GET** {groups_group_role_href} | Inspect a group role
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
##
|
|
14
|
+
## groups_roles_create
|
|
15
15
|
|
|
16
|
-
> GroupRoleResponse
|
|
16
|
+
> GroupRoleResponse groups_roles_create(group_href, group_role)
|
|
17
17
|
|
|
18
18
|
Create a group role
|
|
19
19
|
|
|
@@ -37,10 +37,10 @@ group_role = PulpcoreClient::GroupRole.new # GroupRole |
|
|
|
37
37
|
|
|
38
38
|
begin
|
|
39
39
|
#Create a group role
|
|
40
|
-
result = api_instance.
|
|
40
|
+
result = api_instance.groups_roles_create(group_href, group_role)
|
|
41
41
|
p result
|
|
42
42
|
rescue PulpcoreClient::ApiError => e
|
|
43
|
-
puts "Exception when calling GroupsRolesApi->
|
|
43
|
+
puts "Exception when calling GroupsRolesApi->groups_roles_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
|
+
## groups_roles_delete
|
|
70
70
|
|
|
71
|
-
>
|
|
71
|
+
> groups_roles_delete(groups_group_role_href)
|
|
72
72
|
|
|
73
73
|
Delete a group role
|
|
74
74
|
|
|
@@ -91,9 +91,9 @@ groups_group_role_href = 'groups_group_role_href_example' # String |
|
|
|
91
91
|
|
|
92
92
|
begin
|
|
93
93
|
#Delete a group role
|
|
94
|
-
api_instance.
|
|
94
|
+
api_instance.groups_roles_delete(groups_group_role_href)
|
|
95
95
|
rescue PulpcoreClient::ApiError => e
|
|
96
|
-
puts "Exception when calling GroupsRolesApi->
|
|
96
|
+
puts "Exception when calling GroupsRolesApi->groups_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
|
+
## groups_roles_list
|
|
122
122
|
|
|
123
|
-
> PaginatedGroupRoleResponseList
|
|
123
|
+
> PaginatedGroupRoleResponseList groups_roles_list(group_href, opts)
|
|
124
124
|
|
|
125
125
|
List group roles
|
|
126
126
|
|
|
@@ -156,10 +156,10 @@ opts = {
|
|
|
156
156
|
|
|
157
157
|
begin
|
|
158
158
|
#List group roles
|
|
159
|
-
result = api_instance.
|
|
159
|
+
result = api_instance.groups_roles_list(group_href, opts)
|
|
160
160
|
p result
|
|
161
161
|
rescue PulpcoreClient::ApiError => e
|
|
162
|
-
puts "Exception when calling GroupsRolesApi->
|
|
162
|
+
puts "Exception when calling GroupsRolesApi->groups_roles_list: #{e}"
|
|
163
163
|
end
|
|
164
164
|
```
|
|
165
165
|
|
|
@@ -195,9 +195,9 @@ Name | Type | Description | Notes
|
|
|
195
195
|
- **Accept**: application/json
|
|
196
196
|
|
|
197
197
|
|
|
198
|
-
##
|
|
198
|
+
## groups_roles_read
|
|
199
199
|
|
|
200
|
-
> GroupRoleResponse
|
|
200
|
+
> GroupRoleResponse groups_roles_read(groups_group_role_href, opts)
|
|
201
201
|
|
|
202
202
|
Inspect a group role
|
|
203
203
|
|
|
@@ -224,10 +224,10 @@ opts = {
|
|
|
224
224
|
|
|
225
225
|
begin
|
|
226
226
|
#Inspect a group role
|
|
227
|
-
result = api_instance.
|
|
227
|
+
result = api_instance.groups_roles_read(groups_group_role_href, opts)
|
|
228
228
|
p result
|
|
229
229
|
rescue PulpcoreClient::ApiError => e
|
|
230
|
-
puts "Exception when calling GroupsRolesApi->
|
|
230
|
+
puts "Exception when calling GroupsRolesApi->groups_roles_read: #{e}"
|
|
231
231
|
end
|
|
232
232
|
```
|
|
233
233
|
|
data/docs/GroupsUsersApi.md
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
# PulpcoreClient::GroupsUsersApi
|
|
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
|
-
[**
|
|
7
|
+
[**groups_users_create**](GroupsUsersApi.md#groups_users_create) | **POST** {group_href}users/ | Create an user
|
|
8
|
+
[**groups_users_delete**](GroupsUsersApi.md#groups_users_delete) | **DELETE** {groups_user_href} | Delete an user
|
|
9
|
+
[**groups_users_list**](GroupsUsersApi.md#groups_users_list) | **GET** {group_href}users/ | List users
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
|
13
|
-
##
|
|
13
|
+
## groups_users_create
|
|
14
14
|
|
|
15
|
-
> GroupUserResponse
|
|
15
|
+
> GroupUserResponse groups_users_create(group_href, group_user)
|
|
16
16
|
|
|
17
17
|
Create an user
|
|
18
18
|
|
|
@@ -36,10 +36,10 @@ group_user = PulpcoreClient::GroupUser.new # GroupUser |
|
|
|
36
36
|
|
|
37
37
|
begin
|
|
38
38
|
#Create an user
|
|
39
|
-
result = api_instance.
|
|
39
|
+
result = api_instance.groups_users_create(group_href, group_user)
|
|
40
40
|
p result
|
|
41
41
|
rescue PulpcoreClient::ApiError => e
|
|
42
|
-
puts "Exception when calling GroupsUsersApi->
|
|
42
|
+
puts "Exception when calling GroupsUsersApi->groups_users_create: #{e}"
|
|
43
43
|
end
|
|
44
44
|
```
|
|
45
45
|
|
|
@@ -65,9 +65,9 @@ Name | Type | Description | Notes
|
|
|
65
65
|
- **Accept**: application/json
|
|
66
66
|
|
|
67
67
|
|
|
68
|
-
##
|
|
68
|
+
## groups_users_delete
|
|
69
69
|
|
|
70
|
-
>
|
|
70
|
+
> groups_users_delete(groups_user_href)
|
|
71
71
|
|
|
72
72
|
Delete an user
|
|
73
73
|
|
|
@@ -90,9 +90,9 @@ groups_user_href = 'groups_user_href_example' # String |
|
|
|
90
90
|
|
|
91
91
|
begin
|
|
92
92
|
#Delete an user
|
|
93
|
-
api_instance.
|
|
93
|
+
api_instance.groups_users_delete(groups_user_href)
|
|
94
94
|
rescue PulpcoreClient::ApiError => e
|
|
95
|
-
puts "Exception when calling GroupsUsersApi->
|
|
95
|
+
puts "Exception when calling GroupsUsersApi->groups_users_delete: #{e}"
|
|
96
96
|
end
|
|
97
97
|
```
|
|
98
98
|
|
|
@@ -117,9 +117,9 @@ nil (empty response body)
|
|
|
117
117
|
- **Accept**: Not defined
|
|
118
118
|
|
|
119
119
|
|
|
120
|
-
##
|
|
120
|
+
## groups_users_list
|
|
121
121
|
|
|
122
|
-
> PaginatedGroupUserResponseList
|
|
122
|
+
> PaginatedGroupUserResponseList groups_users_list(group_href, opts)
|
|
123
123
|
|
|
124
124
|
List users
|
|
125
125
|
|
|
@@ -148,10 +148,10 @@ opts = {
|
|
|
148
148
|
|
|
149
149
|
begin
|
|
150
150
|
#List users
|
|
151
|
-
result = api_instance.
|
|
151
|
+
result = api_instance.groups_users_list(group_href, opts)
|
|
152
152
|
p result
|
|
153
153
|
rescue PulpcoreClient::ApiError => e
|
|
154
|
-
puts "Exception when calling GroupsUsersApi->
|
|
154
|
+
puts "Exception when calling GroupsUsersApi->groups_users_list: #{e}"
|
|
155
155
|
end
|
|
156
156
|
```
|
|
157
157
|
|
data/docs/ImportersPulpApi.md
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
# PulpcoreClient::ImportersPulpApi
|
|
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
|
+
[**importers_core_pulp_create**](ImportersPulpApi.md#importers_core_pulp_create) | **POST** /pulp/api/v3/importers/core/pulp/ | Create a pulp importer
|
|
8
|
+
[**importers_core_pulp_delete**](ImportersPulpApi.md#importers_core_pulp_delete) | **DELETE** {pulp_importer_href} | Delete a pulp importer
|
|
9
|
+
[**importers_core_pulp_list**](ImportersPulpApi.md#importers_core_pulp_list) | **GET** /pulp/api/v3/importers/core/pulp/ | List pulp importers
|
|
10
|
+
[**importers_core_pulp_partial_update**](ImportersPulpApi.md#importers_core_pulp_partial_update) | **PATCH** {pulp_importer_href} | Update a pulp importer
|
|
11
|
+
[**importers_core_pulp_read**](ImportersPulpApi.md#importers_core_pulp_read) | **GET** {pulp_importer_href} | Inspect a pulp importer
|
|
12
|
+
[**importers_core_pulp_update**](ImportersPulpApi.md#importers_core_pulp_update) | **PUT** {pulp_importer_href} | Update a pulp importer
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
##
|
|
16
|
+
## importers_core_pulp_create
|
|
17
17
|
|
|
18
|
-
> PulpImporterResponse
|
|
18
|
+
> PulpImporterResponse importers_core_pulp_create(pulp_importer)
|
|
19
19
|
|
|
20
20
|
Create a pulp importer
|
|
21
21
|
|
|
@@ -38,10 +38,10 @@ pulp_importer = PulpcoreClient::PulpImporter.new # PulpImporter |
|
|
|
38
38
|
|
|
39
39
|
begin
|
|
40
40
|
#Create a pulp importer
|
|
41
|
-
result = api_instance.
|
|
41
|
+
result = api_instance.importers_core_pulp_create(pulp_importer)
|
|
42
42
|
p result
|
|
43
43
|
rescue PulpcoreClient::ApiError => e
|
|
44
|
-
puts "Exception when calling ImportersPulpApi->
|
|
44
|
+
puts "Exception when calling ImportersPulpApi->importers_core_pulp_create: #{e}"
|
|
45
45
|
end
|
|
46
46
|
```
|
|
47
47
|
|
|
@@ -66,9 +66,9 @@ Name | Type | Description | Notes
|
|
|
66
66
|
- **Accept**: application/json
|
|
67
67
|
|
|
68
68
|
|
|
69
|
-
##
|
|
69
|
+
## importers_core_pulp_delete
|
|
70
70
|
|
|
71
|
-
>
|
|
71
|
+
> importers_core_pulp_delete(pulp_importer_href)
|
|
72
72
|
|
|
73
73
|
Delete a pulp importer
|
|
74
74
|
|
|
@@ -91,9 +91,9 @@ pulp_importer_href = 'pulp_importer_href_example' # String |
|
|
|
91
91
|
|
|
92
92
|
begin
|
|
93
93
|
#Delete a pulp importer
|
|
94
|
-
api_instance.
|
|
94
|
+
api_instance.importers_core_pulp_delete(pulp_importer_href)
|
|
95
95
|
rescue PulpcoreClient::ApiError => e
|
|
96
|
-
puts "Exception when calling ImportersPulpApi->
|
|
96
|
+
puts "Exception when calling ImportersPulpApi->importers_core_pulp_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_list
|
|
122
122
|
|
|
123
|
-
> PaginatedPulpImporterResponseList
|
|
123
|
+
> PaginatedPulpImporterResponseList importers_core_pulp_list(opts)
|
|
124
124
|
|
|
125
125
|
List pulp importers
|
|
126
126
|
|
|
@@ -154,10 +154,10 @@ opts = {
|
|
|
154
154
|
|
|
155
155
|
begin
|
|
156
156
|
#List pulp importers
|
|
157
|
-
result = api_instance.
|
|
157
|
+
result = api_instance.importers_core_pulp_list(opts)
|
|
158
158
|
p result
|
|
159
159
|
rescue PulpcoreClient::ApiError => e
|
|
160
|
-
puts "Exception when calling ImportersPulpApi->
|
|
160
|
+
puts "Exception when calling ImportersPulpApi->importers_core_pulp_list: #{e}"
|
|
161
161
|
end
|
|
162
162
|
```
|
|
163
163
|
|
|
@@ -191,9 +191,9 @@ Name | Type | Description | Notes
|
|
|
191
191
|
- **Accept**: application/json
|
|
192
192
|
|
|
193
193
|
|
|
194
|
-
##
|
|
194
|
+
## importers_core_pulp_partial_update
|
|
195
195
|
|
|
196
|
-
> PulpImporterResponse
|
|
196
|
+
> PulpImporterResponse importers_core_pulp_partial_update(pulp_importer_href, patched_pulp_importer)
|
|
197
197
|
|
|
198
198
|
Update a pulp importer
|
|
199
199
|
|
|
@@ -217,10 +217,10 @@ patched_pulp_importer = PulpcoreClient::PatchedPulpImporter.new # PatchedPulpImp
|
|
|
217
217
|
|
|
218
218
|
begin
|
|
219
219
|
#Update a pulp importer
|
|
220
|
-
result = api_instance.
|
|
220
|
+
result = api_instance.importers_core_pulp_partial_update(pulp_importer_href, patched_pulp_importer)
|
|
221
221
|
p result
|
|
222
222
|
rescue PulpcoreClient::ApiError => e
|
|
223
|
-
puts "Exception when calling ImportersPulpApi->
|
|
223
|
+
puts "Exception when calling ImportersPulpApi->importers_core_pulp_partial_update: #{e}"
|
|
224
224
|
end
|
|
225
225
|
```
|
|
226
226
|
|
|
@@ -246,9 +246,9 @@ Name | Type | Description | Notes
|
|
|
246
246
|
- **Accept**: application/json
|
|
247
247
|
|
|
248
248
|
|
|
249
|
-
##
|
|
249
|
+
## importers_core_pulp_read
|
|
250
250
|
|
|
251
|
-
> PulpImporterResponse
|
|
251
|
+
> PulpImporterResponse importers_core_pulp_read(pulp_importer_href, opts)
|
|
252
252
|
|
|
253
253
|
Inspect a pulp importer
|
|
254
254
|
|
|
@@ -275,10 +275,10 @@ opts = {
|
|
|
275
275
|
|
|
276
276
|
begin
|
|
277
277
|
#Inspect a pulp importer
|
|
278
|
-
result = api_instance.
|
|
278
|
+
result = api_instance.importers_core_pulp_read(pulp_importer_href, opts)
|
|
279
279
|
p result
|
|
280
280
|
rescue PulpcoreClient::ApiError => e
|
|
281
|
-
puts "Exception when calling ImportersPulpApi->
|
|
281
|
+
puts "Exception when calling ImportersPulpApi->importers_core_pulp_read: #{e}"
|
|
282
282
|
end
|
|
283
283
|
```
|
|
284
284
|
|
|
@@ -305,9 +305,9 @@ Name | Type | Description | Notes
|
|
|
305
305
|
- **Accept**: application/json
|
|
306
306
|
|
|
307
307
|
|
|
308
|
-
##
|
|
308
|
+
## importers_core_pulp_update
|
|
309
309
|
|
|
310
|
-
> PulpImporterResponse
|
|
310
|
+
> PulpImporterResponse importers_core_pulp_update(pulp_importer_href, pulp_importer)
|
|
311
311
|
|
|
312
312
|
Update a pulp importer
|
|
313
313
|
|
|
@@ -331,10 +331,10 @@ pulp_importer = PulpcoreClient::PulpImporter.new # PulpImporter |
|
|
|
331
331
|
|
|
332
332
|
begin
|
|
333
333
|
#Update a pulp importer
|
|
334
|
-
result = api_instance.
|
|
334
|
+
result = api_instance.importers_core_pulp_update(pulp_importer_href, pulp_importer)
|
|
335
335
|
p result
|
|
336
336
|
rescue PulpcoreClient::ApiError => e
|
|
337
|
-
puts "Exception when calling ImportersPulpApi->
|
|
337
|
+
puts "Exception when calling ImportersPulpApi->importers_core_pulp_update: #{e}"
|
|
338
338
|
end
|
|
339
339
|
```
|
|
340
340
|
|
|
@@ -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
|
|
|
@@ -49,10 +49,10 @@ opts = {
|
|
|
49
49
|
|
|
50
50
|
begin
|
|
51
51
|
#List publications
|
|
52
|
-
result = api_instance.
|
|
52
|
+
result = api_instance.publications_list(opts)
|
|
53
53
|
p result
|
|
54
54
|
rescue PulpcoreClient::ApiError => e
|
|
55
|
-
puts "Exception when calling PublicationsApi->
|
|
55
|
+
puts "Exception when calling PublicationsApi->publications_list: #{e}"
|
|
56
56
|
end
|
|
57
57
|
```
|
|
58
58
|
|
|
@@ -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
|
|
|
@@ -51,10 +51,10 @@ opts = {
|
|
|
51
51
|
|
|
52
52
|
begin
|
|
53
53
|
#List remotes
|
|
54
|
-
result = api_instance.
|
|
54
|
+
result = api_instance.remotes_list(opts)
|
|
55
55
|
p result
|
|
56
56
|
rescue PulpcoreClient::ApiError => e
|
|
57
|
-
puts "Exception when calling RemotesApi->
|
|
57
|
+
puts "Exception when calling RemotesApi->remotes_list: #{e}"
|
|
58
58
|
end
|
|
59
59
|
```
|
|
60
60
|
|
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
|
|