pulpcore_client 3.62.0 → 3.63.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (202) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -4
  3. data/docs/AccessPoliciesApi.md +2 -0
  4. data/docs/AccessPolicyResponse.md +2 -0
  5. data/docs/ArtifactDistributionResponse.md +12 -10
  6. data/docs/ArtifactResponse.md +2 -0
  7. data/docs/ArtifactsApi.md +4 -2
  8. data/docs/CompositeContentGuardResponse.md +2 -0
  9. data/docs/ContentApi.md +8 -6
  10. data/docs/ContentGuardResponse.md +2 -0
  11. data/docs/ContentRedirectContentGuardResponse.md +2 -0
  12. data/docs/ContentguardsApi.md +2 -0
  13. data/docs/ContentguardsCompositeApi.md +2 -0
  14. data/docs/ContentguardsContentRedirectApi.md +2 -0
  15. data/docs/ContentguardsHeaderApi.md +2 -0
  16. data/docs/ContentguardsRbacApi.md +2 -0
  17. data/docs/DistributionResponse.md +2 -0
  18. data/docs/DistributionsApi.md +2 -0
  19. data/docs/DistributionsArtifactsApi.md +2 -0
  20. data/docs/DomainResponse.md +2 -0
  21. data/docs/DomainsApi.md +2 -0
  22. data/docs/ExportersFilesystemApi.md +2 -0
  23. data/docs/ExportersPulpApi.md +2 -0
  24. data/docs/FilesystemExportResponse.md +2 -0
  25. data/docs/FilesystemExporterResponse.md +2 -0
  26. data/docs/GroupResponse.md +2 -0
  27. data/docs/GroupRoleResponse.md +2 -0
  28. data/docs/GroupUserResponse.md +3 -1
  29. data/docs/GroupsApi.md +2 -0
  30. data/docs/GroupsRolesApi.md +2 -0
  31. data/docs/HeaderContentGuardResponse.md +2 -0
  32. data/docs/ImportResponse.md +2 -0
  33. data/docs/ImportersPulpApi.md +2 -0
  34. data/docs/MinimalTaskResponse.md +2 -0
  35. data/docs/MultipleArtifactContentResponse.md +2 -0
  36. data/docs/PublicationResponse.md +2 -0
  37. data/docs/PublicationsApi.md +8 -6
  38. data/docs/PulpExportResponse.md +2 -0
  39. data/docs/PulpExporterResponse.md +2 -0
  40. data/docs/PulpImporterResponse.md +2 -0
  41. data/docs/RBACContentGuardResponse.md +2 -0
  42. data/docs/RemoteResponse.md +2 -0
  43. data/docs/RemotesApi.md +2 -0
  44. data/docs/RepositoriesApi.md +6 -4
  45. data/docs/RepositoryResponse.md +2 -0
  46. data/docs/RepositoryVersionResponse.md +2 -0
  47. data/docs/RepositoryVersionsApi.md +4 -2
  48. data/docs/RoleResponse.md +2 -0
  49. data/docs/RolesApi.md +2 -0
  50. data/docs/SigningServiceResponse.md +2 -0
  51. data/docs/SigningServicesApi.md +2 -0
  52. data/docs/TaskGroupResponse.md +2 -0
  53. data/docs/TaskResponse.md +2 -0
  54. data/docs/TaskScheduleResponse.md +2 -0
  55. data/docs/TaskSchedulesApi.md +2 -0
  56. data/docs/TasksApi.md +2 -0
  57. data/docs/UploadDetailResponse.md +2 -0
  58. data/docs/UploadResponse.md +2 -0
  59. data/docs/UploadsApi.md +2 -0
  60. data/docs/UpstreamPulpResponse.md +2 -0
  61. data/docs/UpstreamPulpsApi.md +2 -0
  62. data/docs/UserGroupResponse.md +3 -1
  63. data/docs/UserResponse.md +2 -0
  64. data/docs/UserRoleResponse.md +2 -0
  65. data/docs/UsersApi.md +2 -0
  66. data/docs/UsersRolesApi.md +2 -0
  67. data/docs/WorkerResponse.md +2 -0
  68. data/docs/WorkersApi.md +2 -0
  69. data/lib/pulpcore_client/api/access_policies_api.rb +3 -0
  70. data/lib/pulpcore_client/api/artifacts_api.rb +5 -2
  71. data/lib/pulpcore_client/api/content_api.rb +9 -6
  72. data/lib/pulpcore_client/api/contentguards_api.rb +3 -0
  73. data/lib/pulpcore_client/api/contentguards_composite_api.rb +3 -0
  74. data/lib/pulpcore_client/api/contentguards_content_redirect_api.rb +3 -0
  75. data/lib/pulpcore_client/api/contentguards_header_api.rb +3 -0
  76. data/lib/pulpcore_client/api/contentguards_rbac_api.rb +3 -0
  77. data/lib/pulpcore_client/api/distributions_api.rb +3 -0
  78. data/lib/pulpcore_client/api/distributions_artifacts_api.rb +3 -0
  79. data/lib/pulpcore_client/api/domains_api.rb +3 -0
  80. data/lib/pulpcore_client/api/exporters_filesystem_api.rb +3 -0
  81. data/lib/pulpcore_client/api/exporters_pulp_api.rb +3 -0
  82. data/lib/pulpcore_client/api/groups_api.rb +3 -0
  83. data/lib/pulpcore_client/api/groups_roles_api.rb +3 -0
  84. data/lib/pulpcore_client/api/importers_pulp_api.rb +3 -0
  85. data/lib/pulpcore_client/api/publications_api.rb +9 -6
  86. data/lib/pulpcore_client/api/remotes_api.rb +3 -0
  87. data/lib/pulpcore_client/api/repositories_api.rb +7 -4
  88. data/lib/pulpcore_client/api/repository_versions_api.rb +5 -2
  89. data/lib/pulpcore_client/api/roles_api.rb +3 -0
  90. data/lib/pulpcore_client/api/signing_services_api.rb +3 -0
  91. data/lib/pulpcore_client/api/task_schedules_api.rb +3 -0
  92. data/lib/pulpcore_client/api/tasks_api.rb +3 -0
  93. data/lib/pulpcore_client/api/uploads_api.rb +3 -0
  94. data/lib/pulpcore_client/api/upstream_pulps_api.rb +3 -0
  95. data/lib/pulpcore_client/api/users_api.rb +3 -0
  96. data/lib/pulpcore_client/api/users_roles_api.rb +3 -0
  97. data/lib/pulpcore_client/api/workers_api.rb +3 -0
  98. data/lib/pulpcore_client/models/access_policy_response.rb +11 -1
  99. data/lib/pulpcore_client/models/artifact_distribution_response.rb +53 -43
  100. data/lib/pulpcore_client/models/artifact_response.rb +11 -1
  101. data/lib/pulpcore_client/models/composite_content_guard_response.rb +11 -1
  102. data/lib/pulpcore_client/models/content_guard_response.rb +11 -1
  103. data/lib/pulpcore_client/models/content_redirect_content_guard_response.rb +11 -1
  104. data/lib/pulpcore_client/models/distribution_response.rb +11 -1
  105. data/lib/pulpcore_client/models/domain_response.rb +11 -1
  106. data/lib/pulpcore_client/models/filesystem_export_response.rb +11 -1
  107. data/lib/pulpcore_client/models/filesystem_exporter_response.rb +11 -1
  108. data/lib/pulpcore_client/models/group_response.rb +10 -1
  109. data/lib/pulpcore_client/models/group_role_response.rb +11 -1
  110. data/lib/pulpcore_client/models/group_user_response.rb +13 -4
  111. data/lib/pulpcore_client/models/header_content_guard_response.rb +11 -1
  112. data/lib/pulpcore_client/models/import_response.rb +11 -1
  113. data/lib/pulpcore_client/models/minimal_task_response.rb +11 -1
  114. data/lib/pulpcore_client/models/multiple_artifact_content_response.rb +11 -1
  115. data/lib/pulpcore_client/models/publication_response.rb +11 -1
  116. data/lib/pulpcore_client/models/pulp_export_response.rb +11 -1
  117. data/lib/pulpcore_client/models/pulp_exporter_response.rb +11 -1
  118. data/lib/pulpcore_client/models/pulp_importer_response.rb +11 -1
  119. data/lib/pulpcore_client/models/rbac_content_guard_response.rb +11 -1
  120. data/lib/pulpcore_client/models/remote_response.rb +11 -1
  121. data/lib/pulpcore_client/models/repository_response.rb +11 -1
  122. data/lib/pulpcore_client/models/repository_version_response.rb +11 -1
  123. data/lib/pulpcore_client/models/role_response.rb +11 -1
  124. data/lib/pulpcore_client/models/signing_service_response.rb +11 -1
  125. data/lib/pulpcore_client/models/task_group_response.rb +11 -1
  126. data/lib/pulpcore_client/models/task_response.rb +11 -1
  127. data/lib/pulpcore_client/models/task_schedule_response.rb +11 -1
  128. data/lib/pulpcore_client/models/upload_detail_response.rb +11 -1
  129. data/lib/pulpcore_client/models/upload_response.rb +11 -1
  130. data/lib/pulpcore_client/models/upstream_pulp_response.rb +11 -1
  131. data/lib/pulpcore_client/models/user_group_response.rb +13 -4
  132. data/lib/pulpcore_client/models/user_response.rb +10 -1
  133. data/lib/pulpcore_client/models/user_role_response.rb +11 -1
  134. data/lib/pulpcore_client/models/worker_response.rb +11 -1
  135. data/lib/pulpcore_client/version.rb +1 -1
  136. data/spec/api/access_policies_api_spec.rb +1 -0
  137. data/spec/api/artifacts_api_spec.rb +2 -1
  138. data/spec/api/content_api_spec.rb +4 -3
  139. data/spec/api/contentguards_api_spec.rb +1 -0
  140. data/spec/api/contentguards_composite_api_spec.rb +1 -0
  141. data/spec/api/contentguards_content_redirect_api_spec.rb +1 -0
  142. data/spec/api/contentguards_header_api_spec.rb +1 -0
  143. data/spec/api/contentguards_rbac_api_spec.rb +1 -0
  144. data/spec/api/distributions_api_spec.rb +1 -0
  145. data/spec/api/distributions_artifacts_api_spec.rb +1 -0
  146. data/spec/api/domains_api_spec.rb +1 -0
  147. data/spec/api/exporters_filesystem_api_spec.rb +1 -0
  148. data/spec/api/exporters_pulp_api_spec.rb +1 -0
  149. data/spec/api/groups_api_spec.rb +1 -0
  150. data/spec/api/groups_roles_api_spec.rb +1 -0
  151. data/spec/api/importers_pulp_api_spec.rb +1 -0
  152. data/spec/api/publications_api_spec.rb +4 -3
  153. data/spec/api/remotes_api_spec.rb +1 -0
  154. data/spec/api/repositories_api_spec.rb +3 -2
  155. data/spec/api/repository_versions_api_spec.rb +2 -1
  156. data/spec/api/roles_api_spec.rb +1 -0
  157. data/spec/api/signing_services_api_spec.rb +1 -0
  158. data/spec/api/task_schedules_api_spec.rb +1 -0
  159. data/spec/api/tasks_api_spec.rb +1 -0
  160. data/spec/api/uploads_api_spec.rb +1 -0
  161. data/spec/api/upstream_pulps_api_spec.rb +1 -0
  162. data/spec/api/users_api_spec.rb +1 -0
  163. data/spec/api/users_roles_api_spec.rb +1 -0
  164. data/spec/api/workers_api_spec.rb +1 -0
  165. data/spec/models/access_policy_response_spec.rb +6 -0
  166. data/spec/models/artifact_distribution_response_spec.rb +11 -5
  167. data/spec/models/artifact_response_spec.rb +6 -0
  168. data/spec/models/composite_content_guard_response_spec.rb +6 -0
  169. data/spec/models/content_guard_response_spec.rb +6 -0
  170. data/spec/models/content_redirect_content_guard_response_spec.rb +6 -0
  171. data/spec/models/distribution_response_spec.rb +6 -0
  172. data/spec/models/domain_response_spec.rb +6 -0
  173. data/spec/models/filesystem_export_response_spec.rb +6 -0
  174. data/spec/models/filesystem_exporter_response_spec.rb +6 -0
  175. data/spec/models/group_response_spec.rb +6 -0
  176. data/spec/models/group_role_response_spec.rb +6 -0
  177. data/spec/models/group_user_response_spec.rb +6 -0
  178. data/spec/models/header_content_guard_response_spec.rb +6 -0
  179. data/spec/models/import_response_spec.rb +6 -0
  180. data/spec/models/minimal_task_response_spec.rb +6 -0
  181. data/spec/models/multiple_artifact_content_response_spec.rb +6 -0
  182. data/spec/models/publication_response_spec.rb +6 -0
  183. data/spec/models/pulp_export_response_spec.rb +6 -0
  184. data/spec/models/pulp_exporter_response_spec.rb +6 -0
  185. data/spec/models/pulp_importer_response_spec.rb +6 -0
  186. data/spec/models/rbac_content_guard_response_spec.rb +6 -0
  187. data/spec/models/remote_response_spec.rb +6 -0
  188. data/spec/models/repository_response_spec.rb +6 -0
  189. data/spec/models/repository_version_response_spec.rb +6 -0
  190. data/spec/models/role_response_spec.rb +6 -0
  191. data/spec/models/signing_service_response_spec.rb +6 -0
  192. data/spec/models/task_group_response_spec.rb +6 -0
  193. data/spec/models/task_response_spec.rb +6 -0
  194. data/spec/models/task_schedule_response_spec.rb +6 -0
  195. data/spec/models/upload_detail_response_spec.rb +6 -0
  196. data/spec/models/upload_response_spec.rb +6 -0
  197. data/spec/models/upstream_pulp_response_spec.rb +6 -0
  198. data/spec/models/user_group_response_spec.rb +6 -0
  199. data/spec/models/user_response_spec.rb +6 -0
  200. data/spec/models/user_role_response_spec.rb +6 -0
  201. data/spec/models/worker_response_spec.rb +6 -0
  202. metadata +2 -2
