pulp_ansible_client 0.21.15 → 0.21.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (219) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +8 -5
  3. data/docs/AnsibleAnsibleDistribution.md +5 -3
  4. data/docs/AnsibleAnsibleDistributionResponse.md +8 -4
  5. data/docs/AnsibleCollectionVersion.md +5 -5
  6. data/docs/AnsibleCollectionVersionResponse.md +5 -5
  7. data/docs/AnsibleCollectionsApi.md +20 -4
  8. data/docs/AnsibleCopyApi.md +6 -2
  9. data/docs/AnsibleGitRemote.md +30 -30
  10. data/docs/AnsibleGitRemoteResponse.md +30 -30
  11. data/docs/AnsibleRole.md +3 -3
  12. data/docs/AnsibleRoleResponse.md +5 -5
  13. data/docs/ApiCollectionsApi.md +8 -2
  14. data/docs/ApiPluginAnsibleSearchCollectionVersionsApi.md +8 -2
  15. data/docs/ApiRolesApi.md +2 -0
  16. data/docs/CollectionImportApi.md +2 -0
  17. data/docs/CollectionMetadataResponse.md +2 -2
  18. data/docs/CollectionVersionSearchList.md +0 -2
  19. data/docs/ContentCollectionDeprecationsApi.md +10 -2
  20. data/docs/ContentCollectionMarksApi.md +10 -2
  21. data/docs/ContentCollectionSignaturesApi.md +6 -0
  22. data/docs/ContentCollectionVersionsApi.md +10 -4
  23. data/docs/ContentNamespacesApi.md +6 -0
  24. data/docs/ContentRolesApi.md +10 -2
  25. data/docs/DistributionsAnsibleApi.md +56 -16
  26. data/docs/GalaxyDetailApi.md +2 -0
  27. data/docs/PatchedansibleAnsibleDistribution.md +5 -3
  28. data/docs/PatchedansibleGitRemote.md +30 -30
  29. data/docs/PulpAnsibleApiApi.md +2 -0
  30. data/docs/PulpAnsibleApiV2CollectionsVersionsApi.md +2 -0
  31. data/docs/PulpAnsibleApiV3Api.md +2 -0
  32. data/docs/PulpAnsibleApiV3ArtifactsCollectionsApi.md +2 -0
  33. data/docs/PulpAnsibleApiV3CollectionVersionsAllApi.md +2 -0
  34. data/docs/PulpAnsibleApiV3CollectionsAllApi.md +2 -0
  35. data/docs/PulpAnsibleApiV3CollectionsApi.md +16 -4
  36. data/docs/PulpAnsibleApiV3CollectionsVersionsApi.md +10 -2
  37. data/docs/PulpAnsibleApiV3CollectionsVersionsDocsBlobApi.md +2 -0
  38. data/docs/PulpAnsibleApiV3NamespacesApi.md +4 -0
  39. data/docs/PulpAnsibleApiV3PluginAnsibleClientConfigurationApi.md +2 -0
  40. data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsAllCollectionsApi.md +2 -0
  41. data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsAllVersionsApi.md +2 -0
  42. data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsApi.md +2 -0
  43. data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsArtifactsApi.md +2 -0
  44. data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexApi.md +16 -4
  45. data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexVersionsApi.md +10 -2
  46. data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexVersionsDocsBlobApi.md +2 -0
  47. data/docs/PulpAnsibleApiV3PluginAnsibleContentNamespacesApi.md +14 -2
  48. data/docs/PulpAnsibleArtifactsCollectionsV3Api.md +8 -0
  49. data/docs/PulpAnsibleDefaultApiApi.md +13 -3
  50. data/docs/PulpAnsibleDefaultApiV3Api.md +13 -3
  51. data/docs/PulpAnsibleDefaultApiV3ArtifactsCollectionsApi.md +2 -0
  52. data/docs/PulpAnsibleDefaultApiV3CollectionVersionsAllApi.md +13 -3
  53. data/docs/PulpAnsibleDefaultApiV3CollectionsAllApi.md +2 -0
  54. data/docs/PulpAnsibleDefaultApiV3CollectionsApi.md +16 -4
  55. data/docs/PulpAnsibleDefaultApiV3CollectionsVersionsApi.md +10 -2
  56. data/docs/PulpAnsibleDefaultApiV3CollectionsVersionsDocsBlobApi.md +2 -0
  57. data/docs/PulpAnsibleDefaultApiV3NamespacesApi.md +4 -0
  58. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleClientConfigurationApi.md +13 -3
  59. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsAllCollectionsApi.md +2 -0
  60. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsAllVersionsApi.md +2 -0
  61. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsApi.md +2 -0
  62. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsArtifactsApi.md +2 -0
  63. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexApi.md +16 -4
  64. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsApi.md +10 -2
  65. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsDocsBlobApi.md +2 -0
  66. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesApi.md +14 -2
  67. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleSearchCollectionVersionsApi.md +8 -2
  68. data/docs/PulpAnsibleTagsApi.md +2 -0
  69. data/docs/RemotesCollectionApi.md +56 -16
  70. data/docs/RemotesGitApi.md +56 -16
  71. data/docs/RemotesRoleApi.md +56 -16
  72. data/docs/RepositoriesAnsibleApi.md +104 -32
  73. data/docs/RepositoriesAnsibleVersionsApi.md +22 -6
  74. data/docs/VersionsApi.md +4 -0
  75. data/lib/pulp_ansible_client/api/ansible_collections_api.rb +18 -0
  76. data/lib/pulp_ansible_client/api/ansible_copy_api.rb +3 -0
  77. data/lib/pulp_ansible_client/api/api_collections_api.rb +6 -0
  78. data/lib/pulp_ansible_client/api/api_plugin_ansible_search_collection_versions_api.rb +6 -0
  79. data/lib/pulp_ansible_client/api/api_roles_api.rb +3 -0
  80. data/lib/pulp_ansible_client/api/collection_import_api.rb +3 -0
  81. data/lib/pulp_ansible_client/api/content_collection_deprecations_api.rb +9 -0
  82. data/lib/pulp_ansible_client/api/content_collection_marks_api.rb +9 -0
  83. data/lib/pulp_ansible_client/api/content_collection_signatures_api.rb +9 -0
  84. data/lib/pulp_ansible_client/api/content_collection_versions_api.rb +15 -6
  85. data/lib/pulp_ansible_client/api/content_namespaces_api.rb +9 -0
  86. data/lib/pulp_ansible_client/api/content_roles_api.rb +9 -0
  87. data/lib/pulp_ansible_client/api/distributions_ansible_api.rb +36 -0
  88. data/lib/pulp_ansible_client/api/galaxy_detail_api.rb +3 -0
  89. data/lib/pulp_ansible_client/api/pulp_ansible_api_api.rb +3 -0
  90. data/lib/pulp_ansible_client/api/pulp_ansible_api_v2_collections_versions_api.rb +3 -0
  91. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_api.rb +3 -0
  92. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_artifacts_collections_api.rb +3 -0
  93. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collection_versions_all_api.rb +3 -0
  94. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_all_api.rb +3 -0
  95. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_api.rb +12 -0
  96. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_versions_api.rb +9 -0
  97. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_versions_docs_blob_api.rb +3 -0
  98. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_namespaces_api.rb +6 -0
  99. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_client_configuration_api.rb +3 -0
  100. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_collections_api.rb +3 -0
  101. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_versions_api.rb +3 -0
  102. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_api.rb +3 -0
  103. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_artifacts_api.rb +3 -0
  104. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_api.rb +12 -0
  105. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api.rb +9 -0
  106. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api.rb +3 -0
  107. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_namespaces_api.rb +15 -0
  108. data/lib/pulp_ansible_client/api/pulp_ansible_artifacts_collections_v3_api.rb +12 -0
  109. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_api.rb +9 -0
  110. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_api.rb +9 -0
  111. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_artifacts_collections_api.rb +3 -0
  112. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collection_versions_all_api.rb +9 -0
  113. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_all_api.rb +3 -0
  114. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_api.rb +12 -0
  115. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_versions_api.rb +9 -0
  116. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_versions_docs_blob_api.rb +3 -0
  117. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_namespaces_api.rb +6 -0
  118. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_client_configuration_api.rb +9 -0
  119. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_collections_api.rb +3 -0
  120. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_versions_api.rb +3 -0
  121. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_api.rb +3 -0
  122. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_artifacts_api.rb +3 -0
  123. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_api.rb +12 -0
  124. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api.rb +9 -0
  125. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api.rb +3 -0
  126. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_namespaces_api.rb +15 -0
  127. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_search_collection_versions_api.rb +6 -0
  128. data/lib/pulp_ansible_client/api/pulp_ansible_tags_api.rb +3 -0
  129. data/lib/pulp_ansible_client/api/remotes_collection_api.rb +36 -0
  130. data/lib/pulp_ansible_client/api/remotes_git_api.rb +36 -0
  131. data/lib/pulp_ansible_client/api/remotes_role_api.rb +36 -0
  132. data/lib/pulp_ansible_client/api/repositories_ansible_api.rb +60 -0
  133. data/lib/pulp_ansible_client/api/repositories_ansible_versions_api.rb +15 -0
  134. data/lib/pulp_ansible_client/api/versions_api.rb +6 -0
  135. data/lib/pulp_ansible_client/models/ansible_ansible_distribution.rb +28 -16
  136. data/lib/pulp_ansible_client/models/ansible_ansible_distribution_response.rb +42 -20
  137. data/lib/pulp_ansible_client/models/ansible_collection_version.rb +21 -21
  138. data/lib/pulp_ansible_client/models/ansible_collection_version_response.rb +20 -20
  139. data/lib/pulp_ansible_client/models/ansible_git_remote.rb +249 -249
  140. data/lib/pulp_ansible_client/models/ansible_git_remote_response.rb +167 -167
  141. data/lib/pulp_ansible_client/models/ansible_role.rb +11 -11
  142. data/lib/pulp_ansible_client/models/ansible_role_response.rb +20 -20
  143. data/lib/pulp_ansible_client/models/collection_metadata_response.rb +2 -2
  144. data/lib/pulp_ansible_client/models/collection_version_search_list.rb +1 -16
  145. data/lib/pulp_ansible_client/models/patchedansible_ansible_distribution.rb +28 -16
  146. data/lib/pulp_ansible_client/models/patchedansible_git_remote.rb +236 -236
  147. data/lib/pulp_ansible_client/version.rb +1 -1
  148. data/spec/api/ansible_collections_api_spec.rb +6 -0
  149. data/spec/api/ansible_copy_api_spec.rb +1 -0
  150. data/spec/api/api_collections_api_spec.rb +2 -0
  151. data/spec/api/api_plugin_ansible_search_collection_versions_api_spec.rb +2 -0
  152. data/spec/api/api_roles_api_spec.rb +1 -0
  153. data/spec/api/collection_import_api_spec.rb +1 -0
  154. data/spec/api/content_collection_deprecations_api_spec.rb +3 -0
  155. data/spec/api/content_collection_marks_api_spec.rb +3 -0
  156. data/spec/api/content_collection_signatures_api_spec.rb +3 -0
  157. data/spec/api/content_collection_versions_api_spec.rb +5 -2
  158. data/spec/api/content_namespaces_api_spec.rb +3 -0
  159. data/spec/api/content_roles_api_spec.rb +3 -0
  160. data/spec/api/distributions_ansible_api_spec.rb +12 -0
  161. data/spec/api/galaxy_detail_api_spec.rb +1 -0
  162. data/spec/api/pulp_ansible_api_api_spec.rb +1 -0
  163. data/spec/api/pulp_ansible_api_v2_collections_versions_api_spec.rb +1 -0
  164. data/spec/api/pulp_ansible_api_v3_api_spec.rb +1 -0
  165. data/spec/api/pulp_ansible_api_v3_artifacts_collections_api_spec.rb +1 -0
  166. data/spec/api/pulp_ansible_api_v3_collection_versions_all_api_spec.rb +1 -0
  167. data/spec/api/pulp_ansible_api_v3_collections_all_api_spec.rb +1 -0
  168. data/spec/api/pulp_ansible_api_v3_collections_api_spec.rb +4 -0
  169. data/spec/api/pulp_ansible_api_v3_collections_versions_api_spec.rb +3 -0
  170. data/spec/api/pulp_ansible_api_v3_collections_versions_docs_blob_api_spec.rb +1 -0
  171. data/spec/api/pulp_ansible_api_v3_namespaces_api_spec.rb +2 -0
  172. data/spec/api/pulp_ansible_api_v3_plugin_ansible_client_configuration_api_spec.rb +1 -0
  173. data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_collections_api_spec.rb +1 -0
  174. data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_versions_api_spec.rb +1 -0
  175. data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_api_spec.rb +1 -0
  176. data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_artifacts_api_spec.rb +1 -0
  177. data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_api_spec.rb +4 -0
  178. data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api_spec.rb +3 -0
  179. data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api_spec.rb +1 -0
  180. data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_namespaces_api_spec.rb +5 -0
  181. data/spec/api/pulp_ansible_artifacts_collections_v3_api_spec.rb +4 -0
  182. data/spec/api/pulp_ansible_default_api_api_spec.rb +3 -0
  183. data/spec/api/pulp_ansible_default_api_v3_api_spec.rb +3 -0
  184. data/spec/api/pulp_ansible_default_api_v3_artifacts_collections_api_spec.rb +1 -0
  185. data/spec/api/pulp_ansible_default_api_v3_collection_versions_all_api_spec.rb +3 -0
  186. data/spec/api/pulp_ansible_default_api_v3_collections_all_api_spec.rb +1 -0
  187. data/spec/api/pulp_ansible_default_api_v3_collections_api_spec.rb +4 -0
  188. data/spec/api/pulp_ansible_default_api_v3_collections_versions_api_spec.rb +3 -0
  189. data/spec/api/pulp_ansible_default_api_v3_collections_versions_docs_blob_api_spec.rb +1 -0
  190. data/spec/api/pulp_ansible_default_api_v3_namespaces_api_spec.rb +2 -0
  191. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_client_configuration_api_spec.rb +3 -0
  192. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_collections_api_spec.rb +1 -0
  193. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_versions_api_spec.rb +1 -0
  194. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_api_spec.rb +1 -0
  195. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_artifacts_api_spec.rb +1 -0
  196. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_api_spec.rb +4 -0
  197. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api_spec.rb +3 -0
  198. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api_spec.rb +1 -0
  199. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_namespaces_api_spec.rb +5 -0
  200. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_search_collection_versions_api_spec.rb +2 -0
  201. data/spec/api/pulp_ansible_tags_api_spec.rb +1 -0
  202. data/spec/api/remotes_collection_api_spec.rb +12 -0
  203. data/spec/api/remotes_git_api_spec.rb +12 -0
  204. data/spec/api/remotes_role_api_spec.rb +12 -0
  205. data/spec/api/repositories_ansible_api_spec.rb +20 -0
  206. data/spec/api/repositories_ansible_versions_api_spec.rb +5 -0
  207. data/spec/api/versions_api_spec.rb +2 -0
  208. data/spec/models/ansible_ansible_distribution_response_spec.rb +16 -4
  209. data/spec/models/ansible_ansible_distribution_spec.rb +10 -4
  210. data/spec/models/ansible_collection_version_response_spec.rb +4 -4
  211. data/spec/models/ansible_collection_version_spec.rb +4 -4
  212. data/spec/models/ansible_git_remote_response_spec.rb +19 -19
  213. data/spec/models/ansible_git_remote_spec.rb +19 -19
  214. data/spec/models/ansible_role_response_spec.rb +4 -4
  215. data/spec/models/ansible_role_spec.rb +2 -2
  216. data/spec/models/collection_version_search_list_spec.rb +0 -6
  217. data/spec/models/patchedansible_ansible_distribution_spec.rb +10 -4
  218. data/spec/models/patchedansible_git_remote_spec.rb +19 -19
  219. metadata +137 -137
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7024451f9af9f1d4cb04001629f4a48b1fd8bd2d14570b957ae731d3b658047c
4
- data.tar.gz: 594a5d73398670735818ca49f8f5271b99f82bb2dbe1c0a28992b90ca8b34377
3
+ metadata.gz: 7a6fdaee93e0d2347c1beb2808e6aad774b0536681fb8781578ed71240806169
4
+ data.tar.gz: 4e9c0562a1246b7c380a02b23f94c1a4ff0aa1c312b6b740a47d902ddbc0bf15
5
5
  SHA512:
