pulpcore_client 3.13.0 → 3.14.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (230) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +1 -1
  3. data/README.md +17 -13
  4. data/docs/{ExportersCoreExportsApi.md → ExportersPulpExportsApi.md} +13 -13
  5. data/docs/{ImportersCoreImportCheckApi.md → ImportersPulpImportCheckApi.md} +4 -4
  6. data/docs/{ImportersCoreImportsApi.md → ImportersPulpImportsApi.md} +13 -13
  7. data/docs/MinimalTaskResponse.md +29 -0
  8. data/docs/OrphansApi.md +1 -1
  9. data/docs/OrphansCleanup.md +17 -0
  10. data/docs/OrphansCleanupApi.md +61 -0
  11. data/docs/ProgressReportResponse.md +1 -1
  12. data/docs/PulpExportResponse.md +1 -1
  13. data/docs/Repair.md +17 -0
  14. data/docs/RepairApi.md +8 -4
  15. data/docs/TaskGroupResponse.md +5 -1
  16. data/docs/TaskResponse.md +2 -2
  17. data/docs/TasksApi.md +6 -2
  18. data/docs/WorkerResponse.md +3 -3
  19. data/lib/pulpcore_client/api/access_policies_api.rb +1 -1
  20. data/lib/pulpcore_client/api/artifacts_api.rb +1 -1
  21. data/lib/pulpcore_client/api/content_api.rb +1 -1
  22. data/lib/pulpcore_client/api/contentguards_api.rb +1 -1
  23. data/lib/pulpcore_client/api/exporters_pulp_api.rb +1 -1
  24. data/lib/pulpcore_client/api/{exporters_core_exports_api.rb → exporters_pulp_exports_api.rb} +15 -15
  25. data/lib/pulpcore_client/api/groups_api.rb +1 -1
  26. data/lib/pulpcore_client/api/groups_model_permissions_api.rb +1 -1
  27. data/lib/pulpcore_client/api/groups_object_permissions_api.rb +1 -1
  28. data/lib/pulpcore_client/api/groups_users_api.rb +1 -1
  29. data/lib/pulpcore_client/api/importers_pulp_api.rb +1 -1
  30. data/lib/pulpcore_client/api/{importers_core_import_check_api.rb → importers_pulp_import_check_api.rb} +5 -5
  31. data/lib/pulpcore_client/api/{importers_core_imports_api.rb → importers_pulp_imports_api.rb} +15 -15
  32. data/lib/pulpcore_client/api/orphans_api.rb +3 -3
  33. data/lib/pulpcore_client/api/orphans_cleanup_api.rb +84 -0
  34. data/lib/pulpcore_client/api/publications_api.rb +1 -1
  35. data/lib/pulpcore_client/api/repair_api.rb +13 -5
  36. data/lib/pulpcore_client/api/repositories_api.rb +1 -1
  37. data/lib/pulpcore_client/api/repository_versions_api.rb +1 -1
  38. data/lib/pulpcore_client/api/signing_services_api.rb +1 -1
  39. data/lib/pulpcore_client/api/status_api.rb +1 -1
  40. data/lib/pulpcore_client/api/task_groups_api.rb +1 -1
  41. data/lib/pulpcore_client/api/tasks_api.rb +11 -5
  42. data/lib/pulpcore_client/api/uploads_api.rb +1 -1
  43. data/lib/pulpcore_client/api/users_api.rb +1 -1
  44. data/lib/pulpcore_client/api/workers_api.rb +1 -1
  45. data/lib/pulpcore_client/api_client.rb +12 -8
  46. data/lib/pulpcore_client/api_error.rb +1 -1
  47. data/lib/pulpcore_client/configuration.rb +8 -1
  48. data/lib/pulpcore_client/models/access_policy.rb +1 -1
  49. data/lib/pulpcore_client/models/access_policy_response.rb +1 -1
  50. data/lib/pulpcore_client/models/artifact.rb +1 -1
  51. data/lib/pulpcore_client/models/artifact_response.rb +1 -1
  52. data/lib/pulpcore_client/models/async_operation_response.rb +1 -1
  53. data/lib/pulpcore_client/models/content_app_status_response.rb +1 -1
  54. data/lib/pulpcore_client/models/content_guard_response.rb +1 -1
  55. data/lib/pulpcore_client/models/content_summary_response.rb +1 -1
  56. data/lib/pulpcore_client/models/database_connection_response.rb +1 -1
  57. data/lib/pulpcore_client/models/evaluation_response.rb +1 -1
  58. data/lib/pulpcore_client/models/group.rb +1 -1
  59. data/lib/pulpcore_client/models/group_progress_report_response.rb +1 -1
  60. data/lib/pulpcore_client/models/group_response.rb +1 -1
  61. data/lib/pulpcore_client/models/group_user.rb +1 -1
  62. data/lib/pulpcore_client/models/group_user_response.rb +1 -1
  63. data/lib/pulpcore_client/models/import_response.rb +1 -1
  64. data/lib/pulpcore_client/models/minimal_task_response.rb +272 -0
  65. data/lib/pulpcore_client/models/multiple_artifact_content_response.rb +1 -1
  66. data/lib/pulpcore_client/models/orphans_cleanup.rb +209 -0
  67. data/lib/pulpcore_client/models/paginated_access_policy_response_list.rb +1 -1
  68. data/lib/pulpcore_client/models/paginated_artifact_response_list.rb +1 -1
  69. data/lib/pulpcore_client/models/paginated_content_guard_response_list.rb +1 -1
  70. data/lib/pulpcore_client/models/paginated_group_response_list.rb +1 -1
  71. data/lib/pulpcore_client/models/paginated_group_user_response_list.rb +1 -1
  72. data/lib/pulpcore_client/models/paginated_import_response_list.rb +1 -1
  73. data/lib/pulpcore_client/models/paginated_multiple_artifact_content_response_list.rb +1 -1
  74. data/lib/pulpcore_client/models/paginated_permission_response_list.rb +1 -1
  75. data/lib/pulpcore_client/models/paginated_publication_response_list.rb +1 -1
  76. data/lib/pulpcore_client/models/paginated_pulp_export_response_list.rb +1 -1
  77. data/lib/pulpcore_client/models/paginated_pulp_exporter_response_list.rb +1 -1
  78. data/lib/pulpcore_client/models/paginated_pulp_importer_response_list.rb +1 -1
  79. data/lib/pulpcore_client/models/paginated_repository_response_list.rb +1 -1
  80. data/lib/pulpcore_client/models/paginated_repository_version_response_list.rb +1 -1
  81. data/lib/pulpcore_client/models/paginated_signing_service_response_list.rb +1 -1
  82. data/lib/pulpcore_client/models/paginated_task_group_response_list.rb +1 -1
  83. data/lib/pulpcore_client/models/paginated_task_response_list.rb +1 -1
  84. data/lib/pulpcore_client/models/paginated_upload_response_list.rb +1 -1
  85. data/lib/pulpcore_client/models/paginated_user_response_list.rb +1 -1
  86. data/lib/pulpcore_client/models/paginated_worker_response_list.rb +1 -1
  87. data/lib/pulpcore_client/models/patched_access_policy.rb +1 -1
  88. data/lib/pulpcore_client/models/patched_group.rb +1 -1
  89. data/lib/pulpcore_client/models/patched_pulp_exporter.rb +1 -1
  90. data/lib/pulpcore_client/models/patched_pulp_importer.rb +1 -1
  91. data/lib/pulpcore_client/models/patched_task_cancel.rb +1 -1
  92. data/lib/pulpcore_client/models/permission_response.rb +1 -1
  93. data/lib/pulpcore_client/models/progress_report_response.rb +2 -2
  94. data/lib/pulpcore_client/models/publication_response.rb +1 -1
  95. data/lib/pulpcore_client/models/pulp_export.rb +1 -1
  96. data/lib/pulpcore_client/models/pulp_export_response.rb +2 -2
  97. data/lib/pulpcore_client/models/pulp_exporter.rb +1 -1
  98. data/lib/pulpcore_client/models/pulp_exporter_response.rb +1 -1
  99. data/lib/pulpcore_client/models/pulp_import.rb +1 -1
  100. data/lib/pulpcore_client/models/pulp_import_check.rb +1 -1
  101. data/lib/pulpcore_client/models/pulp_import_check_response.rb +1 -1
  102. data/lib/pulpcore_client/models/pulp_importer.rb +1 -1
  103. data/lib/pulpcore_client/models/pulp_importer_response.rb +1 -1
  104. data/lib/pulpcore_client/models/redis_connection_response.rb +1 -1
  105. data/lib/pulpcore_client/models/repair.rb +209 -0
  106. data/lib/pulpcore_client/models/repository_response.rb +1 -1
  107. data/lib/pulpcore_client/models/repository_version_response.rb +1 -1
  108. data/lib/pulpcore_client/models/signing_service_response.rb +1 -1
  109. data/lib/pulpcore_client/models/status_response.rb +1 -1
  110. data/lib/pulpcore_client/models/storage_response.rb +1 -1
  111. data/lib/pulpcore_client/models/task_group_response.rb +26 -5
  112. data/lib/pulpcore_client/models/task_response.rb +4 -3
  113. data/lib/pulpcore_client/models/upload.rb +1 -1
  114. data/lib/pulpcore_client/models/upload_chunk.rb +1 -1
  115. data/lib/pulpcore_client/models/upload_chunk_response.rb +1 -1
  116. data/lib/pulpcore_client/models/upload_commit.rb +1 -1
  117. data/lib/pulpcore_client/models/upload_detail_response.rb +1 -1
  118. data/lib/pulpcore_client/models/upload_response.rb +1 -1
  119. data/lib/pulpcore_client/models/user_group_response.rb +1 -1
  120. data/lib/pulpcore_client/models/user_response.rb +1 -1
  121. data/lib/pulpcore_client/models/version_response.rb +1 -1
  122. data/lib/pulpcore_client/models/worker_response.rb +11 -11
  123. data/lib/pulpcore_client/version.rb +2 -2
  124. data/lib/pulpcore_client.rb +8 -4
  125. data/pulpcore_client.gemspec +1 -1
  126. data/spec/api/access_policies_api_spec.rb +1 -1
  127. data/spec/api/artifacts_api_spec.rb +1 -1
  128. data/spec/api/content_api_spec.rb +1 -1
  129. data/spec/api/contentguards_api_spec.rb +1 -1
  130. data/spec/api/exporters_pulp_api_spec.rb +1 -1
  131. data/spec/api/{exporters_core_exports_api_spec.rb → exporters_pulp_exports_api_spec.rb} +7 -7
  132. data/spec/api/groups_api_spec.rb +1 -1
  133. data/spec/api/groups_model_permissions_api_spec.rb +1 -1
  134. data/spec/api/groups_object_permissions_api_spec.rb +1 -1
  135. data/spec/api/groups_users_api_spec.rb +1 -1
  136. data/spec/api/importers_pulp_api_spec.rb +1 -1
  137. data/spec/api/{importers_core_import_check_api_spec.rb → importers_pulp_import_check_api_spec.rb} +7 -7
  138. data/spec/api/{importers_core_imports_api_spec.rb → importers_pulp_imports_api_spec.rb} +7 -7
  139. data/spec/api/orphans_api_spec.rb +2 -2
  140. data/spec/api/orphans_cleanup_api_spec.rb +46 -0
  141. data/spec/api/publications_api_spec.rb +1 -1
  142. data/spec/api/repair_api_spec.rb +2 -1
  143. data/spec/api/repositories_api_spec.rb +1 -1
  144. data/spec/api/repository_versions_api_spec.rb +1 -1
  145. data/spec/api/signing_services_api_spec.rb +1 -1
  146. data/spec/api/status_api_spec.rb +1 -1
  147. data/spec/api/task_groups_api_spec.rb +1 -1
  148. data/spec/api/tasks_api_spec.rb +4 -2
  149. data/spec/api/uploads_api_spec.rb +1 -1
  150. data/spec/api/users_api_spec.rb +1 -1
  151. data/spec/api/workers_api_spec.rb +1 -1
  152. data/spec/api_client_spec.rb +2 -2
  153. data/spec/configuration_spec.rb +1 -1
  154. data/spec/models/access_policy_response_spec.rb +1 -1
  155. data/spec/models/access_policy_spec.rb +1 -1
  156. data/spec/models/artifact_response_spec.rb +1 -1
  157. data/spec/models/artifact_spec.rb +1 -1
  158. data/spec/models/async_operation_response_spec.rb +1 -1
  159. data/spec/models/content_app_status_response_spec.rb +1 -1
  160. data/spec/models/content_guard_response_spec.rb +1 -1
  161. data/spec/models/content_summary_response_spec.rb +1 -1
  162. data/spec/models/database_connection_response_spec.rb +1 -1
  163. data/spec/models/evaluation_response_spec.rb +1 -1
  164. data/spec/models/group_progress_report_response_spec.rb +1 -1
  165. data/spec/models/group_response_spec.rb +1 -1
  166. data/spec/models/group_spec.rb +1 -1
  167. data/spec/models/group_user_response_spec.rb +1 -1
  168. data/spec/models/group_user_spec.rb +1 -1
  169. data/spec/models/import_response_spec.rb +1 -1
  170. data/spec/models/minimal_task_response_spec.rb +77 -0
  171. data/spec/models/multiple_artifact_content_response_spec.rb +1 -1
  172. data/spec/models/orphans_cleanup_spec.rb +41 -0
  173. data/spec/models/paginated_access_policy_response_list_spec.rb +1 -1
  174. data/spec/models/paginated_artifact_response_list_spec.rb +1 -1
  175. data/spec/models/paginated_content_guard_response_list_spec.rb +1 -1
  176. data/spec/models/paginated_group_response_list_spec.rb +1 -1
  177. data/spec/models/paginated_group_user_response_list_spec.rb +1 -1
  178. data/spec/models/paginated_import_response_list_spec.rb +1 -1
  179. data/spec/models/paginated_multiple_artifact_content_response_list_spec.rb +1 -1
  180. data/spec/models/paginated_permission_response_list_spec.rb +1 -1
  181. data/spec/models/paginated_publication_response_list_spec.rb +1 -1
  182. data/spec/models/paginated_pulp_export_response_list_spec.rb +1 -1
  183. data/spec/models/paginated_pulp_exporter_response_list_spec.rb +1 -1
  184. data/spec/models/paginated_pulp_importer_response_list_spec.rb +1 -1
  185. data/spec/models/paginated_repository_response_list_spec.rb +1 -1
  186. data/spec/models/paginated_repository_version_response_list_spec.rb +1 -1
  187. data/spec/models/paginated_signing_service_response_list_spec.rb +1 -1
  188. data/spec/models/paginated_task_group_response_list_spec.rb +1 -1
  189. data/spec/models/paginated_task_response_list_spec.rb +1 -1
  190. data/spec/models/paginated_upload_response_list_spec.rb +1 -1
  191. data/spec/models/paginated_user_response_list_spec.rb +1 -1
  192. data/spec/models/paginated_worker_response_list_spec.rb +1 -1
  193. data/spec/models/patched_access_policy_spec.rb +1 -1
  194. data/spec/models/patched_group_spec.rb +1 -1
  195. data/spec/models/patched_pulp_exporter_spec.rb +1 -1
  196. data/spec/models/patched_pulp_importer_spec.rb +1 -1
  197. data/spec/models/patched_task_cancel_spec.rb +1 -1
  198. data/spec/models/permission_response_spec.rb +1 -1
  199. data/spec/models/progress_report_response_spec.rb +1 -1
  200. data/spec/models/publication_response_spec.rb +1 -1
  201. data/spec/models/pulp_export_response_spec.rb +1 -1
  202. data/spec/models/pulp_export_spec.rb +1 -1
  203. data/spec/models/pulp_exporter_response_spec.rb +1 -1
  204. data/spec/models/pulp_exporter_spec.rb +1 -1
  205. data/spec/models/pulp_import_check_response_spec.rb +1 -1
  206. data/spec/models/pulp_import_check_spec.rb +1 -1
  207. data/spec/models/pulp_import_spec.rb +1 -1
  208. data/spec/models/pulp_importer_response_spec.rb +1 -1
  209. data/spec/models/pulp_importer_spec.rb +1 -1
  210. data/spec/models/redis_connection_response_spec.rb +1 -1
  211. data/spec/models/repair_spec.rb +41 -0
  212. data/spec/models/repository_response_spec.rb +1 -1
  213. data/spec/models/repository_version_response_spec.rb +1 -1
  214. data/spec/models/signing_service_response_spec.rb +1 -1
  215. data/spec/models/status_response_spec.rb +1 -1
  216. data/spec/models/storage_response_spec.rb +1 -1
  217. data/spec/models/task_group_response_spec.rb +13 -1
  218. data/spec/models/task_response_spec.rb +1 -1
  219. data/spec/models/upload_chunk_response_spec.rb +1 -1
  220. data/spec/models/upload_chunk_spec.rb +1 -1
  221. data/spec/models/upload_commit_spec.rb +1 -1
  222. data/spec/models/upload_detail_response_spec.rb +1 -1
  223. data/spec/models/upload_response_spec.rb +1 -1
  224. data/spec/models/upload_spec.rb +1 -1
  225. data/spec/models/user_group_response_spec.rb +1 -1
  226. data/spec/models/user_response_spec.rb +1 -1
  227. data/spec/models/version_response_spec.rb +1 -1
  228. data/spec/models/worker_response_spec.rb +3 -3
  229. data/spec/spec_helper.rb +1 -1
  230. metadata +106 -90
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c0dca746f89fd413e5a3334ea9a463aa0704449df8796a7d18a117b6ca21fe4d
4
- data.tar.gz: 2e0ab0cbe3c3e314a40b557728a4e6a65f584cf661e5ffb92ff5757a671ec020
3
+ metadata.gz: 2d9a361fc8f870f422c0dc2b8fdecc1a67493cc4189cb03ce9fed2155fde0b4e
4
+ data.tar.gz: 2938c75d402e0c156758008c91d3d16c5a542aa9fc74ec2ac42b692ccec9424a
5
5
  SHA512:
