pulp_ansible_client 0.2.0b15 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (256) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +88 -61
  3. data/docs/AnsibleAnsibleDistribution.md +2 -8
  4. data/docs/AnsibleAnsibleDistributionResponse.md +31 -0
  5. data/docs/AnsibleAnsibleRepository.md +4 -10
  6. data/docs/AnsibleAnsibleRepositoryResponse.md +29 -0
  7. data/docs/AnsibleCollectionRemote.md +4 -10
  8. data/docs/AnsibleCollectionRemoteResponse.md +49 -0
  9. data/docs/{AnsibleCollection.md → AnsibleCollectionResponse.md} +2 -2
  10. data/docs/AnsibleCollectionVersion.md +5 -25
  11. data/docs/AnsibleCollectionVersionResponse.md +67 -0
  12. data/docs/AnsibleCollectionsApi.md +47 -47
  13. data/docs/AnsibleRole.md +1 -5
  14. data/docs/AnsibleRoleRemote.md +37 -0
  15. data/docs/{AnsibleAnsibleRemote.md → AnsibleRoleRemoteResponse.md} +5 -5
  16. data/docs/AnsibleRoleResponse.md +27 -0
  17. data/docs/{AnsibleTag.md → AnsibleTagResponse.md} +2 -2
  18. data/docs/CertificationEnum.md +16 -0
  19. data/docs/Collection.md +2 -12
  20. data/docs/CollectionImportApi.md +70 -0
  21. data/docs/{CollectionImportDetail.md → CollectionImportDetailResponse.md} +2 -2
  22. data/docs/CollectionMetadata.md +1 -19
  23. data/docs/CollectionMetadataResponse.md +35 -0
  24. data/docs/CollectionNamespaceResponse.md +17 -0
  25. data/docs/CollectionOneShot.md +25 -0
  26. data/docs/CollectionRef.md +1 -3
  27. data/docs/CollectionRefResponse.md +21 -0
  28. data/docs/CollectionResponse.md +31 -0
  29. data/docs/CollectionVersion.md +3 -19
  30. data/docs/CollectionVersionResponse.md +37 -0
  31. data/docs/ContentCollectionVersionsApi.md +42 -42
  32. data/docs/ContentRolesApi.md +32 -32
  33. data/docs/ContentSummary.md +3 -3
  34. data/docs/ContentSummaryResponse.md +21 -0
  35. data/docs/DistributionsAnsibleApi.md +108 -60
  36. data/docs/GalaxyCollection.md +1 -5
  37. data/docs/GalaxyCollectionListApi.md +65 -0
  38. data/docs/GalaxyCollectionResponse.md +23 -0
  39. data/docs/{GalaxyCollectionVersion.md → GalaxyCollectionVersionResponse.md} +7 -7
  40. data/docs/GalaxyDetailApi.md +61 -0
  41. data/docs/{GalaxyRole.md → GalaxyRoleResponse.md} +3 -3
  42. data/docs/{GalaxyRoleVersion.md → GalaxyRoleVersionResponse.md} +3 -3
  43. data/docs/InlineResponse200.md +3 -3
  44. data/docs/InlineResponse2001.md +3 -3
  45. data/docs/InlineResponse20010.md +3 -3
  46. data/docs/InlineResponse20011.md +3 -3
  47. data/docs/InlineResponse20012.md +3 -3
  48. data/docs/InlineResponse20013.md +3 -3
  49. data/docs/InlineResponse20014.md +23 -0
  50. data/docs/InlineResponse2002.md +3 -3
  51. data/docs/InlineResponse2003.md +3 -3
  52. data/docs/InlineResponse2004.md +3 -3
  53. data/docs/InlineResponse2005.md +3 -3
  54. data/docs/InlineResponse2006.md +3 -3
  55. data/docs/InlineResponse2007.md +3 -3
  56. data/docs/InlineResponse2008.md +3 -3
  57. data/docs/InlineResponse2009.md +3 -3
  58. data/docs/PatchedansibleAnsibleDistribution.md +25 -0
  59. data/docs/PatchedansibleAnsibleRepository.md +21 -0
  60. data/docs/PatchedansibleCollectionRemote.md +43 -0
  61. data/docs/PatchedansibleRoleRemote.md +37 -0
  62. data/docs/PolicyEnum.md +16 -0
  63. data/docs/PulpAnsibleApiApi.md +6 -12
  64. data/docs/PulpAnsibleGalaxyApiCollectionsApi.md +37 -108
  65. data/docs/PulpAnsibleGalaxyApiV2VersionsApi.md +17 -22
  66. data/docs/PulpAnsibleGalaxyApiV3CollectionsApi.md +1 -69
  67. data/docs/PulpAnsibleGalaxyApiV3CollectionsCertifiedApi.md +63 -0
  68. data/docs/PulpAnsibleGalaxyApiV3VersionsApi.md +172 -0
  69. data/docs/PulpAnsibleTagsApi.md +4 -4
  70. data/docs/RemotesCollectionApi.md +127 -67
  71. data/docs/RemotesRoleApi.md +428 -0
  72. data/docs/RepositoriesAnsibleApi.md +100 -76
  73. data/docs/RepositoriesAnsibleVersionsApi.md +96 -64
  74. data/docs/RepositoryAddRemoveContent.md +2 -2
  75. data/docs/RepositorySyncURL.md +1 -1
  76. data/docs/RepositoryVersion.md +1 -9
  77. data/docs/RepositoryVersionResponse.md +25 -0
  78. data/docs/{PulpAnsibleGalaxyApiV1VersionsApi.md → RoleListApi.md} +9 -17
  79. data/docs/{Tag.md → TagResponse.md} +2 -2
  80. data/docs/{PulpAnsibleGalaxyApiRolesApi.md → V1RolesApi.md} +9 -15
  81. data/docs/V2CollectionsApi.md +112 -0
  82. data/lib/pulp_ansible_client/api/ansible_collections_api.rb +74 -90
  83. data/lib/pulp_ansible_client/api/collection_import_api.rb +93 -0
  84. data/lib/pulp_ansible_client/api/content_collection_versions_api.rb +67 -63
  85. data/lib/pulp_ansible_client/api/content_roles_api.rb +48 -48
  86. data/lib/pulp_ansible_client/api/distributions_ansible_api.rb +153 -90
  87. data/lib/pulp_ansible_client/api/galaxy_collection_list_api.rb +94 -0
  88. data/lib/pulp_ansible_client/api/galaxy_detail_api.rb +88 -0
  89. data/lib/pulp_ansible_client/api/pulp_ansible_api_api.rb +9 -9
  90. data/lib/pulp_ansible_client/api/pulp_ansible_galaxy_api_collections_api.rb +77 -122
  91. data/lib/pulp_ansible_client/api/pulp_ansible_galaxy_api_v2_versions_api.rb +38 -28
  92. data/lib/pulp_ansible_client/api/pulp_ansible_galaxy_api_v3_collections_api.rb +3 -90
  93. data/lib/pulp_ansible_client/api/pulp_ansible_galaxy_api_v3_collections_certified_api.rb +108 -0
  94. data/lib/pulp_ansible_client/api/pulp_ansible_galaxy_api_v3_versions_api.rb +264 -0
  95. data/lib/pulp_ansible_client/api/pulp_ansible_tags_api.rb +6 -6
  96. data/lib/pulp_ansible_client/api/remotes_collection_api.rb +184 -103
  97. data/lib/pulp_ansible_client/api/remotes_role_api.rb +532 -0
  98. data/lib/pulp_ansible_client/api/repositories_ansible_api.rb +151 -124
  99. data/lib/pulp_ansible_client/api/repositories_ansible_versions_api.rb +141 -96
  100. data/lib/pulp_ansible_client/api/{pulp_ansible_galaxy_api_v1_versions_api.rb → role_list_api.rb} +15 -21
  101. data/lib/pulp_ansible_client/api/{pulp_ansible_galaxy_api_roles_api.rb → v1_roles_api.rb} +15 -15
  102. data/lib/pulp_ansible_client/api/v2_collections_api.rb +159 -0
  103. data/lib/pulp_ansible_client/api_client.rb +2 -2
  104. data/lib/pulp_ansible_client/api_error.rb +2 -2
  105. data/lib/pulp_ansible_client/configuration.rb +3 -3
  106. data/lib/pulp_ansible_client/models/ansible_ansible_distribution.rb +8 -74
  107. data/lib/pulp_ansible_client/models/ansible_ansible_distribution_response.rb +290 -0
  108. data/lib/pulp_ansible_client/models/ansible_ansible_repository.rb +18 -78
  109. data/lib/pulp_ansible_client/models/ansible_ansible_repository_response.rb +271 -0
  110. data/lib/pulp_ansible_client/models/ansible_collection_remote.rb +7 -232
  111. data/lib/pulp_ansible_client/models/{ansible_ansible_remote.rb → ansible_collection_remote_response.rb} +66 -166
  112. data/lib/pulp_ansible_client/models/{ansible_collection.rb → ansible_collection_response.rb} +6 -43
  113. data/lib/pulp_ansible_client/models/ansible_collection_version.rb +55 -250
  114. data/lib/pulp_ansible_client/models/ansible_collection_version_response.rb +721 -0
  115. data/lib/pulp_ansible_client/models/ansible_role.rb +4 -79
  116. data/lib/pulp_ansible_client/models/ansible_role_remote.rb +339 -0
  117. data/lib/pulp_ansible_client/models/ansible_role_remote_response.rb +368 -0
  118. data/lib/pulp_ansible_client/models/ansible_role_response.rb +274 -0
  119. data/lib/pulp_ansible_client/models/{ansible_tag.rb → ansible_tag_response.rb} +6 -20
  120. data/lib/pulp_ansible_client/models/async_operation_response.rb +3 -2
  121. data/lib/pulp_ansible_client/models/certification_enum.rb +37 -0
  122. data/lib/pulp_ansible_client/models/collection.rb +7 -81
  123. data/lib/pulp_ansible_client/models/{collection_import_detail.rb → collection_import_detail_response.rb} +6 -24
  124. data/lib/pulp_ansible_client/models/collection_metadata.rb +4 -163
  125. data/lib/pulp_ansible_client/models/collection_metadata_response.rb +367 -0
  126. data/lib/pulp_ansible_client/models/collection_namespace.rb +3 -21
  127. data/lib/pulp_ansible_client/models/{tag.rb → collection_namespace_response.rb} +9 -18
  128. data/lib/pulp_ansible_client/models/collection_one_shot.rb +253 -0
  129. data/lib/pulp_ansible_client/models/collection_ref.rb +7 -53
  130. data/lib/pulp_ansible_client/models/collection_ref_response.rb +235 -0
  131. data/lib/pulp_ansible_client/models/collection_response.rb +285 -0
  132. data/lib/pulp_ansible_client/models/collection_version.rb +8 -143
  133. data/lib/pulp_ansible_client/models/collection_version_response.rb +307 -0
  134. data/lib/pulp_ansible_client/models/content_summary.rb +9 -15
  135. data/lib/pulp_ansible_client/models/content_summary_response.rb +240 -0
  136. data/lib/pulp_ansible_client/models/galaxy_collection.rb +7 -62
  137. data/lib/pulp_ansible_client/models/galaxy_collection_response.rb +244 -0
  138. data/lib/pulp_ansible_client/models/{galaxy_collection_version.rb → galaxy_collection_version_response.rb} +11 -29
  139. data/lib/pulp_ansible_client/models/{galaxy_role.rb → galaxy_role_response.rb} +7 -44
  140. data/lib/pulp_ansible_client/models/{galaxy_role_version.rb → galaxy_role_version_response.rb} +7 -25
  141. data/lib/pulp_ansible_client/models/inline_response200.rb +3 -13
  142. data/lib/pulp_ansible_client/models/inline_response2001.rb +3 -13
  143. data/lib/pulp_ansible_client/models/inline_response20010.rb +3 -13
  144. data/lib/pulp_ansible_client/models/inline_response20011.rb +3 -13
  145. data/lib/pulp_ansible_client/models/inline_response20012.rb +3 -13
  146. data/lib/pulp_ansible_client/models/inline_response20013.rb +3 -13
  147. data/lib/pulp_ansible_client/models/inline_response20014.rb +237 -0
  148. data/lib/pulp_ansible_client/models/inline_response2002.rb +3 -13
  149. data/lib/pulp_ansible_client/models/inline_response2003.rb +3 -13
  150. data/lib/pulp_ansible_client/models/inline_response2004.rb +3 -13
  151. data/lib/pulp_ansible_client/models/inline_response2005.rb +3 -13
  152. data/lib/pulp_ansible_client/models/inline_response2006.rb +3 -13
  153. data/lib/pulp_ansible_client/models/inline_response2007.rb +3 -13
  154. data/lib/pulp_ansible_client/models/inline_response2008.rb +3 -13
  155. data/lib/pulp_ansible_client/models/inline_response2009.rb +3 -13
  156. data/lib/pulp_ansible_client/models/patchedansible_ansible_distribution.rb +251 -0
  157. data/lib/pulp_ansible_client/models/patchedansible_ansible_repository.rb +229 -0
  158. data/lib/pulp_ansible_client/models/patchedansible_collection_remote.rb +392 -0
  159. data/lib/pulp_ansible_client/models/patchedansible_role_remote.rb +329 -0
  160. data/lib/pulp_ansible_client/models/policy_enum.rb +36 -0
  161. data/lib/pulp_ansible_client/models/repository_add_remove_content.rb +5 -4
  162. data/lib/pulp_ansible_client/models/repository_sync_url.rb +3 -8
  163. data/lib/pulp_ansible_client/models/repository_version.rb +7 -43
  164. data/lib/pulp_ansible_client/models/repository_version_response.rb +246 -0
  165. data/lib/pulp_ansible_client/models/tag_response.rb +207 -0
  166. data/lib/pulp_ansible_client/version.rb +3 -3
  167. data/lib/pulp_ansible_client.rb +41 -13
  168. data/pulp_ansible_client.gemspec +4 -4
  169. data/spec/api/ansible_collections_api_spec.rb +21 -21
  170. data/spec/api/collection_import_api_spec.rb +50 -0
  171. data/spec/api/content_collection_versions_api_spec.rb +18 -18
  172. data/spec/api/content_roles_api_spec.rb +13 -13
  173. data/spec/api/distributions_ansible_api_spec.rb +39 -18
  174. data/spec/api/galaxy_collection_list_api_spec.rb +50 -0
  175. data/spec/api/galaxy_detail_api_spec.rb +48 -0
  176. data/spec/api/pulp_ansible_api_api_spec.rb +4 -4
  177. data/spec/api/pulp_ansible_galaxy_api_collections_api_spec.rb +19 -29
  178. data/spec/api/pulp_ansible_galaxy_api_v2_versions_api_spec.rb +10 -9
  179. data/spec/api/pulp_ansible_galaxy_api_v3_collections_api_spec.rb +2 -17
  180. data/spec/api/pulp_ansible_galaxy_api_v3_collections_certified_api_spec.rb +50 -0
  181. data/spec/api/pulp_ansible_galaxy_api_v3_versions_api_spec.rb +90 -0
  182. data/spec/api/pulp_ansible_tags_api_spec.rb +3 -3
  183. data/spec/api/remotes_collection_api_spec.rb +49 -22
  184. data/spec/api/remotes_role_api_spec.rb +150 -0
  185. data/spec/api/repositories_ansible_api_spec.rb +31 -22
  186. data/spec/api/repositories_ansible_versions_api_spec.rb +40 -25
  187. data/spec/api/{pulp_ansible_galaxy_api_v1_versions_api_spec.rb → role_list_api_spec.rb} +9 -10
  188. data/spec/api/{pulp_ansible_galaxy_api_roles_api_spec.rb → v1_roles_api_spec.rb} +9 -9
  189. data/spec/api/v2_collections_api_spec.rb +61 -0
  190. data/spec/api_client_spec.rb +2 -2
  191. data/spec/configuration_spec.rb +2 -2
  192. data/spec/models/ansible_ansible_distribution_response_spec.rb +83 -0
  193. data/spec/models/ansible_ansible_distribution_spec.rb +2 -20
  194. data/spec/models/ansible_ansible_repository_response_spec.rb +77 -0
  195. data/spec/models/ansible_ansible_repository_spec.rb +5 -23
  196. data/spec/models/ansible_collection_remote_response_spec.rb +137 -0
  197. data/spec/models/ansible_collection_remote_spec.rb +2 -24
  198. data/spec/models/{ansible_collection_spec.rb → ansible_collection_response_spec.rb} +8 -8
  199. data/spec/models/ansible_collection_version_response_spec.rb +191 -0
  200. data/spec/models/ansible_collection_version_spec.rb +2 -62
  201. data/spec/models/{ansible_ansible_remote_spec.rb → ansible_role_remote_response_spec.rb} +8 -12
  202. data/spec/models/ansible_role_remote_spec.rb +101 -0
  203. data/spec/models/ansible_role_response_spec.rb +71 -0
  204. data/spec/models/ansible_role_spec.rb +2 -14
  205. data/spec/models/{ansible_tag_spec.rb → ansible_tag_response_spec.rb} +8 -8
  206. data/spec/models/async_operation_response_spec.rb +2 -2
  207. data/spec/models/certification_enum_spec.rb +35 -0
  208. data/spec/models/{collection_import_detail_spec.rb → collection_import_detail_response_spec.rb} +8 -8
  209. data/spec/models/collection_metadata_response_spec.rb +95 -0
  210. data/spec/models/collection_metadata_spec.rb +2 -56
  211. data/spec/models/collection_namespace_response_spec.rb +41 -0
  212. data/spec/models/collection_namespace_spec.rb +2 -2
  213. data/spec/models/collection_one_shot_spec.rb +65 -0
  214. data/spec/models/collection_ref_response_spec.rb +53 -0
  215. data/spec/models/collection_ref_spec.rb +2 -8
  216. data/spec/models/collection_response_spec.rb +83 -0
  217. data/spec/models/collection_spec.rb +2 -32
  218. data/spec/models/collection_version_response_spec.rb +101 -0
  219. data/spec/models/collection_version_spec.rb +2 -54
  220. data/spec/models/content_summary_response_spec.rb +53 -0
  221. data/spec/models/content_summary_spec.rb +2 -2
  222. data/spec/models/galaxy_collection_response_spec.rb +59 -0
  223. data/spec/models/galaxy_collection_spec.rb +2 -14
  224. data/spec/models/{galaxy_collection_version_spec.rb → galaxy_collection_version_response_spec.rb} +8 -8
  225. data/spec/models/{galaxy_role_spec.rb → galaxy_role_response_spec.rb} +8 -8
  226. data/spec/models/{galaxy_role_version_spec.rb → galaxy_role_version_response_spec.rb} +8 -8
  227. data/spec/models/inline_response20010_spec.rb +2 -2
  228. data/spec/models/inline_response20011_spec.rb +2 -2
  229. data/spec/models/inline_response20012_spec.rb +2 -2
  230. data/spec/models/inline_response20013_spec.rb +2 -2
  231. data/spec/models/inline_response20014_spec.rb +59 -0
  232. data/spec/models/inline_response2001_spec.rb +2 -2
  233. data/spec/models/inline_response2002_spec.rb +2 -2
  234. data/spec/models/inline_response2003_spec.rb +2 -2
  235. data/spec/models/inline_response2004_spec.rb +2 -2
  236. data/spec/models/inline_response2005_spec.rb +2 -2
  237. data/spec/models/inline_response2006_spec.rb +2 -2
  238. data/spec/models/inline_response2007_spec.rb +2 -2
  239. data/spec/models/inline_response2008_spec.rb +2 -2
  240. data/spec/models/inline_response2009_spec.rb +2 -2
  241. data/spec/models/inline_response200_spec.rb +2 -2
  242. data/spec/models/patchedansible_ansible_distribution_spec.rb +65 -0
  243. data/spec/models/patchedansible_ansible_repository_spec.rb +53 -0
  244. data/spec/models/patchedansible_collection_remote_spec.rb +119 -0
  245. data/spec/models/patchedansible_role_remote_spec.rb +101 -0
  246. data/spec/models/policy_enum_spec.rb +35 -0
  247. data/spec/models/repository_add_remove_content_spec.rb +2 -2
  248. data/spec/models/repository_sync_url_spec.rb +2 -2
  249. data/spec/models/repository_version_response_spec.rb +65 -0
  250. data/spec/models/repository_version_spec.rb +2 -26
  251. data/spec/models/{tag_spec.rb → tag_response_spec.rb} +8 -8
  252. data/spec/spec_helper.rb +2 -2
  253. metadata +192 -80
  254. data/docs/RemotesAnsibleApi.md +0 -368
  255. data/lib/pulp_ansible_client/api/remotes_ansible_api.rb +0 -451
  256. data/spec/api/remotes_ansible_api_spec.rb +0 -123