6
- metadata.gz: 2bc82538dcf415941475d8370f3a3058b860a827c2549c2c896e4841a82844483bcdc95b872b966a08d0abd02460fd0177217a042034eb5ad33589b9b9c6a43c
7
- data.tar.gz: 9d3cddea83b0872def59d6bdcaf2941bf3b8438b32e85edcc84faf1c6b3a9e5f5e6641a9e9e0a2e0cedaaf9f0f807e46fd4a5121c0c48384bdd81a86c4677277
6
+ metadata.gz: e23559a162fd0936f3fb0f8b58d8ed162300a8beefdb18f0edea25555fa1474fdd6c21654af441096366682a912d3a0acc15419540c2446d34ccb16eed19c2dc
7
+ data.tar.gz: 741a4b08ebdfb84b28bb44f10fd5f1bbfe4f33c4e7367916e9cc229c242aae33153494f3ca4ffdd12444acb094e185fcc313e35fa20157ebea9c96fb1a1c4548
data/README.md CHANGED
@@ -7,7 +7,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
9
  - API version: v3
10
- - Package version: 0.21.15
10
+ - Package version: 0.21.16
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [https://pulpproject.org](https://pulpproject.org)
13
13
 
@@ -24,16 +24,16 @@ gem build pulp_ansible_client.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./pulp_ansible_client-0.21.15.gem
27
+ gem install ./pulp_ansible_client-0.21.16.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_ansible_client-0.21.15.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_ansible_client-0.21.16.gem` to install the development dependencies)
31
31
 
32
32
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
33
33
 
34
34
  Finally add this to the Gemfile:
35
35
 
36
- gem 'pulp_ansible_client', '~> 0.21.15'
36
+ gem 'pulp_ansible_client', '~> 0.21.16'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -67,10 +67,13 @@ end
67
67
  api_instance = PulpAnsibleClient::AnsibleCollectionsApi.new
68
68
  ansible_collection_href = 'ansible_collection_href_example' # String |
69
69
  nested_role = PulpAnsibleClient::NestedRole.new # NestedRole |
70
+ opts = {
71
+ x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
72
+ }
70
73
 
71
74
  begin
72
75
  #Add a role
73
- result = api_instance.add_role(ansible_collection_href, nested_role)
76
+ result = api_instance.add_role(ansible_collection_href, nested_role, opts)
74
77
  p result
75
78
  rescue PulpAnsibleClient::ApiError => e
76
79
  puts "Exception when calling AnsibleCollectionsApi->add_role: #{e}"
@@ -6,10 +6,11 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \&quot;foo\&quot; and \&quot;foo/bar\&quot;) |
8
8
  **content_guard** | **String** | An optional content-guard. | [optional]
9
+ **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
10
+ **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
9
11
  **name** | **String** | A unique name. Ex, &#x60;rawhide&#x60; and &#x60;stable&#x60;. |
10
12
  **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
11
13
  **repository_version** | **String** | RepositoryVersion to be served | [optional]
12
- **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
13
14
 
14
15
  ## Code Sample
15
16
 
@@ -18,10 +19,11 @@ require 'PulpAnsibleClient'
18
19
 
19
20
  instance = PulpAnsibleClient::AnsibleAnsibleDistribution.new(base_path: null,
20
21
  content_guard: null,
22
+ hidden: null,
23
+ pulp_labels: null,
21
24
  name: null,
22
25
  repository: null,
23
- repository_version: null,
24
- pulp_labels: null)
26
+ repository_version: null)
25
27
  ```
26
28
 
27
29
 
@@ -6,13 +6,15 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
+ **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
9
10
  **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \&quot;foo\&quot; and \&quot;foo/bar\&quot;) |
