pulp_container_client 2.14.14 → 2.14.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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,25 +1,25 @@
1
1
  # PulpContainerClient::ContentguardsContentRedirectApi
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
- [**add_role**](ContentguardsContentRedirectApi.md#add_role) | **POST** {content_redirect_content_guard_href}add_role/ |
8
- [**create**](ContentguardsContentRedirectApi.md#create) | **POST** /pulp/api/v3/contentguards/core/content_redirect/ | Create a content redirect content guard
9
- [**delete**](ContentguardsContentRedirectApi.md#delete) | **DELETE** {content_redirect_content_guard_href} | Delete a content redirect content guard
10
- [**list**](ContentguardsContentRedirectApi.md#list) | **GET** /pulp/api/v3/contentguards/core/content_redirect/ | List content redirect content guards
11
- [**list_roles**](ContentguardsContentRedirectApi.md#list_roles) | **GET** {content_redirect_content_guard_href}list_roles/ |
12
- [**my_permissions**](ContentguardsContentRedirectApi.md#my_permissions) | **GET** {content_redirect_content_guard_href}my_permissions/ |
13
- [**partial_update**](ContentguardsContentRedirectApi.md#partial_update) | **PATCH** {content_redirect_content_guard_href} | Update a content redirect content guard
14
- [**read**](ContentguardsContentRedirectApi.md#read) | **GET** {content_redirect_content_guard_href} | Inspect a content redirect content guard
15
- [**remove_role**](ContentguardsContentRedirectApi.md#remove_role) | **POST** {content_redirect_content_guard_href}remove_role/ |
16
- [**update**](ContentguardsContentRedirectApi.md#update) | **PUT** {content_redirect_content_guard_href} | Update a content redirect content guard
7
+ [**contentguards_core_content_redirect_add_role**](ContentguardsContentRedirectApi.md#contentguards_core_content_redirect_add_role) | **POST** {content_redirect_content_guard_href}add_role/ |
8
+ [**contentguards_core_content_redirect_create**](ContentguardsContentRedirectApi.md#contentguards_core_content_redirect_create) | **POST** /pulp/api/v3/contentguards/core/content_redirect/ | Create a content redirect content guard
9
+ [**contentguards_core_content_redirect_delete**](ContentguardsContentRedirectApi.md#contentguards_core_content_redirect_delete) | **DELETE** {content_redirect_content_guard_href} | Delete a content redirect content guard
10
+ [**contentguards_core_content_redirect_list**](ContentguardsContentRedirectApi.md#contentguards_core_content_redirect_list) | **GET** /pulp/api/v3/contentguards/core/content_redirect/ | List content redirect content guards
11
+ [**contentguards_core_content_redirect_list_roles**](ContentguardsContentRedirectApi.md#contentguards_core_content_redirect_list_roles) | **GET** {content_redirect_content_guard_href}list_roles/ |
12
+ [**contentguards_core_content_redirect_my_permissions**](ContentguardsContentRedirectApi.md#contentguards_core_content_redirect_my_permissions) | **GET** {content_redirect_content_guard_href}my_permissions/ |
13
+ [**contentguards_core_content_redirect_partial_update**](ContentguardsContentRedirectApi.md#contentguards_core_content_redirect_partial_update) | **PATCH** {content_redirect_content_guard_href} | Update a content redirect content guard
14
+ [**contentguards_core_content_redirect_read**](ContentguardsContentRedirectApi.md#contentguards_core_content_redirect_read) | **GET** {content_redirect_content_guard_href} | Inspect a content redirect content guard
15
+ [**contentguards_core_content_redirect_remove_role**](ContentguardsContentRedirectApi.md#contentguards_core_content_redirect_remove_role) | **POST** {content_redirect_content_guard_href}remove_role/ |
16
+ [**contentguards_core_content_redirect_update**](ContentguardsContentRedirectApi.md#contentguards_core_content_redirect_update) | **PUT** {content_redirect_content_guard_href} | Update a content redirect content guard
17
17
 
18
18
 
19
19
 
20
- ## add_role
20
+ ## contentguards_core_content_redirect_add_role
21
21
 
22
- > NestedRoleResponse add_role(content_redirect_content_guard_href, nested_role)
22
+ > NestedRoleResponse contentguards_core_content_redirect_add_role(content_redirect_content_guard_href, nested_role)
23
23
 
24
24
 
25
25
 
@@ -42,10 +42,10 @@ content_redirect_content_guard_href = 'content_redirect_content_guard_href_examp
42
42
  nested_role = PulpContainerClient::NestedRole.new # NestedRole |
43
43
 
44
44
  begin
45
- result = api_instance.add_role(content_redirect_content_guard_href, nested_role)
45
+ result = api_instance.contentguards_core_content_redirect_add_role(content_redirect_content_guard_href, nested_role)
46
46
  p result
47
47
  rescue PulpContainerClient::ApiError => e
48
- puts "Exception when calling ContentguardsContentRedirectApi->add_role: #{e}"
48
+ puts "Exception when calling ContentguardsContentRedirectApi->contentguards_core_content_redirect_add_role: #{e}"
49
49
  end
50
50
  ```
51
51
 
@@ -71,9 +71,9 @@ Name | Type | Description | Notes
71
71
  - **Accept**: application/json
72
72
 
73
73
 
74
- ## create
74
+ ## contentguards_core_content_redirect_create
75
75
 
76
- > ContentRedirectContentGuardResponse create(content_redirect_content_guard)
76
+ > ContentRedirectContentGuardResponse contentguards_core_content_redirect_create(content_redirect_content_guard)
77
77
 
78
78
  Create a content redirect content guard
79
79
 
@@ -96,10 +96,10 @@ content_redirect_content_guard = PulpContainerClient::ContentRedirectContentGuar
96
96
 
97
97
  begin
98
98
  #Create a content redirect content guard
99
- result = api_instance.create(content_redirect_content_guard)
99
+ result = api_instance.contentguards_core_content_redirect_create(content_redirect_content_guard)
100
100
  p result
101
101
  rescue PulpContainerClient::ApiError => e
102
- puts "Exception when calling ContentguardsContentRedirectApi->create: #{e}"
102
+ puts "Exception when calling ContentguardsContentRedirectApi->contentguards_core_content_redirect_create: #{e}"
103
103
  end
104
104
  ```
105
105
 
@@ -124,9 +124,9 @@ Name | Type | Description | Notes
124
124
  - **Accept**: application/json
125
125
 
126
126
 
127
- ## delete
127
+ ## contentguards_core_content_redirect_delete
128
128
 
129
- > delete(content_redirect_content_guard_href)
129
+ > contentguards_core_content_redirect_delete(content_redirect_content_guard_href)
130
130
 
131
131
  Delete a content redirect content guard
132
132
 
@@ -149,9 +149,9 @@ content_redirect_content_guard_href = 'content_redirect_content_guard_href_examp
149
149
 
150
150
  begin
151
151
  #Delete a content redirect content guard
152
- api_instance.delete(content_redirect_content_guard_href)
152
+ api_instance.contentguards_core_content_redirect_delete(content_redirect_content_guard_href)
153
153
  rescue PulpContainerClient::ApiError => e
154
- puts "Exception when calling ContentguardsContentRedirectApi->delete: #{e}"
154
+ puts "Exception when calling ContentguardsContentRedirectApi->contentguards_core_content_redirect_delete: #{e}"
155
155
  end
156
156
  ```
157
157
 
@@ -176,9 +176,9 @@ nil (empty response body)
176
176
  - **Accept**: Not defined
177
177
 
178
178
 
179
- ## list
179
+ ## contentguards_core_content_redirect_list
180
180
 
181
- > PaginatedContentRedirectContentGuardResponseList list(opts)
181
+ > PaginatedContentRedirectContentGuardResponseList contentguards_core_content_redirect_list(opts)
182
182
 
183
183
  List content redirect content guards
184
184
 
@@ -205,19 +205,17 @@ opts = {
205
205
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
206
206
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
207
207
  offset: 56, # Integer | The initial index from which to return the results.
208
- 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) * `description` - Description * `-description` - Description (descending) * `pk` - Pk * `-pk` - Pk (descending)
209
- pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
210
- pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
208
+ ordering: ['ordering_example'], # Array<String> | Ordering
211
209
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
212
210
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
213
211
  }
214
212
 
215
213
  begin
216
214
  #List content redirect content guards
217
- result = api_instance.list(opts)
215
+ result = api_instance.contentguards_core_content_redirect_list(opts)
218
216
  p result
219
217
  rescue PulpContainerClient::ApiError => e
220
- puts "Exception when calling ContentguardsContentRedirectApi->list: #{e}"
218
+ puts "Exception when calling ContentguardsContentRedirectApi->contentguards_core_content_redirect_list: #{e}"
221
219
  end
222
220
  ```
223
221
 
@@ -233,9 +231,7 @@ Name | Type | Description | Notes
233
231
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
234
232
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
235
233
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
236
- **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;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
237
- **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
238
- **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
234
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
239
235
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
240
236
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
241
237
 
@@ -253,9 +249,9 @@ Name | Type | Description | Notes
253
249
  - **Accept**: application/json
254
250
 
255
251
 
256
- ## list_roles
252
+ ## contentguards_core_content_redirect_list_roles
257
253
 
258
- > ObjectRolesResponse list_roles(content_redirect_content_guard_href, opts)
254
+ > ObjectRolesResponse contentguards_core_content_redirect_list_roles(content_redirect_content_guard_href, opts)
259
255
 
260
256
 
261
257
 
@@ -281,10 +277,10 @@ opts = {
281
277
  }
282
278
 
283
279
  begin
284
- result = api_instance.list_roles(content_redirect_content_guard_href, opts)
280
+ result = api_instance.contentguards_core_content_redirect_list_roles(content_redirect_content_guard_href, opts)
285
281
  p result
286
282
  rescue PulpContainerClient::ApiError => e
287
- puts "Exception when calling ContentguardsContentRedirectApi->list_roles: #{e}"
283
+ puts "Exception when calling ContentguardsContentRedirectApi->contentguards_core_content_redirect_list_roles: #{e}"
288
284
  end
289
285
  ```
290
286
 
@@ -311,9 +307,9 @@ Name | Type | Description | Notes
311
307
  - **Accept**: application/json
312
308
 
313
309
 
314
- ## my_permissions
310
+ ## contentguards_core_content_redirect_my_permissions
315
311
 
316
- > MyPermissionsResponse my_permissions(content_redirect_content_guard_href, opts)
312
+ > MyPermissionsResponse contentguards_core_content_redirect_my_permissions(content_redirect_content_guard_href, opts)
317
313
 
318
314
 
319
315
 
@@ -339,10 +335,10 @@ opts = {
339
335
  }
340
336
 
341
337
  begin
342
- result = api_instance.my_permissions(content_redirect_content_guard_href, opts)
338
+ result = api_instance.contentguards_core_content_redirect_my_permissions(content_redirect_content_guard_href, opts)
343
339
  p result
344
340
  rescue PulpContainerClient::ApiError => e
345
- puts "Exception when calling ContentguardsContentRedirectApi->my_permissions: #{e}"
341
+ puts "Exception when calling ContentguardsContentRedirectApi->contentguards_core_content_redirect_my_permissions: #{e}"
346
342
  end
347
343
  ```
348
344
 
@@ -369,9 +365,9 @@ Name | Type | Description | Notes
369
365
  - **Accept**: application/json
370
366
 
371
367
 
372
- ## partial_update
368
+ ## contentguards_core_content_redirect_partial_update
373
369
 
374
- > ContentRedirectContentGuardResponse partial_update(content_redirect_content_guard_href, patched_content_redirect_content_guard)
370
+ > ContentRedirectContentGuardResponse contentguards_core_content_redirect_partial_update(content_redirect_content_guard_href, patched_content_redirect_content_guard)
375
371
 
376
372
  Update a content redirect content guard
377
373
 
@@ -395,10 +391,10 @@ patched_content_redirect_content_guard = PulpContainerClient::PatchedContentRedi
395
391
 
396
392
  begin
397
393
  #Update a content redirect content guard
398
- result = api_instance.partial_update(content_redirect_content_guard_href, patched_content_redirect_content_guard)
394
+ result = api_instance.contentguards_core_content_redirect_partial_update(content_redirect_content_guard_href, patched_content_redirect_content_guard)
399
395
  p result
400
396
  rescue PulpContainerClient::ApiError => e
401
- puts "Exception when calling ContentguardsContentRedirectApi->partial_update: #{e}"
397
+ puts "Exception when calling ContentguardsContentRedirectApi->contentguards_core_content_redirect_partial_update: #{e}"
402
398
  end
403
399
  ```
404
400
 
@@ -424,9 +420,9 @@ Name | Type | Description | Notes
424
420
  - **Accept**: application/json
425
421
 
426
422
 
427
- ## read
423
+ ## contentguards_core_content_redirect_read
428
424
 
429
- > ContentRedirectContentGuardResponse read(content_redirect_content_guard_href, opts)
425
+ > ContentRedirectContentGuardResponse contentguards_core_content_redirect_read(content_redirect_content_guard_href, opts)
430
426
 
431
427
  Inspect a content redirect content guard
432
428
 
@@ -453,10 +449,10 @@ opts = {
453
449
 
454
450
  begin
455
451
  #Inspect a content redirect content guard
456
- result = api_instance.read(content_redirect_content_guard_href, opts)
452
+ result = api_instance.contentguards_core_content_redirect_read(content_redirect_content_guard_href, opts)
457
453
  p result
458
454
  rescue PulpContainerClient::ApiError => e
459
- puts "Exception when calling ContentguardsContentRedirectApi->read: #{e}"
455
+ puts "Exception when calling ContentguardsContentRedirectApi->contentguards_core_content_redirect_read: #{e}"
460
456
  end
461
457
  ```
462
458
 
@@ -483,9 +479,9 @@ Name | Type | Description | Notes
483
479
  - **Accept**: application/json
484
480
 
485
481
 
486
- ## remove_role
482
+ ## contentguards_core_content_redirect_remove_role
487
483
 
488
- > NestedRoleResponse remove_role(content_redirect_content_guard_href, nested_role)
484
+ > NestedRoleResponse contentguards_core_content_redirect_remove_role(content_redirect_content_guard_href, nested_role)
489
485
 
490
486
 
491
487
 
@@ -508,10 +504,10 @@ content_redirect_content_guard_href = 'content_redirect_content_guard_href_examp
508
504
  nested_role = PulpContainerClient::NestedRole.new # NestedRole |
509
505
 
510
506
  begin
511
- result = api_instance.remove_role(content_redirect_content_guard_href, nested_role)
507
+ result = api_instance.contentguards_core_content_redirect_remove_role(content_redirect_content_guard_href, nested_role)
512
508
  p result
513
509
  rescue PulpContainerClient::ApiError => e
514
- puts "Exception when calling ContentguardsContentRedirectApi->remove_role: #{e}"
510
+ puts "Exception when calling ContentguardsContentRedirectApi->contentguards_core_content_redirect_remove_role: #{e}"
515
511
  end
516
512
  ```
517
513
 
@@ -537,9 +533,9 @@ Name | Type | Description | Notes
537
533
  - **Accept**: application/json
538
534
 
539
535
 
540
- ## update
536
+ ## contentguards_core_content_redirect_update
541
537
 
542
- > ContentRedirectContentGuardResponse update(content_redirect_content_guard_href, content_redirect_content_guard)
538
+ > ContentRedirectContentGuardResponse contentguards_core_content_redirect_update(content_redirect_content_guard_href, content_redirect_content_guard)
543
539
 
544
540
  Update a content redirect content guard
545
541
 
@@ -563,10 +559,10 @@ content_redirect_content_guard = PulpContainerClient::ContentRedirectContentGuar
563
559
 
564
560
  begin
565
561
  #Update a content redirect content guard
566
- result = api_instance.update(content_redirect_content_guard_href, content_redirect_content_guard)
562
+ result = api_instance.contentguards_core_content_redirect_update(content_redirect_content_guard_href, content_redirect_content_guard)
567
563
  p result
568
564
  rescue PulpContainerClient::ApiError => e
569
- puts "Exception when calling ContentguardsContentRedirectApi->update: #{e}"
565
+ puts "Exception when calling ContentguardsContentRedirectApi->contentguards_core_content_redirect_update: #{e}"
570
566
  end
571
567
  ```
572
568
 
@@ -1,25 +1,25 @@
1
1
  # PulpContainerClient::ContentguardsRbacApi
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
- [**add_role**](ContentguardsRbacApi.md#add_role) | **POST** {r_b_a_c_content_guard_href}add_role/ |
8
- [**create**](ContentguardsRbacApi.md#create) | **POST** /pulp/api/v3/contentguards/core/rbac/ | Create a rbac content guard
9
- [**delete**](ContentguardsRbacApi.md#delete) | **DELETE** {r_b_a_c_content_guard_href} | Delete a rbac content guard
10
- [**list**](ContentguardsRbacApi.md#list) | **GET** /pulp/api/v3/contentguards/core/rbac/ | List rbac content guards
11
- [**list_roles**](ContentguardsRbacApi.md#list_roles) | **GET** {r_b_a_c_content_guard_href}list_roles/ |
12
- [**my_permissions**](ContentguardsRbacApi.md#my_permissions) | **GET** {r_b_a_c_content_guard_href}my_permissions/ |
13
- [**partial_update**](ContentguardsRbacApi.md#partial_update) | **PATCH** {r_b_a_c_content_guard_href} | Update a rbac content guard
14
- [**read**](ContentguardsRbacApi.md#read) | **GET** {r_b_a_c_content_guard_href} | Inspect a rbac content guard
15
- [**remove_role**](ContentguardsRbacApi.md#remove_role) | **POST** {r_b_a_c_content_guard_href}remove_role/ |
16
- [**update**](ContentguardsRbacApi.md#update) | **PUT** {r_b_a_c_content_guard_href} | Update a rbac content guard
7
+ [**contentguards_core_rbac_add_role**](ContentguardsRbacApi.md#contentguards_core_rbac_add_role) | **POST** {r_b_a_c_content_guard_href}add_role/ |
8
+ [**contentguards_core_rbac_create**](ContentguardsRbacApi.md#contentguards_core_rbac_create) | **POST** /pulp/api/v3/contentguards/core/rbac/ | Create a rbac content guard
9
+ [**contentguards_core_rbac_delete**](ContentguardsRbacApi.md#contentguards_core_rbac_delete) | **DELETE** {r_b_a_c_content_guard_href} | Delete a rbac content guard
10
+ [**contentguards_core_rbac_list**](ContentguardsRbacApi.md#contentguards_core_rbac_list) | **GET** /pulp/api/v3/contentguards/core/rbac/ | List rbac content guards
11
+ [**contentguards_core_rbac_list_roles**](ContentguardsRbacApi.md#contentguards_core_rbac_list_roles) | **GET** {r_b_a_c_content_guard_href}list_roles/ |
12
+ [**contentguards_core_rbac_my_permissions**](ContentguardsRbacApi.md#contentguards_core_rbac_my_permissions) | **GET** {r_b_a_c_content_guard_href}my_permissions/ |
13
+ [**contentguards_core_rbac_partial_update**](ContentguardsRbacApi.md#contentguards_core_rbac_partial_update) | **PATCH** {r_b_a_c_content_guard_href} | Update a rbac content guard
14
+ [**contentguards_core_rbac_read**](ContentguardsRbacApi.md#contentguards_core_rbac_read) | **GET** {r_b_a_c_content_guard_href} | Inspect a rbac content guard
15
+ [**contentguards_core_rbac_remove_role**](ContentguardsRbacApi.md#contentguards_core_rbac_remove_role) | **POST** {r_b_a_c_content_guard_href}remove_role/ |
16
+ [**contentguards_core_rbac_update**](ContentguardsRbacApi.md#contentguards_core_rbac_update) | **PUT** {r_b_a_c_content_guard_href} | Update a rbac content guard
17
17
 
18
18
 
19
19
 
20
- ## add_role
20
+ ## contentguards_core_rbac_add_role
21
21
 
22
- > NestedRoleResponse add_role(r_b_a_c_content_guard_href, nested_role)
22
+ > NestedRoleResponse contentguards_core_rbac_add_role(r_b_a_c_content_guard_href, nested_role)
23
23
 
24
24
 
25
25
 
@@ -42,10 +42,10 @@ r_b_a_c_content_guard_href = 'r_b_a_c_content_guard_href_example' # String |
42
42
  nested_role = PulpContainerClient::NestedRole.new # NestedRole |
43
43
 
44
44
  begin
45
- result = api_instance.add_role(r_b_a_c_content_guard_href, nested_role)
45
+ result = api_instance.contentguards_core_rbac_add_role(r_b_a_c_content_guard_href, nested_role)
46
46
  p result
47
47
  rescue PulpContainerClient::ApiError => e
48
- puts "Exception when calling ContentguardsRbacApi->add_role: #{e}"
48
+ puts "Exception when calling ContentguardsRbacApi->contentguards_core_rbac_add_role: #{e}"
49
49
  end
50
50
  ```
51
51
 
@@ -71,9 +71,9 @@ Name | Type | Description | Notes
71
71
  - **Accept**: application/json
72
72
 
73
73
 
74
- ## create
74
+ ## contentguards_core_rbac_create
75
75
 
76
- > RBACContentGuardResponse create(rbac_content_guard)
76
+ > RBACContentGuardResponse contentguards_core_rbac_create(rbac_content_guard)
77
77
 
78
78
  Create a rbac content guard
79
79
 
@@ -96,10 +96,10 @@ rbac_content_guard = PulpContainerClient::RBACContentGuard.new # RBACContentGuar
96
96
 
97
97
  begin
98
98
  #Create a rbac content guard
99
- result = api_instance.create(rbac_content_guard)
99
+ result = api_instance.contentguards_core_rbac_create(rbac_content_guard)
100
100
  p result
101
101
  rescue PulpContainerClient::ApiError => e
102
- puts "Exception when calling ContentguardsRbacApi->create: #{e}"
102
+ puts "Exception when calling ContentguardsRbacApi->contentguards_core_rbac_create: #{e}"
103
103
  end
104
104
  ```
105
105
 
@@ -124,9 +124,9 @@ Name | Type | Description | Notes
124
124
  - **Accept**: application/json
125
125
 
126
126
 
127
- ## delete
127
+ ## contentguards_core_rbac_delete
128
128
 
129
- > delete(r_b_a_c_content_guard_href)
129
+ > contentguards_core_rbac_delete(r_b_a_c_content_guard_href)
130
130
 
131
131
  Delete a rbac content guard
132
132
 
@@ -149,9 +149,9 @@ r_b_a_c_content_guard_href = 'r_b_a_c_content_guard_href_example' # String |
149
149
 
150
150
  begin
151
151
  #Delete a rbac content guard
152
- api_instance.delete(r_b_a_c_content_guard_href)
152
+ api_instance.contentguards_core_rbac_delete(r_b_a_c_content_guard_href)
153
153
  rescue PulpContainerClient::ApiError => e
154
- puts "Exception when calling ContentguardsRbacApi->delete: #{e}"
154
+ puts "Exception when calling ContentguardsRbacApi->contentguards_core_rbac_delete: #{e}"
155
155
  end
156
156
  ```
157
157
 
@@ -176,9 +176,9 @@ nil (empty response body)
176
176
  - **Accept**: Not defined
177
177
 
178
178
 
179
- ## list
179
+ ## contentguards_core_rbac_list
180
180
 
181
- > PaginatedRBACContentGuardResponseList list(opts)
181
+ > PaginatedRBACContentGuardResponseList contentguards_core_rbac_list(opts)
182
182
 
183
183
  List rbac content guards
184
184
 
@@ -205,19 +205,17 @@ opts = {
205
205
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
206
206
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
207
207
  offset: 56, # Integer | The initial index from which to return the results.
208
- 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) * `description` - Description * `-description` - Description (descending) * `pk` - Pk * `-pk` - Pk (descending)
209
- pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
210
- pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
208
+ ordering: ['ordering_example'], # Array<String> | Ordering
211
209
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
212
210
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
213
211
  }
214
212
 
215
213
  begin
216
214
  #List rbac content guards
217
- result = api_instance.list(opts)
215
+ result = api_instance.contentguards_core_rbac_list(opts)
218
216
  p result
219
217
  rescue PulpContainerClient::ApiError => e
220
- puts "Exception when calling ContentguardsRbacApi->list: #{e}"
218
+ puts "Exception when calling ContentguardsRbacApi->contentguards_core_rbac_list: #{e}"
221
219
  end
222
220
  ```
223
221
 
@@ -233,9 +231,7 @@ Name | Type | Description | Notes
233
231
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
234
232
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
235
233
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
236
- **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;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
237
- **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
238
- **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
234
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
239
235
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
240
236
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
241
237
 
@@ -253,9 +249,9 @@ Name | Type | Description | Notes
253
249
  - **Accept**: application/json
254
250
 
255
251
 
256
- ## list_roles
252
+ ## contentguards_core_rbac_list_roles
257
253
 
258
- > ObjectRolesResponse list_roles(r_b_a_c_content_guard_href, opts)
254
+ > ObjectRolesResponse contentguards_core_rbac_list_roles(r_b_a_c_content_guard_href, opts)
259
255
 
260
256
 
261
257
 
@@ -281,10 +277,10 @@ opts = {
281
277
  }
282
278
 
283
279
  begin
284
- result = api_instance.list_roles(r_b_a_c_content_guard_href, opts)
280
+ result = api_instance.contentguards_core_rbac_list_roles(r_b_a_c_content_guard_href, opts)
285
281
  p result
286
282
  rescue PulpContainerClient::ApiError => e
287
- puts "Exception when calling ContentguardsRbacApi->list_roles: #{e}"
283
+ puts "Exception when calling ContentguardsRbacApi->contentguards_core_rbac_list_roles: #{e}"
288
284
  end
289
285
  ```
290
286
 
@@ -311,9 +307,9 @@ Name | Type | Description | Notes
311
307
  - **Accept**: application/json
312
308
 
313
309
 
314
- ## my_permissions
310
+ ## contentguards_core_rbac_my_permissions
315
311
 
316
- > MyPermissionsResponse my_permissions(r_b_a_c_content_guard_href, opts)
312
+ > MyPermissionsResponse contentguards_core_rbac_my_permissions(r_b_a_c_content_guard_href, opts)
317
313
 
318
314
 
319
315
 
@@ -339,10 +335,10 @@ opts = {
339
335
  }
340
336
 
341
337
  begin
342
- result = api_instance.my_permissions(r_b_a_c_content_guard_href, opts)
338
+ result = api_instance.contentguards_core_rbac_my_permissions(r_b_a_c_content_guard_href, opts)
343
339
  p result
344
340
  rescue PulpContainerClient::ApiError => e
345
- puts "Exception when calling ContentguardsRbacApi->my_permissions: #{e}"
341
+ puts "Exception when calling ContentguardsRbacApi->contentguards_core_rbac_my_permissions: #{e}"
346
342
  end
347
343
  ```
348
344
 
@@ -369,9 +365,9 @@ Name | Type | Description | Notes
369
365
  - **Accept**: application/json
370
366
 
371
367
 
372
- ## partial_update
368
+ ## contentguards_core_rbac_partial_update
373
369
 
374
- > RBACContentGuardResponse partial_update(r_b_a_c_content_guard_href, patched_rbac_content_guard)
370
+ > RBACContentGuardResponse contentguards_core_rbac_partial_update(r_b_a_c_content_guard_href, patched_rbac_content_guard)
375
371
 
376
372
  Update a rbac content guard
377
373
 
@@ -395,10 +391,10 @@ patched_rbac_content_guard = PulpContainerClient::PatchedRBACContentGuard.new #
395
391
 
396
392
  begin
397
393
  #Update a rbac content guard
398
- result = api_instance.partial_update(r_b_a_c_content_guard_href, patched_rbac_content_guard)
394
+ result = api_instance.contentguards_core_rbac_partial_update(r_b_a_c_content_guard_href, patched_rbac_content_guard)
399
395
  p result
400
396
  rescue PulpContainerClient::ApiError => e
401
- puts "Exception when calling ContentguardsRbacApi->partial_update: #{e}"
397
+ puts "Exception when calling ContentguardsRbacApi->contentguards_core_rbac_partial_update: #{e}"
402
398
  end
403
399
  ```
404
400
 
@@ -424,9 +420,9 @@ Name | Type | Description | Notes
424
420
  - **Accept**: application/json
425
421
 
426
422
 
427
- ## read
423
+ ## contentguards_core_rbac_read
428
424
 
429
- > RBACContentGuardResponse read(r_b_a_c_content_guard_href, opts)
425
+ > RBACContentGuardResponse contentguards_core_rbac_read(r_b_a_c_content_guard_href, opts)
430
426
 
431
427
  Inspect a rbac content guard
432
428
 
@@ -453,10 +449,10 @@ opts = {
453
449
 
454
450
  begin
455
451
  #Inspect a rbac content guard
456
- result = api_instance.read(r_b_a_c_content_guard_href, opts)
452
+ result = api_instance.contentguards_core_rbac_read(r_b_a_c_content_guard_href, opts)
457
453
  p result
458
454
  rescue PulpContainerClient::ApiError => e
459
- puts "Exception when calling ContentguardsRbacApi->read: #{e}"
455
+ puts "Exception when calling ContentguardsRbacApi->contentguards_core_rbac_read: #{e}"
460
456
  end
461
457
  ```
462
458
 
@@ -483,9 +479,9 @@ Name | Type | Description | Notes
483
479
  - **Accept**: application/json
484
480
 
485
481
 
486
- ## remove_role
482
+ ## contentguards_core_rbac_remove_role
487
483
 
488
- > NestedRoleResponse remove_role(r_b_a_c_content_guard_href, nested_role)
484
+ > NestedRoleResponse contentguards_core_rbac_remove_role(r_b_a_c_content_guard_href, nested_role)
489
485
 
490
486
 
491
487
 
@@ -508,10 +504,10 @@ r_b_a_c_content_guard_href = 'r_b_a_c_content_guard_href_example' # String |
508
504
  nested_role = PulpContainerClient::NestedRole.new # NestedRole |
509
505
 
510
506
  begin
511
- result = api_instance.remove_role(r_b_a_c_content_guard_href, nested_role)
507
+ result = api_instance.contentguards_core_rbac_remove_role(r_b_a_c_content_guard_href, nested_role)
512
508
  p result
513
509
  rescue PulpContainerClient::ApiError => e
514
- puts "Exception when calling ContentguardsRbacApi->remove_role: #{e}"
510
+ puts "Exception when calling ContentguardsRbacApi->contentguards_core_rbac_remove_role: #{e}"
515
511
  end
516
512
  ```
517
513
 
@@ -537,9 +533,9 @@ Name | Type | Description | Notes
537
533
  - **Accept**: application/json
538
534
 
539
535
 
540
- ## update
536
+ ## contentguards_core_rbac_update
541
537
 
542
- > RBACContentGuardResponse update(r_b_a_c_content_guard_href, rbac_content_guard)
538
+ > RBACContentGuardResponse contentguards_core_rbac_update(r_b_a_c_content_guard_href, rbac_content_guard)
543
539
 
544
540
  Update a rbac content guard
545
541
 
@@ -563,10 +559,10 @@ rbac_content_guard = PulpContainerClient::RBACContentGuard.new # RBACContentGuar
563
559
 
564
560
  begin
565
561
  #Update a rbac content guard
566
- result = api_instance.update(r_b_a_c_content_guard_href, rbac_content_guard)
562
+ result = api_instance.contentguards_core_rbac_update(r_b_a_c_content_guard_href, rbac_content_guard)
567
563
  p result
568
564
  rescue PulpContainerClient::ApiError => e
569
- puts "Exception when calling ContentguardsRbacApi->update: #{e}"
565
+ puts "Exception when calling ContentguardsRbacApi->contentguards_core_rbac_update: #{e}"
570
566
  end
571
567
  ```
572
568
 
@@ -1,16 +1,16 @@
1
1
  # PulpContainerClient::DistributionsApi
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**](DistributionsApi.md#list) | **GET** /pulp/api/v3/distributions/ | List distributions
7
+ [**distributions_list**](DistributionsApi.md#distributions_list) | **GET** /pulp/api/v3/distributions/ | List distributions
8
8
 
9
9
 
10
10
 
11
- ## list
11
+ ## distributions_list
12
12
 
13
- > PaginatedDistributionResponseList list(opts)
13
+ > PaginatedDistributionResponseList distributions_list(opts)
14
14
 
15
15
  List distributions
16
16
 
@@ -41,13 +41,8 @@ opts = {
41
41
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
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
- 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) * `base_path` - Base path * `-base_path` - Base path (descending) * `pk` - Pk * `-pk` - Pk (descending)
45
- pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
46
- pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
44
+ ordering: ['ordering_example'], # Array<String> | Ordering
47
45
  pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
48
- pulp_type__in: ['pulp_type__in_example'], # Array<String> | Pulp type is in * `core.artifact` - core.artifact * `container.container` - container.container
49
- repository: 'repository_example', # String | Filter results where repository matches value
50
- repository__in: ['repository__in_example'], # Array<String> | Filter results where repository is in a comma-separated list of values
51
46
  with_content: 'with_content_example', # String | Filter distributions based on the content served by them
52
47
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
53
48
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
@@ -55,10 +50,10 @@ opts = {
55
50
 
56
51
  begin
57
52
  #List distributions
58
- result = api_instance.list(opts)
53
+ result = api_instance.distributions_list(opts)
59
54
  p result
60
55
  rescue PulpContainerClient::ApiError => e
61
- puts "Exception when calling DistributionsApi->list: #{e}"
56
+ puts "Exception when calling DistributionsApi->distributions_list: #{e}"
62
57
  end
63
58
  ```
64
59
 
@@ -78,13 +73,8 @@ Name | Type | Description | Notes
78
73
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
79
74
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
80
75
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
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;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;base_path&#x60; - Base path * &#x60;-base_path&#x60; - Base path (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
82
- **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
83
- **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
76
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
84
77
  **pulp_label_select** | **String**| Filter labels by search string | [optional]
85
- **pulp_type__in** | [**Array&lt;String&gt;**](String.md)| Pulp type is in * &#x60;core.artifact&#x60; - core.artifact * &#x60;container.container&#x60; - container.container | [optional]
86
- **repository** | **String**| Filter results where repository matches value | [optional]
87
- **repository__in** | [**Array&lt;String&gt;**](String.md)| Filter results where repository is in a comma-separated list of values | [optional]
88
78
  **with_content** | **String**| Filter distributions based on the content served by them | [optional]
89
79
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
90
80
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]