@@ -1,451 +0,0 @@
1
- =begin
2
- #Pulp 3 API
3
-
4
- #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
-
6
- The version of the OpenAPI document: v3
7
-
8
- Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
10
-
11
- =end
12
-
13
- require 'cgi'
14
-
15
- module PulpAnsibleClient
16
- class RemotesAnsibleApi
17
- attr_accessor :api_client
18
-
19
- def initialize(api_client = ApiClient.default)
20
- @api_client = api_client
21
- end
22
- # Create an ansible remote
23
- # ViewSet for Ansible Remotes.
24
- # @param data [AnsibleAnsibleRemote]
25
- # @param [Hash] opts the optional parameters
26
- # @return [AnsibleAnsibleRemote]
27
- def create(data, opts = {})
28
- data, _status_code, _headers = create_with_http_info(data, opts)
29
- data
30
- end
31
-
32
- # Create an ansible remote
33
- # ViewSet for Ansible Remotes.
34
- # @param data [AnsibleAnsibleRemote]
35
- # @param [Hash] opts the optional parameters
36
- # @return [Array<(AnsibleAnsibleRemote, Integer, Hash)>] AnsibleAnsibleRemote data, response status code and response headers
37
- def create_with_http_info(data, opts = {})
38
- if @api_client.config.debugging
39
- @api_client.config.logger.debug 'Calling API: RemotesAnsibleApi.create ...'
40
- end
41
- # verify the required parameter 'data' is set
42
- if @api_client.config.client_side_validation && data.nil?
43
- fail ArgumentError, "Missing the required parameter 'data' when calling RemotesAnsibleApi.create"
44
- end
45
- # resource path
46
- local_var_path = '/pulp/api/v3/remotes/ansible/ansible/'
47
-
48
- # query parameters
49
- query_params = opts[:query_params] || {}
50
-
51
- # header parameters
52
- header_params = opts[:header_params] || {}
53
- # HTTP header 'Accept' (if needed)
54
- header_params['Accept'] = @api_client.select_header_accept(['application/json'])
55
- # HTTP header 'Content-Type'
56
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
57
-
58
- # form parameters
59
- form_params = opts[:form_params] || {}
60
-
61
- # http body (model)
62
- post_body = opts[:body] || @api_client.object_to_http_body(data)
63
-
64
- # return_type
65
- return_type = opts[:return_type] || 'AnsibleAnsibleRemote'
66
-
67
- # auth_names
68
- auth_names = opts[:auth_names] || ['Basic']
69
-
70
- new_options = opts.merge(
71
- :header_params => header_params,
72
- :query_params => query_params,
73
- :form_params => form_params,
74
- :body => post_body,
75
- :auth_names => auth_names,
76
- :return_type => return_type
77
- )
78
-
79
- data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
80
- if @api_client.config.debugging
81
- @api_client.config.logger.debug "API called: RemotesAnsibleApi#create\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
82
- end
83
- return data, status_code, headers
84
- end
85
-
86
- # Delete an ansible remote
87
- # Trigger an asynchronous delete task
88
- # @param ansible_remote_href [String] URI of Ansible Remote. e.g.: /pulp/api/v3/remotes/ansible/ansible/1/
89
- # @param [Hash] opts the optional parameters
90
- # @return [AsyncOperationResponse]
91
- def delete(ansible_remote_href, opts = {})
92
- data, _status_code, _headers = delete_with_http_info(ansible_remote_href, opts)
93
- data
94
- end
95
-
96
- # Delete an ansible remote
97
- # Trigger an asynchronous delete task
98
- # @param ansible_remote_href [String] URI of Ansible Remote. e.g.: /pulp/api/v3/remotes/ansible/ansible/1/
99
- # @param [Hash] opts the optional parameters
100
- # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
101
- def delete_with_http_info(ansible_remote_href, opts = {})
102
- if @api_client.config.debugging
103
- @api_client.config.logger.debug 'Calling API: RemotesAnsibleApi.delete ...'
104
- end
105
- # verify the required parameter 'ansible_remote_href' is set
106
- if @api_client.config.client_side_validation && ansible_remote_href.nil?
107
- fail ArgumentError, "Missing the required parameter 'ansible_remote_href' when calling RemotesAnsibleApi.delete"
108
- end
109
- # resource path
110
- local_var_path = '{ansible_remote_href}'.sub('{' + 'ansible_remote_href' + '}', CGI.escape(ansible_remote_href.to_s).gsub('%2F', '/'))
111
-
112
- # query parameters
113
- query_params = opts[:query_params] || {}
114
-
115
- # header parameters
116
- header_params = opts[:header_params] || {}
117
- # HTTP header 'Accept' (if needed)
118
- header_params['Accept'] = @api_client.select_header_accept(['application/json'])
119
-
120
- # form parameters
121
- form_params = opts[:form_params] || {}
122
-
123
- # http body (model)
124
- post_body = opts[:body]
125
-
126
- # return_type
127
- return_type = opts[:return_type] || 'AsyncOperationResponse'
128
-
129
- # auth_names
130
- auth_names = opts[:auth_names] || ['Basic']
131
-
132
- new_options = opts.merge(
133
- :header_params => header_params,
134
- :query_params => query_params,
135
- :form_params => form_params,
136
- :body => post_body,
137
- :auth_names => auth_names,
138
- :return_type => return_type
139
- )
140
-
141
- data, status_code, headers = @api_client.call_api(:DELETE, local_var_path, new_options)
142
- if @api_client.config.debugging
143
- @api_client.config.logger.debug "API called: RemotesAnsibleApi#delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
144
- end
145
- return data, status_code, headers
146
- end
147
-
148
- # List ansible remotes
149
- # ViewSet for Ansible Remotes.
150
- # @param [Hash] opts the optional parameters
151
- # @option opts [String] :ordering Which field to use when ordering the results.
152
- # @option opts [String] :name
153
- # @option opts [String] :name__in Filter results where name is in a comma-separated list of values
154
- # @option opts [String] :pulp_last_updated__lt Filter results where pulp_last_updated is less than value
155
- # @option opts [String] :pulp_last_updated__lte Filter results where pulp_last_updated is less than or equal to value
156
- # @option opts [String] :pulp_last_updated__gt Filter results where pulp_last_updated is greater than value
157
- # @option opts [String] :pulp_last_updated__gte Filter results where pulp_last_updated is greater than or equal to value
158
- # @option opts [String] :pulp_last_updated__range Filter results where pulp_last_updated is between two comma separated values
159
- # @option opts [String] :pulp_last_updated ISO 8601 formatted dates are supported
160
- # @option opts [Integer] :limit Number of results to return per page.
161
- # @option opts [Integer] :offset The initial index from which to return the results.
162
- # @option opts [String] :fields A list of fields to include in the response.
163
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
164
- # @return [InlineResponse2005]
165
- def list(opts = {})
166
- data, _status_code, _headers = list_with_http_info(opts)
167
- data
168
- end
169
-
170
- # List ansible remotes
171
- # ViewSet for Ansible Remotes.
172
- # @param [Hash] opts the optional parameters
173
- # @option opts [String] :ordering Which field to use when ordering the results.
174
- # @option opts [String] :name
175
- # @option opts [String] :name__in Filter results where name is in a comma-separated list of values
176
- # @option opts [String] :pulp_last_updated__lt Filter results where pulp_last_updated is less than value
177
- # @option opts [String] :pulp_last_updated__lte Filter results where pulp_last_updated is less than or equal to value
178
- # @option opts [String] :pulp_last_updated__gt Filter results where pulp_last_updated is greater than value
179
- # @option opts [String] :pulp_last_updated__gte Filter results where pulp_last_updated is greater than or equal to value
180
- # @option opts [String] :pulp_last_updated__range Filter results where pulp_last_updated is between two comma separated values
181
- # @option opts [String] :pulp_last_updated ISO 8601 formatted dates are supported
182
- # @option opts [Integer] :limit Number of results to return per page.
183
- # @option opts [Integer] :offset The initial index from which to return the results.
184
- # @option opts [String] :fields A list of fields to include in the response.
185
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
186
- # @return [Array<(InlineResponse2005, Integer, Hash)>] InlineResponse2005 data, response status code and response headers
187
- def list_with_http_info(opts = {})
188
- if @api_client.config.debugging
189
- @api_client.config.logger.debug 'Calling API: RemotesAnsibleApi.list ...'
190
- end
191
- # resource path
192
- local_var_path = '/pulp/api/v3/remotes/ansible/ansible/'
193
-
194
- # query parameters
195
- query_params = opts[:query_params] || {}
196
- query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
197
- query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
198
- query_params[:'name__in'] = opts[:'name__in'] if !opts[:'name__in'].nil?
199
- query_params[:'pulp_last_updated__lt'] = opts[:'pulp_last_updated__lt'] if !opts[:'pulp_last_updated__lt'].nil?
200
- query_params[:'pulp_last_updated__lte'] = opts[:'pulp_last_updated__lte'] if !opts[:'pulp_last_updated__lte'].nil?
201
- query_params[:'pulp_last_updated__gt'] = opts[:'pulp_last_updated__gt'] if !opts[:'pulp_last_updated__gt'].nil?
202
- query_params[:'pulp_last_updated__gte'] = opts[:'pulp_last_updated__gte'] if !opts[:'pulp_last_updated__gte'].nil?
203
- query_params[:'pulp_last_updated__range'] = opts[:'pulp_last_updated__range'] if !opts[:'pulp_last_updated__range'].nil?
204
- query_params[:'pulp_last_updated'] = opts[:'pulp_last_updated'] if !opts[:'pulp_last_updated'].nil?
205
- query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
206
- query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
207
- query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
208
- query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
209
-
210
- # header parameters
211
- header_params = opts[:header_params] || {}
212
- # HTTP header 'Accept' (if needed)
213
- header_params['Accept'] = @api_client.select_header_accept(['application/json'])
214
-
215
- # form parameters
216
- form_params = opts[:form_params] || {}
217
-
218
- # http body (model)
219
- post_body = opts[:body]
220
-
221
- # return_type
222
- return_type = opts[:return_type] || 'InlineResponse2005'
223
-
224
- # auth_names
225
- auth_names = opts[:auth_names] || ['Basic']
226
-
227
- new_options = opts.merge(
228
- :header_params => header_params,
229
- :query_params => query_params,
230
- :form_params => form_params,
231
- :body => post_body,
232
- :auth_names => auth_names,
233
- :return_type => return_type
234
- )
235
-
236
- data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
237
- if @api_client.config.debugging
238
- @api_client.config.logger.debug "API called: RemotesAnsibleApi#list\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
239
- end
240
- return data, status_code, headers
241
- end
242
-
243
- # Partially update an ansible remote
244
- # Trigger an asynchronous partial update task
245
- # @param ansible_remote_href [String] URI of Ansible Remote. e.g.: /pulp/api/v3/remotes/ansible/ansible/1/
246
- # @param data [AnsibleAnsibleRemote]
247
- # @param [Hash] opts the optional parameters
248
- # @return [AsyncOperationResponse]
249
- def partial_update(ansible_remote_href, data, opts = {})
250
- data, _status_code, _headers = partial_update_with_http_info(ansible_remote_href, data, opts)
251
- data
252
- end
253
-
254
- # Partially update an ansible remote
255
- # Trigger an asynchronous partial update task
256
- # @param ansible_remote_href [String] URI of Ansible Remote. e.g.: /pulp/api/v3/remotes/ansible/ansible/1/
257
- # @param data [AnsibleAnsibleRemote]
258
- # @param [Hash] opts the optional parameters
259
- # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
260
- def partial_update_with_http_info(ansible_remote_href, data, opts = {})
261
- if @api_client.config.debugging
262
- @api_client.config.logger.debug 'Calling API: RemotesAnsibleApi.partial_update ...'
263
- end
264
- # verify the required parameter 'ansible_remote_href' is set
265
- if @api_client.config.client_side_validation && ansible_remote_href.nil?
266
- fail ArgumentError, "Missing the required parameter 'ansible_remote_href' when calling RemotesAnsibleApi.partial_update"
267
- end
268
- # verify the required parameter 'data' is set
269
- if @api_client.config.client_side_validation && data.nil?
270
- fail ArgumentError, "Missing the required parameter 'data' when calling RemotesAnsibleApi.partial_update"
271
- end
272
- # resource path
273
- local_var_path = '{ansible_remote_href}'.sub('{' + 'ansible_remote_href' + '}', CGI.escape(ansible_remote_href.to_s).gsub('%2F', '/'))
274
-
275
- # query parameters
276
- query_params = opts[:query_params] || {}
277
-
278
- # header parameters
279
- header_params = opts[:header_params] || {}
280
- # HTTP header 'Accept' (if needed)
281
- header_params['Accept'] = @api_client.select_header_accept(['application/json'])
282
- # HTTP header 'Content-Type'
283
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
284
-
285
- # form parameters
286
- form_params = opts[:form_params] || {}
287
-
288
- # http body (model)
289
- post_body = opts[:body] || @api_client.object_to_http_body(data)
290
-
291
- # return_type
292
- return_type = opts[:return_type] || 'AsyncOperationResponse'
293
-
294
- # auth_names
295
- auth_names = opts[:auth_names] || ['Basic']
296
-
297
- new_options = opts.merge(
298
- :header_params => header_params,
299
- :query_params => query_params,
300
- :form_params => form_params,
301
- :body => post_body,
302
- :auth_names => auth_names,
303
- :return_type => return_type
304
- )
305
-
306
- data, status_code, headers = @api_client.call_api(:PATCH, local_var_path, new_options)
307
- if @api_client.config.debugging
308
- @api_client.config.logger.debug "API called: RemotesAnsibleApi#partial_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
309
- end
310
- return data, status_code, headers
311
- end
312
-
313
- # Inspect an ansible remote
314
- # ViewSet for Ansible Remotes.
315
- # @param ansible_remote_href [String] URI of Ansible Remote. e.g.: /pulp/api/v3/remotes/ansible/ansible/1/
316
- # @param [Hash] opts the optional parameters
317
- # @option opts [String] :fields A list of fields to include in the response.
318
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
319
- # @return [AnsibleAnsibleRemote]
320
- def read(ansible_remote_href, opts = {})
321
- data, _status_code, _headers = read_with_http_info(ansible_remote_href, opts)
322
- data
323
- end
324
-
325
- # Inspect an ansible remote
326
- # ViewSet for Ansible Remotes.
327
- # @param ansible_remote_href [String] URI of Ansible Remote. e.g.: /pulp/api/v3/remotes/ansible/ansible/1/
328
- # @param [Hash] opts the optional parameters
329
- # @option opts [String] :fields A list of fields to include in the response.
330
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
331
- # @return [Array<(AnsibleAnsibleRemote, Integer, Hash)>] AnsibleAnsibleRemote data, response status code and response headers
332
- def read_with_http_info(ansible_remote_href, opts = {})
333
- if @api_client.config.debugging
334
- @api_client.config.logger.debug 'Calling API: RemotesAnsibleApi.read ...'
335
- end
336
- # verify the required parameter 'ansible_remote_href' is set
337
- if @api_client.config.client_side_validation && ansible_remote_href.nil?
338
- fail ArgumentError, "Missing the required parameter 'ansible_remote_href' when calling RemotesAnsibleApi.read"
339
- end
340
- # resource path
341
- local_var_path = '{ansible_remote_href}'.sub('{' + 'ansible_remote_href' + '}', CGI.escape(ansible_remote_href.to_s).gsub('%2F', '/'))
342
-
343
- # query parameters
344
- query_params = opts[:query_params] || {}
345
- query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
346
- query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
347
-
348
- # header parameters
349
- header_params = opts[:header_params] || {}
350
- # HTTP header 'Accept' (if needed)
351
- header_params['Accept'] = @api_client.select_header_accept(['application/json'])
352
-
353
- # form parameters
354
- form_params = opts[:form_params] || {}
355
-
356
- # http body (model)
357
- post_body = opts[:body]
358
-
359
- # return_type
360
- return_type = opts[:return_type] || 'AnsibleAnsibleRemote'
361
-
362
- # auth_names
363
- auth_names = opts[:auth_names] || ['Basic']
364
-
365
- new_options = opts.merge(
366
- :header_params => header_params,
367
- :query_params => query_params,
368
- :form_params => form_params,
369
- :body => post_body,
370
- :auth_names => auth_names,
371
- :return_type => return_type
372
- )
373
-
374
- data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
375
- if @api_client.config.debugging
376
- @api_client.config.logger.debug "API called: RemotesAnsibleApi#read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
377
- end
378
- return data, status_code, headers
379
- end
380
-
381
- # Update an ansible remote
382
- # Trigger an asynchronous update task
383
- # @param ansible_remote_href [String] URI of Ansible Remote. e.g.: /pulp/api/v3/remotes/ansible/ansible/1/
384
- # @param data [AnsibleAnsibleRemote]
385
- # @param [Hash] opts the optional parameters
386
- # @return [AsyncOperationResponse]
387
- def update(ansible_remote_href, data, opts = {})
388
- data, _status_code, _headers = update_with_http_info(ansible_remote_href, data, opts)
389
- data
390
- end
391
-
392
- # Update an ansible remote
393
- # Trigger an asynchronous update task
394
- # @param ansible_remote_href [String] URI of Ansible Remote. e.g.: /pulp/api/v3/remotes/ansible/ansible/1/
395
- # @param data [AnsibleAnsibleRemote]
396
- # @param [Hash] opts the optional parameters
397
- # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
398
- def update_with_http_info(ansible_remote_href, data, opts = {})
399
- if @api_client.config.debugging
400
- @api_client.config.logger.debug 'Calling API: RemotesAnsibleApi.update ...'
401
- end
402
- # verify the required parameter 'ansible_remote_href' is set
403
- if @api_client.config.client_side_validation && ansible_remote_href.nil?
404
- fail ArgumentError, "Missing the required parameter 'ansible_remote_href' when calling RemotesAnsibleApi.update"
405
- end
406
- # verify the required parameter 'data' is set
407
- if @api_client.config.client_side_validation && data.nil?
408
- fail ArgumentError, "Missing the required parameter 'data' when calling RemotesAnsibleApi.update"
409
- end
410
- # resource path
411
- local_var_path = '{ansible_remote_href}'.sub('{' + 'ansible_remote_href' + '}', CGI.escape(ansible_remote_href.to_s).gsub('%2F', '/'))
412
-
413
- # query parameters
414
- query_params = opts[:query_params] || {}
415
-
416
- # header parameters
417
- header_params = opts[:header_params] || {}
418
- # HTTP header 'Accept' (if needed)
419
- header_params['Accept'] = @api_client.select_header_accept(['application/json'])
420
- # HTTP header 'Content-Type'
421
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
422
-
423
- # form parameters
424
- form_params = opts[:form_params] || {}
425
-
426
- # http body (model)
427
- post_body = opts[:body] || @api_client.object_to_http_body(data)
428
-
429
- # return_type
430
- return_type = opts[:return_type] || 'AsyncOperationResponse'
431
-
432
- # auth_names
433
- auth_names = opts[:auth_names] || ['Basic']
434
-
435
- new_options = opts.merge(
436
- :header_params => header_params,
437
- :query_params => query_params,
438
- :form_params => form_params,
439
- :body => post_body,
440
- :auth_names => auth_names,
441
- :return_type => return_type
442
- )
443
-
444
- data, status_code, headers = @api_client.call_api(:PUT, local_var_path, new_options)
445
- if @api_client.config.debugging
446
- @api_client.config.logger.debug "API called: RemotesAnsibleApi#update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
447
- end
448
- return data, status_code, headers
449
- end
450
- end
451
- end
@@ -1,123 +0,0 @@
1
- =begin
2
- #Pulp 3 API
3
-
4
- #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
-
6
- The version of the OpenAPI document: v3
7
-
8
- Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
10
-
11
- =end
12
-
13
- require 'spec_helper'
14
- require 'json'
15
-
16
- # Unit tests for PulpAnsibleClient::RemotesAnsibleApi
17
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
18
- # Please update as you see appropriate
19
- describe 'RemotesAnsibleApi' do
20
- before do
21
- # run before each test
22
- @api_instance = PulpAnsibleClient::RemotesAnsibleApi.new
23
- end
24
-
25
- after do
26
- # run after each test
27
- end
28
-
29
- describe 'test an instance of RemotesAnsibleApi' do
30
- it 'should create an instance of RemotesAnsibleApi' do
31
- expect(@api_instance).to be_instance_of(PulpAnsibleClient::RemotesAnsibleApi)
32
- end
33
- end
34
-
35
- # unit tests for create
36
- # Create an ansible remote
37
- # ViewSet for Ansible Remotes.
38
- # @param data
39
- # @param [Hash] opts the optional parameters
40
- # @return [AnsibleAnsibleRemote]
41
- describe 'create test' do
42
- it 'should work' do
43
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
- end
45
- end
46
-
47
- # unit tests for delete
48
- # Delete an ansible remote
49
- # Trigger an asynchronous delete task
50
- # @param ansible_remote_href URI of Ansible Remote. e.g.: /pulp/api/v3/remotes/ansible/ansible/1/
51
- # @param [Hash] opts the optional parameters
52
- # @return [AsyncOperationResponse]
53
- describe 'delete test' do
54
- it 'should work' do
55
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
- end
57
- end
58
-
59
- # unit tests for list
60
- # List ansible remotes
61
- # ViewSet for Ansible Remotes.
62
- # @param [Hash] opts the optional parameters
63
- # @option opts [String] :ordering Which field to use when ordering the results.
64
- # @option opts [String] :name
65
- # @option opts [String] :name__in Filter results where name is in a comma-separated list of values
66
- # @option opts [String] :pulp_last_updated__lt Filter results where pulp_last_updated is less than value
67
- # @option opts [String] :pulp_last_updated__lte Filter results where pulp_last_updated is less than or equal to value
68
- # @option opts [String] :pulp_last_updated__gt Filter results where pulp_last_updated is greater than value
69
- # @option opts [String] :pulp_last_updated__gte Filter results where pulp_last_updated is greater than or equal to value
70
- # @option opts [String] :pulp_last_updated__range Filter results where pulp_last_updated is between two comma separated values
71
- # @option opts [String] :pulp_last_updated ISO 8601 formatted dates are supported
72
- # @option opts [Integer] :limit Number of results to return per page.
73
- # @option opts [Integer] :offset The initial index from which to return the results.
74
- # @option opts [String] :fields A list of fields to include in the response.
75
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
76
- # @return [InlineResponse2005]
77
- describe 'list test' do
78
- it 'should work' do
79
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
80
- end
81
- end
82
-
83
- # unit tests for partial_update
84
- # Partially update an ansible remote
85
- # Trigger an asynchronous partial update task
86
- # @param ansible_remote_href URI of Ansible Remote. e.g.: /pulp/api/v3/remotes/ansible/ansible/1/
87
- # @param data
88
- # @param [Hash] opts the optional parameters
89
- # @return [AsyncOperationResponse]
90
- describe 'partial_update test' do
91
- it 'should work' do
92
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
93
- end
94
- end
95
-
96
- # unit tests for read
97
- # Inspect an ansible remote
98
- # ViewSet for Ansible Remotes.
99
- # @param ansible_remote_href URI of Ansible Remote. e.g.: /pulp/api/v3/remotes/ansible/ansible/1/
100
- # @param [Hash] opts the optional parameters
101
- # @option opts [String] :fields A list of fields to include in the response.
102
- # @option opts [String] :exclude_fields A list of fields to exclude from the response.
103
- # @return [AnsibleAnsibleRemote]
104
- describe 'read test' do
105
- it 'should work' do
106
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
107
- end
108
- end
109
-
110
- # unit tests for update
111
- # Update an ansible remote
112
- # Trigger an asynchronous update task
113
- # @param ansible_remote_href URI of Ansible Remote. e.g.: /pulp/api/v3/remotes/ansible/ansible/1/
114
- # @param data
115
- # @param [Hash] opts the optional parameters
116
- # @return [AsyncOperationResponse]
117
- describe 'update test' do
118
- it 'should work' do
119
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
120
- end
121
- end
122
-
123
- end