@@ -146,6 +146,7 @@ opts = {
146
146
  limit: 56, # Integer | Number of results to return per page.
147
147
  offset: 56, # Integer | The initial index from which to return the results.
148
148
  ordering: ['ordering_example'], # Array<String> | Ordering * `role` - Role * `-role` - Role (descending) * `description` - Description * `-description` - Description (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pk` - Pk * `-pk` - Pk (descending)
149
+ prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
149
150
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
150
151
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
151
152
  q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
@@ -178,6 +179,7 @@ Name | Type | Description | Notes
178
179
  **limit** | **Integer**| Number of results to return per page. | [optional]
179
180
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
180
181
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;role&#x60; - Role * &#x60;-role&#x60; - Role (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
182
+ **prn__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
181
183
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
182
184
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
183
185
  **q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
@@ -5,6 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
+ **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
8
9
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
10
  **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
10
11
  **name** | **String** | The unique name. |
@@ -19,6 +20,7 @@ Name | Type | Description | Notes
19
20
  require 'PulpcoreClient'
20
21
 
21
22
  instance = PulpcoreClient::HeaderContentGuardResponse.new(pulp_href: null,
23
+ prn: null,
22
24
  pulp_created: null,
23
25
  pulp_last_updated: null,
24
26
  name: null,
@@ -5,6 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
+ **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
8
9
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
10
  **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
10
11
  **task** | **String** | A URI of the Task that ran the Import. |
@@ -16,6 +17,7 @@ Name | Type | Description | Notes
16
17
  require 'PulpcoreClient'
17
18
 
18
19
  instance = PulpcoreClient::ImportResponse.new(pulp_href: null,
20
+ prn: null,
19
21
  pulp_created: null,
20
22
  pulp_last_updated: null,
21
23
  task: null,
@@ -152,6 +152,7 @@ opts = {
152
152
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
153
153
  offset: 56, # Integer | The initial index from which to return the results.
154
154
  ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pk` - Pk * `-pk` - Pk (descending)
155
+ prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
155
156
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
156
157
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
157
158
  q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
@@ -185,6 +186,7 @@ Name | Type | Description | Notes
185
186
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
186
187
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
187
188
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
189
+ **prn__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
188
190
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
189
191
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
190
192
  **q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
@@ -5,6 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
+ **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
8
9
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
10
  **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
10
11
  **name** | **String** | The name of task. |
@@ -20,6 +21,7 @@ Name | Type | Description | Notes
20
21
  require 'PulpcoreClient'
21
22
 
22
23
  instance = PulpcoreClient::MinimalTaskResponse.new(pulp_href: null,
24
+ prn: null,
23
25
  pulp_created: null,
24
26
  pulp_last_updated: null,
25
27
  name: null,
@@ -5,6 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
+ **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
8
9
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
10
  **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
10
11
  **artifacts** | [**Object**](.md) | A dict mapping relative paths inside the Content to the correspondingArtifact URLs. E.g.: {&#39;relative/path&#39;: &#39;/artifacts/1/&#39; |
@@ -15,6 +16,7 @@ Name | Type | Description | Notes
15
16
  require 'PulpcoreClient'
16
17
 
17
18
  instance = PulpcoreClient::MultipleArtifactContentResponse.new(pulp_href: null,
19
+ prn: null,
18
20
  pulp_created: null,
19
21
  pulp_last_updated: null,
20
22
  artifacts: null)
@@ -5,6 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
+ **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
8
9
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
10
  **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
10
11
  **repository_version** | **String** | | [optional]
@@ -16,6 +17,7 @@ Name | Type | Description | Notes
16
17
  require 'PulpcoreClient'
17
18
 
18
19
  instance = PulpcoreClient::PublicationResponse.new(pulp_href: null,
20
+ prn: null,
19
21
  pulp_created: null,
20
22
  pulp_last_updated: null,
21
23
  repository_version: null,
@@ -30,11 +30,12 @@ end
30
30
 
31
31
  api_instance = PulpcoreClient::PublicationsApi.new
32
32
  opts = {
33
- content: 'content_example', # String | Content Unit referenced by HREF
33
+ content: 'content_example', # String | Content Unit referenced by HREF/PRN
34
34
  content__in: ['content__in_example'], # Array<String> | Multiple values may be separated by commas.
35
35
  limit: 56, # Integer | Number of results to return per page.
36
36
  offset: 56, # Integer | The initial index from which to return the results.
37
37
  ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `complete` - Complete * `-complete` - Complete (descending) * `pass_through` - Pass through * `-pass_through` - Pass through (descending) * `pk` - Pk * `-pk` - Pk (descending)
38
+ prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
38
39
  pulp_created: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created matches value
39
40
  pulp_created__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than value
40
41
  pulp_created__gte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than or equal to value
@@ -46,8 +47,8 @@ opts = {
46
47
  pulp_type: 'pulp_type_example', # String | Pulp type * `file.file` - file.file
47
48
  pulp_type__in: ['pulp_type__in_example'], # Array<String> | Multiple values may be separated by commas. * `file.file` - file.file
48
49
  q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
49
- repository: 'repository_example', # String | Repository referenced by HREF
50
- repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
50
+ repository: 'repository_example', # String | Repository referenced by HREF/PRN
51
+ repository_version: 'repository_version_example', # String | Repository Version referenced by HREF/PRN
51
52
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
52
53
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
53
54
  }
@@ -66,11 +67,12 @@ end
66
67
 
67
68
  Name | Type | Description | Notes
68
69
  ------------- | ------------- | ------------- | -------------
69
- **content** | **String**| Content Unit referenced by HREF | [optional]
70
+ **content** | **String**| Content Unit referenced by HREF/PRN | [optional]
70
71
  **content__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
71
72
  **limit** | **Integer**| Number of results to return per page. | [optional]
72
73
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
73
74
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;complete&#x60; - Complete * &#x60;-complete&#x60; - Complete (descending) * &#x60;pass_through&#x60; - Pass through * &#x60;-pass_through&#x60; - Pass through (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
75
+ **prn__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
74
76
  **pulp_created** | **DateTime**| Filter results where pulp_created matches value | [optional]
75
77
  **pulp_created__gt** | **DateTime**| Filter results where pulp_created is greater than value | [optional]
76
78
  **pulp_created__gte** | **DateTime**| Filter results where pulp_created is greater than or equal to value | [optional]
@@ -82,8 +84,8 @@ Name | Type | Description | Notes
82
84
  **pulp_type** | **String**| Pulp type * &#x60;file.file&#x60; - file.file | [optional]
83
85
  **pulp_type__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. * &#x60;file.file&#x60; - file.file | [optional]
84
86
  **q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
85
- **repository** | **String**| Repository referenced by HREF | [optional]
86
- **repository_version** | [**String**](.md)| Repository Version referenced by HREF | [optional]
87
+ **repository** | **String**| Repository referenced by HREF/PRN | [optional]
88
+ **repository_version** | [**String**](.md)| Repository Version referenced by HREF/PRN | [optional]
87
89
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
88
90
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
89
91
 
@@ -5,6 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
+ **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
8
9
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
10
  **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
10
11
  **task** | **String** | A URI of the task that ran the Export. | [optional]
@@ -19,6 +20,7 @@ Name | Type | Description | Notes
19
20
  require 'PulpcoreClient'
20
21
 
21
22
  instance = PulpcoreClient::PulpExportResponse.new(pulp_href: null,
23
+ prn: null,
22
24
  pulp_created: null,
23
25
  pulp_last_updated: null,
24
26
  task: null,
@@ -5,6 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
+ **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
8
9
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
10
  **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
10
11
  **name** | **String** | Unique name of the file system exporter. |
@@ -18,6 +19,7 @@ Name | Type | Description | Notes
18
19
  require 'PulpcoreClient'
19
20
 
20
21
  instance = PulpcoreClient::PulpExporterResponse.new(pulp_href: null,
22
+ prn: null,
21
23
  pulp_created: null,
22
24
  pulp_last_updated: null,
23
25
  name: null,
@@ -5,6 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
+ **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
8
9
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
10
  **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
10
11
  **name** | **String** | Unique name of the Importer. |
@@ -16,6 +17,7 @@ Name | Type | Description | Notes
16
17
  require 'PulpcoreClient'
17
18
 
18
19
  instance = PulpcoreClient::PulpImporterResponse.new(pulp_href: null,
20
+ prn: null,
19
21
  pulp_created: null,
20
22
  pulp_last_updated: null,
21
23
  name: null,
@@ -5,6 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
+ **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
8
9
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
10
  **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
10
11
  **name** | **String** | The unique name. |
@@ -18,6 +19,7 @@ Name | Type | Description | Notes
18
19
  require 'PulpcoreClient'
19
20
 
20
21
  instance = PulpcoreClient::RBACContentGuardResponse.new(pulp_href: null,
22
+ prn: null,
21
23
  pulp_created: null,
22
24
  pulp_last_updated: null,
23
25
  name: null,
@@ -5,6 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
+ **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
8
9
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
10
  **pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
10
11
  **name** | **String** | A unique name for this remote. |
@@ -31,6 +32,7 @@ Name | Type | Description | Notes
31
32
  require 'PulpcoreClient'
32
33
 
33
34
  instance = PulpcoreClient::RemoteResponse.new(pulp_href: null,
35
+ prn: null,
34
36
  pulp_created: null,
35
37
  pulp_last_updated: null,
36
38
  name: null,
data/docs/RemotesApi.md CHANGED
@@ -42,6 +42,7 @@ opts = {
42
42
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
43
43
  offset: 56, # Integer | The initial index from which to return the results.
44
44
  ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `url` - Url * `-url` - Url (descending) * `ca_cert` - Ca cert * `-ca_cert` - Ca cert (descending) * `client_cert` - Client cert * `-client_cert` - Client cert (descending) * `client_key` - Client key * `-client_key` - Client key (descending) * `tls_validation` - Tls validation * `-tls_validation` - Tls validation (descending) * `username` - Username * `-username` - Username (descending) * `password` - Password * `-password` - Password (descending) * `proxy_url` - Proxy url * `-proxy_url` - Proxy url (descending) * `proxy_username` - Proxy username * `-proxy_username` - Proxy username (descending) * `proxy_password` - Proxy password * `-proxy_password` - Proxy password (descending) * `download_concurrency` - Download concurrency * `-download_concurrency` - Download concurrency (descending) * `max_retries` - Max retries * `-max_retries` - Max retries (descending) * `policy` - Policy * `-policy` - Policy (descending) * `total_timeout` - Total timeout * `-total_timeout` - Total timeout (descending) * `connect_timeout` - Connect timeout * `-connect_timeout` - Connect timeout (descending) * `sock_connect_timeout` - Sock connect timeout * `-sock_connect_timeout` - Sock connect timeout (descending) * `sock_read_timeout` - Sock read timeout * `-sock_read_timeout` - Sock read timeout (descending) * `headers` - Headers * `-headers` - Headers (descending) * `rate_limit` - Rate limit * `-rate_limit` - Rate limit (descending) * `pk` - Pk * `-pk` - Pk (descending)
45
+ prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
45
46
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
46
47
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
47
48
  pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
@@ -84,6 +85,7 @@ Name | Type | Description | Notes
84
85
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
85
86
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
86
87
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;url&#x60; - Url * &#x60;-url&#x60; - Url (descending) * &#x60;ca_cert&#x60; - Ca cert * &#x60;-ca_cert&#x60; - Ca cert (descending) * &#x60;client_cert&#x60; - Client cert * &#x60;-client_cert&#x60; - Client cert (descending) * &#x60;client_key&#x60; - Client key * &#x60;-client_key&#x60; - Client key (descending) * &#x60;tls_validation&#x60; - Tls validation * &#x60;-tls_validation&#x60; - Tls validation (descending) * &#x60;username&#x60; - Username * &#x60;-username&#x60; - Username (descending) * &#x60;password&#x60; - Password * &#x60;-password&#x60; - Password (descending) * &#x60;proxy_url&#x60; - Proxy url * &#x60;-proxy_url&#x60; - Proxy url (descending) * &#x60;proxy_username&#x60; - Proxy username * &#x60;-proxy_username&#x60; - Proxy username (descending) * &#x60;proxy_password&#x60; - Proxy password * &#x60;-proxy_password&#x60; - Proxy password (descending) * &#x60;download_concurrency&#x60; - Download concurrency * &#x60;-download_concurrency&#x60; - Download concurrency (descending) * &#x60;max_retries&#x60; - Max retries * &#x60;-max_retries&#x60; - Max retries (descending) * &#x60;policy&#x60; - Policy * &#x60;-policy&#x60; - Policy (descending) * &#x60;total_timeout&#x60; - Total timeout * &#x60;-total_timeout&#x60; - Total timeout (descending) * &#x60;connect_timeout&#x60; - Connect timeout * &#x60;-connect_timeout&#x60; - Connect timeout (descending) * &#x60;sock_connect_timeout&#x60; - Sock connect timeout * &#x60;-sock_connect_timeout&#x60; - Sock connect timeout (descending) * &#x60;sock_read_timeout&#x60; - Sock read timeout * &#x60;-sock_read_timeout&#x60; - Sock read timeout (descending) * &#x60;headers&#x60; - Headers * &#x60;-headers&#x60; - Headers (descending) * &#x60;rate_limit&#x60; - Rate limit * &#x60;-rate_limit&#x60; - Rate limit (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
88
+ **prn__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
87
89
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
88
90
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
89
91
  **pulp_label_select** | **String**| Filter labels by search string | [optional]
@@ -30,7 +30,7 @@ end
30
30
 
31
31
  api_instance = PulpcoreClient::RepositoriesApi.new
32
32
  opts = {
33
- latest_with_content: 'latest_with_content_example', # String | Content Unit referenced by HREF
33
+ latest_with_content: 'latest_with_content_example', # String | Content Unit referenced by HREF/PRN
34
34
  limit: 56, # Integer | Number of results to return per page.
35
35
  name: 'name_example', # String | Filter results where name matches value
36
36
  name__contains: 'name__contains_example', # String | Filter results where name contains value
@@ -43,6 +43,7 @@ opts = {
43
43
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
44
44
  offset: 56, # Integer | The initial index from which to return the results.
45
45
  ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `description` - Description * `-description` - Description (descending) * `next_version` - Next version * `-next_version` - Next version (descending) * `retain_repo_versions` - Retain repo versions * `-retain_repo_versions` - Retain repo versions (descending) * `user_hidden` - User hidden * `-user_hidden` - User hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
46
+ prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
46
47
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
47
48
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
48
49
  pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
@@ -58,7 +59,7 @@ opts = {
58
59
  retain_repo_versions__lte: 56, # Integer | Filter results where retain_repo_versions is less than or equal to value
59
60
  retain_repo_versions__ne: 56, # Integer | Filter results where retain_repo_versions not equal to value
60
61
  retain_repo_versions__range: [56], # Array<Integer> | Filter results where retain_repo_versions is between two comma separated values
61
- with_content: 'with_content_example', # String | Content Unit referenced by HREF
62
+ with_content: 'with_content_example', # String | Content Unit referenced by HREF/PRN
62
63
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
63
64
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
64
65
  }
@@ -77,7 +78,7 @@ end
77
78
 
78
79
  Name | Type | Description | Notes
79
80
  ------------- | ------------- | ------------- | -------------
80
- **latest_with_content** | **String**| Content Unit referenced by HREF | [optional]
81
+ **latest_with_content** | **String**| Content Unit referenced by HREF/PRN | [optional]
81
82
  **limit** | **Integer**| Number of results to return per page. | [optional]
82
83
  **name** | **String**| Filter results where name matches value | [optional]
83
84
  **name__contains** | **String**| Filter results where name contains value | [optional]
@@ -90,6 +91,7 @@ Name | Type | Description | Notes
90
91
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
91
92
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
92
93
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;next_version&#x60; - Next version * &#x60;-next_version&#x60; - Next version (descending) * &#x60;retain_repo_versions&#x60; - Retain repo versions * &#x60;-retain_repo_versions&#x60; - Retain repo versions (descending) * &#x60;user_hidden&#x60; - User hidden * &#x60;-user_hidden&#x60; - User hidden (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
94
+ **prn__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
93
95
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
94
96
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
95
97
  **pulp_label_select** | **String**| Filter labels by search string | [optional]
@@ -105,7 +107,7 @@ Name | Type | Description | Notes
105
107
  **retain_repo_versions__lte** | **Integer**| Filter results where retain_repo_versions is less than or equal to value | [optional]
106
108
  **retain_repo_versions__ne** | **Integer**| Filter results where retain_repo_versions not equal to value | [optional]
107
109
  **retain_repo_versions__range** | [**Array&lt;Integer&gt;**](Integer.md)| Filter results where retain_repo_versions is between two comma separated values | [optional]
108
- **with_content** | **String**| Content Unit referenced by HREF | [optional]
110
+ **with_content** | **String**| Content Unit referenced by HREF/PRN | [optional]
109
111
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
110
112
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
111
113
 
@@ -5,6 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
+ **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
8
9
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
10
  **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
10
11
  **versions_href** | **String** | | [optional] [readonly]
@@ -21,6 +22,7 @@ Name | Type | Description | Notes
21
22
  require 'PulpcoreClient'
22
23
 
23
24
  instance = PulpcoreClient::RepositoryResponse.new(pulp_href: null,
25
+ prn: null,
24
26
  pulp_created: null,
25
27
  pulp_last_updated: null,
26
28
  versions_href: null,
@@ -5,6 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
+ **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
8
9
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
10
  **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
10
11
  **number** | **Integer** | | [optional] [readonly]
@@ -18,6 +19,7 @@ Name | Type | Description | Notes
18
19
  require 'PulpcoreClient'
19
20
 
20
21
  instance = PulpcoreClient::RepositoryVersionResponse.new(pulp_href: null,
22
+ prn: null,
21
23
  pulp_created: null,
22
24
  pulp_last_updated: null,
23
25
  number: null,
@@ -30,7 +30,7 @@ end
30
30
 
31
31
  api_instance = PulpcoreClient::RepositoryVersionsApi.new
32
32
  opts = {
33
- content: 'content_example', # String | Content Unit referenced by HREF
33
+ content: 'content_example', # String | Content Unit referenced by HREF/PRN
34
34
  content__in: ['content__in_example'], # Array<String> | Multiple values may be separated by commas.
35
35
  limit: 56, # Integer | Number of results to return per page.
36
36
  number: 56, # Integer | Filter results where number matches value
@@ -41,6 +41,7 @@ opts = {
41
41
  number__range: [56], # Array<Integer> | Filter results where number is between two comma separated values
42
42
  offset: 56, # Integer | The initial index from which to return the results.
43
43
  ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `pk` - Pk * `-pk` - Pk (descending)
44
+ prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
44
45
  pulp_created: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created matches value
45
46
  pulp_created__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than value
46
47
  pulp_created__gte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than or equal to value
@@ -67,7 +68,7 @@ end
67
68
 
68
69
  Name | Type | Description | Notes
69
70
  ------------- | ------------- | ------------- | -------------
70
- **content** | **String**| Content Unit referenced by HREF | [optional]
71
+ **content** | **String**| Content Unit referenced by HREF/PRN | [optional]
71
72
  **content__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
72
73
  **limit** | **Integer**| Number of results to return per page. | [optional]
73
74
  **number** | **Integer**| Filter results where number matches value | [optional]
@@ -78,6 +79,7 @@ Name | Type | Description | Notes
78
79
  **number__range** | [**Array&lt;Integer&gt;**](Integer.md)| Filter results where number is between two comma separated values | [optional]
79
80
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
80
81
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;number&#x60; - Number * &#x60;-number&#x60; - Number (descending) * &#x60;complete&#x60; - Complete * &#x60;-complete&#x60; - Complete (descending) * &#x60;info&#x60; - Info * &#x60;-info&#x60; - Info (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
82
+ **prn__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
81
83
  **pulp_created** | **DateTime**| Filter results where pulp_created matches value | [optional]
82
84
  **pulp_created__gt** | **DateTime**| Filter results where pulp_created is greater than value | [optional]
83
85
  **pulp_created__gte** | **DateTime**| Filter results where pulp_created is greater than or equal to value | [optional]
data/docs/RoleResponse.md CHANGED
@@ -5,6 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
+ **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
8
9
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
10
  **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
10
11
  **name** | **String** | The name of this role. |
@@ -18,6 +19,7 @@ Name | Type | Description | Notes
18
19
  require 'PulpcoreClient'
19
20
 
20
21
  instance = PulpcoreClient::RoleResponse.new(pulp_href: null,
22
+ prn: null,
21
23
  pulp_created: null,
22
24
  pulp_last_updated: null,
23
25
  name: null,
data/docs/RolesApi.md CHANGED
@@ -159,6 +159,7 @@ opts = {
159
159
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
160
160
  offset: 56, # Integer | The initial index from which to return the results.
161
161
  ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `name` - Name * `-name` - Name (descending) * `description` - Description * `-description` - Description (descending) * `locked` - Locked * `-locked` - Locked (descending) * `pk` - Pk * `-pk` - Pk (descending)
162
+ prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
162
163
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
163
164
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
164
165
  q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
@@ -199,6 +200,7 @@ Name | Type | Description | Notes
199
200
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
200
201
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
201
202
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;locked&#x60; - Locked * &#x60;-locked&#x60; - Locked (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
203
+ **prn__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
202
204
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
203
205
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
204
206
  **q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
@@ -5,6 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
+ **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
8
9
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
10
  **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
10
11
  **name** | **String** | A unique name used to recognize a script. |
@@ -18,6 +19,7 @@ Name | Type | Description | Notes
18
19
  require 'PulpcoreClient'
19
20
 
20
21
  instance = PulpcoreClient::SigningServiceResponse.new(pulp_href: null,
22
+ prn: null,
21
23
  pulp_created: null,
22
24
  pulp_last_updated: null,
23
25
  name: null,
@@ -35,6 +35,7 @@ opts = {
35
35
  name: 'name_example', # String | Filter results where name matches value
36
36
  offset: 56, # Integer | The initial index from which to return the results.
37
37
  ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `name` - Name * `-name` - Name (descending) * `public_key` - Public key * `-public_key` - Public key (descending) * `pubkey_fingerprint` - Pubkey fingerprint * `-pubkey_fingerprint` - Pubkey fingerprint (descending) * `script` - Script * `-script` - Script (descending) * `pk` - Pk * `-pk` - Pk (descending)
38
+ prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
38
39
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
39
40
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
40
41
  q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
@@ -60,6 +61,7 @@ Name | Type | Description | Notes
60
61
  **name** | **String**| Filter results where name matches value | [optional]
61
62
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
62
63
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;public_key&#x60; - Public key * &#x60;-public_key&#x60; - Public key (descending) * &#x60;pubkey_fingerprint&#x60; - Pubkey fingerprint * &#x60;-pubkey_fingerprint&#x60; - Pubkey fingerprint (descending) * &#x60;script&#x60; - Script * &#x60;-script&#x60; - Script (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
64
+ **prn__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
63
65
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
64
66
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
65
67
  **q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
@@ -5,6 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
+ **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
8
9
  **description** | **String** | A description of the task group. |
9
10
  **all_tasks_dispatched** | **Boolean** | Whether all tasks have been spawned for this task group. |
10
11
  **waiting** | **Integer** | Number of tasks in the &#39;waiting&#39; state | [optional] [readonly]
@@ -23,6 +24,7 @@ Name | Type | Description | Notes
23
24
  require 'PulpcoreClient'
24
25
 
25
26
  instance = PulpcoreClient::TaskGroupResponse.new(pulp_href: null,
27
+ prn: null,
26
28
  description: null,
27
29
  all_tasks_dispatched: null,
28
30
  waiting: null,
data/docs/TaskResponse.md CHANGED
@@ -5,6 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
+ **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
8
9
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
10
  **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
10
11
  **state** | **String** | The current state of the task. The possible values include: &#39;waiting&#39;, &#39;skipped&#39;, &#39;running&#39;, &#39;completed&#39;, &#39;failed&#39;, &#39;canceled&#39; and &#39;canceling&#39;. | [optional] [readonly]
@@ -29,6 +30,7 @@ Name | Type | Description | Notes
29
30
  require 'PulpcoreClient'
30
31
 
31
32
  instance = PulpcoreClient::TaskResponse.new(pulp_href: null,
33
+ prn: null,
32
34
  pulp_created: null,
33
35
  pulp_last_updated: null,
34
36
  state: null,
@@ -5,6 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
+ **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
8
9
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
10
  **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
10
11
  **name** | **String** | The name of the task schedule. |
@@ -19,6 +20,7 @@ Name | Type | Description | Notes
19
20
  require 'PulpcoreClient'
20
21
 
21
22
  instance = PulpcoreClient::TaskScheduleResponse.new(pulp_href: null,
23
+ prn: null,
22
24
  pulp_created: null,
23
25
  pulp_last_updated: null,
24
26
  name: null,
@@ -95,6 +95,7 @@ opts = {
95
95
  name__contains: 'name__contains_example', # String | Filter results where name contains value
96
96
  offset: 56, # Integer | The initial index from which to return the results.
97
97
  ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `name` - Name * `-name` - Name (descending) * `next_dispatch` - Next dispatch * `-next_dispatch` - Next dispatch (descending) * `dispatch_interval` - Dispatch interval * `-dispatch_interval` - Dispatch interval (descending) * `task_name` - Task name * `-task_name` - Task name (descending) * `pk` - Pk * `-pk` - Pk (descending)
98
+ prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
98
99
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
99
100
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
100
101
  q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
@@ -123,6 +124,7 @@ Name | Type | Description | Notes
123
124
  **name__contains** | **String**| Filter results where name contains value | [optional]
124
125
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
125
126
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;next_dispatch&#x60; - Next dispatch * &#x60;-next_dispatch&#x60; - Next dispatch (descending) * &#x60;dispatch_interval&#x60; - Dispatch interval * &#x60;-dispatch_interval&#x60; - Dispatch interval (descending) * &#x60;task_name&#x60; - Task name * &#x60;-task_name&#x60; - Task name (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
127
+ **prn__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
126
128
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
127
129
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
128
130
  **q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
data/docs/TasksApi.md CHANGED
@@ -166,6 +166,7 @@ opts = {
166
166
  offset: 56, # Integer | The initial index from which to return the results.
167
167
  ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `state` - State * `-state` - State (descending) * `name` - Name * `-name` - Name (descending) * `logging_cid` - Logging cid * `-logging_cid` - Logging cid (descending) * `unblocked_at` - Unblocked at * `-unblocked_at` - Unblocked at (descending) * `started_at` - Started at * `-started_at` - Started at (descending) * `finished_at` - Finished at * `-finished_at` - Finished at (descending) * `error` - Error * `-error` - Error (descending) * `enc_args` - Enc args * `-enc_args` - Enc args (descending) * `enc_kwargs` - Enc kwargs * `-enc_kwargs` - Enc kwargs (descending) * `reserved_resources_record` - Reserved resources record * `-reserved_resources_record` - Reserved resources record (descending) * `versions` - Versions * `-versions` - Versions (descending) * `pk` - Pk * `-pk` - Pk (descending)
168
168
  parent_task: 'parent_task_example', # String | Filter results where parent_task matches value
169
+ prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
169
170
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
170
171
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
171
172
  q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
@@ -224,6 +225,7 @@ Name | Type | Description | Notes
224
225
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
225
226
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;state&#x60; - State * &#x60;-state&#x60; - State (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;logging_cid&#x60; - Logging cid * &#x60;-logging_cid&#x60; - Logging cid (descending) * &#x60;unblocked_at&#x60; - Unblocked at * &#x60;-unblocked_at&#x60; - Unblocked at (descending) * &#x60;started_at&#x60; - Started at * &#x60;-started_at&#x60; - Started at (descending) * &#x60;finished_at&#x60; - Finished at * &#x60;-finished_at&#x60; - Finished at (descending) * &#x60;error&#x60; - Error * &#x60;-error&#x60; - Error (descending) * &#x60;enc_args&#x60; - Enc args * &#x60;-enc_args&#x60; - Enc args (descending) * &#x60;enc_kwargs&#x60; - Enc kwargs * &#x60;-enc_kwargs&#x60; - Enc kwargs (descending) * &#x60;reserved_resources_record&#x60; - Reserved resources record * &#x60;-reserved_resources_record&#x60; - Reserved resources record (descending) * &#x60;versions&#x60; - Versions * &#x60;-versions&#x60; - Versions (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
226
227
  **parent_task** | [**String**](.md)| Filter results where parent_task matches value | [optional]
228
+ **prn__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
227
229
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
228
230
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
229
231
  **q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
@@ -5,6 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
+ **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
8
9
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
10
  **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
10
11
  **size** | **Integer** | The size of the upload in bytes. |
@@ -17,6 +18,7 @@ Name | Type | Description | Notes
17
18
  require 'PulpcoreClient'
18
19
 
19
20
  instance = PulpcoreClient::UploadDetailResponse.new(pulp_href: null,
21
+ prn: null,
20
22
  pulp_created: null,
21
23
  pulp_last_updated: null,
22
24
  size: null,
@@ -5,6 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
+ **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
8
9
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
10
  **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
10
11
  **size** | **Integer** | The size of the upload in bytes. |
@@ -16,6 +17,7 @@ Name | Type | Description | Notes
16
17
  require 'PulpcoreClient'
17
18
 
18
19
  instance = PulpcoreClient::UploadResponse.new(pulp_href: null,
20
+ prn: null,
19
21
  pulp_created: null,
20
22
  pulp_last_updated: null,
21
23
  size: null,