10
11
  **content_guard** | **String** | An optional content-guard. | [optional]
12
+ **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
13
+ **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
11
14
  **name** | **String** | A unique name. Ex, &#x60;rawhide&#x60; and &#x60;stable&#x60;. |
12
15
  **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
13
- **repository_version** | **String** | RepositoryVersion to be served | [optional]
14
16
  **client_url** | **String** | The URL of a Collection content source. | [optional] [readonly]
15
- **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
17
+ **repository_version** | **String** | RepositoryVersion to be served | [optional]
16
18
 
17
19
  ## Code Sample
18
20
 
@@ -21,13 +23,15 @@ require 'PulpAnsibleClient'
21
23
 
22
24
  instance = PulpAnsibleClient::AnsibleAnsibleDistributionResponse.new(pulp_href: null,
23
25
  pulp_created: null,
26
+ pulp_last_updated: null,
24
27
  base_path: null,
25
28
  content_guard: null,
29
+ hidden: null,
30
+ pulp_labels: null,
26
31
  name: null,
27
32
  repository: null,
28
- repository_version: null,
29
33
  client_url: null,
30
- pulp_labels: null)
34
+ repository_version: null)
31
35
  ```
32
36
 
33
37
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **artifact** | **String** | Artifact file representing the physical content | [optional]
8
7
  **upload** | **String** | An uncommitted upload that may be turned into the content unit. | [optional]
9
- **file** | **File** | An uploaded file that may be turned into the content unit. | [optional]
10
8
  **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional]
9
+ **artifact** | **String** | Artifact file representing the physical content | [optional]
10
+ **file** | **File** | An uploaded file that may be turned into the content unit. | [optional]
11
11
  **expected_name** | **String** | The name of the collection. | [optional]
12
12
  **expected_namespace** | **String** | The namespace of the collection. | [optional]
13
13
  **expected_version** | **String** | The version of the collection. | [optional]
@@ -17,10 +17,10 @@ Name | Type | Description | Notes
17
17
  ```ruby
