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,10 +1,10 @@
1
1
  =begin
2
2
  #Pulp 3 API
3
3
 
4
- #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ #Fetch, Upload, Organize, and Distribute Software Packages
5
5
 
6
6
  The version of the OpenAPI document: v3
7
-
7
+ Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.3
10
10
 
@@ -21,26 +21,26 @@ module PulpAnsibleClient
21
21
  end
22
22
  # Create a collection remote
23
23
  # ViewSet for Collection Remotes.
24
- # @param data [AnsibleCollectionRemote]
24
+ # @param ansible_collection_remote [AnsibleCollectionRemote]
25
25
  # @param [Hash] opts the optional parameters
26
- # @return [AnsibleCollectionRemote]
27
- def create(data, opts = {})
28
- data, _status_code, _headers = create_with_http_info(data, opts)
26
+ # @return [AnsibleCollectionRemoteResponse]
27
+ def create(ansible_collection_remote, opts = {})
28
+ data, _status_code, _headers = create_with_http_info(ansible_collection_remote, opts)
29
29
  data
30
30
  end
31
31
 
32
32
  # Create a collection remote
33
33
  # ViewSet for Collection Remotes.
34
- # @param data [AnsibleCollectionRemote]
34
+ # @param ansible_collection_remote [AnsibleCollectionRemote]
35
35
  # @param [Hash] opts the optional parameters
36
- # @return [Array<(AnsibleCollectionRemote, Integer, Hash)>] AnsibleCollectionRemote data, response status code and response headers
37
- def create_with_http_info(data, opts = {})
36
+ # @return [Array<(AnsibleCollectionRemoteResponse, Integer, Hash)>] AnsibleCollectionRemoteResponse data, response status code and response headers
37
+ def create_with_http_info(ansible_collection_remote, opts = {})
38
38
  if @api_client.config.debugging
39
39
  @api_client.config.logger.debug 'Calling API: RemotesCollectionApi.create ...'
40
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 RemotesCollectionApi.create"
41
+ # verify the required parameter 'ansible_collection_remote' is set
42
+ if @api_client.config.client_side_validation && ansible_collection_remote.nil?
43
+ fail ArgumentError, "Missing the required parameter 'ansible_collection_remote' when calling RemotesCollectionApi.create"
44
44
  end
45
45
  # resource path
46
46
  local_var_path = '/pulp/api/v3/remotes/ansible/collection/'
@@ -53,19 +53,19 @@ module PulpAnsibleClient
53
53
  # HTTP header 'Accept' (if needed)
54
54
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
55
55
  # HTTP header 'Content-Type'
56
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
56
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
57
57
 
58
58
  # form parameters
59
59
  form_params = opts[:form_params] || {}
60
60
 
61
61
  # http body (model)
62
- post_body = opts[:body] || @api_client.object_to_http_body(data)
62
+ post_body = opts[:body] || @api_client.object_to_http_body(ansible_collection_remote)
63
63
 
64
64
  # return_type
65
- return_type = opts[:return_type] || 'AnsibleCollectionRemote'
65
+ return_type = opts[:return_type] || 'AnsibleCollectionRemoteResponse'
66
66
 
67
67
  # auth_names
68
- auth_names = opts[:auth_names] || ['Basic']
68
+ auth_names = opts[:auth_names] || ['basicAuth']
69
69
 