6
- metadata.gz: 81c0fb45500bc47cfda2ccee844ec06a81be84eda40b7653f7e1ccd21b0f1f0fa9fdc133a3e15b4e2476d6560f6f0b7468db893458b6e6d6e2b971dab8501af6
7
- data.tar.gz: a4c6b35854dee7847d118dffb0afefd94deb1f64d843528c1ced8b9b236a9d09e0109ee3c319a94489cb980270a30aaac0c3d4dbea2d2ad237830aea68b4fb2c
6
+ metadata.gz: 024e829358f0bd47f84563ad9a3532bebb4a2a144cf82648e1d56e913a9dcb1b35a76941b7c0465e47092020f3301a7ee7ca8b2d171da84da71e601716e1a57b
7
+ data.tar.gz: b2bad3bbbb02bb9e201d7c836a30636a0737eac6881e23dbf8380c0ca71dba2ef62a2ca70fa6d4af3157f079473ac832dc093bf37e1baac374a8ffa8d7c26816
data/Gemfile CHANGED
@@ -3,7 +3,7 @@ source 'https://rubygems.org'
3
3
  gemspec
4
4
 
5
5
  group :development, :test do
6
- gem 'rake', '~> 12.0.0'
6
+ gem 'rake', '~> 13.0.1'
7
7
  gem 'pry-byebug'
