pulp_container_client 2.14.14 → 2.14.16

Sign up to get free protection for your applications and to get access to all the features.
Files changed (250) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +222 -246
  3. data/docs/AccessPoliciesApi.md +28 -32
  4. data/docs/ArtifactDistributionResponse.md +7 -7
  5. data/docs/ArtifactsApi.md +23 -27
  6. data/docs/ContainerContainerDistribution.md +5 -5
  7. data/docs/ContainerContainerDistributionResponse.md +8 -8
  8. data/docs/ContainerContainerPushRepository.md +5 -5
  9. data/docs/ContainerContainerPushRepositoryResponse.md +8 -8
  10. data/docs/ContainerContainerRemote.md +1 -1
  11. data/docs/ContainerContainerRemoteResponse.md +1 -1
  12. data/docs/ContainerContainerRepository.md +1 -1
  13. data/docs/ContainerContainerRepositoryResponse.md +1 -1
  14. data/docs/ContentApi.md +8 -14
  15. data/docs/ContentBlobsApi.md +13 -17
  16. data/docs/ContentManifestsApi.md +15 -19
  17. data/docs/ContentSignaturesApi.md +13 -17
  18. data/docs/ContentTagsApi.md +15 -19
  19. data/docs/ContentguardsApi.md +8 -14
  20. data/docs/ContentguardsContentRedirectApi.md +53 -57
  21. data/docs/ContentguardsRbacApi.md +53 -57
  22. data/docs/DistributionsApi.md +8 -18
  23. data/docs/DistributionsArtifactsApi.md +13 -21
  24. data/docs/DistributionsContainerApi.md +53 -61
  25. data/docs/DocsApiJsonApi.md +6 -6
  26. data/docs/DocsApiYamlApi.md +6 -6
  27. data/docs/ExportersFilesystemApi.md +36 -40
  28. data/docs/ExportersFilesystemExportsApi.md +24 -24
  29. data/docs/ExportersPulpApi.md +33 -37
  30. data/docs/ExportersPulpExportsApi.md +21 -21
  31. data/docs/FilesystemExporter.md +1 -1
  32. data/docs/FilesystemExporterResponse.md +1 -1
  33. data/docs/GroupRole.md +1 -3
  34. data/docs/GroupRoleResponse.md +1 -3
  35. data/docs/GroupsApi.md +59 -63
  36. data/docs/GroupsRolesApi.md +27 -33
  37. data/docs/GroupsUsersApi.md +16 -16
  38. data/docs/ImportersPulpApi.md +33 -37
  39. data/docs/ImportersPulpImportCheckApi.md +1 -1
  40. data/docs/ImportersPulpImportsApi.md +21 -21
  41. data/docs/OrphansApi.md +6 -6
  42. data/docs/OrphansCleanupApi.md +6 -6
  43. data/docs/PatchedFilesystemExporter.md +1 -1
  44. data/docs/PatchedcontainerContainerDistribution.md +5 -5
  45. data/docs/PatchedcontainerContainerPushRepository.md +5 -5
  46. data/docs/PatchedcontainerContainerRemote.md +1 -1
  47. data/docs/PatchedcontainerContainerRepository.md +1 -1
  48. data/docs/PublicationsApi.md +9 -15
  49. data/docs/PulpContainerNamespacesApi.md +43 -47
  50. data/docs/RemoteResponse.md +1 -1
  51. data/docs/RemoteResponseHiddenFields.md +2 -2
  52. data/docs/RemotesApi.md +8 -14
  53. data/docs/RemotesContainerApi.md +53 -57
  54. data/docs/RepairApi.md +6 -6
  55. data/docs/RepositoriesApi.md +8 -30
  56. data/docs/RepositoriesContainerApi.md +102 -122
  57. data/docs/RepositoriesContainerPushApi.md +68 -88
  58. data/docs/RepositoriesContainerPushVersionsApi.md +23 -25
  59. data/docs/RepositoriesContainerVersionsApi.md +23 -25
  60. data/docs/RepositoriesReclaimSpaceApi.md +6 -6
  61. data/docs/RepositoryResponse.md +1 -1
  62. data/docs/RepositoryVersionsApi.md +8 -12
  63. data/docs/RolesApi.md +39 -43
  64. data/docs/SigningServicesApi.md +13 -17
  65. data/docs/StatusApi.md +1 -1
  66. data/docs/StatusResponse.md +1 -3
  67. data/docs/TaskGroupsApi.md +11 -11
  68. data/docs/TaskSchedulesApi.md +35 -39
  69. data/docs/TasksApi.md +101 -105
  70. data/docs/TokenApi.md +6 -6
  71. data/docs/UploadsApi.md +53 -57
  72. data/docs/UserRole.md +2 -4
  73. data/docs/UserRoleResponse.md +2 -4
  74. data/docs/UsersApi.md +39 -43
  75. data/docs/UsersRolesApi.md +27 -33
  76. data/docs/VersionResponse.md +1 -3
  77. data/docs/WorkersApi.md +13 -17
  78. data/lib/pulp_container_client/api/access_policies_api.rb +33 -39
  79. data/lib/pulp_container_client/api/artifacts_api.rb +31 -37
  80. data/lib/pulp_container_client/api/content_api.rb +7 -20
  81. data/lib/pulp_container_client/api/content_blobs_api.rb +13 -19
  82. data/lib/pulp_container_client/api/content_manifests_api.rb +15 -21
  83. data/lib/pulp_container_client/api/content_signatures_api.rb +13 -19
  84. data/lib/pulp_container_client/api/content_tags_api.rb +15 -21
  85. data/lib/pulp_container_client/api/contentguards_api.rb +7 -20
  86. data/lib/pulp_container_client/api/contentguards_content_redirect_api.rb +65 -71
  87. data/lib/pulp_container_client/api/contentguards_rbac_api.rb +65 -71
  88. data/lib/pulp_container_client/api/distributions_api.rb +7 -26
  89. data/lib/pulp_container_client/api/distributions_artifacts_api.rb +13 -25
  90. data/lib/pulp_container_client/api/distributions_container_api.rb +65 -77
  91. data/lib/pulp_container_client/api/docs_api_json_api.rb +5 -5
  92. data/lib/pulp_container_client/api/docs_api_yaml_api.rb +5 -5
  93. data/lib/pulp_container_client/api/exporters_filesystem_api.rb +45 -51
  94. data/lib/pulp_container_client/api/exporters_filesystem_exports_api.rb +31 -31
  95. data/lib/pulp_container_client/api/exporters_pulp_api.rb +39 -45
  96. data/lib/pulp_container_client/api/exporters_pulp_exports_api.rb +25 -25
  97. data/lib/pulp_container_client/api/groups_api.rb +77 -83
  98. data/lib/pulp_container_client/api/groups_roles_api.rb +35 -44
  99. data/lib/pulp_container_client/api/groups_users_api.rb +19 -19
  100. data/lib/pulp_container_client/api/importers_pulp_api.rb +39 -45
  101. data/lib/pulp_container_client/api/importers_pulp_imports_api.rb +25 -25
  102. data/lib/pulp_container_client/api/orphans_api.rb +5 -5
  103. data/lib/pulp_container_client/api/orphans_cleanup_api.rb +6 -6
  104. data/lib/pulp_container_client/api/publications_api.rb +9 -18
  105. data/lib/pulp_container_client/api/pulp_container_namespaces_api.rb +51 -57
  106. data/lib/pulp_container_client/api/remotes_api.rb +7 -20
  107. data/lib/pulp_container_client/api/remotes_container_api.rb +65 -71
  108. data/lib/pulp_container_client/api/repair_api.rb +6 -6
  109. data/lib/pulp_container_client/api/repositories_api.rb +7 -44
  110. data/lib/pulp_container_client/api/repositories_container_api.rb +128 -158
  111. data/lib/pulp_container_client/api/repositories_container_push_api.rb +88 -118
  112. data/lib/pulp_container_client/api/repositories_container_push_versions_api.rb +27 -30
  113. data/lib/pulp_container_client/api/repositories_container_versions_api.rb +27 -30
  114. data/lib/pulp_container_client/api/repositories_reclaim_space_api.rb +6 -6
  115. data/lib/pulp_container_client/api/repository_versions_api.rb +7 -12
  116. data/lib/pulp_container_client/api/roles_api.rb +51 -57
  117. data/lib/pulp_container_client/api/signing_services_api.rb +13 -19
  118. data/lib/pulp_container_client/api/task_groups_api.rb +11 -11
  119. data/lib/pulp_container_client/api/task_schedules_api.rb +43 -49
  120. data/lib/pulp_container_client/api/tasks_api.rb +125 -131
  121. data/lib/pulp_container_client/api/token_api.rb +5 -5
  122. data/lib/pulp_container_client/api/uploads_api.rb +67 -73
  123. data/lib/pulp_container_client/api/users_api.rb +51 -57
  124. data/lib/pulp_container_client/api/users_roles_api.rb +35 -44
  125. data/lib/pulp_container_client/api/workers_api.rb +14 -20
  126. data/lib/pulp_container_client/configuration.rb +3 -3
  127. data/lib/pulp_container_client/models/artifact_distribution_response.rb +35 -35
  128. data/lib/pulp_container_client/models/container_container_distribution.rb +45 -45
  129. data/lib/pulp_container_client/models/container_container_distribution_response.rb +39 -39
  130. data/lib/pulp_container_client/models/container_container_push_repository.rb +37 -37
  131. data/lib/pulp_container_client/models/container_container_push_repository_response.rb +33 -33
  132. data/lib/pulp_container_client/models/container_container_remote.rb +21 -21
  133. data/lib/pulp_container_client/models/container_container_remote_response.rb +21 -21
  134. data/lib/pulp_container_client/models/container_container_repository.rb +1 -1
  135. data/lib/pulp_container_client/models/container_container_repository_response.rb +1 -1
  136. data/lib/pulp_container_client/models/filesystem_exporter.rb +1 -1
  137. data/lib/pulp_container_client/models/filesystem_exporter_response.rb +1 -1
  138. data/lib/pulp_container_client/models/group_role.rb +5 -16
  139. data/lib/pulp_container_client/models/group_role_response.rb +4 -15
  140. data/lib/pulp_container_client/models/nested_role.rb +0 -19
  141. data/lib/pulp_container_client/models/patched_filesystem_exporter.rb +1 -1
  142. data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +36 -36
  143. data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +37 -37
  144. data/lib/pulp_container_client/models/patchedcontainer_container_remote.rb +21 -21
  145. data/lib/pulp_container_client/models/patchedcontainer_container_repository.rb +1 -1
  146. data/lib/pulp_container_client/models/remote_response.rb +21 -21
  147. data/lib/pulp_container_client/models/remote_response_hidden_fields.rb +10 -0
  148. data/lib/pulp_container_client/models/repository_response.rb +1 -1
  149. data/lib/pulp_container_client/models/status_response.rb +4 -19
  150. data/lib/pulp_container_client/models/user_role.rb +6 -17
  151. data/lib/pulp_container_client/models/user_role_response.rb +5 -16
  152. data/lib/pulp_container_client/models/version_response.rb +4 -19
  153. data/lib/pulp_container_client/version.rb +1 -1
  154. data/lib/pulp_container_client.rb +0 -11
  155. data/spec/api/access_policies_api_spec.rb +11 -13
  156. data/spec/api/artifacts_api_spec.rb +9 -11
  157. data/spec/api/content_api_spec.rb +3 -6
  158. data/spec/api/content_blobs_api_spec.rb +5 -7
  159. data/spec/api/content_manifests_api_spec.rb +6 -8
  160. data/spec/api/content_signatures_api_spec.rb +5 -7
  161. data/spec/api/content_tags_api_spec.rb +6 -8
  162. data/spec/api/contentguards_api_spec.rb +3 -6
  163. data/spec/api/contentguards_content_redirect_api_spec.rb +21 -23
  164. data/spec/api/contentguards_rbac_api_spec.rb +21 -23
  165. data/spec/api/distributions_api_spec.rb +3 -8
  166. data/spec/api/distributions_artifacts_api_spec.rb +5 -9
  167. data/spec/api/distributions_container_api_spec.rb +21 -25
  168. data/spec/api/docs_api_json_api_spec.rb +2 -2
  169. data/spec/api/docs_api_yaml_api_spec.rb +2 -2
  170. data/spec/api/exporters_filesystem_api_spec.rb +16 -18
  171. data/spec/api/exporters_filesystem_exports_api_spec.rb +11 -11
  172. data/spec/api/exporters_pulp_api_spec.rb +13 -15
  173. data/spec/api/exporters_pulp_exports_api_spec.rb +8 -8
  174. data/spec/api/groups_api_spec.rb +27 -29
  175. data/spec/api/groups_roles_api_spec.rb +13 -16
  176. data/spec/api/groups_users_api_spec.rb +6 -6
  177. data/spec/api/importers_pulp_api_spec.rb +13 -15
  178. data/spec/api/importers_pulp_imports_api_spec.rb +8 -8
  179. data/spec/api/orphans_api_spec.rb +2 -2
  180. data/spec/api/orphans_cleanup_api_spec.rb +2 -2
  181. data/spec/api/publications_api_spec.rb +4 -7
  182. data/spec/api/pulp_container_namespaces_api_spec.rb +17 -19
  183. data/spec/api/remotes_api_spec.rb +3 -6
  184. data/spec/api/remotes_container_api_spec.rb +21 -23
  185. data/spec/api/repair_api_spec.rb +2 -2
  186. data/spec/api/repositories_api_spec.rb +3 -14
  187. data/spec/api/repositories_container_api_spec.rb +39 -49
  188. data/spec/api/repositories_container_push_api_spec.rb +27 -37
  189. data/spec/api/repositories_container_push_versions_api_spec.rb +9 -10
  190. data/spec/api/repositories_container_versions_api_spec.rb +9 -10
  191. data/spec/api/repositories_reclaim_space_api_spec.rb +2 -2
  192. data/spec/api/repository_versions_api_spec.rb +3 -5
  193. data/spec/api/roles_api_spec.rb +19 -21
  194. data/spec/api/signing_services_api_spec.rb +5 -7
  195. data/spec/api/task_groups_api_spec.rb +4 -4
  196. data/spec/api/task_schedules_api_spec.rb +15 -17
  197. data/spec/api/tasks_api_spec.rb +32 -34
  198. data/spec/api/token_api_spec.rb +2 -2
  199. data/spec/api/uploads_api_spec.rb +21 -23
  200. data/spec/api/users_api_spec.rb +19 -21
  201. data/spec/api/users_roles_api_spec.rb +13 -16
  202. data/spec/api/workers_api_spec.rb +5 -7
  203. data/spec/configuration_spec.rb +3 -3
  204. data/spec/models/artifact_distribution_response_spec.rb +7 -7
  205. data/spec/models/container_container_distribution_response_spec.rb +6 -6
  206. data/spec/models/container_container_distribution_spec.rb +4 -4
  207. data/spec/models/container_container_push_repository_response_spec.rb +6 -6
  208. data/spec/models/container_container_push_repository_spec.rb +4 -4
  209. data/spec/models/group_role_response_spec.rb +0 -6
  210. data/spec/models/group_role_spec.rb +0 -6
  211. data/spec/models/patchedcontainer_container_distribution_spec.rb +4 -4
  212. data/spec/models/patchedcontainer_container_push_repository_spec.rb +4 -4
  213. data/spec/models/status_response_spec.rb +0 -6
  214. data/spec/models/user_role_response_spec.rb +0 -6
  215. data/spec/models/user_role_spec.rb +0 -6
  216. data/spec/models/version_response_spec.rb +0 -6
  217. metadata +196 -240
  218. data/docs/Domain.md +0 -27
  219. data/docs/DomainResponse.md +0 -31
  220. data/docs/DomainsApi.md +0 -366
  221. data/docs/PaginatedDomainResponseList.md +0 -23
  222. data/docs/PaginatedUpstreamPulpResponseList.md +0 -23
  223. data/docs/PatchedDomain.md +0 -27
  224. data/docs/PatchedUpstreamPulp.md +0 -37
  225. data/docs/StorageClassEnum.md +0 -16
  226. data/docs/UpstreamPulp.md +0 -37
  227. data/docs/UpstreamPulpResponse.md +0 -39
  228. data/docs/UpstreamPulpsApi.md +0 -405
  229. data/lib/pulp_container_client/api/domains_api.rb +0 -452
  230. data/lib/pulp_container_client/api/upstream_pulps_api.rb +0 -492
  231. data/lib/pulp_container_client/models/domain.rb +0 -323
  232. data/lib/pulp_container_client/models/domain_response.rb +0 -318
  233. data/lib/pulp_container_client/models/paginated_domain_response_list.rb +0 -237
  234. data/lib/pulp_container_client/models/paginated_upstream_pulp_response_list.rb +0 -237
  235. data/lib/pulp_container_client/models/patched_domain.rb +0 -304
  236. data/lib/pulp_container_client/models/patched_upstream_pulp.rb +0 -450
  237. data/lib/pulp_container_client/models/storage_class_enum.rb +0 -37
  238. data/lib/pulp_container_client/models/upstream_pulp.rb +0 -477
  239. data/lib/pulp_container_client/models/upstream_pulp_response.rb +0 -338
  240. data/spec/api/domains_api_spec.rb +0 -122
  241. data/spec/api/upstream_pulps_api_spec.rb +0 -127
  242. data/spec/models/domain_response_spec.rb +0 -83
  243. data/spec/models/domain_spec.rb +0 -71
  244. data/spec/models/paginated_domain_response_list_spec.rb +0 -59
  245. data/spec/models/paginated_upstream_pulp_response_list_spec.rb +0 -59
  246. data/spec/models/patched_domain_spec.rb +0 -71
  247. data/spec/models/patched_upstream_pulp_spec.rb +0 -101
  248. data/spec/models/storage_class_enum_spec.rb +0 -35
  249. data/spec/models/upstream_pulp_response_spec.rb +0 -107
  250. data/spec/models/upstream_pulp_spec.rb +0 -101
