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
@@ -23,16 +23,16 @@ ViewSet for Tag models.
23
23
  require 'pulp_ansible_client'
24
24
  # setup authorization
25
25
  PulpAnsibleClient.configure do |config|
26
- # Configure HTTP basic authorization: Basic
26
+ # Configure HTTP basic authorization: basicAuth
27
27
  config.username = 'YOUR USERNAME'
28
28
  config.password = 'YOUR PASSWORD'
29
29
  end
30
30
 
31
31
  api_instance = PulpAnsibleClient::PulpAnsibleTagsApi.new
32
32
  opts = {
33
- ordering: 'ordering_example', # String | Which field to use when ordering the results.
34
33
  limit: 56, # Integer | Number of results to return per page.
35
34
  offset: 56, # Integer | The initial index from which to return the results.
35
+ ordering: 'ordering_example', # String | Which field to use when ordering the results.
36
36
  fields: 'fields_example', # String | A list of fields to include in the response.
37
37
  exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
38
38
  }
@@ -51,9 +51,9 @@ end
51
51
 
52
52
  Name | Type | Description | Notes
53
53
  ------------- | ------------- | ------------- | -------------
54
- **ordering** | **String**| Which field to use when ordering the results. | [optional]
55
54
  **limit** | **Integer**| Number of results to return per page. | [optional]
56
55
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
56
+ **ordering** | **String**| Which field to use when ordering the results. | [optional]
57
57
  **fields** | **String**| A list of fields to include in the response. | [optional]
58
58
  **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
59
59
 
@@ -63,7 +63,7 @@ Name | Type | Description | Notes
63
63
 
64
64
  ### Authorization
65
65
 
