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.
Files changed (127) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +27 -5
  3. data/docs/AccessPoliciesApi.md +1 -1
  4. data/docs/ArtifactDistributionResponse.md +7 -7
  5. data/docs/ArtifactsApi.md +1 -1
  6. data/docs/ContentApi.md +1 -1
  7. data/docs/ContentguardsApi.md +1 -1
  8. data/docs/ContentguardsContentRedirectApi.md +1 -1
  9. data/docs/ContentguardsRbacApi.md +1 -1
  10. data/docs/DistributionsApi.md +5 -1
  11. data/docs/DistributionsArtifactsApi.md +5 -1
  12. data/docs/Domain.md +27 -0
  13. data/docs/DomainResponse.md +31 -0
  14. data/docs/DomainsApi.md +362 -0
  15. data/docs/ExportersFilesystemApi.md +4 -4
  16. data/docs/ExportersFilesystemExportsApi.md +4 -4
  17. data/docs/ExportersPulpApi.md +1 -1
  18. data/docs/ExportersPulpExportsApi.md +1 -1
  19. data/docs/GroupRole.md +3 -1
  20. data/docs/GroupRoleResponse.md +3 -1
  21. data/docs/GroupsApi.md +7 -7
  22. data/docs/GroupsRolesApi.md +7 -5
  23. data/docs/GroupsUsersApi.md +1 -1
  24. data/docs/ImportersPulpApi.md +1 -1
  25. data/docs/ImportersPulpImportCheckApi.md +1 -1
  26. data/docs/ImportersPulpImportsApi.md +1 -1
  27. data/docs/OrphansApi.md +1 -1
  28. data/docs/OrphansCleanupApi.md +1 -1
  29. data/docs/PaginatedDomainResponseList.md +23 -0
  30. data/docs/PaginatedUpstreamPulpResponseList.md +23 -0
  31. data/docs/PatchedDomain.md +27 -0
  32. data/docs/PatchedUpstreamPulp.md +37 -0
  33. data/docs/PublicationsApi.md +1 -1
  34. data/docs/RemoteResponseHiddenFields.md +2 -2
  35. data/docs/RemotesApi.md +1 -1
  36. data/docs/RepairApi.md +1 -1
  37. data/docs/RepositoriesApi.md +17 -1
  38. data/docs/RepositoriesReclaimSpaceApi.md +1 -1
  39. data/docs/RepositoryResponse.md +1 -1
  40. data/docs/RepositoryVersionsApi.md +1 -1
  41. data/docs/RolesApi.md +7 -7
  42. data/docs/SigningServicesApi.md +1 -1
  43. data/docs/StatusApi.md +1 -1
  44. data/docs/StatusResponse.md +3 -1
  45. data/docs/StorageClassEnum.md +16 -0
  46. data/docs/TaskGroupsApi.md +1 -1
  47. data/docs/TaskSchedulesApi.md +3 -3
  48. data/docs/TasksApi.md +2 -2
  49. data/docs/UploadsApi.md +1 -1
  50. data/docs/UpstreamPulp.md +37 -0
  51. data/docs/UpstreamPulpResponse.md +39 -0
  52. data/docs/UpstreamPulpsApi.md +405 -0
  53. data/docs/UserRole.md +4 -2
  54. data/docs/UserRoleResponse.md +4 -2
  55. data/docs/UsersApi.md +7 -7
  56. data/docs/UsersRolesApi.md +7 -5
  57. data/docs/VersionResponse.md +3 -1
  58. data/docs/WorkersApi.md +1 -1
  59. data/lib/pulpcore_client/api/distributions_api.rb +6 -0
  60. data/lib/pulpcore_client/api/distributions_artifacts_api.rb +6 -0
  61. data/lib/pulpcore_client/api/domains_api.rb +446 -0
  62. data/lib/pulpcore_client/api/exporters_filesystem_api.rb +6 -6
  63. data/lib/pulpcore_client/api/exporters_filesystem_exports_api.rb +6 -6
  64. data/lib/pulpcore_client/api/groups_api.rb +12 -12
  65. data/lib/pulpcore_client/api/groups_roles_api.rb +11 -8
  66. data/lib/pulpcore_client/api/repositories_api.rb +24 -0
  67. data/lib/pulpcore_client/api/roles_api.rb +12 -12
  68. data/lib/pulpcore_client/api/task_schedules_api.rb +4 -4
  69. data/lib/pulpcore_client/api/tasks_api.rb +2 -2
  70. data/lib/pulpcore_client/api/upstream_pulps_api.rb +492 -0
  71. data/lib/pulpcore_client/api/users_api.rb +12 -12
  72. data/lib/pulpcore_client/api/users_roles_api.rb +11 -8
  73. data/lib/pulpcore_client/api/workers_api.rb +1 -1
  74. data/lib/pulpcore_client/configuration.rb +3 -3
  75. data/lib/pulpcore_client/models/artifact_distribution_response.rb +30 -30
  76. data/lib/pulpcore_client/models/domain.rb +323 -0
  77. data/lib/pulpcore_client/models/domain_response.rb +318 -0
  78. data/lib/pulpcore_client/models/group_role.rb +16 -5
  79. data/lib/pulpcore_client/models/group_role_response.rb +15 -4
  80. data/lib/pulpcore_client/models/nested_role.rb +19 -0
  81. data/lib/pulpcore_client/models/paginated_domain_response_list.rb +237 -0
  82. data/lib/pulpcore_client/models/paginated_upstream_pulp_response_list.rb +237 -0
  83. data/lib/pulpcore_client/models/patched_domain.rb +304 -0
  84. data/lib/pulpcore_client/models/patched_upstream_pulp.rb +450 -0
  85. data/lib/pulpcore_client/models/remote_response_hidden_fields.rb +0 -10
  86. data/lib/pulpcore_client/models/repository_response.rb +1 -1
  87. data/lib/pulpcore_client/models/status_response.rb +19 -4
  88. data/lib/pulpcore_client/models/storage_class_enum.rb +37 -0
  89. data/lib/pulpcore_client/models/upstream_pulp.rb +477 -0
  90. data/lib/pulpcore_client/models/upstream_pulp_response.rb +338 -0
  91. data/lib/pulpcore_client/models/user_role.rb +17 -6
  92. data/lib/pulpcore_client/models/user_role_response.rb +16 -5
  93. data/lib/pulpcore_client/models/version_response.rb +19 -4
  94. data/lib/pulpcore_client/version.rb +1 -1
  95. data/lib/pulpcore_client.rb +11 -0
  96. data/spec/api/distributions_api_spec.rb +2 -0
  97. data/spec/api/distributions_artifacts_api_spec.rb +2 -0
  98. data/spec/api/domains_api_spec.rb +120 -0
  99. data/spec/api/exporters_filesystem_api_spec.rb +3 -3
  100. data/spec/api/exporters_filesystem_exports_api_spec.rb +3 -3
  101. data/spec/api/groups_api_spec.rb +6 -6
  102. data/spec/api/groups_roles_api_spec.rb +5 -4
  103. data/spec/api/repositories_api_spec.rb +8 -0
  104. data/spec/api/roles_api_spec.rb +6 -6
  105. data/spec/api/task_schedules_api_spec.rb +2 -2
  106. data/spec/api/tasks_api_spec.rb +1 -1
  107. data/spec/api/upstream_pulps_api_spec.rb +127 -0
  108. data/spec/api/users_api_spec.rb +6 -6
  109. data/spec/api/users_roles_api_spec.rb +5 -4
  110. data/spec/configuration_spec.rb +3 -3
  111. data/spec/models/artifact_distribution_response_spec.rb +6 -6
  112. data/spec/models/domain_response_spec.rb +83 -0
  113. data/spec/models/domain_spec.rb +71 -0
  114. data/spec/models/group_role_response_spec.rb +6 -0
  115. data/spec/models/group_role_spec.rb +6 -0
  116. data/spec/models/paginated_domain_response_list_spec.rb +59 -0
  117. data/spec/models/paginated_upstream_pulp_response_list_spec.rb +59 -0
  118. data/spec/models/patched_domain_spec.rb +71 -0
  119. data/spec/models/patched_upstream_pulp_spec.rb +101 -0
  120. data/spec/models/status_response_spec.rb +6 -0
  121. data/spec/models/storage_class_enum_spec.rb +35 -0
  122. data/spec/models/upstream_pulp_response_spec.rb +107 -0
  123. data/spec/models/upstream_pulp_spec.rb +101 -0
  124. data/spec/models/user_role_response_spec.rb +6 -0
  125. data/spec/models/user_role_spec.rb +6 -0
  126. data/spec/models/version_response_spec.rb +6 -0
  127. metadata +189 -145
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5f69356d83a2894eff0c352f7c18f0123b80ba84f9b1a88d8f17beb34431a9fb
4
- data.tar.gz: fb729b20b8eeb4bf1ba37267ad11e0f164c938f9c8a5c79ccd5db742835a13b8
3
+ metadata.gz: 27e22c568fe64e64c7b06137a6c586966bf7665a45de956d23f8ae1d217f3244
4
+ data.tar.gz: 35b2f27b75a1d64a84c43f8de778b9b42492caa4cf26191832788c07880c0b4c
5
5
  SHA512:
6
- metadata.gz: acef52879021eb386b216fad6a8a94560d2a1e5e7bbce8d7b31437ef56c5c14fdd9e2c8d90dc9f801bdf8066908c641d449bf1e909c03498e6ebd0d841751987
7
- data.tar.gz: c7c2230c0a2ccf0186709837c3d484e9fbf5e5f260e848c50aa0385cce9d3ef98b8c8c6dffef1977318596ed2ad124425fad95afeefe08992fc7b3f7c31634b2
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.22.35
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.22.35.gem
27
+ gem install ./pulpcore_client-3.23.0.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulpcore_client-3.22.35.gem` to install the development dependencies)
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.22.35'
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 *http://localhost:24817*
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)
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::AccessPoliciesApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -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(name: null,
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
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::ArtifactsApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
data/docs/ContentApi.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::ContentApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::ContentguardsApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::ContentguardsContentRedirectApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::ContentguardsRbacApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::DistributionsApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
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&lt;String&gt;**](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&lt;String&gt;**](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&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
80
84
  **exclude_fields** | [**Array&lt;String&gt;**](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 *http://localhost:24817*
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&lt;String&gt;**](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&lt;String&gt;**](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&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
81
85
  **exclude_fields** | [**Array&lt;String&gt;**](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
+