@@ -1,21 +1,21 @@
1
1
  # PulpContainerClient::ImportersPulpApi
2
2
 
3
- All URIs are relative to *https://pulp*
3
+ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
- [**create**](ImportersPulpApi.md#create) | **POST** /pulp/api/v3/importers/core/pulp/ | Create a pulp importer
8
- [**delete**](ImportersPulpApi.md#delete) | **DELETE** {pulp_importer_href} | Delete a pulp importer
9
- [**list**](ImportersPulpApi.md#list) | **GET** /pulp/api/v3/importers/core/pulp/ | List pulp importers
10
- [**partial_update**](ImportersPulpApi.md#partial_update) | **PATCH** {pulp_importer_href} | Update a pulp importer
11
- [**read**](ImportersPulpApi.md#read) | **GET** {pulp_importer_href} | Inspect a pulp importer
12
- [**update**](ImportersPulpApi.md#update) | **PUT** {pulp_importer_href} | Update a pulp importer
7
+ [**importers_core_pulp_create**](ImportersPulpApi.md#importers_core_pulp_create) | **POST** /pulp/api/v3/importers/core/pulp/ | Create a pulp importer
8
+ [**importers_core_pulp_delete**](ImportersPulpApi.md#importers_core_pulp_delete) | **DELETE** {pulp_importer_href} | Delete a pulp importer
9
+ [**importers_core_pulp_list**](ImportersPulpApi.md#importers_core_pulp_list) | **GET** /pulp/api/v3/importers/core/pulp/ | List pulp importers
10
+ [**importers_core_pulp_partial_update**](ImportersPulpApi.md#importers_core_pulp_partial_update) | **PATCH** {pulp_importer_href} | Update a pulp importer
11
+ [**importers_core_pulp_read**](ImportersPulpApi.md#importers_core_pulp_read) | **GET** {pulp_importer_href} | Inspect a pulp importer
12
+ [**importers_core_pulp_update**](ImportersPulpApi.md#importers_core_pulp_update) | **PUT** {pulp_importer_href} | Update a pulp importer
13
13
 
14
14
 
15
15
 
16
- ## create
16
+ ## importers_core_pulp_create
17
17
 
18
- > PulpImporterResponse create(pulp_importer)
18
+ > PulpImporterResponse importers_core_pulp_create(pulp_importer)
19
19
 
20
20
  Create a pulp importer
21
21
 
@@ -38,10 +38,10 @@ pulp_importer = PulpContainerClient::PulpImporter.new # PulpImporter |
38
38
 
39
39
  begin
40
40
  #Create a pulp importer
41
- result = api_instance.create(pulp_importer)
41
+ result = api_instance.importers_core_pulp_create(pulp_importer)
42
42
  p result
43
43
  rescue PulpContainerClient::ApiError => e
44
- puts "Exception when calling ImportersPulpApi->create: #{e}"
44
+ puts "Exception when calling ImportersPulpApi->importers_core_pulp_create: #{e}"
45
45
  end
46
46
  ```
47
47
 
@@ -66,9 +66,9 @@ Name | Type | Description | Notes
66
66
  - **Accept**: application/json
67
67
 
68
68
 
69
- ## delete
69
+ ## importers_core_pulp_delete
70
70
 
71
- > delete(pulp_importer_href)
71
+ > importers_core_pulp_delete(pulp_importer_href)
72
72
 
73
73
  Delete a pulp importer
74
74
 
@@ -91,9 +91,9 @@ pulp_importer_href = 'pulp_importer_href_example' # String |
91
91
 
92
92
  begin
93
93
  #Delete a pulp importer
94
- api_instance.delete(pulp_importer_href)
94
+ api_instance.importers_core_pulp_delete(pulp_importer_href)
95
95
  rescue PulpContainerClient::ApiError => e
96
- puts "Exception when calling ImportersPulpApi->delete: #{e}"
96
+ puts "Exception when calling ImportersPulpApi->importers_core_pulp_delete: #{e}"
97
97
  end
98
98
  ```
99
99
 
@@ -118,9 +118,9 @@ nil (empty response body)
118
118
  - **Accept**: Not defined
119
119
 
120
120
 
121
- ## list
121
+ ## importers_core_pulp_list
122
122
 
123
- > PaginatedPulpImporterResponseList list(opts)
123
+ > PaginatedPulpImporterResponseList importers_core_pulp_list(opts)
124
124
 
125
125
  List pulp importers
126
126
 
@@ -147,19 +147,17 @@ opts = {
147
147
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
148
148
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
149
149
  offset: 56, # Integer | The initial index from which to return the results.
150
- 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)
151
- pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
152
- pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
150
+ ordering: ['ordering_example'], # Array<String> | Ordering
153
151
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
154
152
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
155
153
  }
156
154
 
157
155
  begin
158
156
  #List pulp importers
159
- result = api_instance.list(opts)
157
+ result = api_instance.importers_core_pulp_list(opts)
160
158
  p result
161
159
  rescue PulpContainerClient::ApiError => e
162
- puts "Exception when calling ImportersPulpApi->list: #{e}"
160
+ puts "Exception when calling ImportersPulpApi->importers_core_pulp_list: #{e}"
163
161
  end
164
162
  ```
165
163
 
@@ -175,9 +173,7 @@ Name | Type | Description | Notes
175
173
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
176
174
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
177
175
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
178
- **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]
179
- **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
180
- **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
176
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
181
177
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
182
178
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
183
179
 
@@ -195,9 +191,9 @@ Name | Type | Description | Notes
195
191
  - **Accept**: application/json
196
192
 
197
193
 
198
- ## partial_update
194
+ ## importers_core_pulp_partial_update
199
195
 
200
- > PulpImporterResponse partial_update(pulp_importer_href, patched_pulp_importer)
196
+ > PulpImporterResponse importers_core_pulp_partial_update(pulp_importer_href, patched_pulp_importer)
201
197
 
202
198
  Update a pulp importer
203
199
 
@@ -221,10 +217,10 @@ patched_pulp_importer = PulpContainerClient::PatchedPulpImporter.new # PatchedPu
221
217
 
222
218
  begin
223
219
  #Update a pulp importer
224
- result = api_instance.partial_update(pulp_importer_href, patched_pulp_importer)
220
+ result = api_instance.importers_core_pulp_partial_update(pulp_importer_href, patched_pulp_importer)
225
221
  p result
226
222
  rescue PulpContainerClient::ApiError => e
227
- puts "Exception when calling ImportersPulpApi->partial_update: #{e}"
223
+ puts "Exception when calling ImportersPulpApi->importers_core_pulp_partial_update: #{e}"
228
224
  end
229
225
  ```
230
226
 
@@ -250,9 +246,9 @@ Name | Type | Description | Notes
250
246
  - **Accept**: application/json
251
247
 
252
248
 
253
- ## read
249
+ ## importers_core_pulp_read
254
250
 
255
- > PulpImporterResponse read(pulp_importer_href, opts)
251
+ > PulpImporterResponse importers_core_pulp_read(pulp_importer_href, opts)
256
252
 
257
253
  Inspect a pulp importer
258
254
 
@@ -279,10 +275,10 @@ opts = {
279
275
 
280
276
  begin
281
277
  #Inspect a pulp importer
282
- result = api_instance.read(pulp_importer_href, opts)
278
+ result = api_instance.importers_core_pulp_read(pulp_importer_href, opts)
283
279
  p result
284
280
  rescue PulpContainerClient::ApiError => e
285
- puts "Exception when calling ImportersPulpApi->read: #{e}"
281
+ puts "Exception when calling ImportersPulpApi->importers_core_pulp_read: #{e}"
286
282
  end
287
283
  ```
288
284
 
@@ -309,9 +305,9 @@ Name | Type | Description | Notes
309
305
  - **Accept**: application/json
310
306
 
311
307
 
312
- ## update
308
+ ## importers_core_pulp_update
313
309
 
314
- > PulpImporterResponse update(pulp_importer_href, pulp_importer)
310
+ > PulpImporterResponse importers_core_pulp_update(pulp_importer_href, pulp_importer)
315
311
 
316
312
  Update a pulp importer
317
313
 
@@ -335,10 +331,10 @@ pulp_importer = PulpContainerClient::PulpImporter.new # PulpImporter |
335
331
 
336
332
  begin
337
333
  #Update a pulp importer
338
- result = api_instance.update(pulp_importer_href, pulp_importer)
334
+ result = api_instance.importers_core_pulp_update(pulp_importer_href, pulp_importer)
339
335
  p result
340
336
  rescue PulpContainerClient::ApiError => e
341
- puts "Exception when calling ImportersPulpApi->update: #{e}"
337
+ puts "Exception when calling ImportersPulpApi->importers_core_pulp_update: #{e}"
342
338
  end
343
339
  ```
344
340
 
@@ -1,6 +1,6 @@
1
1
  # PulpContainerClient::ImportersPulpImportCheckApi
2
2
 
3
- All URIs are relative to *https://pulp*
3
+ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -1,19 +1,19 @@
1
1
  # PulpContainerClient::ImportersPulpImportsApi
2
2
 
3
- All URIs are relative to *https://pulp*
3
+ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
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
7
+ [**importers_core_pulp_imports_create**](ImportersPulpImportsApi.md#importers_core_pulp_imports_create) | **POST** {pulp_importer_href}imports/ | Create a pulp import
8
+ [**importers_core_pulp_imports_delete**](ImportersPulpImportsApi.md#importers_core_pulp_imports_delete) | **DELETE** {pulp_pulp_import_href} | Delete a pulp import
9
+ [**importers_core_pulp_imports_list**](ImportersPulpImportsApi.md#importers_core_pulp_imports_list) | **GET** {pulp_importer_href}imports/ | List pulp imports
10
+ [**importers_core_pulp_imports_read**](ImportersPulpImportsApi.md#importers_core_pulp_imports_read) | **GET** {pulp_pulp_import_href} | Inspect a pulp import
11
11
 
12
12
 
13
13
 
14
- ## create
14
+ ## importers_core_pulp_imports_create
15
15
 
16
- > TaskGroupOperationResponse create(pulp_importer_href, pulp_import)
16
+ > TaskGroupOperationResponse importers_core_pulp_imports_create(pulp_importer_href, pulp_import)
17
17
 
18
18
  Create a pulp import
19
19
 
@@ -37,10 +37,10 @@ pulp_import = PulpContainerClient::PulpImport.new # PulpImport |
37
37
 
38
38
  begin
39
39
  #Create a pulp import
40
- result = api_instance.create(pulp_importer_href, pulp_import)
40
+ result = api_instance.importers_core_pulp_imports_create(pulp_importer_href, pulp_import)
41
41
  p result
42
42
  rescue PulpContainerClient::ApiError => e
43
- puts "Exception when calling ImportersPulpImportsApi->create: #{e}"
43
+ puts "Exception when calling ImportersPulpImportsApi->importers_core_pulp_imports_create: #{e}"
44
44
  end
45
45
  ```
46
46
 
@@ -66,9 +66,9 @@ Name | Type | Description | Notes
66
66
  - **Accept**: application/json
67
67
 
68
68
 
69
- ## delete
69
+ ## importers_core_pulp_imports_delete
70
70
 
71
- > delete(pulp_pulp_import_href)
71
+ > importers_core_pulp_imports_delete(pulp_pulp_import_href)
72
72
 
73
73
  Delete a pulp import
74
74
 
@@ -91,9 +91,9 @@ pulp_pulp_import_href = 'pulp_pulp_import_href_example' # String |
91
91
 
92
92
  begin
93
93
  #Delete a pulp import
94
- api_instance.delete(pulp_pulp_import_href)
94
+ api_instance.importers_core_pulp_imports_delete(pulp_pulp_import_href)
95
95
  rescue PulpContainerClient::ApiError => e
96
- puts "Exception when calling ImportersPulpImportsApi->delete: #{e}"
96
+ puts "Exception when calling ImportersPulpImportsApi->importers_core_pulp_imports_delete: #{e}"
97
97
  end
98
98
  ```
99
99
 
@@ -118,9 +118,9 @@ nil (empty response body)
118
118
  - **Accept**: Not defined
119
119
 
120
120
 
121
- ## list
121
+ ## importers_core_pulp_imports_list
122
122
 
123
- > PaginatedImportResponseList list(pulp_importer_href, opts)
123
+ > PaginatedImportResponseList importers_core_pulp_imports_list(pulp_importer_href, opts)
124
124
 
125
125
  List pulp imports
126
126
 
@@ -149,10 +149,10 @@ opts = {
149
149
 
150
150
  begin
151
151
  #List pulp imports
152
- result = api_instance.list(pulp_importer_href, opts)
152
+ result = api_instance.importers_core_pulp_imports_list(pulp_importer_href, opts)
153
153
  p result
154
154
  rescue PulpContainerClient::ApiError => e
155
- puts "Exception when calling ImportersPulpImportsApi->list: #{e}"
155
+ puts "Exception when calling ImportersPulpImportsApi->importers_core_pulp_imports_list: #{e}"
156
156
  end
157
157
  ```
158
158
 
@@ -181,9 +181,9 @@ Name | Type | Description | Notes
181
181
  - **Accept**: application/json
182
182
 
183
183
 
184
- ## read
184
+ ## importers_core_pulp_imports_read
185
185
 
186
- > ImportResponse read(pulp_pulp_import_href, opts)
186
+ > ImportResponse importers_core_pulp_imports_read(pulp_pulp_import_href, opts)
187
187
 
188
188
  Inspect a pulp import
189
189
 
@@ -210,10 +210,10 @@ opts = {
210
210
 
211
211
  begin
212
212
  #Inspect a pulp import
213
- result = api_instance.read(pulp_pulp_import_href, opts)
213
+ result = api_instance.importers_core_pulp_imports_read(pulp_pulp_import_href, opts)
214
214
  p result
215
215
  rescue PulpContainerClient::ApiError => e
216
- puts "Exception when calling ImportersPulpImportsApi->read: #{e}"
216
+ puts "Exception when calling ImportersPulpImportsApi->importers_core_pulp_imports_read: #{e}"
217
217
  end
218
218
  ```
219
219
 
data/docs/OrphansApi.md CHANGED
@@ -1,16 +1,16 @@
1
1
  # PulpContainerClient::OrphansApi
2
2
 
3
- All URIs are relative to *https://pulp*
3
+ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
- [**delete**](OrphansApi.md#delete) | **DELETE** /pulp/api/v3/orphans/ | Delete orphans
7
+ [**orphans_delete**](OrphansApi.md#orphans_delete) | **DELETE** /pulp/api/v3/orphans/ | Delete orphans
8
8
 
9
9
 
10
10
 
11
- ## delete
11
+ ## orphans_delete
12
12
 
13
- > AsyncOperationResponse delete
13
+ > AsyncOperationResponse orphans_delete
14
14
 
15
15
  Delete orphans
16
16
 
@@ -32,10 +32,10 @@ api_instance = PulpContainerClient::OrphansApi.new
32
32
 
33
33
  begin
34
34
  #Delete orphans
35
- result = api_instance.delete
35
+ result = api_instance.orphans_delete
36
36
  p result
37
37
  rescue PulpContainerClient::ApiError => e
38
- puts "Exception when calling OrphansApi->delete: #{e}"
38
+ puts "Exception when calling OrphansApi->orphans_delete: #{e}"
39
39
  end
40
40
  ```
41
41
 
@@ -1,16 +1,16 @@
1
1
  # PulpContainerClient::OrphansCleanupApi
2
2
 
3
- All URIs are relative to *https://pulp*
3
+ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
- [**cleanup**](OrphansCleanupApi.md#cleanup) | **POST** /pulp/api/v3/orphans/cleanup/ |
7
+ [**orphans_cleanup_cleanup**](OrphansCleanupApi.md#orphans_cleanup_cleanup) | **POST** /pulp/api/v3/orphans/cleanup/ |
8
8
 
9
9
 
10
10
 
11
- ## cleanup
11
+ ## orphans_cleanup_cleanup
12
12
 
13
- > AsyncOperationResponse cleanup(orphans_cleanup)
13
+ > AsyncOperationResponse orphans_cleanup_cleanup(orphans_cleanup)
14
14
 
15
15
 
16
16
 
@@ -32,10 +32,10 @@ api_instance = PulpContainerClient::OrphansCleanupApi.new
32
32
  orphans_cleanup = PulpContainerClient::OrphansCleanup.new # OrphansCleanup |
33
33
 
34
34
  begin
35
- result = api_instance.cleanup(orphans_cleanup)
35
+ result = api_instance.orphans_cleanup_cleanup(orphans_cleanup)
36
36
  p result
37
37
  rescue PulpContainerClient::ApiError => e
38
- puts "Exception when calling OrphansCleanupApi->cleanup: #{e}"
38
+ puts "Exception when calling OrphansCleanupApi->orphans_cleanup_cleanup: #{e}"
39
39
  end
40
40
  ```
41
41
 
@@ -6,7 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **name** | **String** | Unique name of the file system exporter. | [optional]
8
8
  **path** | **String** | File system location to export to. | [optional]
9
- **method** | [**MethodEnum**](MethodEnum.md) | Method of exporting * &#x60;write&#x60; - Export by writing * &#x60;hardlink&#x60; - Export by hardlinking * &#x60;symlink&#x60; - Export by symlinking | [optional]
9
+ **method** | [**MethodEnum**](MethodEnum.md) | Method of exporting | [optional]
10
10
 
11
11
  ## Code Sample
12
12
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
+ **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \&quot;foo\&quot; and \&quot;foo/bar\&quot;) | [optional]
8
+ **name** | **String** | A unique name. Ex, &#x60;rawhide&#x60; and &#x60;stable&#x60;. | [optional]
7
9
  **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
8
10
  **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
9
- **name** | **String** | A unique name. Ex, &#x60;rawhide&#x60; and &#x60;stable&#x60;. | [optional]
10
- **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \&quot;foo\&quot; and \&quot;foo/bar\&quot;) | [optional]
11
11
  **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
12
12
  **repository_version** | **String** | RepositoryVersion to be served | [optional]
13
13
  **private** | **Boolean** | Restrict pull access to explicitly authorized users. Defaults to unrestricted pull access. | [optional]
@@ -18,10 +18,10 @@ Name | Type | Description | Notes
18
18
  ```ruby
19
19
  require 'PulpContainerClient'
20
20
 
21
- instance = PulpContainerClient::PatchedcontainerContainerDistribution.new(content_guard: null,
22
- repository: null,
21
+ instance = PulpContainerClient::PatchedcontainerContainerDistribution.new(base_path: null,
23
22
  name: null,
24
- base_path: null,
23
+ content_guard: null,
24
+ repository: null,
25
25
  pulp_labels: null,
26
26
  repository_version: null,
27
27
  private: null,
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
+ **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. This is provided as a tech preview in Pulp 3 and may change in the future. | [optional]
8
+ **name** | **String** | A unique name for this repository. | [optional]
7
9
  **description** | **String** | An optional description. | [optional]
8
- **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
9
10
  **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
10
- **name** | **String** | A unique name for this repository. | [optional]
11
11
  **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
12
12
 
13
13
  ## Code Sample
@@ -15,10 +15,10 @@ Name | Type | Description | Notes
15
15
  ```ruby
16
16
  require 'PulpContainerClient'
17
17
 
18
- instance = PulpContainerClient::PatchedcontainerContainerPushRepository.new(description: null,
19
- retain_repo_versions: null,
20
- manifest_signing_service: null,
18
+ instance = PulpContainerClient::PatchedcontainerContainerPushRepository.new(retain_repo_versions: null,
21
19
  name: null,
20
+ description: null,
21
+ manifest_signing_service: null,
22
22
  pulp_labels: null)
23
23
  ```
24
24
 
@@ -18,7 +18,7 @@ Name | Type | Description | Notes
18
18
  **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
19
19
  **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
20
20
  **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
21
- **policy** | [**Policy762Enum**](Policy762Enum.md) | immediate - All manifests and blobs are downloaded and saved during a sync. on_demand - Only tags and manifests are downloaded. Blobs are not downloaded until they are requested for the first time by a client. streamed - Blobs are streamed to the client with every request and never saved. * &#x60;immediate&#x60; - When syncing, download all metadata and content now. * &#x60;on_demand&#x60; - When syncing, download metadata, but do not download content now. Instead, download content as clients request it, and save it in Pulp to be served for future client requests. * &#x60;streamed&#x60; - When syncing, download metadata, but do not download content now. Instead,download content as clients request it, but never save it in Pulp. This causes future requests for that same content to have to be downloaded again. | [optional]
21
+ **policy** | [**Policy762Enum**](Policy762Enum.md) | immediate - All manifests and blobs are downloaded and saved during a sync. on_demand - Only tags and manifests are downloaded. Blobs are not downloaded until they are requested for the first time by a client. streamed - Blobs are streamed to the client with every request and never saved. | [optional]
22
22
  **total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
23
23
  **connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
24
24
  **sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
  **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
8
8
  **name** | **String** | A unique name for this repository. | [optional]
9
9
  **description** | **String** | An optional description. | [optional]
10
- **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
10
+ **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. This is provided as a tech preview in Pulp 3 and may change in the future. | [optional]
11
11
  **remote** | **String** | An optional remote to use by default when syncing. | [optional]
12
12
  **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
13
13
 
@@ -1,20 +1,20 @@
1
1
  # PulpContainerClient::PublicationsApi
2
2
 
3
- All URIs are relative to *https://pulp*
3
+ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
- [**list**](PublicationsApi.md#list) | **GET** /pulp/api/v3/publications/ | List publications
7
+ [**publications_list**](PublicationsApi.md#publications_list) | **GET** /pulp/api/v3/publications/ | List publications
8
8
 
9
9
 
10
10
 
11
- ## list
11
+ ## publications_list
12
12
 
13
- > PaginatedPublicationResponseList list(opts)
13
+ > PaginatedPublicationResponseList publications_list(opts)
14
14
 
15
15
  List publications
16
16
 
17
- A base class for any publication viewset.
17
+ A customized named ModelViewSet that knows how to register itself with the Pulp API router. This viewset is discoverable by its name. \"Normal\" Django Models and Master/Detail models are supported by the ``register_with`` method. Attributes: lookup_field (str): The name of the field by which an object should be looked up, in addition to any parent lookups if this ViewSet is nested. Defaults to 'pk' endpoint_name (str): The name of the final path segment that should identify the ViewSet's collection endpoint. nest_prefix (str): Optional prefix under which this ViewSet should be nested. This must correspond to the \"parent_prefix\" of a router with rest_framework_nested.NestedMixin. None indicates this ViewSet should not be nested. parent_lookup_kwargs (dict): Optional mapping of key names that would appear in self.kwargs to django model filter expressions that can be used with the corresponding value from self.kwargs, used only by a nested ViewSet to filter based on the parent object's identity. schema (DefaultSchema): The schema class to use by default in a viewset.
18
18
 
19
19
  ### Example
20
20
 
@@ -34,16 +34,13 @@ opts = {
34
34
  content__in: 'content__in_example', # String | Content Unit referenced by HREF
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
- 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)
37
+ ordering: ['ordering_example'], # Array<String> | Ordering
38
38
  pulp_created: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created matches value
39
39
  pulp_created__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than value
40
40
  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
41
41
  pulp_created__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than value
42
42
  pulp_created__lte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than or equal to value
43
43
  pulp_created__range: [DateTime.parse('2013-10-20T19:20:30+01:00')], # Array<DateTime> | Filter results where pulp_created is between two comma separated values
44
- pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
45
- pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
46
- pulp_type__in: ['pulp_type__in_example'], # Array<String> | Pulp type is in
47
44
  repository: 'repository_example', # String | Repository referenced by HREF
48
45
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
49
46
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
@@ -52,10 +49,10 @@ opts = {
52
49
 
53
50
  begin
54
51
  #List publications
55
- result = api_instance.list(opts)
52
+ result = api_instance.publications_list(opts)
56
53
  p result
57
54
  rescue PulpContainerClient::ApiError => e
58
- puts "Exception when calling PublicationsApi->list: #{e}"
55
+ puts "Exception when calling PublicationsApi->publications_list: #{e}"
59
56
  end
60
57
  ```
61
58
 
@@ -68,16 +65,13 @@ Name | Type | Description | Notes
68
65
  **content__in** | **String**| Content Unit referenced by HREF | [optional]
69
66
  **limit** | **Integer**| Number of results to return per page. | [optional]
70
67
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
71
- **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]
68
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
72
69
  **pulp_created** | **DateTime**| Filter results where pulp_created matches value | [optional]
73
70
  **pulp_created__gt** | **DateTime**| Filter results where pulp_created is greater than value | [optional]
74
71
  **pulp_created__gte** | **DateTime**| Filter results where pulp_created is greater than or equal to value | [optional]
75
72
  **pulp_created__lt** | **DateTime**| Filter results where pulp_created is less than value | [optional]
76
73
  **pulp_created__lte** | **DateTime**| Filter results where pulp_created is less than or equal to value | [optional]
77
74
  **pulp_created__range** | [**Array&lt;DateTime&gt;**](DateTime.md)| Filter results where pulp_created is between two comma separated values | [optional]
78
- **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
79
- **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
80
- **pulp_type__in** | [**Array&lt;String&gt;**](String.md)| Pulp type is in | [optional]
81
75
  **repository** | **String**| Repository referenced by HREF | [optional]
82
76
  **repository_version** | [**String**](.md)| Repository Version referenced by HREF | [optional]
83
77
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]