18
18
  require 'PulpAnsibleClient'
19
19
 
20
- instance = PulpAnsibleClient::AnsibleCollectionVersion.new(artifact: null,
21
- upload: null,
22
- file: null,
20
+ instance = PulpAnsibleClient::AnsibleCollectionVersion.new(upload: null,
23
21
  repository: null,
22
+ artifact: null,
23
+ file: null,
24
24
  expected_name: null,
25
25
  expected_namespace: null,
26
26
  expected_version: null)
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **artifact** | **String** | Artifact file representing the physical content | [optional]
8
- **pulp_href** | **String** | | [optional] [readonly]
9
7
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
10
8
  **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
9
+ **pulp_href** | **String** | | [optional] [readonly]
10
+ **artifact** | **String** | Artifact file representing the physical content | [optional]
11
11
  **sha256** | **String** | The SHA-256 checksum if available. | [optional] [readonly]
12
12
  **md5** | **String** | The MD5 checksum if available. | [optional] [readonly]
13
13
  **sha1** | **String** | The SHA-1 checksum if available. | [optional] [readonly]
@@ -38,10 +38,10 @@ Name | Type | Description | Notes
38
38
  ```ruby
39
39
  require 'PulpAnsibleClient'
40
40
 
41
- instance = PulpAnsibleClient::AnsibleCollectionVersionResponse.new(artifact: null,
42
- pulp_href: null,
43
- pulp_created: null,
41
+ instance = PulpAnsibleClient::AnsibleCollectionVersionResponse.new(pulp_created: null,
44
42
  pulp_last_updated: null,
43
+ pulp_href: null,
44
+ artifact: null,
45
45
  sha256: null,
46
46
  md5: null,
47
47
  sha1: null,
@@ -15,7 +15,7 @@ Method | HTTP request | Description
15
15
 
16
16
  ## add_role
17
17
 
18
- > NestedRoleResponse add_role(ansible_collection_href, nested_role)
18
+ > NestedRoleResponse add_role(ansible_collection_href, nested_role, opts)
19
19
 
20
20
  Add a role
21
21
 
@@ -36,10 +36,13 @@ end
36
36
  api_instance = PulpAnsibleClient::AnsibleCollectionsApi.new
37
37
  ansible_collection_href = 'ansible_collection_href_example' # String |
38
38
  nested_role = PulpAnsibleClient::NestedRole.new # NestedRole |
39
+ opts = {
40
+ x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
41
+ }
39
42
 
40
43
  begin
41
44
  #Add a role
42
- result = api_instance.add_role(ansible_collection_href, nested_role)
45
+ result = api_instance.add_role(ansible_collection_href, nested_role, opts)
43
46
  p result
44
47
  rescue PulpAnsibleClient::ApiError => e
45
48
  puts "Exception when calling AnsibleCollectionsApi->add_role: #{e}"
@@ -53,6 +56,7 @@ Name | Type | Description | Notes
53
56
  ------------- | ------------- | ------------- | -------------
54
57
  **ansible_collection_href** | **String**| |
55
58
  **nested_role** | [**NestedRole**](NestedRole.md)| |
59
+ **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
56
60
 
57
61
  ### Return type
58
62
 
@@ -90,6 +94,7 @@ end
90
94
 
91
95
  api_instance = PulpAnsibleClient::AnsibleCollectionsApi.new
92
96
  opts = {
97
+ x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
93
98
  limit: 56, # Integer | Number of results to return per page.
94
99
  name: 'name_example', # String |
95
100
  namespace: 'namespace_example', # String |
@@ -116,6 +121,7 @@ end
116
121
 
117
122
  Name | Type | Description | Notes
118
123
  ------------- | ------------- | ------------- | -------------
124
+ **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
119
125
  **limit** | **Integer**| Number of results to return per page. | [optional]
120
126
  **name** | **String**| | [optional]
121
127
  **namespace** | **String**| | [optional]
@@ -164,6 +170,7 @@ end
164
170
  api_instance = PulpAnsibleClient::AnsibleCollectionsApi.new
165
171
  ansible_collection_href = 'ansible_collection_href_example' # String |
166
172
  opts = {
173
+ x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
167
174
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
168
175
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
169
176
  }
@@ -183,6 +190,7 @@ end
183
190
  Name | Type | Description | Notes
184
191
  ------------- | ------------- | ------------- | -------------
185
192
  **ansible_collection_href** | **String**| |
193
+ **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
186
194
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
187
195
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
188
196
 
@@ -223,6 +231,7 @@ end
223
231
  api_instance = PulpAnsibleClient::AnsibleCollectionsApi.new
224
232
  ansible_collection_href = 'ansible_collection_href_example' # String |
225
233
  opts = {
234
+ x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
226
235
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
227
236
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
228
237
  }
@@ -242,6 +251,7 @@ end
242
251
  Name | Type | Description | Notes
243
252
  ------------- | ------------- | ------------- | -------------
244
253
  **ansible_collection_href** | **String**| |
254
+ **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
245
255
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
246
256
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
247
257
 
@@ -261,7 +271,7 @@ Name | Type | Description | Notes
261
271
 
262
272
  ## remove_role
263
273
 
264
- > NestedRoleResponse remove_role(ansible_collection_href, nested_role)
274
+ > NestedRoleResponse remove_role(ansible_collection_href, nested_role, opts)
265
275
 
266
276
  Remove a role
267
277
 
@@ -282,10 +292,13 @@ end
282
292
  api_instance = PulpAnsibleClient::AnsibleCollectionsApi.new
283
293
  ansible_collection_href = 'ansible_collection_href_example' # String |
284
294
  nested_role = PulpAnsibleClient::NestedRole.new # NestedRole |
295
+ opts = {
296
+ x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
297
+ }
285
298
 
286
299
  begin
287
300
  #Remove a role
288
- result = api_instance.remove_role(ansible_collection_href, nested_role)
301
+ result = api_instance.remove_role(ansible_collection_href, nested_role, opts)
289
302
  p result
290
303
  rescue PulpAnsibleClient::ApiError => e
291
304
  puts "Exception when calling AnsibleCollectionsApi->remove_role: #{e}"
@@ -299,6 +312,7 @@ Name | Type | Description | Notes
299
312
  ------------- | ------------- | ------------- | -------------
300
313
  **ansible_collection_href** | **String**| |
301
314
  **nested_role** | [**NestedRole**](NestedRole.md)| |
315
+ **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
302
316
 
303
317
  ### Return type
304
318
 
@@ -337,6 +351,7 @@ end
337
351
  api_instance = PulpAnsibleClient::AnsibleCollectionsApi.new
338
352
  file = File.new('/path/to/file') # File | The Collection tarball.
339
353
  opts = {
354
+ x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
340
355
  sha256: 'sha256_example', # String | An optional sha256 checksum of the uploaded file.
341
356
  expected_namespace: 'expected_namespace_example', # String | The expected 'namespace' of the Collection to be verified against the metadata during import.
342
357
  expected_name: 'expected_name_example', # String | The expected 'name' of the Collection to be verified against the metadata during import.
@@ -358,6 +373,7 @@ end
358
373
  Name | Type | Description | Notes
359
374
  ------------- | ------------- | ------------- | -------------
360
375
  **file** | **File**| The Collection tarball. |
376
+ **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
361
377
  **sha256** | **String**| An optional sha256 checksum of the uploaded file. | [optional]
362
378
  **expected_namespace** | **String**| The expected &#39;namespace&#39; of the Collection to be verified against the metadata during import. | [optional]
363
379
  **expected_name** | **String**| The expected &#39;name&#39; of the Collection to be verified against the metadata during import. | [optional]
@@ -10,7 +10,7 @@ Method | HTTP request | Description
10
10
 
11
11
  ## copy_content
12
12
 
13
- > AsyncOperationResponse copy_content(copy)
13
+ > AsyncOperationResponse copy_content(copy, opts)
14
14
 
15
15
  Copy content
16
16
 
@@ -30,10 +30,13 @@ end
30
30
 
31
31
  api_instance = PulpAnsibleClient::AnsibleCopyApi.new
32
32
  copy = PulpAnsibleClient::Copy.new # Copy |
33
+ opts = {
34
+ x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
35
+ }
33
36
 
34
37
  begin
35
38
  #Copy content
36
- result = api_instance.copy_content(copy)
39
+ result = api_instance.copy_content(copy, opts)
37
40
  p result
38
41
  rescue PulpAnsibleClient::ApiError => e
39
42
  puts "Exception when calling AnsibleCopyApi->copy_content: #{e}"
@@ -46,6 +49,7 @@ end
46
49
  Name | Type | Description | Notes
47
50
  ------------- | ------------- | ------------- | -------------
48
51
  **copy** | [**Copy**](Copy.md)| |
52
+ **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
49
53
 
50
54
  ### Return type
51
55
 
@@ -4,26 +4,26 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
8
- **headers** | **Array&lt;Object&gt;** | Headers for aiohttp.Clientsession | [optional]
7
+ **url** | **String** | The URL of an external content source. |
8
+ **total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
9
9
  **client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
10
- **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
11
- **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
10
+ **sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
11
+ **username** | **String** | The username to be used for authentication when syncing. | [optional]
12
+ **connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
13
+ **headers** | **Array&lt;Object&gt;** | Headers for aiohttp.Clientsession | [optional]
12
14
  **name** | **String** | A unique name for this remote. |
13
- **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
15
+ **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
16
+ **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
17
+ **sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
18
+ **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
19
+ **proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
20
+ **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
14
21
  **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
15
- **connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
16
22
  **proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional]
17
- **url** | **String** | The URL of an external content source. |
18
- **username** | **String** | The username to be used for authentication when syncing. | [optional]
19
- **sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
20
- **proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
21
- **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
23
+ **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
24
+ **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
25
+ **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
22
26
  **password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional]
23
- **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
24
- **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
25
- **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
26
- **total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
27
27
  **metadata_only** | **Boolean** | If True, only metadata about the content will be stored in Pulp. Clients will retrieve content from the remote URL. | [optional]
28
28
  **git_ref** | **String** | A git ref. e.g.: branch, tag, or commit sha. | [optional]
29
29
 
@@ -32,26 +32,26 @@ Name | Type | Description | Notes
32
32
  ```ruby
33
33
  require 'PulpAnsibleClient'
34
34
 
35
- instance = PulpAnsibleClient::AnsibleGitRemote.new(sock_connect_timeout: null,
36
- headers: null,
35
+ instance = PulpAnsibleClient::AnsibleGitRemote.new(url: null,
36
+ total_timeout: null,
37
37
  client_key: null,
38
- tls_validation: null,
39
- rate_limit: null,
38
+ sock_read_timeout: null,
39
+ username: null,
40
+ connect_timeout: null,
41
+ headers: null,
40
42
  name: null,
41
- client_cert: null,
43
+ ca_cert: null,
44
+ download_concurrency: null,
45
+ sock_connect_timeout: null,
46
+ max_retries: null,
47
+ proxy_username: null,
48
+ pulp_labels: null,
42
49
  proxy_url: null,
43
- connect_timeout: null,
44
50
  proxy_password: null,
45
- url: null,
46
- username: null,
47
- sock_read_timeout: null,
48
- proxy_username: null,
49
- ca_cert: null,
51
+ rate_limit: null,
52
+ client_cert: null,
53
+ tls_validation: null,
50
54
  password: null,
51
- pulp_labels: null,
52
- max_retries: null,
53
- download_concurrency: null,
54
- total_timeout: null,
55
55
  metadata_only: null,
56
56
  git_ref: null)
57
57
  ```
@@ -4,25 +4,25 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
8
- **headers** | **Array&lt;Object&gt;** | Headers for aiohttp.Clientsession | [optional]
9
- **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
10
- **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
11
- **pulp_href** | **String** | | [optional] [readonly]
12
- **name** | **String** | A unique name for this remote. |
13
- **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
14
- **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
15
- **connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
16
- **hidden_fields** | [**Array&lt;AnsibleCollectionRemoteResponseHiddenFields&gt;**](AnsibleCollectionRemoteResponseHiddenFields.md) | List of hidden (write only) fields | [optional] [readonly]
17
- **pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
18
7
  **url** | **String** | The URL of an external content source. |
8
+ **total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
19
9
  **sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
20
- **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
21
- **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
22
10
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
23
- **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
11
+ **hidden_fields** | [**Array&lt;AnsibleCollectionRemoteResponseHiddenFields&gt;**](AnsibleCollectionRemoteResponseHiddenFields.md) | List of hidden (write only) fields | [optional] [readonly]
12
+ **connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
13
+ **headers** | **Array&lt;Object&gt;** | Headers for aiohttp.Clientsession | [optional]
14
+ **name** | **String** | A unique name for this remote. |
15
+ **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
24
16
  **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
25
- **total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
17
+ **sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
18
+ **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
19
+ **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
20
+ **pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
21
+ **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
22
+ **pulp_href** | **String** | | [optional] [readonly]
23
+ **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
24
+ **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
25
+ **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
26
26
  **metadata_only** | **Boolean** | If True, only metadata about the content will be stored in Pulp. Clients will retrieve content from the remote URL. | [optional]
27
27
  **git_ref** | **String** | A git ref. e.g.: branch, tag, or commit sha. | [optional]
28
28
 
@@ -31,25 +31,25 @@ Name | Type | Description | Notes
31
31
  ```ruby
32
32
  require 'PulpAnsibleClient'
33
33
 
34
- instance = PulpAnsibleClient::AnsibleGitRemoteResponse.new(sock_connect_timeout: null,
34
+ instance = PulpAnsibleClient::AnsibleGitRemoteResponse.new(url: null,
35
+ total_timeout: null,
36
+ sock_read_timeout: null,
37
+ pulp_created: null,
38
+ hidden_fields: null,
39
+ connect_timeout: null,
35
40
  headers: null,
36
- tls_validation: null,
37
- rate_limit: null,
38
- pulp_href: null,
39
41
  name: null,
40
- client_cert: null,
41
- proxy_url: null,
42
- connect_timeout: null,
43
- hidden_fields: null,
44
- pulp_last_updated: null,
45
- url: null,
46
- sock_read_timeout: null,
47
42
  ca_cert: null,
48
- pulp_labels: null,
49
- pulp_created: null,
50
- max_retries: null,
51
43
  download_concurrency: null,
52
- total_timeout: null,
44
+ sock_connect_timeout: null,
45
+ max_retries: null,
46
+ pulp_labels: null,
47
+ pulp_last_updated: null,
48
+ proxy_url: null,
49
+ pulp_href: null,
50
+ rate_limit: null,
51
+ client_cert: null,
52
+ tls_validation: null,
53
53
  metadata_only: null,
54
54
  git_ref: null)
55
55
  ```
data/docs/AnsibleRole.md CHANGED
@@ -4,8 +4,8 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **artifact** | **String** | Artifact file representing the physical content |
8
7
  **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional]
8
+ **artifact** | **String** | Artifact file representing the physical content |
9
9
  **version** | **String** | |
10
10
  **name** | **String** | |
11
11
  **namespace** | **String** | |
@@ -15,8 +15,8 @@ Name | Type | Description | Notes
15
15
  ```ruby
16
16
  require 'PulpAnsibleClient'
17
17
 
18
- instance = PulpAnsibleClient::AnsibleRole.new(artifact: null,
19
- repository: null,
18
+ instance = PulpAnsibleClient::AnsibleRole.new(repository: null,
19
+ artifact: null,
20
20
  version: null,
21
21
  name: null,
22
22
  namespace: null)
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **artifact** | **String** | Artifact file representing the physical content |
8
- **pulp_href** | **String** | | [optional] [readonly]
9
7
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
10
8
  **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
9
+ **pulp_href** | **String** | | [optional] [readonly]
10
+ **artifact** | **String** | Artifact file representing the physical content |
11
11
  **version** | **String** | |
12
12
  **name** | **String** | |
13
13
  **namespace** | **String** | |
@@ -17,10 +17,10 @@ Name | Type | Description | Notes
17
17
  ```ruby
18
18
  require 'PulpAnsibleClient'
19
19
 
20
- instance = PulpAnsibleClient::AnsibleRoleResponse.new(artifact: null,
21
- pulp_href: null,
22
- pulp_created: null,
20
+ instance = PulpAnsibleClient::AnsibleRoleResponse.new(pulp_created: null,
23
21
  pulp_last_updated: null,
22
+ pulp_href: null,
23
+ artifact: null,
24
24
  version: null,
25
25
  name: null,
26
26
  namespace: null)
@@ -26,6 +26,7 @@ require 'pulp_ansible_client'
26
26
  api_instance = PulpAnsibleClient::ApiCollectionsApi.new
27
27
  ansible_collection_href = 'ansible_collection_href_example' # String |
28
28
  opts = {
29
+ x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
29
30
  page: 56, # Integer | A page number within the paginated result set.
30
31
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
31
32
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
@@ -45,6 +46,7 @@ end
45
46
  Name | Type | Description | Notes
46
47
  ------------- | ------------- | ------------- | -------------
47
48
  **ansible_collection_href** | **String**| |
49
+ **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
48
50
  **page** | **Integer**| A page number within the paginated result set. | [optional]
49
51
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
50
52
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
@@ -65,7 +67,7 @@ No authorization required
65
67
 
66
68
  ## post
67
69
 
68
- > GalaxyCollectionResponse post(ansible_collection_href, galaxy_collection)
70
+ > GalaxyCollectionResponse post(ansible_collection_href, galaxy_collection, opts)
69
71
 
70
72
 
71
73
 
@@ -80,9 +82,12 @@ require 'pulp_ansible_client'
80
82
  api_instance = PulpAnsibleClient::ApiCollectionsApi.new
81
83
  ansible_collection_href = 'ansible_collection_href_example' # String |
82
84
  galaxy_collection = PulpAnsibleClient::GalaxyCollection.new # GalaxyCollection |
85
+ opts = {
86
+ x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
87
+ }
83
88
 
84
89
  begin
85
- result = api_instance.post(ansible_collection_href, galaxy_collection)
90
+ result = api_instance.post(ansible_collection_href, galaxy_collection, opts)
86
91
  p result
87
92
  rescue PulpAnsibleClient::ApiError => e
88
93
  puts "Exception when calling ApiCollectionsApi->post: #{e}"
@@ -96,6 +101,7 @@ Name | Type | Description | Notes
96
101
  ------------- | ------------- | ------------- | -------------
97
102
  **ansible_collection_href** | **String**| |
98
103
  **galaxy_collection** | [**GalaxyCollection**](GalaxyCollection.md)| |
104
+ **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
99
105
 
100
106
  ### Return type
101
107
 
@@ -32,6 +32,7 @@ end
32
32
  api_instance = PulpAnsibleClient::ApiPluginAnsibleSearchCollectionVersionsApi.new
33
33
  ansible_cross_repository_collection_version_index_href = 'ansible_cross_repository_collection_version_index_href_example' # String |
34
34
  opts = {
35
+ x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
35
36
  dependency: 'dependency_example', # String |
36
37
  deprecated: true, # Boolean |
37
38
  distribution: ['distribution_example'], # Array<String> | Filter collectionversions that are in these distrubtion ids.
@@ -74,6 +75,7 @@ end
74
75
  Name | Type | Description | Notes
75
76
  ------------- | ------------- | ------------- | -------------
76
77
  **ansible_cross_repository_collection_version_index_href** | **String**| |
78
+ **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
77
79
  **dependency** | **String**| | [optional]
78
80
  **deprecated** | **Boolean**| | [optional]
79
81
  **distribution** | [**Array&lt;String&gt;**](String.md)| Filter collectionversions that are in these distrubtion ids. | [optional]
@@ -116,7 +118,7 @@ Name | Type | Description | Notes
116
118
 
117
119
  ## rebuild
118
120
 
119
- > CollectionVersionSearchListResponse rebuild(ansible_cross_repository_collection_version_index_href, collection_version_search_list)
121
+ > CollectionVersionSearchListResponse rebuild(ansible_cross_repository_collection_version_index_href, collection_version_search_list, opts)
120
122
 
121
123
 
122
124
 
@@ -137,9 +139,12 @@ end
137
139
  api_instance = PulpAnsibleClient::ApiPluginAnsibleSearchCollectionVersionsApi.new
138
140
  ansible_cross_repository_collection_version_index_href = 'ansible_cross_repository_collection_version_index_href_example' # String |
139
141
  collection_version_search_list = PulpAnsibleClient::CollectionVersionSearchList.new # CollectionVersionSearchList |
142
+ opts = {
143
+ x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
144
+ }
140
145
 
141
146
  begin
142
- result = api_instance.rebuild(ansible_cross_repository_collection_version_index_href, collection_version_search_list)
147
+ result = api_instance.rebuild(ansible_cross_repository_collection_version_index_href, collection_version_search_list, opts)
143
148
  p result
144
149
  rescue PulpAnsibleClient::ApiError => e
145
150
  puts "Exception when calling ApiPluginAnsibleSearchCollectionVersionsApi->rebuild: #{e}"
@@ -153,6 +158,7 @@ Name | Type | Description | Notes
153
158
  ------------- | ------------- | ------------- | -------------
154
159
  **ansible_cross_repository_collection_version_index_href** | **String**| |
155
160
  **collection_version_search_list** | [**CollectionVersionSearchList**](CollectionVersionSearchList.md)| |
161
+ **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
156
162
 
157
163
  ### Return type
158
164