8
8
  gem 'rubocop', '~> 0.66.0'
9
9
  end
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.13.0
10
+ - Package version: 3.14.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.13.0.gem
27
+ gem install ./pulpcore_client-3.14.0.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulpcore_client-3.13.0.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulpcore_client-3.14.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.13.0'
36
+ gem 'pulpcore_client', '~> 3.14.0'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -105,16 +105,16 @@ Class | Method | HTTP request | Description
105
105
  *PulpcoreClient::ArtifactsApi* | [**read**](docs/ArtifactsApi.md#read) | **GET** {artifact_href} | Inspect an artifact
106
106
  *PulpcoreClient::ContentApi* | [**list**](docs/ContentApi.md#list) | **GET** /pulp/api/v3/content/ | List content
107
107
  *PulpcoreClient::ContentguardsApi* | [**list**](docs/ContentguardsApi.md#list) | **GET** /pulp/api/v3/contentguards/ | List content guards
108
- *PulpcoreClient::ExportersCoreExportsApi* | [**create**](docs/ExportersCoreExportsApi.md#create) | **POST** {pulp_exporter_href}exports/ | Create a pulp export
109
- *PulpcoreClient::ExportersCoreExportsApi* | [**delete**](docs/ExportersCoreExportsApi.md#delete) | **DELETE** {pulp_pulp_export_href} | Delete a pulp export
110
- *PulpcoreClient::ExportersCoreExportsApi* | [**list**](docs/ExportersCoreExportsApi.md#list) | **GET** {pulp_exporter_href}exports/ | List pulp exports
111
- *PulpcoreClient::ExportersCoreExportsApi* | [**read**](docs/ExportersCoreExportsApi.md#read) | **GET** {pulp_pulp_export_href} | Inspect a pulp export
112
108
  *PulpcoreClient::ExportersPulpApi* | [**create**](docs/ExportersPulpApi.md#create) | **POST** /pulp/api/v3/exporters/core/pulp/ | Create a pulp exporter
113
109
  *PulpcoreClient::ExportersPulpApi* | [**delete**](docs/ExportersPulpApi.md#delete) | **DELETE** {pulp_exporter_href} | Delete a pulp exporter
114
110
  *PulpcoreClient::ExportersPulpApi* | [**list**](docs/ExportersPulpApi.md#list) | **GET** /pulp/api/v3/exporters/core/pulp/ | List pulp exporters
115
111
  *PulpcoreClient::ExportersPulpApi* | [**partial_update**](docs/ExportersPulpApi.md#partial_update) | **PATCH** {pulp_exporter_href} | Update a pulp exporter
116
112
  *PulpcoreClient::ExportersPulpApi* | [**read**](docs/ExportersPulpApi.md#read) | **GET** {pulp_exporter_href} | Inspect a pulp exporter
117
113
  *PulpcoreClient::ExportersPulpApi* | [**update**](docs/ExportersPulpApi.md#update) | **PUT** {pulp_exporter_href} | Update a pulp exporter
114
+ *PulpcoreClient::ExportersPulpExportsApi* | [**create**](docs/ExportersPulpExportsApi.md#create) | **POST** {pulp_exporter_href}exports/ | Create a pulp export
115
+ *PulpcoreClient::ExportersPulpExportsApi* | [**delete**](docs/ExportersPulpExportsApi.md#delete) | **DELETE** {pulp_pulp_export_href} | Delete a pulp export
116
+ *PulpcoreClient::ExportersPulpExportsApi* | [**list**](docs/ExportersPulpExportsApi.md#list) | **GET** {pulp_exporter_href}exports/ | List pulp exports
117
+ *PulpcoreClient::ExportersPulpExportsApi* | [**read**](docs/ExportersPulpExportsApi.md#read) | **GET** {pulp_pulp_export_href} | Inspect a pulp export
118
118
  *PulpcoreClient::GroupsApi* | [**create**](docs/GroupsApi.md#create) | **POST** /pulp/api/v3/groups/ | Create a group
119
119
  *PulpcoreClient::GroupsApi* | [**delete**](docs/GroupsApi.md#delete) | **DELETE** {auth_group_href} | Delete a group
120
120
  *PulpcoreClient::GroupsApi* | [**list**](docs/GroupsApi.md#list) | **GET** /pulp/api/v3/groups/ | List groups
@@ -132,18 +132,19 @@ Class | Method | HTTP request | Description
132
132
  *PulpcoreClient::GroupsUsersApi* | [**create**](docs/GroupsUsersApi.md#create) | **POST** {auth_group_href}users/ | Create an user
133
133
  *PulpcoreClient::GroupsUsersApi* | [**delete**](docs/GroupsUsersApi.md#delete) | **DELETE** {auth_groups_user_href} | Delete an user
134
134
  *PulpcoreClient::GroupsUsersApi* | [**list**](docs/GroupsUsersApi.md#list) | **GET** {auth_group_href}users/ | List users
135
- *PulpcoreClient::ImportersCoreImportCheckApi* | [**pulp_import_check_post**](docs/ImportersCoreImportCheckApi.md#pulp_import_check_post) | **POST** /pulp/api/v3/importers/core/pulp/import-check/ | Validate the parameters to be used for a PulpImport call
136
- *PulpcoreClient::ImportersCoreImportsApi* | [**create**](docs/ImportersCoreImportsApi.md#create) | **POST** {pulp_importer_href}imports/ | Create a pulp import
137
- *PulpcoreClient::ImportersCoreImportsApi* | [**delete**](docs/ImportersCoreImportsApi.md#delete) | **DELETE** {pulp_pulp_import_href} | Delete a pulp import
138
- *PulpcoreClient::ImportersCoreImportsApi* | [**list**](docs/ImportersCoreImportsApi.md#list) | **GET** {pulp_importer_href}imports/ | List pulp imports
139
- *PulpcoreClient::ImportersCoreImportsApi* | [**read**](docs/ImportersCoreImportsApi.md#read) | **GET** {pulp_pulp_import_href} | Inspect a pulp import
140
135
  *PulpcoreClient::ImportersPulpApi* | [**create**](docs/ImportersPulpApi.md#create) | **POST** /pulp/api/v3/importers/core/pulp/ | Create a pulp importer
141
136
  *PulpcoreClient::ImportersPulpApi* | [**delete**](docs/ImportersPulpApi.md#delete) | **DELETE** {pulp_importer_href} | Delete a pulp importer
142
137
  *PulpcoreClient::ImportersPulpApi* | [**list**](docs/ImportersPulpApi.md#list) | **GET** /pulp/api/v3/importers/core/pulp/ | List pulp importers
143
138
  *PulpcoreClient::ImportersPulpApi* | [**partial_update**](docs/ImportersPulpApi.md#partial_update) | **PATCH** {pulp_importer_href} | Update a pulp importer
144
139
  *PulpcoreClient::ImportersPulpApi* | [**read**](docs/ImportersPulpApi.md#read) | **GET** {pulp_importer_href} | Inspect a pulp importer
145
140
  *PulpcoreClient::ImportersPulpApi* | [**update**](docs/ImportersPulpApi.md#update) | **PUT** {pulp_importer_href} | Update a pulp importer
141
+ *PulpcoreClient::ImportersPulpImportCheckApi* | [**pulp_import_check_post**](docs/ImportersPulpImportCheckApi.md#pulp_import_check_post) | **POST** /pulp/api/v3/importers/core/pulp/import-check/ | Validate the parameters to be used for a PulpImport call
142
+ *PulpcoreClient::ImportersPulpImportsApi* | [**create**](docs/ImportersPulpImportsApi.md#create) | **POST** {pulp_importer_href}imports/ | Create a pulp import
143
+ *PulpcoreClient::ImportersPulpImportsApi* | [**delete**](docs/ImportersPulpImportsApi.md#delete) | **DELETE** {pulp_pulp_import_href} | Delete a pulp import
144
+ *PulpcoreClient::ImportersPulpImportsApi* | [**list**](docs/ImportersPulpImportsApi.md#list) | **GET** {pulp_importer_href}imports/ | List pulp imports
145
+ *PulpcoreClient::ImportersPulpImportsApi* | [**read**](docs/ImportersPulpImportsApi.md#read) | **GET** {pulp_pulp_import_href} | Inspect a pulp import
146
146
  *PulpcoreClient::OrphansApi* | [**delete**](docs/OrphansApi.md#delete) | **DELETE** /pulp/api/v3/orphans/ | Delete orphans
147
+ *PulpcoreClient::OrphansCleanupApi* | [**cleanup**](docs/OrphansCleanupApi.md#cleanup) | **POST** /pulp/api/v3/orphans/cleanup/ |
147
148
  *PulpcoreClient::PublicationsApi* | [**list**](docs/PublicationsApi.md#list) | **GET** /pulp/api/v3/publications/ | List publications
148
149
  *PulpcoreClient::RepairApi* | [**post**](docs/RepairApi.md#post) | **POST** /pulp/api/v3/repair/ | Repair Artifact Storage
149
150
  *PulpcoreClient::RepositoriesApi* | [**list**](docs/RepositoriesApi.md#list) | **GET** /pulp/api/v3/repositories/ | List repositories
@@ -188,7 +189,9 @@ Class | Method | HTTP request | Description
188
189
  - [PulpcoreClient::GroupUser](docs/GroupUser.md)
189
190
  - [PulpcoreClient::GroupUserResponse](docs/GroupUserResponse.md)
190
191
  - [PulpcoreClient::ImportResponse](docs/ImportResponse.md)
192
+ - [PulpcoreClient::MinimalTaskResponse](docs/MinimalTaskResponse.md)
191
193
  - [PulpcoreClient::MultipleArtifactContentResponse](docs/MultipleArtifactContentResponse.md)
194
+ - [PulpcoreClient::OrphansCleanup](docs/OrphansCleanup.md)
192
195
  - [PulpcoreClient::PaginatedAccessPolicyResponseList](docs/PaginatedAccessPolicyResponseList.md)
193
196
  - [PulpcoreClient::PaginatedArtifactResponseList](docs/PaginatedArtifactResponseList.md)
194
197
  - [PulpcoreClient::PaginatedContentGuardResponseList](docs/PaginatedContentGuardResponseList.md)
@@ -227,6 +230,7 @@ Class | Method | HTTP request | Description
227
230
  - [PulpcoreClient::PulpImporter](docs/PulpImporter.md)
228
231
  - [PulpcoreClient::PulpImporterResponse](docs/PulpImporterResponse.md)
229
232
  - [PulpcoreClient::RedisConnectionResponse](docs/RedisConnectionResponse.md)
233
+ - [PulpcoreClient::Repair](docs/Repair.md)
230
234
  - [PulpcoreClient::RepositoryResponse](docs/RepositoryResponse.md)
231
235
  - [PulpcoreClient::RepositoryVersionResponse](docs/RepositoryVersionResponse.md)
232
236
  - [PulpcoreClient::SigningServiceResponse](docs/SigningServiceResponse.md)
@@ -1,13 +1,13 @@
1
- # PulpcoreClient::ExportersCoreExportsApi
1
+ # PulpcoreClient::ExportersPulpExportsApi
2
2
 
3
3
  All URIs are relative to *http://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
- [**create**](ExportersCoreExportsApi.md#create) | **POST** {pulp_exporter_href}exports/ | Create a pulp export
8
- [**delete**](ExportersCoreExportsApi.md#delete) | **DELETE** {pulp_pulp_export_href} | Delete a pulp export
9
- [**list**](ExportersCoreExportsApi.md#list) | **GET** {pulp_exporter_href}exports/ | List pulp exports
10
- [**read**](ExportersCoreExportsApi.md#read) | **GET** {pulp_pulp_export_href} | Inspect a pulp export
7
+ [**create**](ExportersPulpExportsApi.md#create) | **POST** {pulp_exporter_href}exports/ | Create a pulp export
8
+ [**delete**](ExportersPulpExportsApi.md#delete) | **DELETE** {pulp_pulp_export_href} | Delete a pulp export
9
+ [**list**](ExportersPulpExportsApi.md#list) | **GET** {pulp_exporter_href}exports/ | List pulp exports
10
+ [**read**](ExportersPulpExportsApi.md#read) | **GET** {pulp_pulp_export_href} | Inspect a pulp export
11
11
 
12
12
 
13
13
 
@@ -31,7 +31,7 @@ PulpcoreClient.configure do |config|
31
31
  config.password = 'YOUR PASSWORD'
32
32
  end
33
33
 
34
- api_instance = PulpcoreClient::ExportersCoreExportsApi.new
34
+ api_instance = PulpcoreClient::ExportersPulpExportsApi.new
35
35
  pulp_exporter_href = 'pulp_exporter_href_example' # String |
36
36
  pulp_export = PulpcoreClient::PulpExport.new # PulpExport |
37
37
 
@@ -40,7 +40,7 @@ begin
40
40
  result = api_instance.create(pulp_exporter_href, pulp_export)
41
41
  p result
42
42
  rescue PulpcoreClient::ApiError => e
43
- puts "Exception when calling ExportersCoreExportsApi->create: #{e}"
43
+ puts "Exception when calling ExportersPulpExportsApi->create: #{e}"
44
44
  end
45
45
  ```
46
46
 
@@ -86,14 +86,14 @@ PulpcoreClient.configure do |config|
86
86
  config.password = 'YOUR PASSWORD'
87
87
  end
88
88
 
89
- api_instance = PulpcoreClient::ExportersCoreExportsApi.new
89
+ api_instance = PulpcoreClient::ExportersPulpExportsApi.new
90
90
  pulp_pulp_export_href = 'pulp_pulp_export_href_example' # String |
91
91
 
92
92
  begin
93
93
  #Delete a pulp export
94
94
  api_instance.delete(pulp_pulp_export_href)
95
95
  rescue PulpcoreClient::ApiError => e
96
- puts "Exception when calling ExportersCoreExportsApi->delete: #{e}"
96
+ puts "Exception when calling ExportersPulpExportsApi->delete: #{e}"
97
97
  end
98
98
  ```
99
99
 
@@ -138,7 +138,7 @@ PulpcoreClient.configure do |config|
138
138
  config.password = 'YOUR PASSWORD'
139
139
  end
140
140
 
141
- api_instance = PulpcoreClient::ExportersCoreExportsApi.new
141
+ api_instance = PulpcoreClient::ExportersPulpExportsApi.new
142
142
  pulp_exporter_href = 'pulp_exporter_href_example' # String |
143
143
  opts = {
144
144
  limit: 56, # Integer | Number of results to return per page.
@@ -153,7 +153,7 @@ begin
153
153
  result = api_instance.list(pulp_exporter_href, opts)
154
154
  p result
155
155
  rescue PulpcoreClient::ApiError => e
156
- puts "Exception when calling ExportersCoreExportsApi->list: #{e}"
156
+ puts "Exception when calling ExportersPulpExportsApi->list: #{e}"
157
157
  end
158
158
  ```
159
159
 
@@ -203,7 +203,7 @@ PulpcoreClient.configure do |config|
203
203
  config.password = 'YOUR PASSWORD'
204
204
  end
205
205
 
206
- api_instance = PulpcoreClient::ExportersCoreExportsApi.new
206
+ api_instance = PulpcoreClient::ExportersPulpExportsApi.new
207
207
  pulp_pulp_export_href = 'pulp_pulp_export_href_example' # String |
208
208
  opts = {
209
209
  fields: 'fields_example', # String | A list of fields to include in the response.
@@ -215,7 +215,7 @@ begin
215
215
  result = api_instance.read(pulp_pulp_export_href, opts)
216
216
  p result
217
217
  rescue PulpcoreClient::ApiError => e
218
- puts "Exception when calling ExportersCoreExportsApi->read: #{e}"
218
+ puts "Exception when calling ExportersPulpExportsApi->read: #{e}"
219
219
  end
220
220
  ```
221
221
 
@@ -1,10 +1,10 @@
1
- # PulpcoreClient::ImportersCoreImportCheckApi
1
+ # PulpcoreClient::ImportersPulpImportCheckApi
2
2
 
3
3
  All URIs are relative to *http://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
- [**pulp_import_check_post**](ImportersCoreImportCheckApi.md#pulp_import_check_post) | **POST** /pulp/api/v3/importers/core/pulp/import-check/ | Validate the parameters to be used for a PulpImport call
7
+ [**pulp_import_check_post**](ImportersPulpImportCheckApi.md#pulp_import_check_post) | **POST** /pulp/api/v3/importers/core/pulp/import-check/ | Validate the parameters to be used for a PulpImport call
8
8
 
9
9
 
10
10
 
@@ -28,7 +28,7 @@ PulpcoreClient.configure do |config|
28
28
  config.password = 'YOUR PASSWORD'
29
29
  end
30
30
 
31
- api_instance = PulpcoreClient::ImportersCoreImportCheckApi.new
31
+ api_instance = PulpcoreClient::ImportersPulpImportCheckApi.new
32
32
  pulp_import_check = PulpcoreClient::PulpImportCheck.new # PulpImportCheck |
33
33
 
34
34
  begin
@@ -36,7 +36,7 @@ begin
36
36
  result = api_instance.pulp_import_check_post(pulp_import_check)
37
37
  p result
38
38
  rescue PulpcoreClient::ApiError => e
39
- puts "Exception when calling ImportersCoreImportCheckApi->pulp_import_check_post: #{e}"
39
+ puts "Exception when calling ImportersPulpImportCheckApi->pulp_import_check_post: #{e}"
40
40
  end
41
41
  ```
42
42
 
@@ -1,13 +1,13 @@
1
- # PulpcoreClient::ImportersCoreImportsApi
1
+ # PulpcoreClient::ImportersPulpImportsApi
2
2
 
3
3
  All URIs are relative to *http://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
- [**create**](ImportersCoreImportsApi.md#create) | **POST** {pulp_importer_href}imports/ | Create a pulp import
8
- [**delete**](ImportersCoreImportsApi.md#delete) | **DELETE** {pulp_pulp_import_href} | Delete a pulp import
9
- [**list**](ImportersCoreImportsApi.md#list) | **GET** {pulp_importer_href}imports/ | List pulp imports
10
- [**read**](ImportersCoreImportsApi.md#read) | **GET** {pulp_pulp_import_href} | Inspect a pulp import
7
+ [**create**](ImportersPulpImportsApi.md#create) | **POST** {pulp_importer_href}imports/ | Create a pulp import
8
+ [**delete**](ImportersPulpImportsApi.md#delete) | **DELETE** {pulp_pulp_import_href} | Delete a pulp import
9
+ [**list**](ImportersPulpImportsApi.md#list) | **GET** {pulp_importer_href}imports/ | List pulp imports
10
+ [**read**](ImportersPulpImportsApi.md#read) | **GET** {pulp_pulp_import_href} | Inspect a pulp import
11
11
 
12
12
 
13
13
 
@@ -31,7 +31,7 @@ PulpcoreClient.configure do |config|
31
31
  config.password = 'YOUR PASSWORD'
32
32
  end
33
33
 
34
- api_instance = PulpcoreClient::ImportersCoreImportsApi.new
34
+ api_instance = PulpcoreClient::ImportersPulpImportsApi.new
35
35
  pulp_importer_href = 'pulp_importer_href_example' # String |
36
36
  pulp_import = PulpcoreClient::PulpImport.new # PulpImport |
37
37
 
@@ -40,7 +40,7 @@ begin
40
40
  result = api_instance.create(pulp_importer_href, pulp_import)
41
41
  p result
42
42
  rescue PulpcoreClient::ApiError => e
43
- puts "Exception when calling ImportersCoreImportsApi->create: #{e}"
43
+ puts "Exception when calling ImportersPulpImportsApi->create: #{e}"
44
44
  end
45
45
  ```
46
46
 
@@ -86,14 +86,14 @@ PulpcoreClient.configure do |config|
86
86
  config.password = 'YOUR PASSWORD'
87
87
  end
88
88
 
89
- api_instance = PulpcoreClient::ImportersCoreImportsApi.new
89
+ api_instance = PulpcoreClient::ImportersPulpImportsApi.new
90
90
  pulp_pulp_import_href = 'pulp_pulp_import_href_example' # String |
91
91
 
92
92
  begin
93
93
  #Delete a pulp import
94
94
  api_instance.delete(pulp_pulp_import_href)
95
95
  rescue PulpcoreClient::ApiError => e
96
- puts "Exception when calling ImportersCoreImportsApi->delete: #{e}"
96
+ puts "Exception when calling ImportersPulpImportsApi->delete: #{e}"
97
97
  end
98
98
  ```
99
99
 
@@ -138,7 +138,7 @@ PulpcoreClient.configure do |config|
138
138
  config.password = 'YOUR PASSWORD'
139
139
  end
140
140
 
141
- api_instance = PulpcoreClient::ImportersCoreImportsApi.new
141
+ api_instance = PulpcoreClient::ImportersPulpImportsApi.new
142
142
  pulp_importer_href = 'pulp_importer_href_example' # String |
143
143
  opts = {
144
144
  limit: 56, # Integer | Number of results to return per page.
@@ -153,7 +153,7 @@ begin
153
153
  result = api_instance.list(pulp_importer_href, opts)
154
154
  p result
155
155
  rescue PulpcoreClient::ApiError => e
156
- puts "Exception when calling ImportersCoreImportsApi->list: #{e}"
156
+ puts "Exception when calling ImportersPulpImportsApi->list: #{e}"
157
157
  end
158
158
  ```
159
159
 
@@ -203,7 +203,7 @@ PulpcoreClient.configure do |config|
203
203
  config.password = 'YOUR PASSWORD'
204
204
  end
205
205
 
206
- api_instance = PulpcoreClient::ImportersCoreImportsApi.new
206
+ api_instance = PulpcoreClient::ImportersPulpImportsApi.new
207
207
  pulp_pulp_import_href = 'pulp_pulp_import_href_example' # String |
208
208
  opts = {
209
209
  fields: 'fields_example', # String | A list of fields to include in the response.
@@ -215,7 +215,7 @@ begin
215
215
  result = api_instance.read(pulp_pulp_import_href, opts)
216
216
  p result
217
217
  rescue PulpcoreClient::ApiError => e
218
- puts "Exception when calling ImportersCoreImportsApi->read: #{e}"
218
+ puts "Exception when calling ImportersPulpImportsApi->read: #{e}"
219
219
  end
220
220
  ```
221
221
 
@@ -0,0 +1,29 @@
1
+ # PulpcoreClient::MinimalTaskResponse
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** | The name of task. |
10
+ **state** | **String** | The current state of the task. The possible values include: 'waiting', 'skipped', 'running', 'completed', 'failed', 'canceled' and 'canceling'. | [optional] [readonly]
11
+ **started_at** | **DateTime** | Timestamp of the when this task started execution. | [optional] [readonly]
12
+ **finished_at** | **DateTime** | Timestamp of the when this task stopped execution. | [optional] [readonly]
13
+ **worker** | **String** | The worker associated with this task. This field is empty if a worker is not yet assigned. | [optional] [readonly]
14
+
15
+ ## Code Sample
16
+
17
+ ```ruby
18
+ require 'PulpcoreClient'
19
+
20
+ instance = PulpcoreClient::MinimalTaskResponse.new(pulp_href: null,
21
+ pulp_created: null,
22
+ name: null,
23
+ state: null,
24
+ started_at: null,
25
+ finished_at: null,
26
+ worker: null)
27
+ ```
28
+
29
+
data/docs/OrphansApi.md CHANGED
@@ -14,7 +14,7 @@ Method | HTTP request | Description
14
14
 
15
15
  Delete orphans
16
16
 
17
- Trigger an asynchronous task that deletes allorphaned content and artifacts.
17
+ DEPRECATED! Trigger an asynchronous task that deletes all orphaned content and artifacts. Use the `POST /pulp/api/v3/orphans/cleanup/` call instead.
18
18
 
19
19
  ### Example
20
20
 
@@ -0,0 +1,17 @@
1
+ # PulpcoreClient::OrphansCleanup
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **content_hrefs** | [**Array<AnyType>**](AnyType.md) | Will delete specified content and associated Artifacts if they are orphans. | [optional]
8
+
9
+ ## Code Sample
10
+
11
+ ```ruby
12
+ require 'PulpcoreClient'
13
+
14
+ instance = PulpcoreClient::OrphansCleanup.new(content_hrefs: null)
15
+ ```
16
+
17
+
@@ -0,0 +1,61 @@
1
+ # PulpcoreClient::OrphansCleanupApi
2
+
3
+ All URIs are relative to *http://pulp*
4
+
5
+ Method | HTTP request | Description
6
+ ------------- | ------------- | -------------
7
+ [**cleanup**](OrphansCleanupApi.md#cleanup) | **POST** /pulp/api/v3/orphans/cleanup/ |
8
+
9
+
10
+
11
+ ## cleanup
12
+
13
+ > AsyncOperationResponse cleanup(orphans_cleanup)
14
+
15
+
16
+
17
+ Trigger an asynchronous orphan cleanup operation.
18
+
19
+ ### Example
20
+
21
+ ```ruby
22
+ # load the gem
23
+ require 'pulpcore_client'
24
+ # setup authorization
25
+ PulpcoreClient.configure do |config|
26
+ # Configure HTTP basic authorization: basicAuth
27
+ config.username = 'YOUR USERNAME'
28
+ config.password = 'YOUR PASSWORD'
29
+ end
30
+
31
+ api_instance = PulpcoreClient::OrphansCleanupApi.new
32
+ orphans_cleanup = PulpcoreClient::OrphansCleanup.new # OrphansCleanup |
33
+
34
+ begin
35
+ result = api_instance.cleanup(orphans_cleanup)
36
+ p result
37
+ rescue PulpcoreClient::ApiError => e
38
+ puts "Exception when calling OrphansCleanupApi->cleanup: #{e}"
39
+ end
40
+ ```
41
+
42
+ ### Parameters
43
+
44
+
45
+ Name | Type | Description | Notes
46
+ ------------- | ------------- | ------------- | -------------
47
+ **orphans_cleanup** | [**OrphansCleanup**](OrphansCleanup.md)| |
48
+
49
+ ### Return type
50
+
51
+ [**AsyncOperationResponse**](AsyncOperationResponse.md)
52
+
53
+ ### Authorization
54
+
55
+ [basicAuth](../README.md#basicAuth)
56
+
57
+ ### HTTP request headers
58
+
59
+ - **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
60
+ - **Accept**: application/json
61
+
@@ -6,7 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **message** | **String** | The message shown to the user for the progress report. | [optional] [readonly]
8
8
  **code** | **String** | Identifies the type of progress report'. | [optional] [readonly]
9
- **state** | **String** | The current state of the progress report. The possible values are: 'waiting', 'skipped', 'running', 'completed', 'failed' and 'canceled'. The default is 'waiting'. | [optional] [readonly]
9
+ **state** | **String** | The current state of the progress report. The possible values are: 'waiting', 'skipped', 'running', 'completed', 'failed', 'canceled' and 'canceling'. The default is 'waiting'. | [optional] [readonly]
10
10
  **total** | **Integer** | The total count of items. | [optional] [readonly]
11
11
  **done** | **Integer** | The count of items already processed. Defaults to 0. | [optional] [readonly]
12
12
  **suffix** | **String** | The suffix to be shown with the progress report. | [optional] [readonly]
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
9
  **task** | **String** | A URI of the task that ran the Export. | [optional]
10
- **exported_resources** | **Array<Object>** | Resources that were exported. | [optional] [readonly]
10
+ **exported_resources** | [**Array<AnyType>**](AnyType.md) | Resources that were exported. | [optional] [readonly]
11
11
  **params** | [**Object**](.md) | Any additional parameters that were used to create the export. | [optional] [readonly]
12
12
  **output_file_info** | [**Object**](.md) | Dictionary of filename: sha256hash entries for export-output-file(s) | [optional] [readonly]
13
13
  **toc_info** | [**Object**](.md) | Filename and sha256-checksum of table-of-contents for this export | [optional] [readonly]
data/docs/Repair.md ADDED
@@ -0,0 +1,17 @@
1
+ # PulpcoreClient::Repair
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **verify_checksums** | **Boolean** | Will verify that the checksum of all stored files matches what saved in the database. Otherwise only the existence of the files will be checked. Enabled by default | [optional] [default to true]
8
+
9
+ ## Code Sample
10
+
11
+ ```ruby
12
+ require 'PulpcoreClient'
13
+
14
+ instance = PulpcoreClient::Repair.new(verify_checksums: null)
15
+ ```
16
+
17
+
data/docs/RepairApi.md CHANGED
@@ -10,7 +10,7 @@ Method | HTTP request | Description
10
10
 
11
11
  ## post
12
12
 
13
- > AsyncOperationResponse post
13
+ > AsyncOperationResponse post(repair)
14
14
 
15
15
  Repair Artifact Storage
16
16
 
@@ -29,10 +29,11 @@ PulpcoreClient.configure do |config|
29
29
  end
30
30
 
31
31
  api_instance = PulpcoreClient::RepairApi.new
32
+ repair = PulpcoreClient::Repair.new # Repair |
32
33
 
33
34
  begin
34
35
  #Repair Artifact Storage
35
- result = api_instance.post
36
+ result = api_instance.post(repair)
36
37
  p result
37
38
  rescue PulpcoreClient::ApiError => e
38
39
  puts "Exception when calling RepairApi->post: #{e}"
@@ -41,7 +42,10 @@ end
41
42
 
42
43
  ### Parameters
43
44
 
44
- This endpoint does not need any parameter.
45
+
46
+ Name | Type | Description | Notes
47
+ ------------- | ------------- | ------------- | -------------
48
+ **repair** | [**Repair**](Repair.md)| |
45
49
 
46
50
  ### Return type
47
51
 
@@ -53,6 +57,6 @@ This endpoint does not need any parameter.
53
57
 
54
58
  ### HTTP request headers
55
59
 
56
- - **Content-Type**: Not defined
60
+ - **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
57
61
  - **Accept**: application/json
58
62
 
@@ -13,7 +13,9 @@ Name | Type | Description | Notes
13
13
  **completed** | **Integer** | Number of tasks in the 'completed' state | [optional] [readonly]
14
14
  **canceled** | **Integer** | Number of tasks in the 'canceled' state | [optional] [readonly]
15
15
  **failed** | **Integer** | Number of tasks in the 'failed' state | [optional] [readonly]
16
+ **canceling** | **Integer** | Number of tasks in the 'canceling' state | [optional] [readonly]
16
17
  **group_progress_reports** | [**Array<GroupProgressReportResponse>**](GroupProgressReportResponse.md) | | [optional] [readonly]
18
+ **tasks** | [**Array<MinimalTaskResponse>**](MinimalTaskResponse.md) | | [optional] [readonly]
17
19
 
18
20
  ## Code Sample
19
21
 
@@ -29,7 +31,9 @@ instance = PulpcoreClient::TaskGroupResponse.new(pulp_href: null,
29
31
  completed: null,
30
32
  canceled: null,
31
33
  failed: null,
32
- group_progress_reports: null)
34
+ canceling: null,
35
+ group_progress_reports: null,
36
+ tasks: null)
33
37
  ```
34
38
 
35
39
 
data/docs/TaskResponse.md CHANGED
@@ -6,7 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
- **state** | **String** | The current state of the task. The possible values include: 'waiting', 'skipped', 'running', 'completed', 'failed' and 'canceled'. | [optional] [readonly]
9
+ **state** | **String** | The current state of the task. The possible values include: 'waiting', 'skipped', 'running', 'completed', 'failed', 'canceled' and 'canceling'. | [optional] [readonly]
10
10
  **name** | **String** | The name of task. |
11
11
  **logging_cid** | **String** | The logging correlation id associated with this task |
12
12
  **started_at** | **DateTime** | Timestamp of the when this task started execution. | [optional] [readonly]
@@ -18,7 +18,7 @@ Name | Type | Description | Notes
18
18
  **task_group** | **String** | The task group that this task is a member of. | [optional] [readonly]
19
19
  **progress_reports** | [**Array<ProgressReportResponse>**](ProgressReportResponse.md) | | [optional] [readonly]
20
20
  **created_resources** | **Array<String>** | Resources created by this task. | [optional] [readonly]
21
- **reserved_resources_record** | **Array<Object>** | | [optional] [readonly]
21
+ **reserved_resources_record** | **Array<String>** | A list of resources required by that task. | [optional] [readonly]
22
22
 
23
23
  ## Code Sample
24
24
 
data/docs/TasksApi.md CHANGED
@@ -94,12 +94,14 @@ opts = {
94
94
  finished_at__lte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where finished_at is less than or equal to value
95
95
  finished_at__range: [DateTime.parse('2013-10-20T19:20:30+01:00')], # Array<DateTime> | Filter results where finished_at is between two comma separated values
96
96
  limit: 56, # Integer | Number of results to return per page.
97
+ logging_cid: 'logging_cid_example', # String |
98
+ logging_cid__contains: 'logging_cid__contains_example', # String | Filter results where logging_cid contains value
97
99
  name: 'name_example', # String |
98
100
  name__contains: 'name__contains_example', # String | Filter results where name contains value
99
101
  offset: 56, # Integer | The initial index from which to return the results.
100
102
  ordering: 'ordering_example', # String | Which field to use when ordering the results.
101
103
  parent_task: 'parent_task_example', # String | Foreign Key referenced by HREF
102
- reserved_resources_record: 'reserved_resources_record_example', # String |
104
+ reserved_resources_record: ['reserved_resources_record_example'], # Array<String> |
103
105
  started_at: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | ISO 8601 formatted dates are supported
104
106
  started_at__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where started_at is greater than value
105
107
  started_at__gte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where started_at is greater than or equal to value
@@ -138,12 +140,14 @@ Name | Type | Description | Notes
138
140
  **finished_at__lte** | **DateTime**| Filter results where finished_at is less than or equal to value | [optional]
139
141
  **finished_at__range** | [**Array&lt;DateTime&gt;**](DateTime.md)| Filter results where finished_at is between two comma separated values | [optional]
140
142
  **limit** | **Integer**| Number of results to return per page. | [optional]
143
+ **logging_cid** | **String**| | [optional]
144
+ **logging_cid__contains** | **String**| Filter results where logging_cid contains value | [optional]
141
145
  **name** | **String**| | [optional]
142
146
  **name__contains** | **String**| Filter results where name contains value | [optional]
143
147
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
144
148
  **ordering** | **String**| Which field to use when ordering the results. | [optional]
145
149
  **parent_task** | [**String**](.md)| Foreign Key referenced by HREF | [optional]
146
- **reserved_resources_record** | [**String**](.md)| | [optional]
150
+ **reserved_resources_record** | [**Array&lt;String&gt;**](String.md)| | [optional]
147
151
  **started_at** | **DateTime**| ISO 8601 formatted dates are supported | [optional]
148
152
  **started_at__gt** | **DateTime**| Filter results where started_at is greater than value | [optional]
149
153
  **started_at__gte** | **DateTime**| Filter results where started_at is greater than or equal to value | [optional]
@@ -4,8 +4,8 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **pulp_href** | **String** | | [optional] [readonly]
8
7
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
8
+ **pulp_href** | **String** | | [optional] [readonly]
9
9
  **name** | **String** | The name of the worker. | [optional] [readonly]
10
10
  **last_heartbeat** | **DateTime** | Timestamp of the last time the worker talked to the service. | [optional] [readonly]
11
11
 
@@ -14,8 +14,8 @@ Name | Type | Description | Notes
14
14
  ```ruby
15
15
  require 'PulpcoreClient'
16
16
 
17
- instance = PulpcoreClient::WorkerResponse.new(pulp_href: null,
18
- pulp_created: null,
17
+ instance = PulpcoreClient::WorkerResponse.new(pulp_created: null,
18
+ pulp_href: null,
19
19
  name: null,
20
20
  last_heartbeat: null)
21
21
  ```
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
9
+ OpenAPI Generator version: 4.3.1
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
9
+ OpenAPI Generator version: 4.3.1
10
10
 
11
11
  =end
12
12