70
70
  new_options = opts.merge(
71
71
  :header_params => header_params,
@@ -85,32 +85,59 @@ module PulpAnsibleClient
85
85
 
86
86
  # Delete a collection remote
87
87
  # Trigger an asynchronous delete task
88
- # @param collection_remote_href [String] URI of Collection Remote. e.g.: /pulp/api/v3/remotes/ansible/collection/1/
88
+ # @param ansible_collection_remote_href [String]
89
89
  # @param [Hash] opts the optional parameters
90
+ # @option opts [String] :name name
91
+ # @option opts [String] :name__in name__in
92
+ # @option opts [String] :ordering Which field to use when ordering the results.
93
+ # @option opts [String] :pulp_last_updated pulp_last_updated
94
+ # @option opts [String] :pulp_last_updated__gt pulp_last_updated__gt
95
+ # @option opts [String] :pulp_last_updated__gte pulp_last_updated__gte
96
+ # @option opts [String] :pulp_last_updated__lt pulp_last_updated__lt
97
+ # @option opts [String] :pulp_last_updated__lte pulp_last_updated__lte
98
+ # @option opts [String] :pulp_last_updated__range pulp_last_updated__range
90
99
  # @return [AsyncOperationResponse]
91
- def delete(collection_remote_href, opts = {})
92
- data, _status_code, _headers = delete_with_http_info(collection_remote_href, opts)
100
+ def delete(ansible_collection_remote_href, opts = {})
101
+ data, _status_code, _headers = delete_with_http_info(ansible_collection_remote_href, opts)
93
102
  data
94
103
  end
95
104
 
96
105
  # Delete a collection remote
97
106
  # Trigger an asynchronous delete task
98
- # @param collection_remote_href [String] URI of Collection Remote. e.g.: /pulp/api/v3/remotes/ansible/collection/1/
107
+ # @param ansible_collection_remote_href [String]
99
108
  # @param [Hash] opts the optional parameters
109
+ # @option opts [String] :name name
110
+ # @option opts [String] :name__in name__in
111
+ # @option opts [String] :ordering Which field to use when ordering the results.
112
+ # @option opts [String] :pulp_last_updated pulp_last_updated
113
+ # @option opts [String] :pulp_last_updated__gt pulp_last_updated__gt
114
+ # @option opts [String] :pulp_last_updated__gte pulp_last_updated__gte
115
+ # @option opts [String] :pulp_last_updated__lt pulp_last_updated__lt
116
+ # @option opts [String] :pulp_last_updated__lte pulp_last_updated__lte
117
+ # @option opts [String] :pulp_last_updated__range pulp_last_updated__range
100
118
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
101
- def delete_with_http_info(collection_remote_href, opts = {})
119
+ def delete_with_http_info(ansible_collection_remote_href, opts = {})
102
120
  if @api_client.config.debugging
103
121
  @api_client.config.logger.debug 'Calling API: RemotesCollectionApi.delete ...'
104
122
  end
105
- # verify the required parameter 'collection_remote_href' is set
106
- if @api_client.config.client_side_validation && collection_remote_href.nil?
107
- fail ArgumentError, "Missing the required parameter 'collection_remote_href' when calling RemotesCollectionApi.delete"
123
+ # verify the required parameter 'ansible_collection_remote_href' is set
124
+ if @api_client.config.client_side_validation && ansible_collection_remote_href.nil?
125
+ fail ArgumentError, "Missing the required parameter 'ansible_collection_remote_href' when calling RemotesCollectionApi.delete"
108
126
  end
109
127
  # resource path
110
- local_var_path = '{collection_remote_href}'.sub('{' + 'collection_remote_href' + '}', CGI.escape(collection_remote_href.to_s).gsub('%2F', '/'))
128
+ local_var_path = '{ansible_collection_remote_href}'.sub('{' + 'ansible_collection_remote_href' + '}', CGI.escape(ansible_collection_remote_href.to_s).gsub('%2F', '/'))
111
129
 
112
130
  # query parameters
113
131
  query_params = opts[:query_params] || {}
132
+ query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
133
+ query_params[:'name__in'] = opts[:'name__in'] if !opts[:'name__in'].nil?
134
+ query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
135
+ query_params[:'pulp_last_updated'] = opts[:'pulp_last_updated'] if !opts[:'pulp_last_updated'].nil?
136
+ query_params[:'pulp_last_updated__gt'] = opts[:'pulp_last_updated__gt'] if !opts[:'pulp_last_updated__gt'].nil?
137
+ query_params[:'pulp_last_updated__gte'] = opts[:'pulp_last_updated__gte'] if !opts[:'pulp_last_updated__gte'].nil?
138
+ query_params[:'pulp_last_updated__lt'] = opts[:'pulp_last_updated__lt'] if !opts[:'pulp_last_updated__lt'].nil?
139
+ query_params[:'pulp_last_updated__lte'] = opts[:'pulp_last_updated__lte'] if !opts[:'pulp_last_updated__lte'].nil?
140
+ query_params[:'pulp_last_updated__range'] = opts[:'pulp_last_updated__range'] if !opts[:'pulp_last_updated__range'].nil?
114
141
 
115
142
  # header parameters
116
143
  header_params = opts[:header_params] || {}
@@ -127,7 +154,7 @@ module PulpAnsibleClient
127
154
  return_type = opts[:return_type] || 'AsyncOperationResponse'
128
155
 
129
156
  # auth_names
130
- auth_names = opts[:auth_names] || ['Basic']
157
+ auth_names = opts[:auth_names] || ['basicAuth']
131
158
 
132
159
  new_options = opts.merge(
133
160
  :header_params => header_params,
@@ -148,20 +175,20 @@ module PulpAnsibleClient
148
175
  # List collection remotes
149
176
  # ViewSet for Collection Remotes.
150
177
  # @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
178
  # @option opts [Integer] :limit Number of results to return per page.
179
+ # @option opts [String] :name name
180
+ # @option opts [String] :name__in name__in
161
181
  # @option opts [Integer] :offset The initial index from which to return the results.
182
+ # @option opts [String] :ordering Which field to use when ordering the results.
183
+ # @option opts [String] :pulp_last_updated pulp_last_updated
184
+ # @option opts [String] :pulp_last_updated__gt pulp_last_updated__gt
185
+ # @option opts [String] :pulp_last_updated__gte pulp_last_updated__gte
186
+ # @option opts [String] :pulp_last_updated__lt pulp_last_updated__lt
187
+ # @option opts [String] :pulp_last_updated__lte pulp_last_updated__lte
188
+ # @option opts [String] :pulp_last_updated__range pulp_last_updated__range
162
189
  # @option opts [String] :fields A list of fields to include in the response.
163
190
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
164
- # @return [InlineResponse2006]
191
+ # @return [InlineResponse2005]
165
192
  def list(opts = {})
166
193
  data, _status_code, _headers = list_with_http_info(opts)
167
194
  data
@@ -170,20 +197,20 @@ module PulpAnsibleClient
170
197
  # List collection remotes
171
198
  # ViewSet for Collection Remotes.
172
199
  # @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
200
  # @option opts [Integer] :limit Number of results to return per page.
201
+ # @option opts [String] :name name
202
+ # @option opts [String] :name__in name__in
183
203
  # @option opts [Integer] :offset The initial index from which to return the results.
204
+ # @option opts [String] :ordering Which field to use when ordering the results.
205
+ # @option opts [String] :pulp_last_updated pulp_last_updated
206
+ # @option opts [String] :pulp_last_updated__gt pulp_last_updated__gt
207
+ # @option opts [String] :pulp_last_updated__gte pulp_last_updated__gte
208
+ # @option opts [String] :pulp_last_updated__lt pulp_last_updated__lt
209
+ # @option opts [String] :pulp_last_updated__lte pulp_last_updated__lte
210
+ # @option opts [String] :pulp_last_updated__range pulp_last_updated__range
184
211
  # @option opts [String] :fields A list of fields to include in the response.
185
212
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
186
- # @return [Array<(InlineResponse2006, Integer, Hash)>] InlineResponse2006 data, response status code and response headers
213
+ # @return [Array<(InlineResponse2005, Integer, Hash)>] InlineResponse2005 data, response status code and response headers
187
214
  def list_with_http_info(opts = {})
188
215
  if @api_client.config.debugging
189
216
  @api_client.config.logger.debug 'Calling API: RemotesCollectionApi.list ...'
@@ -193,17 +220,17 @@ module PulpAnsibleClient
193
220
 
194
221
  # query parameters
195
222
  query_params = opts[:query_params] || {}
196
- query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
223
+ query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
197
224
  query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
198
225
  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?
226
+ query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
227
+ query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
228
+ query_params[:'pulp_last_updated'] = opts[:'pulp_last_updated'] if !opts[:'pulp_last_updated'].nil?
201
229
  query_params[:'pulp_last_updated__gt'] = opts[:'pulp_last_updated__gt'] if !opts[:'pulp_last_updated__gt'].nil?
202
230
  query_params[:'pulp_last_updated__gte'] = opts[:'pulp_last_updated__gte'] if !opts[:'pulp_last_updated__gte'].nil?
231
+ query_params[:'pulp_last_updated__lt'] = opts[:'pulp_last_updated__lt'] if !opts[:'pulp_last_updated__lt'].nil?
232
+ query_params[:'pulp_last_updated__lte'] = opts[:'pulp_last_updated__lte'] if !opts[:'pulp_last_updated__lte'].nil?
203
233
  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
234
  query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
208
235
  query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
209
236
 
@@ -219,10 +246,10 @@ module PulpAnsibleClient
219
246
  post_body = opts[:body]
220
247
 
221
248
  # return_type
222
- return_type = opts[:return_type] || 'InlineResponse2006'
249
+ return_type = opts[:return_type] || 'InlineResponse2005'
223
250
 
224
251
  # auth_names
225
- auth_names = opts[:auth_names] || ['Basic']
252
+ auth_names = opts[:auth_names] || ['basicAuth']
226
253
 
227
254
  new_options = opts.merge(
228
255
  :header_params => header_params,
@@ -240,59 +267,86 @@ module PulpAnsibleClient
240
267
  return data, status_code, headers
241
268
  end
242
269
 
243
- # Partially update a collection remote
270
+ # Update a collection remote
244
271
  # Trigger an asynchronous partial update task
245
- # @param collection_remote_href [String] URI of Collection Remote. e.g.: /pulp/api/v3/remotes/ansible/collection/1/
246
- # @param data [AnsibleCollectionRemote]
272
+ # @param ansible_collection_remote_href [String]
273
+ # @param patchedansible_collection_remote [PatchedansibleCollectionRemote]
247
274
  # @param [Hash] opts the optional parameters
275
+ # @option opts [String] :name name
276
+ # @option opts [String] :name__in name__in
277
+ # @option opts [String] :ordering Which field to use when ordering the results.
278
+ # @option opts [String] :pulp_last_updated pulp_last_updated
279
+ # @option opts [String] :pulp_last_updated__gt pulp_last_updated__gt
280
+ # @option opts [String] :pulp_last_updated__gte pulp_last_updated__gte
281
+ # @option opts [String] :pulp_last_updated__lt pulp_last_updated__lt
282
+ # @option opts [String] :pulp_last_updated__lte pulp_last_updated__lte
283
+ # @option opts [String] :pulp_last_updated__range pulp_last_updated__range
248
284
  # @return [AsyncOperationResponse]
249
- def partial_update(collection_remote_href, data, opts = {})
250
- data, _status_code, _headers = partial_update_with_http_info(collection_remote_href, data, opts)
285
+ def partial_update(ansible_collection_remote_href, patchedansible_collection_remote, opts = {})
286
+ data, _status_code, _headers = partial_update_with_http_info(ansible_collection_remote_href, patchedansible_collection_remote, opts)
251
287
  data
252
288
  end
253
289
 
254
- # Partially update a collection remote
290
+ # Update a collection remote
255
291
  # Trigger an asynchronous partial update task
256
- # @param collection_remote_href [String] URI of Collection Remote. e.g.: /pulp/api/v3/remotes/ansible/collection/1/
257
- # @param data [AnsibleCollectionRemote]
292
+ # @param ansible_collection_remote_href [String]
293
+ # @param patchedansible_collection_remote [PatchedansibleCollectionRemote]
258
294
  # @param [Hash] opts the optional parameters
295
+ # @option opts [String] :name name
296
+ # @option opts [String] :name__in name__in
297
+ # @option opts [String] :ordering Which field to use when ordering the results.
298
+ # @option opts [String] :pulp_last_updated pulp_last_updated
299
+ # @option opts [String] :pulp_last_updated__gt pulp_last_updated__gt
300
+ # @option opts [String] :pulp_last_updated__gte pulp_last_updated__gte
301
+ # @option opts [String] :pulp_last_updated__lt pulp_last_updated__lt
302
+ # @option opts [String] :pulp_last_updated__lte pulp_last_updated__lte
303
+ # @option opts [String] :pulp_last_updated__range pulp_last_updated__range
259
304
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
260
- def partial_update_with_http_info(collection_remote_href, data, opts = {})
305
+ def partial_update_with_http_info(ansible_collection_remote_href, patchedansible_collection_remote, opts = {})
261
306
  if @api_client.config.debugging
262
307
  @api_client.config.logger.debug 'Calling API: RemotesCollectionApi.partial_update ...'
263
308
  end
264
- # verify the required parameter 'collection_remote_href' is set
265
- if @api_client.config.client_side_validation && collection_remote_href.nil?
266
- fail ArgumentError, "Missing the required parameter 'collection_remote_href' when calling RemotesCollectionApi.partial_update"
309
+ # verify the required parameter 'ansible_collection_remote_href' is set
310
+ if @api_client.config.client_side_validation && ansible_collection_remote_href.nil?
311
+ fail ArgumentError, "Missing the required parameter 'ansible_collection_remote_href' when calling RemotesCollectionApi.partial_update"
267
312
  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 RemotesCollectionApi.partial_update"
313
+ # verify the required parameter 'patchedansible_collection_remote' is set
314
+ if @api_client.config.client_side_validation && patchedansible_collection_remote.nil?
315
+ fail ArgumentError, "Missing the required parameter 'patchedansible_collection_remote' when calling RemotesCollectionApi.partial_update"
271
316
  end
272
317
  # resource path
273
- local_var_path = '{collection_remote_href}'.sub('{' + 'collection_remote_href' + '}', CGI.escape(collection_remote_href.to_s).gsub('%2F', '/'))
318
+ local_var_path = '{ansible_collection_remote_href}'.sub('{' + 'ansible_collection_remote_href' + '}', CGI.escape(ansible_collection_remote_href.to_s).gsub('%2F', '/'))
274
319
 
275
320
  # query parameters
276
321
  query_params = opts[:query_params] || {}
322
+ query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
323
+ query_params[:'name__in'] = opts[:'name__in'] if !opts[:'name__in'].nil?
324
+ query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
325
+ query_params[:'pulp_last_updated'] = opts[:'pulp_last_updated'] if !opts[:'pulp_last_updated'].nil?
326
+ query_params[:'pulp_last_updated__gt'] = opts[:'pulp_last_updated__gt'] if !opts[:'pulp_last_updated__gt'].nil?
327
+ query_params[:'pulp_last_updated__gte'] = opts[:'pulp_last_updated__gte'] if !opts[:'pulp_last_updated__gte'].nil?
328
+ query_params[:'pulp_last_updated__lt'] = opts[:'pulp_last_updated__lt'] if !opts[:'pulp_last_updated__lt'].nil?
329
+ query_params[:'pulp_last_updated__lte'] = opts[:'pulp_last_updated__lte'] if !opts[:'pulp_last_updated__lte'].nil?
330
+ query_params[:'pulp_last_updated__range'] = opts[:'pulp_last_updated__range'] if !opts[:'pulp_last_updated__range'].nil?
277
331
 
278
332
  # header parameters
279
333
  header_params = opts[:header_params] || {}
280
334
  # HTTP header 'Accept' (if needed)
281
335
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
282
336
  # HTTP header 'Content-Type'
283
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
337
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
284
338
 
285
339
  # form parameters
286
340
  form_params = opts[:form_params] || {}
287
341
 
288
342
  # http body (model)
289
- post_body = opts[:body] || @api_client.object_to_http_body(data)
343
+ post_body = opts[:body] || @api_client.object_to_http_body(patchedansible_collection_remote)
290
344
 
291
345
  # return_type
292
346
  return_type = opts[:return_type] || 'AsyncOperationResponse'
293
347
 
294
348
  # auth_names
295
- auth_names = opts[:auth_names] || ['Basic']
349
+ auth_names = opts[:auth_names] || ['basicAuth']
296
350
 
297
351
  new_options = opts.merge(
298
352
  :header_params => header_params,
@@ -312,33 +366,33 @@ module PulpAnsibleClient
312
366
 
313
367
  # Inspect a collection remote
314
368
  # ViewSet for Collection Remotes.
315
- # @param collection_remote_href [String] URI of Collection Remote. e.g.: /pulp/api/v3/remotes/ansible/collection/1/
369
+ # @param ansible_collection_remote_href [String]
316
370
  # @param [Hash] opts the optional parameters
317
371
  # @option opts [String] :fields A list of fields to include in the response.
318
372
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
319
- # @return [AnsibleCollectionRemote]
320
- def read(collection_remote_href, opts = {})
321
- data, _status_code, _headers = read_with_http_info(collection_remote_href, opts)
373
+ # @return [AnsibleCollectionRemoteResponse]
374
+ def read(ansible_collection_remote_href, opts = {})
375
+ data, _status_code, _headers = read_with_http_info(ansible_collection_remote_href, opts)
322
376
  data
323
377
  end
324
378
 
325
379
  # Inspect a collection remote
326
380
  # ViewSet for Collection Remotes.
327
- # @param collection_remote_href [String] URI of Collection Remote. e.g.: /pulp/api/v3/remotes/ansible/collection/1/
381
+ # @param ansible_collection_remote_href [String]
328
382
  # @param [Hash] opts the optional parameters
329
383
  # @option opts [String] :fields A list of fields to include in the response.
330
384
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
331
- # @return [Array<(AnsibleCollectionRemote, Integer, Hash)>] AnsibleCollectionRemote data, response status code and response headers
332
- def read_with_http_info(collection_remote_href, opts = {})
385
+ # @return [Array<(AnsibleCollectionRemoteResponse, Integer, Hash)>] AnsibleCollectionRemoteResponse data, response status code and response headers
386
+ def read_with_http_info(ansible_collection_remote_href, opts = {})
333
387
  if @api_client.config.debugging
334
388
  @api_client.config.logger.debug 'Calling API: RemotesCollectionApi.read ...'
335
389
  end
336
- # verify the required parameter 'collection_remote_href' is set
337
- if @api_client.config.client_side_validation && collection_remote_href.nil?
338
- fail ArgumentError, "Missing the required parameter 'collection_remote_href' when calling RemotesCollectionApi.read"
390
+ # verify the required parameter 'ansible_collection_remote_href' is set
391
+ if @api_client.config.client_side_validation && ansible_collection_remote_href.nil?
392
+ fail ArgumentError, "Missing the required parameter 'ansible_collection_remote_href' when calling RemotesCollectionApi.read"
339
393
  end
340
394
  # resource path
341
- local_var_path = '{collection_remote_href}'.sub('{' + 'collection_remote_href' + '}', CGI.escape(collection_remote_href.to_s).gsub('%2F', '/'))
395
+ local_var_path = '{ansible_collection_remote_href}'.sub('{' + 'ansible_collection_remote_href' + '}', CGI.escape(ansible_collection_remote_href.to_s).gsub('%2F', '/'))
342
396
 
343
397
  # query parameters
344
398
  query_params = opts[:query_params] || {}
@@ -357,10 +411,10 @@ module PulpAnsibleClient
357
411
  post_body = opts[:body]
358
412
 
359
413
  # return_type
360
- return_type = opts[:return_type] || 'AnsibleCollectionRemote'
414
+ return_type = opts[:return_type] || 'AnsibleCollectionRemoteResponse'
361
415
 
362
416
  # auth_names
363
- auth_names = opts[:auth_names] || ['Basic']
417
+ auth_names = opts[:auth_names] || ['basicAuth']
364
418
 
365
419
  new_options = opts.merge(
366
420
  :header_params => header_params,
@@ -380,57 +434,84 @@ module PulpAnsibleClient
380
434
 
381
435
  # Update a collection remote
382
436
  # Trigger an asynchronous update task
383
- # @param collection_remote_href [String] URI of Collection Remote. e.g.: /pulp/api/v3/remotes/ansible/collection/1/
384
- # @param data [AnsibleCollectionRemote]
437
+ # @param ansible_collection_remote_href [String]
438
+ # @param ansible_collection_remote [AnsibleCollectionRemote]
385
439
  # @param [Hash] opts the optional parameters
440
+ # @option opts [String] :name name
441
+ # @option opts [String] :name__in name__in
442
+ # @option opts [String] :ordering Which field to use when ordering the results.
443
+ # @option opts [String] :pulp_last_updated pulp_last_updated
444
+ # @option opts [String] :pulp_last_updated__gt pulp_last_updated__gt
445
+ # @option opts [String] :pulp_last_updated__gte pulp_last_updated__gte
446
+ # @option opts [String] :pulp_last_updated__lt pulp_last_updated__lt
447
+ # @option opts [String] :pulp_last_updated__lte pulp_last_updated__lte
448
+ # @option opts [String] :pulp_last_updated__range pulp_last_updated__range
386
449
  # @return [AsyncOperationResponse]
387
- def update(collection_remote_href, data, opts = {})
388
- data, _status_code, _headers = update_with_http_info(collection_remote_href, data, opts)
450
+ def update(ansible_collection_remote_href, ansible_collection_remote, opts = {})
451
+ data, _status_code, _headers = update_with_http_info(ansible_collection_remote_href, ansible_collection_remote, opts)
389
452
  data
390
453
  end
391
454
 
392
455
  # Update a collection remote
393
456
  # Trigger an asynchronous update task
394
- # @param collection_remote_href [String] URI of Collection Remote. e.g.: /pulp/api/v3/remotes/ansible/collection/1/
395
- # @param data [AnsibleCollectionRemote]
457
+ # @param ansible_collection_remote_href [String]
458
+ # @param ansible_collection_remote [AnsibleCollectionRemote]
396
459
  # @param [Hash] opts the optional parameters
460
+ # @option opts [String] :name name
461
+ # @option opts [String] :name__in name__in
462
+ # @option opts [String] :ordering Which field to use when ordering the results.
463
+ # @option opts [String] :pulp_last_updated pulp_last_updated
464
+ # @option opts [String] :pulp_last_updated__gt pulp_last_updated__gt
465
+ # @option opts [String] :pulp_last_updated__gte pulp_last_updated__gte
466
+ # @option opts [String] :pulp_last_updated__lt pulp_last_updated__lt
467
+ # @option opts [String] :pulp_last_updated__lte pulp_last_updated__lte
468
+ # @option opts [String] :pulp_last_updated__range pulp_last_updated__range
397
469
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
398
- def update_with_http_info(collection_remote_href, data, opts = {})
470
+ def update_with_http_info(ansible_collection_remote_href, ansible_collection_remote, opts = {})
399
471
  if @api_client.config.debugging
400
472
  @api_client.config.logger.debug 'Calling API: RemotesCollectionApi.update ...'
401
473
  end
402
- # verify the required parameter 'collection_remote_href' is set
403
- if @api_client.config.client_side_validation && collection_remote_href.nil?
404
- fail ArgumentError, "Missing the required parameter 'collection_remote_href' when calling RemotesCollectionApi.update"
474
+ # verify the required parameter 'ansible_collection_remote_href' is set
475
+ if @api_client.config.client_side_validation && ansible_collection_remote_href.nil?
476
+ fail ArgumentError, "Missing the required parameter 'ansible_collection_remote_href' when calling RemotesCollectionApi.update"
405
477
  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 RemotesCollectionApi.update"
478
+ # verify the required parameter 'ansible_collection_remote' is set
479
+ if @api_client.config.client_side_validation && ansible_collection_remote.nil?
480
+ fail ArgumentError, "Missing the required parameter 'ansible_collection_remote' when calling RemotesCollectionApi.update"
409
481
  end
410
482
  # resource path
411
- local_var_path = '{collection_remote_href}'.sub('{' + 'collection_remote_href' + '}', CGI.escape(collection_remote_href.to_s).gsub('%2F', '/'))
483
+ local_var_path = '{ansible_collection_remote_href}'.sub('{' + 'ansible_collection_remote_href' + '}', CGI.escape(ansible_collection_remote_href.to_s).gsub('%2F', '/'))
412
484
 
413
485
  # query parameters
414
486
  query_params = opts[:query_params] || {}
487
+ query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
488
+ query_params[:'name__in'] = opts[:'name__in'] if !opts[:'name__in'].nil?
489
+ query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
490
+ query_params[:'pulp_last_updated'] = opts[:'pulp_last_updated'] if !opts[:'pulp_last_updated'].nil?
491
+ query_params[:'pulp_last_updated__gt'] = opts[:'pulp_last_updated__gt'] if !opts[:'pulp_last_updated__gt'].nil?
492
+ query_params[:'pulp_last_updated__gte'] = opts[:'pulp_last_updated__gte'] if !opts[:'pulp_last_updated__gte'].nil?
493
+ query_params[:'pulp_last_updated__lt'] = opts[:'pulp_last_updated__lt'] if !opts[:'pulp_last_updated__lt'].nil?
494
+ query_params[:'pulp_last_updated__lte'] = opts[:'pulp_last_updated__lte'] if !opts[:'pulp_last_updated__lte'].nil?
495
+ query_params[:'pulp_last_updated__range'] = opts[:'pulp_last_updated__range'] if !opts[:'pulp_last_updated__range'].nil?
415
496
 
416
497
  # header parameters
417
498
  header_params = opts[:header_params] || {}
418
499
  # HTTP header 'Accept' (if needed)
419
500
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
420
501
  # HTTP header 'Content-Type'
421
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
502
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
422
503
 
423
504
  # form parameters
424
505
  form_params = opts[:form_params] || {}
425
506
 
426
507
  # http body (model)
427
- post_body = opts[:body] || @api_client.object_to_http_body(data)
508
+ post_body = opts[:body] || @api_client.object_to_http_body(ansible_collection_remote)
428
509
 
429
510
  # return_type
430
511
  return_type = opts[:return_type] || 'AsyncOperationResponse'
431
512
 
432
513
  # auth_names
433
- auth_names = opts[:auth_names] || ['Basic']
514
+ auth_names = opts[:auth_names] || ['basicAuth']
434
515
 
435
516
  new_options = opts.merge(
436
517
  :header_params => header_params,