pulp_ansible_client 0.24.5 → 0.24.7

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 (194) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +8 -5
  3. data/docs/AnsibleCollectionVersionResponse.md +8 -8
  4. data/docs/AnsibleCollectionsApi.md +26 -8
  5. data/docs/AnsibleCopyApi.md +8 -4
  6. data/docs/AnsibleGitRemote.md +26 -26
  7. data/docs/AnsibleGitRemoteResponse.md +22 -22
  8. data/docs/AnsibleRole.md +4 -4
  9. data/docs/AnsibleRoleResponse.md +8 -8
  10. data/docs/ApiPluginAnsibleSearchCollectionVersionsApi.md +10 -4
  11. data/docs/ApiRolesApi.md +2 -0
  12. data/docs/CollectionImportApi.md +2 -0
  13. data/docs/ContentCollectionDeprecationsApi.md +28 -12
  14. data/docs/ContentCollectionMarksApi.md +28 -12
  15. data/docs/ContentCollectionSignaturesApi.md +22 -8
  16. data/docs/ContentCollectionVersionsApi.md +30 -16
  17. data/docs/ContentNamespacesApi.md +22 -8
  18. data/docs/ContentRolesApi.md +28 -12
  19. data/docs/DistributionsAnsibleApi.md +72 -32
  20. data/docs/PatchedansibleGitRemote.md +26 -26
  21. data/docs/PulpAnsibleApiApi.md +2 -0
  22. data/docs/PulpAnsibleApiV3Api.md +2 -0
  23. data/docs/PulpAnsibleApiV3ArtifactsCollectionsApi.md +2 -0
  24. data/docs/PulpAnsibleApiV3CollectionVersionsAllApi.md +2 -0
  25. data/docs/PulpAnsibleApiV3CollectionsAllApi.md +2 -0
  26. data/docs/PulpAnsibleApiV3CollectionsApi.md +20 -8
  27. data/docs/PulpAnsibleApiV3CollectionsVersionsApi.md +12 -4
  28. data/docs/PulpAnsibleApiV3CollectionsVersionsDocsBlobApi.md +2 -0
  29. data/docs/PulpAnsibleApiV3NamespacesApi.md +4 -0
  30. data/docs/PulpAnsibleApiV3PluginAnsibleClientConfigurationApi.md +2 -0
  31. data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsAllCollectionsApi.md +2 -0
  32. data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsAllVersionsApi.md +2 -0
  33. data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsApi.md +2 -0
  34. data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsArtifactsApi.md +2 -0
  35. data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexApi.md +20 -8
  36. data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexVersionsApi.md +12 -4
  37. data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexVersionsDocsBlobApi.md +2 -0
  38. data/docs/PulpAnsibleApiV3PluginAnsibleContentNamespacesApi.md +16 -4
  39. data/docs/PulpAnsibleArtifactsCollectionsV3Api.md +8 -0
  40. data/docs/PulpAnsibleDefaultApiApi.md +14 -5
  41. data/docs/PulpAnsibleDefaultApiV3Api.md +14 -5
  42. data/docs/PulpAnsibleDefaultApiV3ArtifactsCollectionsApi.md +2 -0
  43. data/docs/PulpAnsibleDefaultApiV3CollectionVersionsAllApi.md +14 -5
  44. data/docs/PulpAnsibleDefaultApiV3CollectionsAllApi.md +2 -0
  45. data/docs/PulpAnsibleDefaultApiV3CollectionsApi.md +20 -8
  46. data/docs/PulpAnsibleDefaultApiV3CollectionsVersionsApi.md +12 -4
  47. data/docs/PulpAnsibleDefaultApiV3CollectionsVersionsDocsBlobApi.md +2 -0
  48. data/docs/PulpAnsibleDefaultApiV3NamespacesApi.md +4 -0
  49. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleClientConfigurationApi.md +14 -5
  50. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsAllCollectionsApi.md +2 -0
  51. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsAllVersionsApi.md +2 -0
  52. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsApi.md +2 -0
  53. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsArtifactsApi.md +2 -0
  54. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexApi.md +20 -8
  55. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsApi.md +12 -4
  56. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsDocsBlobApi.md +2 -0
  57. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesApi.md +16 -4
  58. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleSearchCollectionVersionsApi.md +10 -4
  59. data/docs/PulpAnsibleTagsApi.md +2 -0
  60. data/docs/RemotesCollectionApi.md +72 -32
  61. data/docs/RemotesGitApi.md +72 -32
  62. data/docs/RemotesRoleApi.md +72 -32
  63. data/docs/RepositoriesAnsibleApi.md +136 -64
  64. data/docs/RepositoriesAnsibleVersionsApi.md +30 -14
  65. data/docs/VersionsApi.md +2 -0
  66. data/lib/pulp_ansible_client/api/ansible_collections_api.rb +21 -0
  67. data/lib/pulp_ansible_client/api/ansible_copy_api.rb +3 -0
  68. data/lib/pulp_ansible_client/api/api_plugin_ansible_search_collection_versions_api.rb +6 -0
  69. data/lib/pulp_ansible_client/api/api_roles_api.rb +3 -0
  70. data/lib/pulp_ansible_client/api/collection_import_api.rb +3 -0
  71. data/lib/pulp_ansible_client/api/content_collection_deprecations_api.rb +15 -0
  72. data/lib/pulp_ansible_client/api/content_collection_marks_api.rb +15 -0
  73. data/lib/pulp_ansible_client/api/content_collection_signatures_api.rb +15 -0
  74. data/lib/pulp_ansible_client/api/content_collection_versions_api.rb +27 -12
  75. data/lib/pulp_ansible_client/api/content_namespaces_api.rb +15 -0
  76. data/lib/pulp_ansible_client/api/content_roles_api.rb +15 -0
  77. data/lib/pulp_ansible_client/api/distributions_ansible_api.rb +36 -0
  78. data/lib/pulp_ansible_client/api/pulp_ansible_api_api.rb +3 -0
  79. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_api.rb +3 -0
  80. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_artifacts_collections_api.rb +3 -0
  81. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collection_versions_all_api.rb +3 -0
  82. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_all_api.rb +3 -0
  83. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_api.rb +12 -0
  84. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_versions_api.rb +9 -0
  85. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_versions_docs_blob_api.rb +3 -0
  86. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_namespaces_api.rb +6 -0
  87. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_client_configuration_api.rb +3 -0
  88. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_collections_api.rb +3 -0
  89. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_versions_api.rb +3 -0
  90. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_api.rb +3 -0
  91. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_artifacts_api.rb +3 -0
  92. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_api.rb +12 -0
  93. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api.rb +9 -0
  94. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api.rb +3 -0
  95. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_namespaces_api.rb +15 -0
  96. data/lib/pulp_ansible_client/api/pulp_ansible_artifacts_collections_v3_api.rb +12 -0
  97. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_api.rb +9 -0
  98. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_api.rb +9 -0
  99. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_artifacts_collections_api.rb +3 -0
  100. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collection_versions_all_api.rb +9 -0
  101. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_all_api.rb +3 -0
  102. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_api.rb +12 -0
  103. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_versions_api.rb +9 -0
  104. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_versions_docs_blob_api.rb +3 -0
  105. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_namespaces_api.rb +6 -0
  106. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_client_configuration_api.rb +9 -0
  107. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_collections_api.rb +3 -0
  108. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_versions_api.rb +3 -0
  109. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_api.rb +3 -0
  110. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_artifacts_api.rb +3 -0
  111. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_api.rb +12 -0
  112. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api.rb +9 -0
  113. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api.rb +3 -0
  114. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_namespaces_api.rb +15 -0
  115. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_search_collection_versions_api.rb +6 -0
  116. data/lib/pulp_ansible_client/api/pulp_ansible_tags_api.rb +3 -0
  117. data/lib/pulp_ansible_client/api/remotes_collection_api.rb +36 -0
  118. data/lib/pulp_ansible_client/api/remotes_git_api.rb +36 -0
  119. data/lib/pulp_ansible_client/api/remotes_role_api.rb +36 -0
  120. data/lib/pulp_ansible_client/api/repositories_ansible_api.rb +60 -0
  121. data/lib/pulp_ansible_client/api/repositories_ansible_versions_api.rb +18 -3
  122. data/lib/pulp_ansible_client/api/versions_api.rb +3 -0
  123. data/lib/pulp_ansible_client/models/ansible_collection_version_response.rb +32 -32
  124. data/lib/pulp_ansible_client/models/ansible_git_remote.rb +220 -220
  125. data/lib/pulp_ansible_client/models/ansible_git_remote_response.rb +139 -139
  126. data/lib/pulp_ansible_client/models/ansible_role.rb +17 -17
  127. data/lib/pulp_ansible_client/models/ansible_role_response.rb +34 -34
  128. data/lib/pulp_ansible_client/models/patchedansible_git_remote.rb +217 -217
  129. data/lib/pulp_ansible_client/version.rb +1 -1
  130. data/pulp_ansible_client.gemspec +0 -1
  131. data/spec/api/ansible_collections_api_spec.rb +7 -0
  132. data/spec/api/ansible_copy_api_spec.rb +1 -0
  133. data/spec/api/api_plugin_ansible_search_collection_versions_api_spec.rb +2 -0
  134. data/spec/api/api_roles_api_spec.rb +1 -0
  135. data/spec/api/collection_import_api_spec.rb +1 -0
  136. data/spec/api/content_collection_deprecations_api_spec.rb +5 -0
  137. data/spec/api/content_collection_marks_api_spec.rb +5 -0
  138. data/spec/api/content_collection_signatures_api_spec.rb +5 -0
  139. data/spec/api/content_collection_versions_api_spec.rb +9 -4
  140. data/spec/api/content_namespaces_api_spec.rb +5 -0
  141. data/spec/api/content_roles_api_spec.rb +5 -0
  142. data/spec/api/distributions_ansible_api_spec.rb +12 -0
  143. data/spec/api/pulp_ansible_api_api_spec.rb +1 -0
  144. data/spec/api/pulp_ansible_api_v3_api_spec.rb +1 -0
  145. data/spec/api/pulp_ansible_api_v3_artifacts_collections_api_spec.rb +1 -0
  146. data/spec/api/pulp_ansible_api_v3_collection_versions_all_api_spec.rb +1 -0
  147. data/spec/api/pulp_ansible_api_v3_collections_all_api_spec.rb +1 -0
  148. data/spec/api/pulp_ansible_api_v3_collections_api_spec.rb +4 -0
  149. data/spec/api/pulp_ansible_api_v3_collections_versions_api_spec.rb +3 -0
  150. data/spec/api/pulp_ansible_api_v3_collections_versions_docs_blob_api_spec.rb +1 -0
  151. data/spec/api/pulp_ansible_api_v3_namespaces_api_spec.rb +2 -0
  152. data/spec/api/pulp_ansible_api_v3_plugin_ansible_client_configuration_api_spec.rb +1 -0
  153. data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_collections_api_spec.rb +1 -0
  154. data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_versions_api_spec.rb +1 -0
  155. data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_api_spec.rb +1 -0
  156. data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_artifacts_api_spec.rb +1 -0
  157. data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_api_spec.rb +4 -0
  158. data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api_spec.rb +3 -0
  159. data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api_spec.rb +1 -0
  160. data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_namespaces_api_spec.rb +5 -0
  161. data/spec/api/pulp_ansible_artifacts_collections_v3_api_spec.rb +4 -0
  162. data/spec/api/pulp_ansible_default_api_api_spec.rb +3 -0
  163. data/spec/api/pulp_ansible_default_api_v3_api_spec.rb +3 -0
  164. data/spec/api/pulp_ansible_default_api_v3_artifacts_collections_api_spec.rb +1 -0
  165. data/spec/api/pulp_ansible_default_api_v3_collection_versions_all_api_spec.rb +3 -0
  166. data/spec/api/pulp_ansible_default_api_v3_collections_all_api_spec.rb +1 -0
  167. data/spec/api/pulp_ansible_default_api_v3_collections_api_spec.rb +4 -0
  168. data/spec/api/pulp_ansible_default_api_v3_collections_versions_api_spec.rb +3 -0
  169. data/spec/api/pulp_ansible_default_api_v3_collections_versions_docs_blob_api_spec.rb +1 -0
  170. data/spec/api/pulp_ansible_default_api_v3_namespaces_api_spec.rb +2 -0
  171. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_client_configuration_api_spec.rb +3 -0
  172. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_collections_api_spec.rb +1 -0
  173. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_versions_api_spec.rb +1 -0
  174. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_api_spec.rb +1 -0
  175. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_artifacts_api_spec.rb +1 -0
  176. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_api_spec.rb +4 -0
  177. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api_spec.rb +3 -0
  178. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api_spec.rb +1 -0
  179. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_namespaces_api_spec.rb +5 -0
  180. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_search_collection_versions_api_spec.rb +2 -0
  181. data/spec/api/pulp_ansible_tags_api_spec.rb +1 -0
  182. data/spec/api/remotes_collection_api_spec.rb +12 -0
  183. data/spec/api/remotes_git_api_spec.rb +12 -0
  184. data/spec/api/remotes_role_api_spec.rb +12 -0
  185. data/spec/api/repositories_ansible_api_spec.rb +20 -0
  186. data/spec/api/repositories_ansible_versions_api_spec.rb +6 -1
  187. data/spec/api/versions_api_spec.rb +1 -0
  188. data/spec/models/ansible_collection_version_response_spec.rb +5 -5
  189. data/spec/models/ansible_git_remote_response_spec.rb +18 -18
  190. data/spec/models/ansible_git_remote_spec.rb +20 -20
  191. data/spec/models/ansible_role_response_spec.rb +5 -5
  192. data/spec/models/ansible_role_spec.rb +2 -2
  193. data/spec/models/patchedansible_git_remote_spec.rb +20 -20
  194. metadata +124 -144
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b1cc0242acc42957dd56724c018bf3e241e9af335783bccada2da1981c60ab15
4
- data.tar.gz: 64f69eb290223b40da7e8148c83fe163870d04ff1c37eb2755969c39ccce896d
3
+ metadata.gz: 9eae3adae8492680160f51725d3188c6af5dae81d30f50ff1e9a30424eff5e91
4
+ data.tar.gz: fffca18aead51a37d044a8f9eed1237ffff97181da115d6ca8ed1157a1ed07ea
5
5
  SHA512:
