pulpcore_client 3.22.35 → 3.23.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +27 -5
- data/docs/AccessPoliciesApi.md +1 -1
- data/docs/ArtifactDistributionResponse.md +7 -7
- data/docs/ArtifactsApi.md +1 -1
- data/docs/ContentApi.md +1 -1
- data/docs/ContentguardsApi.md +1 -1
- data/docs/ContentguardsContentRedirectApi.md +1 -1
- data/docs/ContentguardsRbacApi.md +1 -1
- data/docs/DistributionsApi.md +5 -1
- data/docs/DistributionsArtifactsApi.md +5 -1
- data/docs/Domain.md +27 -0
- data/docs/DomainResponse.md +31 -0
- data/docs/DomainsApi.md +362 -0
- data/docs/ExportersFilesystemApi.md +4 -4
- data/docs/ExportersFilesystemExportsApi.md +4 -4
- data/docs/ExportersPulpApi.md +1 -1
- data/docs/ExportersPulpExportsApi.md +1 -1
- data/docs/GroupRole.md +3 -1
- data/docs/GroupRoleResponse.md +3 -1
- data/docs/GroupsApi.md +7 -7
- data/docs/GroupsRolesApi.md +7 -5
- data/docs/GroupsUsersApi.md +1 -1
- data/docs/ImportersPulpApi.md +1 -1
- data/docs/ImportersPulpImportCheckApi.md +1 -1
- data/docs/ImportersPulpImportsApi.md +1 -1
- data/docs/OrphansApi.md +1 -1
- data/docs/OrphansCleanupApi.md +1 -1
- data/docs/PaginatedDomainResponseList.md +23 -0
- data/docs/PaginatedUpstreamPulpResponseList.md +23 -0
- data/docs/PatchedDomain.md +27 -0
- data/docs/PatchedUpstreamPulp.md +37 -0
- data/docs/PublicationsApi.md +1 -1
- data/docs/RemoteResponseHiddenFields.md +2 -2
- data/docs/RemotesApi.md +1 -1
- data/docs/RepairApi.md +1 -1
- data/docs/RepositoriesApi.md +17 -1
- data/docs/RepositoriesReclaimSpaceApi.md +1 -1
- data/docs/RepositoryResponse.md +1 -1
- data/docs/RepositoryVersionsApi.md +1 -1
- data/docs/RolesApi.md +7 -7
- data/docs/SigningServicesApi.md +1 -1
- data/docs/StatusApi.md +1 -1
- data/docs/StatusResponse.md +3 -1
- data/docs/StorageClassEnum.md +16 -0
- data/docs/TaskGroupsApi.md +1 -1
- data/docs/TaskSchedulesApi.md +3 -3
- data/docs/TasksApi.md +2 -2
- data/docs/UploadsApi.md +1 -1
- data/docs/UpstreamPulp.md +37 -0
- data/docs/UpstreamPulpResponse.md +39 -0
- data/docs/UpstreamPulpsApi.md +405 -0
- data/docs/UserRole.md +4 -2
- data/docs/UserRoleResponse.md +4 -2
- data/docs/UsersApi.md +7 -7
- data/docs/UsersRolesApi.md +7 -5
- data/docs/VersionResponse.md +3 -1
- data/docs/WorkersApi.md +1 -1
- data/lib/pulpcore_client/api/distributions_api.rb +6 -0
- data/lib/pulpcore_client/api/distributions_artifacts_api.rb +6 -0
- data/lib/pulpcore_client/api/domains_api.rb +446 -0
- data/lib/pulpcore_client/api/exporters_filesystem_api.rb +6 -6
- data/lib/pulpcore_client/api/exporters_filesystem_exports_api.rb +6 -6
- data/lib/pulpcore_client/api/groups_api.rb +12 -12
- data/lib/pulpcore_client/api/groups_roles_api.rb +11 -8
- data/lib/pulpcore_client/api/repositories_api.rb +24 -0
- data/lib/pulpcore_client/api/roles_api.rb +12 -12
- data/lib/pulpcore_client/api/task_schedules_api.rb +4 -4
- data/lib/pulpcore_client/api/tasks_api.rb +2 -2
- data/lib/pulpcore_client/api/upstream_pulps_api.rb +492 -0
- data/lib/pulpcore_client/api/users_api.rb +12 -12
- data/lib/pulpcore_client/api/users_roles_api.rb +11 -8
- data/lib/pulpcore_client/api/workers_api.rb +1 -1
- data/lib/pulpcore_client/configuration.rb +3 -3
- data/lib/pulpcore_client/models/artifact_distribution_response.rb +30 -30
- data/lib/pulpcore_client/models/domain.rb +323 -0
- data/lib/pulpcore_client/models/domain_response.rb +318 -0
- data/lib/pulpcore_client/models/group_role.rb +16 -5
- data/lib/pulpcore_client/models/group_role_response.rb +15 -4
- data/lib/pulpcore_client/models/nested_role.rb +19 -0
- data/lib/pulpcore_client/models/paginated_domain_response_list.rb +237 -0
- data/lib/pulpcore_client/models/paginated_upstream_pulp_response_list.rb +237 -0
- data/lib/pulpcore_client/models/patched_domain.rb +304 -0
- data/lib/pulpcore_client/models/patched_upstream_pulp.rb +450 -0
- data/lib/pulpcore_client/models/remote_response_hidden_fields.rb +0 -10
- data/lib/pulpcore_client/models/repository_response.rb +1 -1
- data/lib/pulpcore_client/models/status_response.rb +19 -4
- data/lib/pulpcore_client/models/storage_class_enum.rb +37 -0
- data/lib/pulpcore_client/models/upstream_pulp.rb +477 -0
- data/lib/pulpcore_client/models/upstream_pulp_response.rb +338 -0
- data/lib/pulpcore_client/models/user_role.rb +17 -6
- data/lib/pulpcore_client/models/user_role_response.rb +16 -5
- data/lib/pulpcore_client/models/version_response.rb +19 -4
- data/lib/pulpcore_client/version.rb +1 -1
- data/lib/pulpcore_client.rb +11 -0
- data/spec/api/distributions_api_spec.rb +2 -0
- data/spec/api/distributions_artifacts_api_spec.rb +2 -0
- data/spec/api/domains_api_spec.rb +120 -0
- data/spec/api/exporters_filesystem_api_spec.rb +3 -3
- data/spec/api/exporters_filesystem_exports_api_spec.rb +3 -3
- data/spec/api/groups_api_spec.rb +6 -6
- data/spec/api/groups_roles_api_spec.rb +5 -4
- data/spec/api/repositories_api_spec.rb +8 -0
- data/spec/api/roles_api_spec.rb +6 -6
- data/spec/api/task_schedules_api_spec.rb +2 -2
- data/spec/api/tasks_api_spec.rb +1 -1
- data/spec/api/upstream_pulps_api_spec.rb +127 -0
- data/spec/api/users_api_spec.rb +6 -6
- data/spec/api/users_roles_api_spec.rb +5 -4
- data/spec/configuration_spec.rb +3 -3
- data/spec/models/artifact_distribution_response_spec.rb +6 -6
- data/spec/models/domain_response_spec.rb +83 -0
- data/spec/models/domain_spec.rb +71 -0
- data/spec/models/group_role_response_spec.rb +6 -0
- data/spec/models/group_role_spec.rb +6 -0
- data/spec/models/paginated_domain_response_list_spec.rb +59 -0
- data/spec/models/paginated_upstream_pulp_response_list_spec.rb +59 -0
- data/spec/models/patched_domain_spec.rb +71 -0
- data/spec/models/patched_upstream_pulp_spec.rb +101 -0
- data/spec/models/status_response_spec.rb +6 -0
- data/spec/models/storage_class_enum_spec.rb +35 -0
- data/spec/models/upstream_pulp_response_spec.rb +107 -0
- data/spec/models/upstream_pulp_spec.rb +101 -0
- data/spec/models/user_role_response_spec.rb +6 -0
- data/spec/models/user_role_spec.rb +6 -0
- data/spec/models/version_response_spec.rb +6 -0
- metadata +189 -145
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 27e22c568fe64e64c7b06137a6c586966bf7665a45de956d23f8ae1d217f3244
|
|
4
|
+
data.tar.gz: 35b2f27b75a1d64a84c43f8de778b9b42492caa4cf26191832788c07880c0b4c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4bf7ec2ed3c1da66b46b2d781c4906c5ca32761d07ca52a20718eb996bf341e640bfba0dad2f4895536e7ee99014256b629228b6e5d11eaf9609b9a358dc6c57
|
|
7
|
+
data.tar.gz: da9f58d3590209937e4e092e88d6b8eda7b227a963605f5b2cb2f7bd22c01a0460c45ebcbe8e2089a4936b03376299fcc6314a8277731e66cbf5a1a045a33626
|
data/README.md
CHANGED
|
@@ -7,7 +7,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
|
|
|
7
7
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
8
8
|
|
|
9
9
|
- API version: v3
|
|
10
|
-
- Package version: 3.
|
|
10
|
+
- Package version: 3.23.0
|
|
11
11
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
|
12
12
|
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
|
|
13
13
|
|
|
@@ -24,16 +24,16 @@ gem build pulpcore_client.gemspec
|
|
|
24
24
|
Then either install the gem locally:
|
|
25
25
|
|
|
26
26
|
```shell
|
|
27
|
-
gem install ./pulpcore_client-3.
|
|
27
|
+
gem install ./pulpcore_client-3.23.0.gem
|
|
28
28
|
```
|
|
29
29
|
|
|
30
|
-
(for development, run `gem install --dev ./pulpcore_client-3.
|
|
30
|
+
(for development, run `gem install --dev ./pulpcore_client-3.23.0.gem` to install the development dependencies)
|
|
31
31
|
|
|
32
32
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
|
33
33
|
|
|
34
34
|
Finally add this to the Gemfile:
|
|
35
35
|
|
|
36
|
-
gem 'pulpcore_client', '~> 3.
|
|
36
|
+
gem 'pulpcore_client', '~> 3.23.0'
|
|
37
37
|
|
|
38
38
|
### Install from Git
|
|
39
39
|
|
|
@@ -91,7 +91,7 @@ end
|
|
|
91
91
|
|
|
92
92
|
## Documentation for API Endpoints
|
|
93
93
|
|
|
94
|
-
All URIs are relative to *
|
|
94
|
+
All URIs are relative to *https://pulp*
|
|
95
95
|
|
|
96
96
|
Class | Method | HTTP request | Description
|
|
97
97
|
------------ | ------------- | ------------- | -------------
|
|
@@ -129,6 +129,12 @@ Class | Method | HTTP request | Description
|
|
|
129
129
|
*PulpcoreClient::DistributionsApi* | [**list**](docs/DistributionsApi.md#list) | **GET** /pulp/api/v3/distributions/ | List distributions
|
|
130
130
|
*PulpcoreClient::DistributionsArtifactsApi* | [**list**](docs/DistributionsArtifactsApi.md#list) | **GET** /pulp/api/v3/distributions/core/artifacts/ | List artifact distributions
|
|
131
131
|
*PulpcoreClient::DistributionsArtifactsApi* | [**read**](docs/DistributionsArtifactsApi.md#read) | **GET** {artifact_distribution_href} | Inspect an artifact distribution
|
|
132
|
+
*PulpcoreClient::DomainsApi* | [**create**](docs/DomainsApi.md#create) | **POST** /pulp/api/v3/domains/ | Create a domain
|
|
133
|
+
*PulpcoreClient::DomainsApi* | [**delete**](docs/DomainsApi.md#delete) | **DELETE** {domain_href} | Delete a domain
|
|
134
|
+
*PulpcoreClient::DomainsApi* | [**list**](docs/DomainsApi.md#list) | **GET** /pulp/api/v3/domains/ | List domains
|
|
135
|
+
*PulpcoreClient::DomainsApi* | [**partial_update**](docs/DomainsApi.md#partial_update) | **PATCH** {domain_href} | Update a domain
|
|
136
|
+
*PulpcoreClient::DomainsApi* | [**read**](docs/DomainsApi.md#read) | **GET** {domain_href} | Inspect a domain
|
|
137
|
+
*PulpcoreClient::DomainsApi* | [**update**](docs/DomainsApi.md#update) | **PUT** {domain_href} | Update a domain
|
|
132
138
|
*PulpcoreClient::ExportersFilesystemApi* | [**create**](docs/ExportersFilesystemApi.md#create) | **POST** /pulp/api/v3/exporters/core/filesystem/ | Create a filesystem exporter
|
|
133
139
|
*PulpcoreClient::ExportersFilesystemApi* | [**delete**](docs/ExportersFilesystemApi.md#delete) | **DELETE** {filesystem_exporter_href} | Delete a filesystem exporter
|
|
134
140
|
*PulpcoreClient::ExportersFilesystemApi* | [**list**](docs/ExportersFilesystemApi.md#list) | **GET** /pulp/api/v3/exporters/core/filesystem/ | List filesystem exporters
|
|
@@ -221,6 +227,13 @@ Class | Method | HTTP request | Description
|
|
|
221
227
|
*PulpcoreClient::UploadsApi* | [**read**](docs/UploadsApi.md#read) | **GET** {upload_href} | Inspect an upload
|
|
222
228
|
*PulpcoreClient::UploadsApi* | [**remove_role**](docs/UploadsApi.md#remove_role) | **POST** {upload_href}remove_role/ |
|
|
223
229
|
*PulpcoreClient::UploadsApi* | [**update**](docs/UploadsApi.md#update) | **PUT** {upload_href} | Upload a file chunk
|
|
230
|
+
*PulpcoreClient::UpstreamPulpsApi* | [**create**](docs/UpstreamPulpsApi.md#create) | **POST** /pulp/api/v3/upstream-pulps/ | Create an upstream pulp
|
|
231
|
+
*PulpcoreClient::UpstreamPulpsApi* | [**delete**](docs/UpstreamPulpsApi.md#delete) | **DELETE** {upstream_pulp_href} | Delete an upstream pulp
|
|
232
|
+
*PulpcoreClient::UpstreamPulpsApi* | [**list**](docs/UpstreamPulpsApi.md#list) | **GET** /pulp/api/v3/upstream-pulps/ | List upstream pulps
|
|
233
|
+
*PulpcoreClient::UpstreamPulpsApi* | [**partial_update**](docs/UpstreamPulpsApi.md#partial_update) | **PATCH** {upstream_pulp_href} | Update an upstream pulp
|
|
234
|
+
*PulpcoreClient::UpstreamPulpsApi* | [**read**](docs/UpstreamPulpsApi.md#read) | **GET** {upstream_pulp_href} | Inspect an upstream pulp
|
|
235
|
+
*PulpcoreClient::UpstreamPulpsApi* | [**replicate**](docs/UpstreamPulpsApi.md#replicate) | **POST** {upstream_pulp_href}replicate/ | Replicate
|
|
236
|
+
*PulpcoreClient::UpstreamPulpsApi* | [**update**](docs/UpstreamPulpsApi.md#update) | **PUT** {upstream_pulp_href} | Update an upstream pulp
|
|
224
237
|
*PulpcoreClient::UsersApi* | [**create**](docs/UsersApi.md#create) | **POST** /pulp/api/v3/users/ | Create an user
|
|
225
238
|
*PulpcoreClient::UsersApi* | [**delete**](docs/UsersApi.md#delete) | **DELETE** {auth_user_href} | Delete an user
|
|
226
239
|
*PulpcoreClient::UsersApi* | [**list**](docs/UsersApi.md#list) | **GET** /pulp/api/v3/users/ | List users
|
|
@@ -251,6 +264,8 @@ Class | Method | HTTP request | Description
|
|
|
251
264
|
- [PulpcoreClient::ContentSummaryResponse](docs/ContentSummaryResponse.md)
|
|
252
265
|
- [PulpcoreClient::DatabaseConnectionResponse](docs/DatabaseConnectionResponse.md)
|
|
253
266
|
- [PulpcoreClient::DistributionResponse](docs/DistributionResponse.md)
|
|
267
|
+
- [PulpcoreClient::Domain](docs/Domain.md)
|
|
268
|
+
- [PulpcoreClient::DomainResponse](docs/DomainResponse.md)
|
|
254
269
|
- [PulpcoreClient::EvaluationResponse](docs/EvaluationResponse.md)
|
|
255
270
|
- [PulpcoreClient::FilesystemExport](docs/FilesystemExport.md)
|
|
256
271
|
- [PulpcoreClient::FilesystemExportResponse](docs/FilesystemExportResponse.md)
|
|
@@ -278,6 +293,7 @@ Class | Method | HTTP request | Description
|
|
|
278
293
|
- [PulpcoreClient::PaginatedContentGuardResponseList](docs/PaginatedContentGuardResponseList.md)
|
|
279
294
|
- [PulpcoreClient::PaginatedContentRedirectContentGuardResponseList](docs/PaginatedContentRedirectContentGuardResponseList.md)
|
|
280
295
|
- [PulpcoreClient::PaginatedDistributionResponseList](docs/PaginatedDistributionResponseList.md)
|
|
296
|
+
- [PulpcoreClient::PaginatedDomainResponseList](docs/PaginatedDomainResponseList.md)
|
|
281
297
|
- [PulpcoreClient::PaginatedFilesystemExportResponseList](docs/PaginatedFilesystemExportResponseList.md)
|
|
282
298
|
- [PulpcoreClient::PaginatedFilesystemExporterResponseList](docs/PaginatedFilesystemExporterResponseList.md)
|
|
283
299
|
- [PulpcoreClient::PaginatedGroupResponseList](docs/PaginatedGroupResponseList.md)
|
|
@@ -299,11 +315,13 @@ Class | Method | HTTP request | Description
|
|
|
299
315
|
- [PulpcoreClient::PaginatedTaskResponseList](docs/PaginatedTaskResponseList.md)
|
|
300
316
|
- [PulpcoreClient::PaginatedTaskScheduleResponseList](docs/PaginatedTaskScheduleResponseList.md)
|
|
301
317
|
- [PulpcoreClient::PaginatedUploadResponseList](docs/PaginatedUploadResponseList.md)
|
|
318
|
+
- [PulpcoreClient::PaginatedUpstreamPulpResponseList](docs/PaginatedUpstreamPulpResponseList.md)
|
|
302
319
|
- [PulpcoreClient::PaginatedUserResponseList](docs/PaginatedUserResponseList.md)
|
|
303
320
|
- [PulpcoreClient::PaginatedUserRoleResponseList](docs/PaginatedUserRoleResponseList.md)
|
|
304
321
|
- [PulpcoreClient::PaginatedWorkerResponseList](docs/PaginatedWorkerResponseList.md)
|
|
305
322
|
- [PulpcoreClient::PatchedAccessPolicy](docs/PatchedAccessPolicy.md)
|
|
306
323
|
- [PulpcoreClient::PatchedContentRedirectContentGuard](docs/PatchedContentRedirectContentGuard.md)
|
|
324
|
+
- [PulpcoreClient::PatchedDomain](docs/PatchedDomain.md)
|
|
307
325
|
- [PulpcoreClient::PatchedFilesystemExporter](docs/PatchedFilesystemExporter.md)
|
|
308
326
|
- [PulpcoreClient::PatchedGroup](docs/PatchedGroup.md)
|
|
309
327
|
- [PulpcoreClient::PatchedPulpExporter](docs/PatchedPulpExporter.md)
|
|
@@ -311,6 +329,7 @@ Class | Method | HTTP request | Description
|
|
|
311
329
|
- [PulpcoreClient::PatchedRBACContentGuard](docs/PatchedRBACContentGuard.md)
|
|
312
330
|
- [PulpcoreClient::PatchedRole](docs/PatchedRole.md)
|
|
313
331
|
- [PulpcoreClient::PatchedTaskCancel](docs/PatchedTaskCancel.md)
|
|
332
|
+
- [PulpcoreClient::PatchedUpstreamPulp](docs/PatchedUpstreamPulp.md)
|
|
314
333
|
- [PulpcoreClient::PatchedUser](docs/PatchedUser.md)
|
|
315
334
|
- [PulpcoreClient::PolicyEnum](docs/PolicyEnum.md)
|
|
316
335
|
- [PulpcoreClient::ProgressReportResponse](docs/ProgressReportResponse.md)
|
|
@@ -339,6 +358,7 @@ Class | Method | HTTP request | Description
|
|
|
339
358
|
- [PulpcoreClient::SigningServiceResponse](docs/SigningServiceResponse.md)
|
|
340
359
|
- [PulpcoreClient::StatesEnum](docs/StatesEnum.md)
|
|
341
360
|
- [PulpcoreClient::StatusResponse](docs/StatusResponse.md)
|
|
361
|
+
- [PulpcoreClient::StorageClassEnum](docs/StorageClassEnum.md)
|
|
342
362
|
- [PulpcoreClient::StorageResponse](docs/StorageResponse.md)
|
|
343
363
|
- [PulpcoreClient::TaskGroupOperationResponse](docs/TaskGroupOperationResponse.md)
|
|
344
364
|
- [PulpcoreClient::TaskGroupResponse](docs/TaskGroupResponse.md)
|
|
@@ -350,6 +370,8 @@ Class | Method | HTTP request | Description
|
|
|
350
370
|
- [PulpcoreClient::UploadCommit](docs/UploadCommit.md)
|
|
351
371
|
- [PulpcoreClient::UploadDetailResponse](docs/UploadDetailResponse.md)
|
|
352
372
|
- [PulpcoreClient::UploadResponse](docs/UploadResponse.md)
|
|
373
|
+
- [PulpcoreClient::UpstreamPulp](docs/UpstreamPulp.md)
|
|
374
|
+
- [PulpcoreClient::UpstreamPulpResponse](docs/UpstreamPulpResponse.md)
|
|
353
375
|
- [PulpcoreClient::User](docs/User.md)
|
|
354
376
|
- [PulpcoreClient::UserGroup](docs/UserGroup.md)
|
|
355
377
|
- [PulpcoreClient::UserGroupResponse](docs/UserGroupResponse.md)
|
data/docs/AccessPoliciesApi.md
CHANGED
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
|
-
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
|
8
|
-
**content_guard** | **String** | An optional content-guard. | [optional]
|
|
9
|
-
**base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional] [readonly]
|
|
10
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
|
11
8
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
12
9
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
10
|
+
**content_guard** | **String** | An optional content-guard. | [optional]
|
|
11
|
+
**base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional] [readonly]
|
|
12
|
+
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
|
13
13
|
**base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
|
|
14
14
|
|
|
15
15
|
## Code Sample
|
|
@@ -17,12 +17,12 @@ Name | Type | Description | Notes
|
|
|
17
17
|
```ruby
|
|
18
18
|
require 'PulpcoreClient'
|
|
19
19
|
|
|
20
|
-
instance = PulpcoreClient::ArtifactDistributionResponse.new(
|
|
21
|
-
content_guard: null,
|
|
22
|
-
base_url: null,
|
|
23
|
-
pulp_href: null,
|
|
20
|
+
instance = PulpcoreClient::ArtifactDistributionResponse.new(pulp_href: null,
|
|
24
21
|
pulp_labels: null,
|
|
25
22
|
pulp_created: null,
|
|
23
|
+
content_guard: null,
|
|
24
|
+
base_url: null,
|
|
25
|
+
name: null,
|
|
26
26
|
base_path: null)
|
|
27
27
|
```
|
|
28
28
|
|
data/docs/ArtifactsApi.md
CHANGED
data/docs/ContentApi.md
CHANGED
data/docs/ContentguardsApi.md
CHANGED
data/docs/DistributionsApi.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# PulpcoreClient::DistributionsApi
|
|
2
2
|
|
|
3
|
-
All URIs are relative to *
|
|
3
|
+
All URIs are relative to *https://pulp*
|
|
4
4
|
|
|
5
5
|
Method | HTTP request | Description
|
|
6
6
|
------------- | ------------- | -------------
|
|
@@ -43,6 +43,8 @@ opts = {
|
|
|
43
43
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
44
44
|
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
45
45
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
|
46
|
+
repository: 'repository_example', # String | Filter results where repository matches value
|
|
47
|
+
repository__in: ['repository__in_example'], # Array<String> | Filter results where repository is in a comma-separated list of values
|
|
46
48
|
with_content: 'with_content_example', # String | Filter distributions based on the content served by them
|
|
47
49
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
48
50
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
@@ -75,6 +77,8 @@ Name | Type | Description | Notes
|
|
|
75
77
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
76
78
|
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
|
77
79
|
**pulp_label_select** | **String**| Filter labels by search string | [optional]
|
|
80
|
+
**repository** | **String**| Filter results where repository matches value | [optional]
|
|
81
|
+
**repository__in** | [**Array<String>**](String.md)| Filter results where repository is in a comma-separated list of values | [optional]
|
|
78
82
|
**with_content** | **String**| Filter distributions based on the content served by them | [optional]
|
|
79
83
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
80
84
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# PulpcoreClient::DistributionsArtifactsApi
|
|
2
2
|
|
|
3
|
-
All URIs are relative to *
|
|
3
|
+
All URIs are relative to *https://pulp*
|
|
4
4
|
|
|
5
5
|
Method | HTTP request | Description
|
|
6
6
|
------------- | ------------- | -------------
|
|
@@ -44,6 +44,8 @@ opts = {
|
|
|
44
44
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
45
45
|
ordering: ['ordering_example'], # Array<String> | Ordering
|
|
46
46
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
|
47
|
+
repository: 'repository_example', # String | Filter results where repository matches value
|
|
48
|
+
repository__in: ['repository__in_example'], # Array<String> | Filter results where repository is in a comma-separated list of values
|
|
47
49
|
with_content: 'with_content_example', # String | Filter distributions based on the content served by them
|
|
48
50
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
49
51
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
@@ -76,6 +78,8 @@ Name | Type | Description | Notes
|
|
|
76
78
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
77
79
|
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
|
78
80
|
**pulp_label_select** | **String**| Filter labels by search string | [optional]
|
|
81
|
+
**repository** | **String**| Filter results where repository matches value | [optional]
|
|
82
|
+
**repository__in** | [**Array<String>**](String.md)| Filter results where repository is in a comma-separated list of values | [optional]
|
|
79
83
|
**with_content** | **String**| Filter distributions based on the content served by them | [optional]
|
|
80
84
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
81
85
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
data/docs/Domain.md
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# PulpcoreClient::Domain
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
Name | Type | Description | Notes
|
|
6
|
+
------------ | ------------- | ------------- | -------------
|
|
7
|
+
**name** | **String** | A name for this domain. |
|
|
8
|
+
**description** | **String** | An optional description. | [optional]
|
|
9
|
+
**storage_class** | [**StorageClassEnum**](StorageClassEnum.md) | Backend storage class for domain. |
|
|
10
|
+
**storage_settings** | [**Object**](.md) | Settings for storage class. |
|
|
11
|
+
**redirect_to_object_storage** | **Boolean** | Boolean to have the content app redirect to object storage. | [optional] [default to true]
|
|
12
|
+
**hide_guarded_distributions** | **Boolean** | Boolean to hide distributions with a content guard in the content app. | [optional] [default to false]
|
|
13
|
+
|
|
14
|
+
## Code Sample
|
|
15
|
+
|
|
16
|
+
```ruby
|
|
17
|
+
require 'PulpcoreClient'
|
|
18
|
+
|
|
19
|
+
instance = PulpcoreClient::Domain.new(name: null,
|
|
20
|
+
description: null,
|
|
21
|
+
storage_class: null,
|
|
22
|
+
storage_settings: null,
|
|
23
|
+
redirect_to_object_storage: null,
|
|
24
|
+
hide_guarded_distributions: null)
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
# PulpcoreClient::DomainResponse
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
Name | Type | Description | Notes
|
|
6
|
+
------------ | ------------- | ------------- | -------------
|
|
7
|
+
**pulp_href** | **String** | | [optional] [readonly]
|
|
8
|
+
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
9
|
+
**name** | **String** | A name for this domain. |
|
|
10
|
+
**description** | **String** | An optional description. | [optional]
|
|
11
|
+
**storage_class** | [**StorageClassEnum**](StorageClassEnum.md) | Backend storage class for domain. |
|
|
12
|
+
**storage_settings** | [**Object**](.md) | Settings for storage class. |
|
|
13
|
+
**redirect_to_object_storage** | **Boolean** | Boolean to have the content app redirect to object storage. | [optional] [default to true]
|
|
14
|
+
**hide_guarded_distributions** | **Boolean** | Boolean to hide distributions with a content guard in the content app. | [optional] [default to false]
|
|
15
|
+
|
|
16
|
+
## Code Sample
|
|
17
|
+
|
|
18
|
+
```ruby
|
|
19
|
+
require 'PulpcoreClient'
|
|
20
|
+
|
|
21
|
+
instance = PulpcoreClient::DomainResponse.new(pulp_href: null,
|
|
22
|
+
pulp_created: null,
|
|
23
|
+
name: null,
|
|
24
|
+
description: null,
|
|
25
|
+
storage_class: null,
|
|
26
|
+
storage_settings: null,
|
|
27
|
+
redirect_to_object_storage: null,
|
|
28
|
+
hide_guarded_distributions: null)
|
|
29
|
+
```
|
|
30
|
+
|
|
31
|
+
|