66
- [Basic](../README.md#Basic)
66
+ [basicAuth](../README.md#basicAuth)
67
67
 
68
68
  ### HTTP request headers
69
69
 
@@ -5,17 +5,17 @@ All URIs are relative to *http://pulp*
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
7
  [**create**](RemotesCollectionApi.md#create) | **POST** /pulp/api/v3/remotes/ansible/collection/ | Create a collection remote
8
- [**delete**](RemotesCollectionApi.md#delete) | **DELETE** {collection_remote_href} | Delete a collection remote
8
+ [**delete**](RemotesCollectionApi.md#delete) | **DELETE** {ansible_collection_remote_href} | Delete a collection remote
9
9
  [**list**](RemotesCollectionApi.md#list) | **GET** /pulp/api/v3/remotes/ansible/collection/ | List collection remotes
10
- [**partial_update**](RemotesCollectionApi.md#partial_update) | **PATCH** {collection_remote_href} | Partially update a collection remote
11
- [**read**](RemotesCollectionApi.md#read) | **GET** {collection_remote_href} | Inspect a collection remote
12
- [**update**](RemotesCollectionApi.md#update) | **PUT** {collection_remote_href} | Update a collection remote
10
+ [**partial_update**](RemotesCollectionApi.md#partial_update) | **PATCH** {ansible_collection_remote_href} | Update a collection remote
11
+ [**read**](RemotesCollectionApi.md#read) | **GET** {ansible_collection_remote_href} | Inspect a collection remote
12
+ [**update**](RemotesCollectionApi.md#update) | **PUT** {ansible_collection_remote_href} | Update a collection remote
13
13
 
14
14
 
15
15
 
16
16
  ## create
17
17
 
18
- > AnsibleCollectionRemote create(data)
18
+ > AnsibleCollectionRemoteResponse create(ansible_collection_remote)
19
19
 
20
20
  Create a collection remote
21
21
 
@@ -28,17 +28,17 @@ ViewSet for Collection Remotes.
28
28
  require 'pulp_ansible_client'
29
29
  # setup authorization
30
30
  PulpAnsibleClient.configure do |config|
31
- # Configure HTTP basic authorization: Basic
31
+ # Configure HTTP basic authorization: basicAuth
32
32
  config.username = 'YOUR USERNAME'
33
33
  config.password = 'YOUR PASSWORD'
34
34
  end
35
35
 
36
36
  api_instance = PulpAnsibleClient::RemotesCollectionApi.new
37
- data = PulpAnsibleClient::AnsibleCollectionRemote.new # AnsibleCollectionRemote |
37
+ ansible_collection_remote = PulpAnsibleClient::AnsibleCollectionRemote.new # AnsibleCollectionRemote |
38
38
 
39
39
  begin
40
40
  #Create a collection remote
41
- result = api_instance.create(data)
41
+ result = api_instance.create(ansible_collection_remote)
42
42
  p result
43
43
  rescue PulpAnsibleClient::ApiError => e
44
44
  puts "Exception when calling RemotesCollectionApi->create: #{e}"
@@ -50,25 +50,25 @@ end
50
50
 
51
51
  Name | Type | Description | Notes
52
52
  ------------- | ------------- | ------------- | -------------
53
- **data** | [**AnsibleCollectionRemote**](AnsibleCollectionRemote.md)| |
53
+ **ansible_collection_remote** | [**AnsibleCollectionRemote**](AnsibleCollectionRemote.md)| |
54
54
 
55
55
  ### Return type
56
56
 
57
- [**AnsibleCollectionRemote**](AnsibleCollectionRemote.md)
57
+ [**AnsibleCollectionRemoteResponse**](AnsibleCollectionRemoteResponse.md)
58
58
 
59
59
  ### Authorization
60
60
 
61
- [Basic](../README.md#Basic)
61
+ [basicAuth](../README.md#basicAuth)
62
62
 
63
63
  ### HTTP request headers
64
64
 
65
- - **Content-Type**: application/json
65
+ - **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
66
66
  - **Accept**: application/json
67
67
 
68
68
 
69
69
  ## delete
70
70
 
71
- > AsyncOperationResponse delete(collection_remote_href)
71
+ > AsyncOperationResponse delete(ansible_collection_remote_href, opts)
72
72
 
73
73
  Delete a collection remote
74
74
 
@@ -81,17 +81,28 @@ Trigger an asynchronous delete task
81
81
  require 'pulp_ansible_client'
82
82
  # setup authorization
83
83
  PulpAnsibleClient.configure do |config|
84
- # Configure HTTP basic authorization: Basic
84
+ # Configure HTTP basic authorization: basicAuth
85
85
  config.username = 'YOUR USERNAME'
86
86
  config.password = 'YOUR PASSWORD'
87
87
  end
88
88
 
89
89
  api_instance = PulpAnsibleClient::RemotesCollectionApi.new
90
- collection_remote_href = 'collection_remote_href_example' # String | URI of Collection Remote. e.g.: /pulp/api/v3/remotes/ansible/collection/1/
90
+ ansible_collection_remote_href = 'ansible_collection_remote_href_example' # String |
91
+ opts = {
92
+ name: 'name_example', # String | name
93
+ name__in: 'name__in_example', # String | name__in
94
+ ordering: 'ordering_example', # String | Which field to use when ordering the results.
95
+ pulp_last_updated: 'pulp_last_updated_example', # String | pulp_last_updated
96
+ pulp_last_updated__gt: 'pulp_last_updated__gt_example', # String | pulp_last_updated__gt
97
+ pulp_last_updated__gte: 'pulp_last_updated__gte_example', # String | pulp_last_updated__gte
98
+ pulp_last_updated__lt: 'pulp_last_updated__lt_example', # String | pulp_last_updated__lt
99
+ pulp_last_updated__lte: 'pulp_last_updated__lte_example', # String | pulp_last_updated__lte
100
+ pulp_last_updated__range: 'pulp_last_updated__range_example' # String | pulp_last_updated__range
101
+ }
91
102
 
92
103
  begin
93
104
  #Delete a collection remote
94
- result = api_instance.delete(collection_remote_href)
105
+ result = api_instance.delete(ansible_collection_remote_href, opts)
95
106
  p result
96
107
  rescue PulpAnsibleClient::ApiError => e
97
108
  puts "Exception when calling RemotesCollectionApi->delete: #{e}"
@@ -103,7 +114,16 @@ end
103
114
 
104
115
  Name | Type | Description | Notes
105
116
  ------------- | ------------- | ------------- | -------------
106
- **collection_remote_href** | **String**| URI of Collection Remote. e.g.: /pulp/api/v3/remotes/ansible/collection/1/ |
117
+ **ansible_collection_remote_href** | **String**| |
118
+ **name** | **String**| name | [optional]
119
+ **name__in** | **String**| name__in | [optional]
120
+ **ordering** | **String**| Which field to use when ordering the results. | [optional]
121
+ **pulp_last_updated** | **String**| pulp_last_updated | [optional]
122
+ **pulp_last_updated__gt** | **String**| pulp_last_updated__gt | [optional]
123
+ **pulp_last_updated__gte** | **String**| pulp_last_updated__gte | [optional]
124
+ **pulp_last_updated__lt** | **String**| pulp_last_updated__lt | [optional]
125
+ **pulp_last_updated__lte** | **String**| pulp_last_updated__lte | [optional]
126
+ **pulp_last_updated__range** | **String**| pulp_last_updated__range | [optional]
107
127
 
108
128
  ### Return type
109
129
 
@@ -111,7 +131,7 @@ Name | Type | Description | Notes
111
131
 
112
132
  ### Authorization
113
133
 
114
- [Basic](../README.md#Basic)
134
+ [basicAuth](../README.md#basicAuth)
115
135
 
116
136
  ### HTTP request headers
117
137
 
@@ -121,7 +141,7 @@ Name | Type | Description | Notes
121
141
 
122
142
  ## list
123
143
 
124
- > InlineResponse2006 list(opts)
144
+ > InlineResponse2005 list(opts)
125
145
 
126
146
  List collection remotes
127
147
 
@@ -134,24 +154,24 @@ ViewSet for Collection Remotes.
134
154
  require 'pulp_ansible_client'
135
155
  # setup authorization
136
156
  PulpAnsibleClient.configure do |config|
137
- # Configure HTTP basic authorization: Basic
157
+ # Configure HTTP basic authorization: basicAuth
138
158
  config.username = 'YOUR USERNAME'
139
159
  config.password = 'YOUR PASSWORD'
140
160
  end
141
161
 
142
162
  api_instance = PulpAnsibleClient::RemotesCollectionApi.new
143
163
  opts = {
144
- ordering: 'ordering_example', # String | Which field to use when ordering the results.
145
- name: 'name_example', # String |
146
- name__in: 'name__in_example', # String | Filter results where name is in a comma-separated list of values
147
- pulp_last_updated__lt: 'pulp_last_updated__lt_example', # String | Filter results where pulp_last_updated is less than value
148
- pulp_last_updated__lte: 'pulp_last_updated__lte_example', # String | Filter results where pulp_last_updated is less than or equal to value
149
- pulp_last_updated__gt: 'pulp_last_updated__gt_example', # String | Filter results where pulp_last_updated is greater than value
150
- pulp_last_updated__gte: 'pulp_last_updated__gte_example', # String | Filter results where pulp_last_updated is greater than or equal to value
151
- pulp_last_updated__range: 'pulp_last_updated__range_example', # String | Filter results where pulp_last_updated is between two comma separated values
152
- pulp_last_updated: 'pulp_last_updated_example', # String | ISO 8601 formatted dates are supported
153
164
  limit: 56, # Integer | Number of results to return per page.
165
+ name: 'name_example', # String | name
166
+ name__in: 'name__in_example', # String | name__in
154
167
  offset: 56, # Integer | The initial index from which to return the results.
168
+ ordering: 'ordering_example', # String | Which field to use when ordering the results.
169
+ pulp_last_updated: 'pulp_last_updated_example', # String | pulp_last_updated
170
+ pulp_last_updated__gt: 'pulp_last_updated__gt_example', # String | pulp_last_updated__gt
171
+ pulp_last_updated__gte: 'pulp_last_updated__gte_example', # String | pulp_last_updated__gte
172
+ pulp_last_updated__lt: 'pulp_last_updated__lt_example', # String | pulp_last_updated__lt
173
+ pulp_last_updated__lte: 'pulp_last_updated__lte_example', # String | pulp_last_updated__lte
174
+ pulp_last_updated__range: 'pulp_last_updated__range_example', # String | pulp_last_updated__range
155
175
  fields: 'fields_example', # String | A list of fields to include in the response.
156
176
  exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
157
177
  }
@@ -170,27 +190,27 @@ end
170
190
 
171
191
  Name | Type | Description | Notes
172
192
  ------------- | ------------- | ------------- | -------------
173
- **ordering** | **String**| Which field to use when ordering the results. | [optional]
174
- **name** | **String**| | [optional]
175
- **name__in** | **String**| Filter results where name is in a comma-separated list of values | [optional]
176
- **pulp_last_updated__lt** | **String**| Filter results where pulp_last_updated is less than value | [optional]
177
- **pulp_last_updated__lte** | **String**| Filter results where pulp_last_updated is less than or equal to value | [optional]
178
- **pulp_last_updated__gt** | **String**| Filter results where pulp_last_updated is greater than value | [optional]
179
- **pulp_last_updated__gte** | **String**| Filter results where pulp_last_updated is greater than or equal to value | [optional]
180
- **pulp_last_updated__range** | **String**| Filter results where pulp_last_updated is between two comma separated values | [optional]
181
- **pulp_last_updated** | **String**| ISO 8601 formatted dates are supported | [optional]
182
193
  **limit** | **Integer**| Number of results to return per page. | [optional]
194
+ **name** | **String**| name | [optional]
195
+ **name__in** | **String**| name__in | [optional]
183
196
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
197
+ **ordering** | **String**| Which field to use when ordering the results. | [optional]
198
+ **pulp_last_updated** | **String**| pulp_last_updated | [optional]
199
+ **pulp_last_updated__gt** | **String**| pulp_last_updated__gt | [optional]
200
+ **pulp_last_updated__gte** | **String**| pulp_last_updated__gte | [optional]
201
+ **pulp_last_updated__lt** | **String**| pulp_last_updated__lt | [optional]
202
+ **pulp_last_updated__lte** | **String**| pulp_last_updated__lte | [optional]
203
+ **pulp_last_updated__range** | **String**| pulp_last_updated__range | [optional]
184
204
  **fields** | **String**| A list of fields to include in the response. | [optional]
185
205
  **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
186
206
 
187
207
  ### Return type
188
208
 
189
- [**InlineResponse2006**](InlineResponse2006.md)
209
+ [**InlineResponse2005**](InlineResponse2005.md)
190
210
 
191
211
  ### Authorization
192
212
 
193
- [Basic](../README.md#Basic)
213
+ [basicAuth](../README.md#basicAuth)
194
214
 
195
215
  ### HTTP request headers
196
216
 
@@ -200,9 +220,9 @@ Name | Type | Description | Notes
200
220
 
201
221
  ## partial_update
202
222
 
203
- > AsyncOperationResponse partial_update(collection_remote_href, data)
223
+ > AsyncOperationResponse partial_update(ansible_collection_remote_href, patchedansible_collection_remote, opts)
204
224
 
205
- Partially update a collection remote
225
+ Update a collection remote
206
226
 
207
227
  Trigger an asynchronous partial update task
208
228
 
@@ -213,18 +233,29 @@ Trigger an asynchronous partial update task
213
233
  require 'pulp_ansible_client'
214
234
  # setup authorization
215
235
  PulpAnsibleClient.configure do |config|
216
- # Configure HTTP basic authorization: Basic
236
+ # Configure HTTP basic authorization: basicAuth
217
237
  config.username = 'YOUR USERNAME'
218
238
  config.password = 'YOUR PASSWORD'
219
239
  end
220
240
 
221
241
  api_instance = PulpAnsibleClient::RemotesCollectionApi.new
222
- collection_remote_href = 'collection_remote_href_example' # String | URI of Collection Remote. e.g.: /pulp/api/v3/remotes/ansible/collection/1/
223
- data = PulpAnsibleClient::AnsibleCollectionRemote.new # AnsibleCollectionRemote |
242
+ ansible_collection_remote_href = 'ansible_collection_remote_href_example' # String |
243
+ patchedansible_collection_remote = PulpAnsibleClient::PatchedansibleCollectionRemote.new # PatchedansibleCollectionRemote |
244
+ opts = {
245
+ name: 'name_example', # String | name
246
+ name__in: 'name__in_example', # String | name__in
247
+ ordering: 'ordering_example', # String | Which field to use when ordering the results.
248
+ pulp_last_updated: 'pulp_last_updated_example', # String | pulp_last_updated
249
+ pulp_last_updated__gt: 'pulp_last_updated__gt_example', # String | pulp_last_updated__gt
250
+ pulp_last_updated__gte: 'pulp_last_updated__gte_example', # String | pulp_last_updated__gte
251
+ pulp_last_updated__lt: 'pulp_last_updated__lt_example', # String | pulp_last_updated__lt
252
+ pulp_last_updated__lte: 'pulp_last_updated__lte_example', # String | pulp_last_updated__lte
253
+ pulp_last_updated__range: 'pulp_last_updated__range_example' # String | pulp_last_updated__range
254
+ }
224
255
 
225
256
  begin
226
- #Partially update a collection remote
227
- result = api_instance.partial_update(collection_remote_href, data)
257
+ #Update a collection remote
258
+ result = api_instance.partial_update(ansible_collection_remote_href, patchedansible_collection_remote, opts)
228
259
  p result
229
260
  rescue PulpAnsibleClient::ApiError => e
230
261
  puts "Exception when calling RemotesCollectionApi->partial_update: #{e}"
@@ -236,8 +267,17 @@ end
236
267
 
237
268
  Name | Type | Description | Notes
238
269
  ------------- | ------------- | ------------- | -------------
239
- **collection_remote_href** | **String**| URI of Collection Remote. e.g.: /pulp/api/v3/remotes/ansible/collection/1/ |
240
- **data** | [**AnsibleCollectionRemote**](AnsibleCollectionRemote.md)| |
270
+ **ansible_collection_remote_href** | **String**| |
271
+ **patchedansible_collection_remote** | [**PatchedansibleCollectionRemote**](PatchedansibleCollectionRemote.md)| |
272
+ **name** | **String**| name | [optional]
273
+ **name__in** | **String**| name__in | [optional]
274
+ **ordering** | **String**| Which field to use when ordering the results. | [optional]
275
+ **pulp_last_updated** | **String**| pulp_last_updated | [optional]
276
+ **pulp_last_updated__gt** | **String**| pulp_last_updated__gt | [optional]
277
+ **pulp_last_updated__gte** | **String**| pulp_last_updated__gte | [optional]
278
+ **pulp_last_updated__lt** | **String**| pulp_last_updated__lt | [optional]
279
+ **pulp_last_updated__lte** | **String**| pulp_last_updated__lte | [optional]
280
+ **pulp_last_updated__range** | **String**| pulp_last_updated__range | [optional]
241
281
 
242
282
  ### Return type
243
283
 
@@ -245,17 +285,17 @@ Name | Type | Description | Notes
245
285
 
246
286
  ### Authorization
247
287
 
248
- [Basic](../README.md#Basic)
288
+ [basicAuth](../README.md#basicAuth)
249
289
 
250
290
  ### HTTP request headers
251
291
 
252
- - **Content-Type**: application/json
292
+ - **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
253
293
  - **Accept**: application/json
254
294
 
255
295
 
256
296
  ## read
257
297
 
258
- > AnsibleCollectionRemote read(collection_remote_href, opts)
298
+ > AnsibleCollectionRemoteResponse read(ansible_collection_remote_href, opts)
259
299
 
260
300
  Inspect a collection remote
261
301
 
@@ -268,13 +308,13 @@ ViewSet for Collection Remotes.
268
308
  require 'pulp_ansible_client'
269
309
  # setup authorization
270
310
  PulpAnsibleClient.configure do |config|
271
- # Configure HTTP basic authorization: Basic
311
+ # Configure HTTP basic authorization: basicAuth
272
312
  config.username = 'YOUR USERNAME'
273
313
  config.password = 'YOUR PASSWORD'
274
314
  end
275
315
 
276
316
  api_instance = PulpAnsibleClient::RemotesCollectionApi.new
277
- collection_remote_href = 'collection_remote_href_example' # String | URI of Collection Remote. e.g.: /pulp/api/v3/remotes/ansible/collection/1/
317
+ ansible_collection_remote_href = 'ansible_collection_remote_href_example' # String |
278
318
  opts = {
279
319
  fields: 'fields_example', # String | A list of fields to include in the response.
280
320
  exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
@@ -282,7 +322,7 @@ opts = {
282
322
 
283
323
  begin
284
324
  #Inspect a collection remote
285
- result = api_instance.read(collection_remote_href, opts)
325
+ result = api_instance.read(ansible_collection_remote_href, opts)
286
326
  p result
287
327
  rescue PulpAnsibleClient::ApiError => e
288
328
  puts "Exception when calling RemotesCollectionApi->read: #{e}"
@@ -294,17 +334,17 @@ end
294
334
 
295
335
  Name | Type | Description | Notes
296
336
  ------------- | ------------- | ------------- | -------------
297
- **collection_remote_href** | **String**| URI of Collection Remote. e.g.: /pulp/api/v3/remotes/ansible/collection/1/ |
337
+ **ansible_collection_remote_href** | **String**| |
298
338
  **fields** | **String**| A list of fields to include in the response. | [optional]
299
339
  **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
300
340
 
301
341
  ### Return type
302
342
 
303
- [**AnsibleCollectionRemote**](AnsibleCollectionRemote.md)
343
+ [**AnsibleCollectionRemoteResponse**](AnsibleCollectionRemoteResponse.md)
304
344
 
305
345
  ### Authorization
306
346
 
307
- [Basic](../README.md#Basic)
347
+ [basicAuth](../README.md#basicAuth)
308
348
 
309
349
  ### HTTP request headers
310
350
 
@@ -314,7 +354,7 @@ Name | Type | Description | Notes
314
354
 
315
355
  ## update
316
356
 
317
- > AsyncOperationResponse update(collection_remote_href, data)
357
+ > AsyncOperationResponse update(ansible_collection_remote_href, ansible_collection_remote, opts)
318
358
 
319
359
  Update a collection remote
320
360
 
@@ -327,18 +367,29 @@ Trigger an asynchronous update task
327
367
  require 'pulp_ansible_client'
328
368
  # setup authorization
329
369
  PulpAnsibleClient.configure do |config|
330
- # Configure HTTP basic authorization: Basic
370
+ # Configure HTTP basic authorization: basicAuth
331
371
  config.username = 'YOUR USERNAME'
332
372
  config.password = 'YOUR PASSWORD'
333
373
  end
334
374
 
335
375
  api_instance = PulpAnsibleClient::RemotesCollectionApi.new
336
- collection_remote_href = 'collection_remote_href_example' # String | URI of Collection Remote. e.g.: /pulp/api/v3/remotes/ansible/collection/1/
337
- data = PulpAnsibleClient::AnsibleCollectionRemote.new # AnsibleCollectionRemote |
376
+ ansible_collection_remote_href = 'ansible_collection_remote_href_example' # String |
377
+ ansible_collection_remote = PulpAnsibleClient::AnsibleCollectionRemote.new # AnsibleCollectionRemote |
378
+ opts = {
379
+ name: 'name_example', # String | name
380
+ name__in: 'name__in_example', # String | name__in
381
+ ordering: 'ordering_example', # String | Which field to use when ordering the results.
382
+ pulp_last_updated: 'pulp_last_updated_example', # String | pulp_last_updated
383
+ pulp_last_updated__gt: 'pulp_last_updated__gt_example', # String | pulp_last_updated__gt
384
+ pulp_last_updated__gte: 'pulp_last_updated__gte_example', # String | pulp_last_updated__gte
385
+ pulp_last_updated__lt: 'pulp_last_updated__lt_example', # String | pulp_last_updated__lt
386
+ pulp_last_updated__lte: 'pulp_last_updated__lte_example', # String | pulp_last_updated__lte
387
+ pulp_last_updated__range: 'pulp_last_updated__range_example' # String | pulp_last_updated__range
388
+ }
338
389
 
339
390
  begin
340
391
  #Update a collection remote
341
- result = api_instance.update(collection_remote_href, data)
392
+ result = api_instance.update(ansible_collection_remote_href, ansible_collection_remote, opts)
342
393
  p result
343
394
  rescue PulpAnsibleClient::ApiError => e
344
395
  puts "Exception when calling RemotesCollectionApi->update: #{e}"
@@ -350,8 +401,17 @@ end
350
401
 
351
402
  Name | Type | Description | Notes
352
403
  ------------- | ------------- | ------------- | -------------
353
- **collection_remote_href** | **String**| URI of Collection Remote. e.g.: /pulp/api/v3/remotes/ansible/collection/1/ |
354
- **data** | [**AnsibleCollectionRemote**](AnsibleCollectionRemote.md)| |
404
+ **ansible_collection_remote_href** | **String**| |
405
+ **ansible_collection_remote** | [**AnsibleCollectionRemote**](AnsibleCollectionRemote.md)| |
406
+ **name** | **String**| name | [optional]
407
+ **name__in** | **String**| name__in | [optional]
408
+ **ordering** | **String**| Which field to use when ordering the results. | [optional]
409
+ **pulp_last_updated** | **String**| pulp_last_updated | [optional]
410
+ **pulp_last_updated__gt** | **String**| pulp_last_updated__gt | [optional]
411
+ **pulp_last_updated__gte** | **String**| pulp_last_updated__gte | [optional]
412
+ **pulp_last_updated__lt** | **String**| pulp_last_updated__lt | [optional]
413
+ **pulp_last_updated__lte** | **String**| pulp_last_updated__lte | [optional]
414
+ **pulp_last_updated__range** | **String**| pulp_last_updated__range | [optional]
355
415
 
356
416
  ### Return type
357
417
 
@@ -359,10 +419,10 @@ Name | Type | Description | Notes
359
419
 
360
420
  ### Authorization
361
421
 
362
- [Basic](../README.md#Basic)
422
+ [basicAuth](../README.md#basicAuth)
363
423
 
364
424
  ### HTTP request headers
365
425
 
366
- - **Content-Type**: application/json
426
+ - **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
367
427
  - **Accept**: application/json
368
428