6
- metadata.gz: dfa7149e7d028a8a89c088bd2af81da4221dadb8a1c5598b61314d76a8f23fd84c59b052bc86bfd901bc7dbd51cfb384b32c669fcc705b142cf7493ad76af368
7
- data.tar.gz: b491484d6d907bfb06b4ddee6ba6c0d7b43af5a21c339028a8ab9ace8dacc2c4b66d345ff2276b63b9e0afdd97ece1dddc9e3d63443771b24f203d0716fc1b68
6
+ metadata.gz: 8c99bd07b8b5ea9e1934dee4f127ca1907548d72fb29835e3ad7aec438761b90edbdb1c5c1ff05d93506add90fd6e92250e77b6b1778f5281381c17a3df329b2
7
+ data.tar.gz: a785948d0f09494eb2c2059cc5a59e5cca113fde221ff39b6bd7ece462132676e9bf862dfe8a7266510c127c57a9397040ff338b5268b5fcbbeed6a4fc92b893
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.24.5
10
+ - Package version: 0.24.7
11
11
  - Generator version: 7.10.0
12
12
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
13
13
  For more information, please visit [https://pulpproject.org](https://pulpproject.org)
@@ -25,16 +25,16 @@ gem build pulp_ansible_client.gemspec
25
25
  Then either install the gem locally:
26
26
 
27
27
  ```shell
28
- gem install ./pulp_ansible_client-0.24.5.gem
28
+ gem install ./pulp_ansible_client-0.24.7.gem
29
29
  ```
30
30
 
31
- (for development, run `gem install --dev ./pulp_ansible_client-0.24.5.gem` to install the development dependencies)
31
+ (for development, run `gem install --dev ./pulp_ansible_client-0.24.7.gem` to install the development dependencies)
32
32
 
33
33
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
34
34
 
35
35
  Finally add this to the Gemfile:
36
36
 
37
- gem 'pulp_ansible_client', '~> 0.24.5'
37
+ gem 'pulp_ansible_client', '~> 0.24.7'
38
38
 
39
39
  ### Install from Git
40
40
 
@@ -70,10 +70,13 @@ end
70
70
  api_instance = PulpAnsibleClient::AnsibleCollectionsApi.new
71
71
  ansible_collection_href = 'ansible_collection_href_example' # String |
72
72
  nested_role = PulpAnsibleClient::NestedRole.new({role: 'role_example'}) # NestedRole |
73
+ opts = {
74
+ x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
75
+ }
73
76
 
74
77
  begin
75
78
  #Add a role
76
- result = api_instance.add_role(ansible_collection_href, nested_role)
79
+ result = api_instance.add_role(ansible_collection_href, nested_role, opts)
77
80
  p result
78
81
  rescue PulpAnsibleClient::ApiError => e
79
82
  puts "Exception when calling AnsibleCollectionsApi->add_role: #{e}"
@@ -4,12 +4,12 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **pulp_last_updated** | **Time** | 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] |
7
8
  | **pulp_href** | **String** | | [optional][readonly] |
8
- | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
9
- | **artifact** | **String** | Artifact file representing the physical content | [optional] |
10
- | **pulp_labels** | **Hash&lt;String, String&gt;** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
11
9
  | **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
12
- | **pulp_last_updated** | **Time** | 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] |
10
+ | **pulp_labels** | **Hash&lt;String, String&gt;** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
11
+ | **artifact** | **String** | Artifact file representing the physical content | [optional] |
12
+ | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
13
13
  | **sha256** | **String** | The SHA-256 checksum if available. | [optional][readonly] |
14
14
  | **md5** | **String** | The MD5 checksum if available. | [optional][readonly] |
15
15
  | **sha1** | **String** | The SHA-1 checksum if available. | [optional][readonly] |
@@ -41,12 +41,12 @@
41
41
  require 'pulp_ansible_client'
42
42
 
43
43
  instance = PulpAnsibleClient::AnsibleCollectionVersionResponse.new(
44
+ pulp_last_updated: null,
44
45
  pulp_href: null,
45
- pulp_created: null,
46
- artifact: null,
47
- pulp_labels: null,
48
46
  prn: null,
49
- pulp_last_updated: null,
47
+ pulp_labels: null,
48
+ artifact: null,
49
+ pulp_created: null,
50
50
  sha256: null,
51
51
  md5: null,
52
52
  sha1: null,
@@ -15,7 +15,7 @@ All URIs are relative to *http://localhost:24817*
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({role: 'role_example'}) # NestedRole |
39
+ opts = {
40
+ x_task_diagnostics: ['inner_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 "Error when calling AnsibleCollectionsApi->add_role: #{e}"
@@ -50,12 +53,12 @@ end
50
53
 
51
54
  This returns an Array which contains the response data, status code and headers.
52
55
 
53
- > <Array(<NestedRoleResponse>, Integer, Hash)> add_role_with_http_info(ansible_collection_href, nested_role)
56
+ > <Array(<NestedRoleResponse>, Integer, Hash)> add_role_with_http_info(ansible_collection_href, nested_role, opts)
54
57
 
55
58
  ```ruby
56
59
  begin
57
60
  # Add a role
58
- data, status_code, headers = api_instance.add_role_with_http_info(ansible_collection_href, nested_role)
61
+ data, status_code, headers = api_instance.add_role_with_http_info(ansible_collection_href, nested_role, opts)
59
62
  p status_code # => 2xx
60
63
  p headers # => { ... }
61
64
  p data # => <NestedRoleResponse>
@@ -70,6 +73,7 @@ end
70
73
  | ---- | ---- | ----------- | ----- |
71
74
  | **ansible_collection_href** | **String** | | |
72
75
  | **nested_role** | [**NestedRole**](NestedRole.md) | | |
76
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
73
77
 
74
78
  ### Return type
75
79
 
@@ -107,6 +111,7 @@ end
107
111
 
108
112
  api_instance = PulpAnsibleClient::AnsibleCollectionsApi.new
109
113
  opts = {
114
+ x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
110
115
  limit: 56, # Integer | Number of results to return per page.
111
116
  name: 'name_example', # String |
112
117
  namespace: 'namespace_example', # String |
@@ -151,6 +156,7 @@ end
151
156
 
152
157
  | Name | Type | Description | Notes |
153
158
  | ---- | ---- | ----------- | ----- |
159
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
154
160
  | **limit** | **Integer** | Number of results to return per page. | [optional] |
155
161
  | **name** | **String** | | [optional] |
156
162
  | **namespace** | **String** | | [optional] |
@@ -200,6 +206,7 @@ end
200
206
  api_instance = PulpAnsibleClient::AnsibleCollectionsApi.new
201
207
  ansible_collection_href = 'ansible_collection_href_example' # String |
202
208
  opts = {
209
+ x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
203
210
  fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
204
211
  exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
205
212
  }
@@ -236,6 +243,7 @@ end
236
243
  | Name | Type | Description | Notes |
237
244
  | ---- | ---- | ----------- | ----- |
238
245
  | **ansible_collection_href** | **String** | | |
246
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
239
247
  | **fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to include in the response. | [optional] |
240
248
  | **exclude_fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to exclude from the response. | [optional] |
241
249
 
@@ -276,6 +284,7 @@ end
276
284
  api_instance = PulpAnsibleClient::AnsibleCollectionsApi.new
277
285
  ansible_collection_href = 'ansible_collection_href_example' # String |
278
286
  opts = {
287
+ x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
279
288
  fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
280
289
  exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
281
290
  }
@@ -312,6 +321,7 @@ end
312
321
  | Name | Type | Description | Notes |
313
322
  | ---- | ---- | ----------- | ----- |
314
323
  | **ansible_collection_href** | **String** | | |
324
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
315
325
  | **fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to include in the response. | [optional] |
316
326
  | **exclude_fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to exclude from the response. | [optional] |
317
327
 
@@ -352,6 +362,7 @@ end
352
362
  api_instance = PulpAnsibleClient::AnsibleCollectionsApi.new
353
363
  ansible_collection_href = 'ansible_collection_href_example' # String |
354
364
  opts = {
365
+ x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
355
366
  fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
356
367
  exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
357
368
  }
@@ -388,6 +399,7 @@ end
388
399
  | Name | Type | Description | Notes |
389
400
  | ---- | ---- | ----------- | ----- |
390
401
  | **ansible_collection_href** | **String** | | |
402
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
391
403
  | **fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to include in the response. | [optional] |
392
404
  | **exclude_fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to exclude from the response. | [optional] |
393
405
 
@@ -407,7 +419,7 @@ end
407
419
 
408
420
  ## remove_role
409
421
 
410
- > <NestedRoleResponse> remove_role(ansible_collection_href, nested_role)
422
+ > <NestedRoleResponse> remove_role(ansible_collection_href, nested_role, opts)
411
423
 
412
424
  Remove a role
413
425
 
@@ -428,10 +440,13 @@ end
428
440
  api_instance = PulpAnsibleClient::AnsibleCollectionsApi.new
429
441
  ansible_collection_href = 'ansible_collection_href_example' # String |
430
442
  nested_role = PulpAnsibleClient::NestedRole.new({role: 'role_example'}) # NestedRole |
443
+ opts = {
444
+ x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
445
+ }
431
446
 
432
447
  begin
433
448
  # Remove a role
434
- result = api_instance.remove_role(ansible_collection_href, nested_role)
449
+ result = api_instance.remove_role(ansible_collection_href, nested_role, opts)
435
450
  p result
436
451
  rescue PulpAnsibleClient::ApiError => e
437
452
  puts "Error when calling AnsibleCollectionsApi->remove_role: #{e}"
@@ -442,12 +457,12 @@ end
442
457
 
443
458
  This returns an Array which contains the response data, status code and headers.
444
459
 
445
- > <Array(<NestedRoleResponse>, Integer, Hash)> remove_role_with_http_info(ansible_collection_href, nested_role)
460
+ > <Array(<NestedRoleResponse>, Integer, Hash)> remove_role_with_http_info(ansible_collection_href, nested_role, opts)
446
461
 
447
462
  ```ruby
448
463
  begin
449
464
  # Remove a role
450
- data, status_code, headers = api_instance.remove_role_with_http_info(ansible_collection_href, nested_role)
465
+ data, status_code, headers = api_instance.remove_role_with_http_info(ansible_collection_href, nested_role, opts)
451
466
  p status_code # => 2xx
452
467
  p headers # => { ... }
453
468
  p data # => <NestedRoleResponse>
@@ -462,6 +477,7 @@ end
462
477
  | ---- | ---- | ----------- | ----- |
463
478
  | **ansible_collection_href** | **String** | | |
464
479
  | **nested_role** | [**NestedRole**](NestedRole.md) | | |
480
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
465
481
 
466
482
  ### Return type
467
483
 
@@ -500,6 +516,7 @@ end
500
516
  api_instance = PulpAnsibleClient::AnsibleCollectionsApi.new
501
517
  file = File.new('/path/to/some/file') # File | The Collection tarball.
502
518
  opts = {
519
+ x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
503
520
  sha256: 'sha256_example', # String | An optional sha256 checksum of the uploaded file.
504
521
  expected_namespace: 'expected_namespace_example', # String | The expected 'namespace' of the Collection to be verified against the metadata during import.
505
522
  expected_name: 'expected_name_example', # String | The expected 'name' of the Collection to be verified against the metadata during import.
@@ -538,6 +555,7 @@ end
538
555
  | Name | Type | Description | Notes |
539
556
  | ---- | ---- | ----------- | ----- |
540
557
  | **file** | **File** | The Collection tarball. | |
558
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
541
559
  | **sha256** | **String** | An optional sha256 checksum of the uploaded file. | [optional] |
542
560
  | **expected_namespace** | **String** | The expected &#39;namespace&#39; of the Collection to be verified against the metadata during import. | [optional] |
543
561
  | **expected_name** | **String** | The expected &#39;name&#39; of the Collection to be verified against the metadata during import. | [optional] |
@@ -9,7 +9,7 @@ All URIs are relative to *http://localhost:24817*
9
9
 
10
10
  ## copy_content
11
11
 
12
- > <AsyncOperationResponse> copy_content(copy)
12
+ > <AsyncOperationResponse> copy_content(copy, opts)
13
13
 
14
14
  Copy content
15
15
 
@@ -29,10 +29,13 @@ end
29
29
 
30
30
  api_instance = PulpAnsibleClient::AnsibleCopyApi.new
31
31
  copy = PulpAnsibleClient::Copy.new({config: 3.56}) # Copy |
32
+ opts = {
33
+ x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
34
+ }
32
35
 
33
36
  begin
34
37
  # Copy content
35
- result = api_instance.copy_content(copy)
38
+ result = api_instance.copy_content(copy, opts)
36
39
  p result
37
40
  rescue PulpAnsibleClient::ApiError => e
38
41
  puts "Error when calling AnsibleCopyApi->copy_content: #{e}"
@@ -43,12 +46,12 @@ end
43
46
 
44
47
  This returns an Array which contains the response data, status code and headers.
45
48
 
46
- > <Array(<AsyncOperationResponse>, Integer, Hash)> copy_content_with_http_info(copy)
49
+ > <Array(<AsyncOperationResponse>, Integer, Hash)> copy_content_with_http_info(copy, opts)
47
50
 
48
51
  ```ruby
49
52
  begin
50
53
  # Copy content
51
- data, status_code, headers = api_instance.copy_content_with_http_info(copy)
54
+ data, status_code, headers = api_instance.copy_content_with_http_info(copy, opts)
52
55
  p status_code # => 2xx
53
56
  p headers # => { ... }
54
57
  p data # => <AsyncOperationResponse>
@@ -62,6 +65,7 @@ end
62
65
  | Name | Type | Description | Notes |
63
66
  | ---- | ---- | ----------- | ----- |
64
67
  | **copy** | [**Copy**](Copy.md) | | |
68
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
65
69
 
66
70
  ### Return type
67
71
 
@@ -4,26 +4,26 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional] |
7
+ | **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional] |
8
+ | **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
9
+ | **proxy_username** | **String** | The username to authenticte to the proxy. | [optional] |
8
10
  | **url** | **String** | The URL of an external content source. | |
9
11
  | **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] |
10
- | **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
11
- | **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] |
12
- | **password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional] |
13
- | **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional] |
14
- | **username** | **String** | The username to be used for authentication when syncing. | [optional] |
15
- | **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] |
16
12
  | **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional] |
17
- | **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
18
- | **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional] |
19
- | **proxy_username** | **String** | The username to authenticte to the proxy. | [optional] |
20
- | **headers** | **Array&lt;Object&gt;** | Headers for aiohttp.Clientsession | [optional] |
13
+ | **password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional] |
21
14
  | **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] |
15
+ | **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional] |
16
+ | **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] |
17
+ | **name** | **String** | A unique name for this remote. | |
22
18
  | **client_key** | **String** | A PEM encoded private key used for authentication. | [optional] |
23
19
  | **proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional] |
20
+ | **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional] |
21
+ | **username** | **String** | The username to be used for authentication when syncing. | [optional] |
22
+ | **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional] |
23
+ | **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
24
+ | **headers** | **Array&lt;Object&gt;** | Headers for aiohttp.Clientsession | [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] |
24
26
  | **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional] |
25
- | **name** | **String** | A unique name for this remote. | |
26
- | **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will 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
 
@@ -33,26 +33,26 @@
33
33
  require 'pulp_ansible_client'
34
34
 
35
35
  instance = PulpAnsibleClient::AnsibleGitRemote.new(
36
- ca_cert: null,
36
+ max_retries: null,
37
+ download_concurrency: null,
38
+ proxy_username: null,
37
39
  url: null,
38
40
  sock_read_timeout: null,
39
- download_concurrency: null,
40
- total_timeout: null,
41
- password: null,
42
- pulp_labels: null,
43
- username: null,
44
- sock_connect_timeout: null,
45
41
  proxy_url: null,
46
- rate_limit: null,
47
- client_cert: null,
48
- proxy_username: null,
49
- headers: null,
42
+ password: null,
50
43
  connect_timeout: null,
44
+ ca_cert: null,
45
+ sock_connect_timeout: null,
46
+ name: null,
51
47
  client_key: null,
52
48
  proxy_password: null,
49
+ client_cert: null,
50
+ username: null,
51
+ pulp_labels: null,
52
+ rate_limit: null,
53
+ headers: null,
54
+ total_timeout: null,
53
55
  tls_validation: null,
54
- name: null,
55
- max_retries: null,
56
56
  metadata_only: null,
57
57
  git_ref: null
58
58
  )
@@ -4,26 +4,26 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **pulp_last_updated** | **Time** | Timestamp of the most recent update of the remote. | [optional][readonly] |
8
+ | **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional] |
7
9
  | **pulp_href** | **String** | | [optional][readonly] |
8
- | **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional] |
10
+ | **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
9
11
  | **url** | **String** | The URL of an external content source. | |
10
12
  | **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
- | **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
12
- | **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] |
13
- | **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional] |
13
+ | **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional] |
14
14
  | **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
15
- | **pulp_last_updated** | **Time** | Timestamp of the most recent update of the remote. | [optional][readonly] |
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
+ | **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional] |
16
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] |
17
- | **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional] |
18
- | **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
18
+ | **name** | **String** | A unique name for this remote. | |
19
19
  | **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional] |
20
+ | **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional] |
21
+ | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
22
+ | **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
20
23
  | **hidden_fields** | [**Array&lt;AnsibleCollectionRemoteResponseHiddenFieldsInner&gt;**](AnsibleCollectionRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional][readonly] |
21
24
  | **headers** | **Array&lt;Object&gt;** | Headers for aiohttp.Clientsession | [optional] |
22
- | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
23
- | **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] |
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] |
24
26
  | **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional] |
25
- | **name** | **String** | A unique name for this remote. | |
26
- | **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will 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
 
@@ -33,26 +33,26 @@
33
33
  require 'pulp_ansible_client'
34
34
 
35
35
  instance = PulpAnsibleClient::AnsibleGitRemoteResponse.new(
36
+ pulp_last_updated: null,
37
+ max_retries: null,
36
38
  pulp_href: null,
37
- ca_cert: null,
39
+ download_concurrency: null,
38
40
  url: null,
39
41
  sock_read_timeout: null,
40
- download_concurrency: null,
41
- total_timeout: null,
42
- pulp_labels: null,
42
+ proxy_url: null,
43
43
  prn: null,
44
- pulp_last_updated: null,
44
+ connect_timeout: null,
45
+ ca_cert: null,
45
46
  sock_connect_timeout: null,
46
- proxy_url: null,
47
- rate_limit: null,
47
+ name: null,
48
48
  client_cert: null,
49
+ pulp_labels: null,
50
+ pulp_created: null,
51
+ rate_limit: null,
49
52
  hidden_fields: null,
50
53
  headers: null,
51
- pulp_created: null,
52
- connect_timeout: null,
54
+ total_timeout: null,
53
55
  tls_validation: null,
54
- name: null,
55
- max_retries: null,
56
56
  metadata_only: null,
57
57
  git_ref: null
58
58
  )
data/docs/AnsibleRole.md CHANGED
@@ -4,9 +4,9 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **artifact** | **String** | Artifact file representing the physical content | |
8
- | **pulp_labels** | **Hash&lt;String, String&gt;** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
9
7
  | **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional] |
8
+ | **pulp_labels** | **Hash&lt;String, String&gt;** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
9
+ | **artifact** | **String** | Artifact file representing the physical content | |
10
10
  | **version** | **String** | | |
11
11
  | **name** | **String** | | |
12
12
  | **namespace** | **String** | | |
@@ -17,9 +17,9 @@
17
17
  require 'pulp_ansible_client'
18
18
 
19
19
  instance = PulpAnsibleClient::AnsibleRole.new(
20
- artifact: null,
21
- pulp_labels: null,
22
20
  repository: null,
21
+ pulp_labels: null,
22
+ artifact: null,
23
23
  version: null,
24
24
  name: null,
25
25
  namespace: null
@@ -4,12 +4,12 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **pulp_last_updated** | **Time** | 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] |
7
8
  | **pulp_href** | **String** | | [optional][readonly] |
8
- | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
9
- | **artifact** | **String** | Artifact file representing the physical content | |
10
- | **pulp_labels** | **Hash&lt;String, String&gt;** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
11
9
  | **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
12
- | **pulp_last_updated** | **Time** | 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] |
10
+ | **pulp_labels** | **Hash&lt;String, String&gt;** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
11
+ | **artifact** | **String** | Artifact file representing the physical content | |
12
+ | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
13
13
  | **version** | **String** | | |
14
14
  | **name** | **String** | | |
15
15
  | **namespace** | **String** | | |
@@ -20,12 +20,12 @@
20
20
  require 'pulp_ansible_client'
21
21
 
22
22
  instance = PulpAnsibleClient::AnsibleRoleResponse.new(
23
+ pulp_last_updated: null,
23
24
  pulp_href: null,
24
- pulp_created: null,
25
- artifact: null,
26
- pulp_labels: null,
27
25
  prn: null,
28
- pulp_last_updated: null,
26
+ pulp_labels: null,
27
+ artifact: null,
28
+ pulp_created: null,
29
29
  version: null,
30
30
  name: null,
31
31
  namespace: null
@@ -31,6 +31,7 @@ end
31
31
  api_instance = PulpAnsibleClient::ApiPluginAnsibleSearchCollectionVersionsApi.new
32
32
  ansible_cross_repository_collection_version_index_href = 'ansible_cross_repository_collection_version_index_href_example' # String |
33
33
  opts = {
34
+ x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
34
35
  dependency: 'dependency_example', # String |
35
36
  deprecated: true, # Boolean |
36
37
  distribution: ['inner_example'], # Array<String> | Filter collectionversions that are in these distrubtion ids.
@@ -90,6 +91,7 @@ end
90
91
  | Name | Type | Description | Notes |
91
92
  | ---- | ---- | ----------- | ----- |
92
93
  | **ansible_cross_repository_collection_version_index_href** | **String** | | |
94
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
93
95
  | **dependency** | **String** | | [optional] |
94
96
  | **deprecated** | **Boolean** | | [optional] |
95
97
  | **distribution** | [**Array&lt;String&gt;**](String.md) | Filter collectionversions that are in these distrubtion ids. | [optional] |
@@ -132,7 +134,7 @@ end
132
134
 
133
135
  ## rebuild
134
136
 
135
- > <CollectionVersionSearchListResponse> rebuild(ansible_cross_repository_collection_version_index_href, collection_version_search_list)
137
+ > <CollectionVersionSearchListResponse> rebuild(ansible_cross_repository_collection_version_index_href, collection_version_search_list, opts)
136
138
 
137
139
 
138
140
 
@@ -153,10 +155,13 @@ end
153
155
  api_instance = PulpAnsibleClient::ApiPluginAnsibleSearchCollectionVersionsApi.new
154
156
  ansible_cross_repository_collection_version_index_href = 'ansible_cross_repository_collection_version_index_href_example' # String |
155
157
  collection_version_search_list = PulpAnsibleClient::CollectionVersionSearchList.new({repository: PulpAnsibleClient::Repository.new({name: 'name_example'}), namespace_metadata: PulpAnsibleClient::AnsibleAnsibleNamespaceMetadata.new({name: 'name_example'}), is_highest: false, is_deprecated: false, is_signed: false}) # CollectionVersionSearchList |
158
+ opts = {
159
+ x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
160
+ }
156
161
 
157
162
  begin
158
163
 
159
- result = api_instance.rebuild(ansible_cross_repository_collection_version_index_href, collection_version_search_list)
164
+ result = api_instance.rebuild(ansible_cross_repository_collection_version_index_href, collection_version_search_list, opts)
160
165
  p result
161
166
  rescue PulpAnsibleClient::ApiError => e
162
167
  puts "Error when calling ApiPluginAnsibleSearchCollectionVersionsApi->rebuild: #{e}"
@@ -167,12 +172,12 @@ end
167
172
 
168
173
  This returns an Array which contains the response data, status code and headers.
169
174
 
170
- > <Array(<CollectionVersionSearchListResponse>, Integer, Hash)> rebuild_with_http_info(ansible_cross_repository_collection_version_index_href, collection_version_search_list)
175
+ > <Array(<CollectionVersionSearchListResponse>, Integer, Hash)> rebuild_with_http_info(ansible_cross_repository_collection_version_index_href, collection_version_search_list, opts)
171
176
 
172
177
  ```ruby
173
178
  begin
174
179
 
175
- data, status_code, headers = api_instance.rebuild_with_http_info(ansible_cross_repository_collection_version_index_href, collection_version_search_list)
180
+ data, status_code, headers = api_instance.rebuild_with_http_info(ansible_cross_repository_collection_version_index_href, collection_version_search_list, opts)
176
181
  p status_code # => 2xx
177
182
  p headers # => { ... }
178
183
  p data # => <CollectionVersionSearchListResponse>
@@ -187,6 +192,7 @@ end
187
192
  | ---- | ---- | ----------- | ----- |
188
193
  | **ansible_cross_repository_collection_version_index_href** | **String** | | |
189
194
  | **collection_version_search_list** | [**CollectionVersionSearchList**](CollectionVersionSearchList.md) | | |
195
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
190
196
 
191
197
  ### Return type
192
198
 
data/docs/ApiRolesApi.md CHANGED
@@ -24,6 +24,7 @@ require 'pulp_ansible_client'
24
24
  api_instance = PulpAnsibleClient::ApiRolesApi.new
25
25
  ansible_role_href = 'ansible_role_href_example' # String |
26
26
  opts = {
27
+ x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
27
28
  limit: 56, # Integer | Number of results to return per page.
28
29
  offset: 56, # Integer | The initial index from which to return the results.
29
30
  fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
@@ -62,6 +63,7 @@ end
62
63
  | Name | Type | Description | Notes |
63
64
  | ---- | ---- | ----------- | ----- |
64
65
  | **ansible_role_href** | **String** | | |
66
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
65
67
  | **limit** | **Integer** | Number of results to return per page. | [optional] |
66
68
  | **offset** | **Integer** | The initial index from which to return the results. | [optional] |
67
69
  | **fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to include in the response. | [optional] |
@@ -30,6 +30,7 @@ end
30
30
  api_instance = PulpAnsibleClient::CollectionImportApi.new
31
31
  ansible_collection_import_href = 'ansible_collection_import_href_example' # String |
32
32
  opts = {
33
+ x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
33
34
  since: 'since_example', # String | Filter messages since a given timestamp
34
35
  fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
35
36
  exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
@@ -67,6 +68,7 @@ end
67
68
  | Name | Type | Description | Notes |
68
69
  | ---- | ---- | ----------- | ----- |
69
70
  | **ansible_collection_import_href** | **String** | | |
71
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
70
72
  | **since** | **String** | Filter messages since a given timestamp | [optional] |
71
73
  | **fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to include in the response. | [optional] |
72
74
  | **exclude_fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to exclude from the response. | [optional] |