pulp_ansible_client 0.26.0 → 0.27.0

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 (203) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +10 -7
  3. data/docs/AnsibleCollectionVersionResponse.md +7 -7
  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 +30 -30
  8. data/docs/AnsibleRole.md +2 -2
  9. data/docs/AnsibleRoleResponse.md +6 -6
  10. data/docs/ApiPluginAnsibleSearchCollectionVersionsApi.md +10 -4
  11. data/docs/ApiRolesApi.md +2 -0
  12. data/docs/CollectionImportApi.md +2 -0
  13. data/docs/CollectionMetadataResponse.md +1 -1
  14. data/docs/CollectionSummaryResponse.md +1 -1
  15. data/docs/CollectionSummaryResponseTagsInner.md +18 -0
  16. data/docs/ContentCollectionDeprecationsApi.md +28 -12
  17. data/docs/ContentCollectionMarksApi.md +28 -12
  18. data/docs/ContentCollectionSignaturesApi.md +22 -8
  19. data/docs/ContentCollectionVersionsApi.md +32 -18
  20. data/docs/ContentNamespacesApi.md +22 -8
  21. data/docs/ContentRolesApi.md +28 -12
  22. data/docs/DistributionsAnsibleApi.md +72 -32
  23. data/docs/PatchedansibleGitRemote.md +26 -26
  24. data/docs/PulpAnsibleApiApi.md +2 -0
  25. data/docs/PulpAnsibleApiV3Api.md +2 -0
  26. data/docs/PulpAnsibleApiV3ArtifactsCollectionsApi.md +2 -0
  27. data/docs/PulpAnsibleApiV3CollectionVersionsAllApi.md +2 -0
  28. data/docs/PulpAnsibleApiV3CollectionsAllApi.md +2 -0
  29. data/docs/PulpAnsibleApiV3CollectionsApi.md +20 -8
  30. data/docs/PulpAnsibleApiV3CollectionsVersionsApi.md +14 -6
  31. data/docs/PulpAnsibleApiV3CollectionsVersionsDocsBlobApi.md +2 -0
  32. data/docs/PulpAnsibleApiV3NamespacesApi.md +4 -0
  33. data/docs/PulpAnsibleApiV3PluginAnsibleClientConfigurationApi.md +2 -0
  34. data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsAllCollectionsApi.md +2 -0
  35. data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsAllVersionsApi.md +2 -0
  36. data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsApi.md +2 -0
  37. data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsArtifactsApi.md +2 -0
  38. data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexApi.md +20 -8
  39. data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexVersionsApi.md +14 -6
  40. data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexVersionsDocsBlobApi.md +2 -0
  41. data/docs/PulpAnsibleApiV3PluginAnsibleContentNamespacesApi.md +16 -4
  42. data/docs/PulpAnsibleArtifactsCollectionsV3Api.md +8 -0
  43. data/docs/PulpAnsibleDefaultApiApi.md +14 -5
  44. data/docs/PulpAnsibleDefaultApiV3Api.md +14 -5
  45. data/docs/PulpAnsibleDefaultApiV3ArtifactsCollectionsApi.md +2 -0
  46. data/docs/PulpAnsibleDefaultApiV3CollectionVersionsAllApi.md +14 -5
  47. data/docs/PulpAnsibleDefaultApiV3CollectionsAllApi.md +2 -0
  48. data/docs/PulpAnsibleDefaultApiV3CollectionsApi.md +20 -8
  49. data/docs/PulpAnsibleDefaultApiV3CollectionsVersionsApi.md +14 -6
  50. data/docs/PulpAnsibleDefaultApiV3CollectionsVersionsDocsBlobApi.md +2 -0
  51. data/docs/PulpAnsibleDefaultApiV3NamespacesApi.md +4 -0
  52. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleClientConfigurationApi.md +14 -5
  53. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsAllCollectionsApi.md +2 -0
  54. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsAllVersionsApi.md +2 -0
  55. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsApi.md +2 -0
  56. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsArtifactsApi.md +2 -0
  57. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexApi.md +20 -8
  58. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsApi.md +14 -6
  59. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsDocsBlobApi.md +2 -0
  60. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesApi.md +16 -4
  61. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleSearchCollectionVersionsApi.md +10 -4
  62. data/docs/PulpAnsibleTagsApi.md +6 -4
  63. data/docs/RemotesCollectionApi.md +72 -32
  64. data/docs/RemotesGitApi.md +72 -32
  65. data/docs/RemotesRoleApi.md +72 -32
  66. data/docs/RepositoriesAnsibleApi.md +136 -64
  67. data/docs/RepositoriesAnsibleVersionsApi.md +28 -12
  68. data/docs/VersionsApi.md +2 -0
  69. data/lib/pulp_ansible_client/api/ansible_collections_api.rb +21 -0
  70. data/lib/pulp_ansible_client/api/ansible_copy_api.rb +3 -0
  71. data/lib/pulp_ansible_client/api/api_plugin_ansible_search_collection_versions_api.rb +6 -0
  72. data/lib/pulp_ansible_client/api/api_roles_api.rb +3 -0
  73. data/lib/pulp_ansible_client/api/collection_import_api.rb +3 -0
  74. data/lib/pulp_ansible_client/api/content_collection_deprecations_api.rb +15 -0
  75. data/lib/pulp_ansible_client/api/content_collection_marks_api.rb +15 -0
  76. data/lib/pulp_ansible_client/api/content_collection_signatures_api.rb +15 -0
  77. data/lib/pulp_ansible_client/api/content_collection_versions_api.rb +30 -15
  78. data/lib/pulp_ansible_client/api/content_namespaces_api.rb +15 -0
  79. data/lib/pulp_ansible_client/api/content_roles_api.rb +15 -0
  80. data/lib/pulp_ansible_client/api/distributions_ansible_api.rb +36 -0
  81. data/lib/pulp_ansible_client/api/pulp_ansible_api_api.rb +3 -0
  82. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_api.rb +3 -0
  83. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_artifacts_collections_api.rb +3 -0
  84. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collection_versions_all_api.rb +3 -0
  85. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_all_api.rb +3 -0
  86. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_api.rb +12 -0
  87. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_versions_api.rb +12 -3
  88. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_versions_docs_blob_api.rb +3 -0
  89. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_namespaces_api.rb +6 -0
  90. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_client_configuration_api.rb +3 -0
  91. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_collections_api.rb +3 -0
  92. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_versions_api.rb +3 -0
  93. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_api.rb +3 -0
  94. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_artifacts_api.rb +3 -0
  95. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_api.rb +12 -0
  96. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api.rb +12 -3
  97. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api.rb +3 -0
  98. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_namespaces_api.rb +15 -0
  99. data/lib/pulp_ansible_client/api/pulp_ansible_artifacts_collections_v3_api.rb +12 -0
  100. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_api.rb +9 -0
  101. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_api.rb +9 -0
  102. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_artifacts_collections_api.rb +3 -0
  103. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collection_versions_all_api.rb +9 -0
  104. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_all_api.rb +3 -0
  105. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_api.rb +12 -0
  106. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_versions_api.rb +12 -3
  107. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_versions_docs_blob_api.rb +3 -0
  108. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_namespaces_api.rb +6 -0
  109. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_client_configuration_api.rb +9 -0
  110. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_collections_api.rb +3 -0
  111. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_versions_api.rb +3 -0
  112. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_api.rb +3 -0
  113. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_artifacts_api.rb +3 -0
  114. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_api.rb +12 -0
  115. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api.rb +12 -3
  116. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api.rb +3 -0
  117. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_namespaces_api.rb +15 -0
  118. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_search_collection_versions_api.rb +6 -0
  119. data/lib/pulp_ansible_client/api/pulp_ansible_tags_api.rb +5 -2
  120. data/lib/pulp_ansible_client/api/remotes_collection_api.rb +36 -0
  121. data/lib/pulp_ansible_client/api/remotes_git_api.rb +36 -0
  122. data/lib/pulp_ansible_client/api/remotes_role_api.rb +36 -0
  123. data/lib/pulp_ansible_client/api/repositories_ansible_api.rb +60 -0
  124. data/lib/pulp_ansible_client/api/repositories_ansible_versions_api.rb +15 -0
  125. data/lib/pulp_ansible_client/api/versions_api.rb +3 -0
  126. data/lib/pulp_ansible_client/models/ansible_collection_version_response.rb +26 -26
  127. data/lib/pulp_ansible_client/models/ansible_git_remote.rb +224 -224
  128. data/lib/pulp_ansible_client/models/ansible_git_remote_response.rb +167 -167
  129. data/lib/pulp_ansible_client/models/ansible_role.rb +11 -11
  130. data/lib/pulp_ansible_client/models/ansible_role_response.rb +27 -27
  131. data/lib/pulp_ansible_client/models/collection_metadata_response.rb +0 -7
  132. data/lib/pulp_ansible_client/models/collection_summary_response.rb +1 -1
  133. data/lib/pulp_ansible_client/models/{ansible_tag_response.rb → collection_summary_response_tags_inner.rb} +3 -5
  134. data/lib/pulp_ansible_client/models/patchedansible_git_remote.rb +218 -218
  135. data/lib/pulp_ansible_client/models/tag_response.rb +1 -1
  136. data/lib/pulp_ansible_client/version.rb +1 -1
  137. data/lib/pulp_ansible_client.rb +1 -1
  138. data/spec/api/ansible_collections_api_spec.rb +7 -0
  139. data/spec/api/ansible_copy_api_spec.rb +1 -0
  140. data/spec/api/api_plugin_ansible_search_collection_versions_api_spec.rb +2 -0
  141. data/spec/api/api_roles_api_spec.rb +1 -0
  142. data/spec/api/collection_import_api_spec.rb +1 -0
  143. data/spec/api/content_collection_deprecations_api_spec.rb +5 -0
  144. data/spec/api/content_collection_marks_api_spec.rb +5 -0
  145. data/spec/api/content_collection_signatures_api_spec.rb +5 -0
  146. data/spec/api/content_collection_versions_api_spec.rb +10 -5
  147. data/spec/api/content_namespaces_api_spec.rb +5 -0
  148. data/spec/api/content_roles_api_spec.rb +5 -0
  149. data/spec/api/distributions_ansible_api_spec.rb +12 -0
  150. data/spec/api/pulp_ansible_api_api_spec.rb +1 -0
  151. data/spec/api/pulp_ansible_api_v3_api_spec.rb +1 -0
  152. data/spec/api/pulp_ansible_api_v3_artifacts_collections_api_spec.rb +1 -0
  153. data/spec/api/pulp_ansible_api_v3_collection_versions_all_api_spec.rb +1 -0
  154. data/spec/api/pulp_ansible_api_v3_collections_all_api_spec.rb +1 -0
  155. data/spec/api/pulp_ansible_api_v3_collections_api_spec.rb +4 -0
  156. data/spec/api/pulp_ansible_api_v3_collections_versions_api_spec.rb +4 -1
  157. data/spec/api/pulp_ansible_api_v3_collections_versions_docs_blob_api_spec.rb +1 -0
  158. data/spec/api/pulp_ansible_api_v3_namespaces_api_spec.rb +2 -0
  159. data/spec/api/pulp_ansible_api_v3_plugin_ansible_client_configuration_api_spec.rb +1 -0
  160. data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_collections_api_spec.rb +1 -0
  161. data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_versions_api_spec.rb +1 -0
  162. data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_api_spec.rb +1 -0
  163. data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_artifacts_api_spec.rb +1 -0
  164. data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_api_spec.rb +4 -0
  165. data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api_spec.rb +4 -1
  166. data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api_spec.rb +1 -0
  167. data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_namespaces_api_spec.rb +5 -0
  168. data/spec/api/pulp_ansible_artifacts_collections_v3_api_spec.rb +4 -0
  169. data/spec/api/pulp_ansible_default_api_api_spec.rb +3 -0
  170. data/spec/api/pulp_ansible_default_api_v3_api_spec.rb +3 -0
  171. data/spec/api/pulp_ansible_default_api_v3_artifacts_collections_api_spec.rb +1 -0
  172. data/spec/api/pulp_ansible_default_api_v3_collection_versions_all_api_spec.rb +3 -0
  173. data/spec/api/pulp_ansible_default_api_v3_collections_all_api_spec.rb +1 -0
  174. data/spec/api/pulp_ansible_default_api_v3_collections_api_spec.rb +4 -0
  175. data/spec/api/pulp_ansible_default_api_v3_collections_versions_api_spec.rb +4 -1
  176. data/spec/api/pulp_ansible_default_api_v3_collections_versions_docs_blob_api_spec.rb +1 -0
  177. data/spec/api/pulp_ansible_default_api_v3_namespaces_api_spec.rb +2 -0
  178. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_client_configuration_api_spec.rb +3 -0
  179. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_collections_api_spec.rb +1 -0
  180. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_versions_api_spec.rb +1 -0
  181. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_api_spec.rb +1 -0
  182. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_artifacts_api_spec.rb +1 -0
  183. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_api_spec.rb +4 -0
  184. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api_spec.rb +4 -1
  185. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api_spec.rb +1 -0
  186. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_namespaces_api_spec.rb +5 -0
  187. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_search_collection_versions_api_spec.rb +2 -0
  188. data/spec/api/pulp_ansible_tags_api_spec.rb +2 -1
  189. data/spec/api/remotes_collection_api_spec.rb +12 -0
  190. data/spec/api/remotes_git_api_spec.rb +12 -0
  191. data/spec/api/remotes_role_api_spec.rb +12 -0
  192. data/spec/api/repositories_ansible_api_spec.rb +20 -0
  193. data/spec/api/repositories_ansible_versions_api_spec.rb +5 -0
  194. data/spec/api/versions_api_spec.rb +1 -0
  195. data/spec/models/ansible_collection_version_response_spec.rb +5 -5
  196. data/spec/models/ansible_git_remote_response_spec.rb +19 -19
  197. data/spec/models/ansible_git_remote_spec.rb +19 -19
  198. data/spec/models/ansible_role_response_spec.rb +5 -5
  199. data/spec/models/ansible_role_spec.rb +3 -3
  200. data/spec/models/{ansible_tag_response_spec.rb → collection_summary_response_tags_inner_spec.rb} +6 -6
  201. data/spec/models/patchedansible_git_remote_spec.rb +19 -19
  202. metadata +124 -124
  203. data/docs/AnsibleTagResponse.md +0 -18
@@ -14,7 +14,7 @@ require 'date'
14
14
  require 'time'
15
15
 
16
16
  module PulpAnsibleClient
17
- # A serializer for the Tag model.
17
+ # A serializer for the Tags on CollectionVersions.
18
18
  class TagResponse
19
19
  # The name of the Tag.
20
20
  attr_accessor :name
@@ -11,5 +11,5 @@ Generator version: 7.10.0
11
11
  =end
12
12
 
13
13
  module PulpAnsibleClient
14
- VERSION = '0.26.0'
14
+ VERSION = '0.27.0'
15
15
  end
@@ -43,7 +43,6 @@ require 'pulp_ansible_client/models/ansible_role'
43
43
  require 'pulp_ansible_client/models/ansible_role_remote'
44
44
  require 'pulp_ansible_client/models/ansible_role_remote_response'
45
45
  require 'pulp_ansible_client/models/ansible_role_response'
46
- require 'pulp_ansible_client/models/ansible_tag_response'
47
46
  require 'pulp_ansible_client/models/artifact_ref_response'
48
47
  require 'pulp_ansible_client/models/async_operation_response'
49
48
  require 'pulp_ansible_client/models/client_configuration_response'
@@ -53,6 +52,7 @@ require 'pulp_ansible_client/models/collection_namespace_response'
53
52
  require 'pulp_ansible_client/models/collection_ref_response'
54
53
  require 'pulp_ansible_client/models/collection_response'
55
54
  require 'pulp_ansible_client/models/collection_summary_response'
55
+ require 'pulp_ansible_client/models/collection_summary_response_tags_inner'
56
56
  require 'pulp_ansible_client/models/collection_version_copy_move'
57
57
  require 'pulp_ansible_client/models/collection_version_docs_response'
58
58
  require 'pulp_ansible_client/models/collection_version_list_response'
@@ -38,6 +38,7 @@ describe 'AnsibleCollectionsApi' do
38
38
  # @param ansible_collection_href
39
39
  # @param nested_role
40
40
  # @param [Hash] opts the optional parameters
41
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
41
42
  # @return [NestedRoleResponse]
42
43
  describe 'add_role test' do
43
44
  it 'should work' do
@@ -49,6 +50,7 @@ describe 'AnsibleCollectionsApi' do
49
50
  # List collections
50
51
  # Viewset for Ansible Collections.
51
52
  # @param [Hash] opts the optional parameters
53
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
52
54
  # @option opts [Integer] :limit Number of results to return per page.
53
55
  # @option opts [String] :name
54
56
  # @option opts [String] :namespace
@@ -72,6 +74,7 @@ describe 'AnsibleCollectionsApi' do
72
74
  # List roles assigned to this object.
73
75
  # @param ansible_collection_href
74
76
  # @param [Hash] opts the optional parameters
77
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
75
78
  # @option opts [Array<String>] :fields A list of fields to include in the response.
76
79
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
77
80
  # @return [ObjectRolesResponse]
@@ -86,6 +89,7 @@ describe 'AnsibleCollectionsApi' do
86
89
  # List permissions available to the current user on this object.
87
90
  # @param ansible_collection_href
88
91
  # @param [Hash] opts the optional parameters
92
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
89
93
  # @option opts [Array<String>] :fields A list of fields to include in the response.
90
94
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
91
95
  # @return [MyPermissionsResponse]
@@ -100,6 +104,7 @@ describe 'AnsibleCollectionsApi' do
100
104
  # Viewset for Ansible Collections.
101
105
  # @param ansible_collection_href
102
106
  # @param [Hash] opts the optional parameters
107
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
103
108
  # @option opts [Array<String>] :fields A list of fields to include in the response.
104
109
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
105
110
  # @return [AnsibleCollectionResponse]
@@ -115,6 +120,7 @@ describe 'AnsibleCollectionsApi' do
115
120
  # @param ansible_collection_href
116
121
  # @param nested_role
117
122
  # @param [Hash] opts the optional parameters
123
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
118
124
  # @return [NestedRoleResponse]
119
125
  describe 'remove_role test' do
120
126
  it 'should work' do
@@ -127,6 +133,7 @@ describe 'AnsibleCollectionsApi' do
127
133
  # Create an artifact and trigger an asynchronous task to create Collection content from it.
128
134
  # @param file The Collection tarball.
129
135
  # @param [Hash] opts the optional parameters
136
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
130
137
  # @option opts [String] :sha256 An optional sha256 checksum of the uploaded file.
131
138
  # @option opts [String] :expected_namespace The expected &#39;namespace&#39; of the Collection to be verified against the metadata during import.
132
139
  # @option opts [String] :expected_name The expected &#39;name&#39; of the Collection to be verified against the metadata during import.
@@ -37,6 +37,7 @@ describe 'AnsibleCopyApi' do
37
37
  # Trigger an asynchronous task to copy ansible content from one repository into another, creating a new repository version.
38
38
  # @param copy
39
39
  # @param [Hash] opts the optional parameters
40
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
40
41
  # @return [AsyncOperationResponse]
41
42
  describe 'copy_content test' do
42
43
  it 'should work' do
@@ -37,6 +37,7 @@ describe 'ApiPluginAnsibleSearchCollectionVersionsApi' do
37
37
  # A viewset for cross-repo searches.
38
38
  # @param ansible_cross_repository_collection_version_index_href
39
39
  # @param [Hash] opts the optional parameters
40
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
40
41
  # @option opts [String] :dependency
41
42
  # @option opts [Boolean] :deprecated
42
43
  # @option opts [Array<String>] :distribution Filter collectionversions that are in these distrubtion ids.
@@ -74,6 +75,7 @@ describe 'ApiPluginAnsibleSearchCollectionVersionsApi' do
74
75
  # @param ansible_cross_repository_collection_version_index_href
75
76
  # @param collection_version_search_list
76
77
  # @param [Hash] opts the optional parameters
78
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
77
79
  # @return [CollectionVersionSearchListResponse]
78
80
  describe 'rebuild test' do
79
81
  it 'should work' do
@@ -36,6 +36,7 @@ describe 'ApiRolesApi' do
36
36
  # APIView for Roles.
37
37
  # @param ansible_role_href
38
38
  # @param [Hash] opts the optional parameters
39
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
39
40
  # @option opts [Integer] :limit Number of results to return per page.
40
41
  # @option opts [Integer] :offset The initial index from which to return the results.
41
42
  # @option opts [Array<String>] :fields A list of fields to include in the response.
@@ -37,6 +37,7 @@ describe 'CollectionImportApi' do
37
37
  # Returns a CollectionImport object.
38
38
  # @param ansible_collection_import_href
39
39
  # @param [Hash] opts the optional parameters
40
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
40
41
  # @option opts [String] :since Filter messages since a given timestamp
41
42
  # @option opts [Array<String>] :fields A list of fields to include in the response.
42
43
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
@@ -37,6 +37,7 @@ describe 'ContentCollectionDeprecationsApi' do
37
37
  # Trigger an asynchronous task to create content,optionally create new repository version.
38
38
  # @param ansible_ansible_collection_deprecated
39
39
  # @param [Hash] opts the optional parameters
40
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
40
41
  # @return [AsyncOperationResponse]
41
42
  describe 'create test' do
42
43
  it 'should work' do
@@ -48,6 +49,7 @@ describe 'ContentCollectionDeprecationsApi' do
48
49
  # List ansible collection deprecateds
49
50
  # ViewSet for AnsibleCollectionDeprecated.
50
51
  # @param [Hash] opts the optional parameters
52
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
51
53
  # @option opts [Integer] :limit Number of results to return per page.
52
54
  # @option opts [Integer] :offset The initial index from which to return the results.
53
55
  # @option opts [Array<String>] :ordering Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
@@ -74,6 +76,7 @@ describe 'ContentCollectionDeprecationsApi' do
74
76
  # ViewSet for AnsibleCollectionDeprecated.
75
77
  # @param ansible_ansible_collection_deprecated_href
76
78
  # @param [Hash] opts the optional parameters
79
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
77
80
  # @option opts [Array<String>] :fields A list of fields to include in the response.
78
81
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
79
82
  # @return [AnsibleAnsibleCollectionDeprecatedResponse]
@@ -89,6 +92,7 @@ describe 'ContentCollectionDeprecationsApi' do
89
92
  # @param ansible_ansible_collection_deprecated_href
90
93
  # @param set_label
91
94
  # @param [Hash] opts the optional parameters
95
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
92
96
  # @return [SetLabelResponse]
93
97
  describe 'set_label test' do
94
98
  it 'should work' do
@@ -102,6 +106,7 @@ describe 'ContentCollectionDeprecationsApi' do
102
106
  # @param ansible_ansible_collection_deprecated_href
103
107
  # @param unset_label
104
108
  # @param [Hash] opts the optional parameters
109
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
105
110
  # @return [UnsetLabelResponse]
106
111
  describe 'unset_label test' do
107
112
  it 'should work' do
@@ -37,6 +37,7 @@ describe 'ContentCollectionMarksApi' do
37
37
  # ViewSet for looking at mark objects for CollectionVersion content.
38
38
  # @param ansible_collection_version_mark
39
39
  # @param [Hash] opts the optional parameters
40
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
40
41
  # @return [AnsibleCollectionVersionMarkResponse]
41
42
  describe 'create test' do
42
43
  it 'should work' do
@@ -48,6 +49,7 @@ describe 'ContentCollectionMarksApi' do
48
49
  # List collection version marks
49
50
  # ViewSet for looking at mark objects for CollectionVersion content.
50
51
  # @param [Hash] opts the optional parameters
52
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
51
53
  # @option opts [Integer] :limit Number of results to return per page.
52
54
  # @option opts [String] :marked_collection Filter marks for collection version
53
55
  # @option opts [Integer] :offset The initial index from which to return the results.
@@ -77,6 +79,7 @@ describe 'ContentCollectionMarksApi' do
77
79
  # ViewSet for looking at mark objects for CollectionVersion content.
78
80
  # @param ansible_collection_version_mark_href
79
81
  # @param [Hash] opts the optional parameters
82
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
80
83
  # @option opts [Array<String>] :fields A list of fields to include in the response.
81
84
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
82
85
  # @return [AnsibleCollectionVersionMarkResponse]
@@ -92,6 +95,7 @@ describe 'ContentCollectionMarksApi' do
92
95
  # @param ansible_collection_version_mark_href
93
96
  # @param set_label
94
97
  # @param [Hash] opts the optional parameters
98
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
95
99
  # @return [SetLabelResponse]
96
100
  describe 'set_label test' do
97
101
  it 'should work' do
@@ -105,6 +109,7 @@ describe 'ContentCollectionMarksApi' do
105
109
  # @param ansible_collection_version_mark_href
106
110
  # @param unset_label
107
111
  # @param [Hash] opts the optional parameters
112
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
108
113
  # @return [UnsetLabelResponse]
109
114
  describe 'unset_label test' do
110
115
  it 'should work' do
@@ -37,6 +37,7 @@ describe 'ContentCollectionSignaturesApi' do
37
37
  # Trigger an asynchronous task to create content,optionally create new repository version.
38
38
  # @param signed_collection The content this signature is pointing to.
39
39
  # @param [Hash] opts the optional parameters
40
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
40
41
  # @option opts [String] :repository A URI of a repository the new content unit should be associated with.
41
42
  # @option opts [Hash<String, String>] :pulp_labels A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
42
43
  # @option opts [File] :file An uploaded file that may be turned into the content unit.
@@ -53,6 +54,7 @@ describe 'ContentCollectionSignaturesApi' do
53
54
  # List collection version signatures
54
55
  # ViewSet for looking at signature objects for CollectionVersion content.
55
56
  # @param [Hash] opts the optional parameters
57
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
56
58
  # @option opts [Integer] :limit Number of results to return per page.
57
59
  # @option opts [Integer] :offset The initial index from which to return the results.
58
60
  # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;data&#x60; - Data * &#x60;-data&#x60; - Data (descending) * &#x60;digest&#x60; - Digest * &#x60;-digest&#x60; - Digest (descending) * &#x60;pubkey_fingerprint&#x60; - Pubkey fingerprint * &#x60;-pubkey_fingerprint&#x60; - Pubkey fingerprint (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
@@ -83,6 +85,7 @@ describe 'ContentCollectionSignaturesApi' do
83
85
  # ViewSet for looking at signature objects for CollectionVersion content.
84
86
  # @param ansible_collection_version_signature_href
85
87
  # @param [Hash] opts the optional parameters
88
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
86
89
  # @option opts [Array<String>] :fields A list of fields to include in the response.
87
90
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
88
91
  # @return [AnsibleCollectionVersionSignatureResponse]
@@ -98,6 +101,7 @@ describe 'ContentCollectionSignaturesApi' do
98
101
  # @param ansible_collection_version_signature_href
99
102
  # @param set_label
100
103
  # @param [Hash] opts the optional parameters
104
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
101
105
  # @return [SetLabelResponse]
102
106
  describe 'set_label test' do
103
107
  it 'should work' do
@@ -111,6 +115,7 @@ describe 'ContentCollectionSignaturesApi' do
111
115
  # @param ansible_collection_version_signature_href
112
116
  # @param unset_label
113
117
  # @param [Hash] opts the optional parameters
118
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
114
119
  # @return [UnsetLabelResponse]
115
120
  describe 'unset_label test' do
116
121
  it 'should work' do
@@ -36,12 +36,13 @@ describe 'ContentCollectionVersionsApi' do
36
36
  # Create a collection version
37
37
  # Trigger an asynchronous task to create content,optionally create new repository version.
38
38
  # @param [Hash] opts the optional parameters
39
- # @option opts [String] :file_url A url that Pulp can download and turn into the content unit.
40
- # @option opts [File] :file An uploaded file that may be turned into the content unit.
41
- # @option opts [String] :repository A URI of a repository the new content unit should be associated with.
42
- # @option opts [String] :artifact Artifact file representing the physical content
39
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
43
40
  # @option opts [String] :upload An uncommitted upload that may be turned into the content unit.
41
+ # @option opts [String] :artifact Artifact file representing the physical content
42
+ # @option opts [File] :file An uploaded file that may be turned into the content unit.
44
43
  # @option opts [Hash<String, String>] :pulp_labels A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
44
+ # @option opts [String] :repository A URI of a repository the new content unit should be associated with.
45
+ # @option opts [String] :file_url A url that Pulp can download and turn into the content unit.
45
46
  # @option opts [String] :expected_name The name of the collection.
46
47
  # @option opts [String] :expected_namespace The namespace of the collection.
47
48
  # @option opts [String] :expected_version The version of the collection.
@@ -56,11 +57,12 @@ describe 'ContentCollectionVersionsApi' do
56
57
  # List collection versions
57
58
  # ViewSet for Ansible Collection.
58
59
  # @param [Hash] opts the optional parameters
60
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
59
61
  # @option opts [Integer] :limit Number of results to return per page.
60
62
  # @option opts [String] :name
61
63
  # @option opts [String] :namespace
62
64
  # @option opts [Integer] :offset The initial index from which to return the results.
63
- # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;authors&#x60; - Authors * &#x60;-authors&#x60; - Authors (descending) * &#x60;contents&#x60; - Contents * &#x60;-contents&#x60; - Contents (descending) * &#x60;dependencies&#x60; - Dependencies * &#x60;-dependencies&#x60; - Dependencies (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;docs_blob&#x60; - Docs blob * &#x60;-docs_blob&#x60; - Docs blob (descending) * &#x60;manifest&#x60; - Manifest * &#x60;-manifest&#x60; - Manifest (descending) * &#x60;files&#x60; - Files * &#x60;-files&#x60; - Files (descending) * &#x60;documentation&#x60; - Documentation * &#x60;-documentation&#x60; - Documentation (descending) * &#x60;homepage&#x60; - Homepage * &#x60;-homepage&#x60; - Homepage (descending) * &#x60;issues&#x60; - Issues * &#x60;-issues&#x60; - Issues (descending) * &#x60;license&#x60; - License * &#x60;-license&#x60; - License (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;namespace&#x60; - Namespace * &#x60;-namespace&#x60; - Namespace (descending) * &#x60;repository&#x60; - Repository * &#x60;-repository&#x60; - Repository (descending) * &#x60;requires_ansible&#x60; - Requires ansible * &#x60;-requires_ansible&#x60; - Requires ansible (descending) * &#x60;sha256&#x60; - Sha256 * &#x60;-sha256&#x60; - Sha256 (descending) * &#x60;version&#x60; - Version * &#x60;-version&#x60; - Version (descending) * &#x60;version_major&#x60; - Version major * &#x60;-version_major&#x60; - Version major (descending) * &#x60;version_minor&#x60; - Version minor * &#x60;-version_minor&#x60; - Version minor (descending) * &#x60;version_patch&#x60; - Version patch * &#x60;-version_patch&#x60; - Version patch (descending) * &#x60;version_prerelease&#x60; - Version prerelease * &#x60;-version_prerelease&#x60; - Version prerelease (descending) * &#x60;new_tags&#x60; - New tags * &#x60;-new_tags&#x60; - New tags (descending) * &#x60;search_vector&#x60; - Search vector * &#x60;-search_vector&#x60; - Search vector (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
65
+ # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;authors&#x60; - Authors * &#x60;-authors&#x60; - Authors (descending) * &#x60;contents&#x60; - Contents * &#x60;-contents&#x60; - Contents (descending) * &#x60;dependencies&#x60; - Dependencies * &#x60;-dependencies&#x60; - Dependencies (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;docs_blob&#x60; - Docs blob * &#x60;-docs_blob&#x60; - Docs blob (descending) * &#x60;manifest&#x60; - Manifest * &#x60;-manifest&#x60; - Manifest (descending) * &#x60;files&#x60; - Files * &#x60;-files&#x60; - Files (descending) * &#x60;documentation&#x60; - Documentation * &#x60;-documentation&#x60; - Documentation (descending) * &#x60;homepage&#x60; - Homepage * &#x60;-homepage&#x60; - Homepage (descending) * &#x60;issues&#x60; - Issues * &#x60;-issues&#x60; - Issues (descending) * &#x60;license&#x60; - License * &#x60;-license&#x60; - License (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;namespace&#x60; - Namespace * &#x60;-namespace&#x60; - Namespace (descending) * &#x60;repository&#x60; - Repository * &#x60;-repository&#x60; - Repository (descending) * &#x60;requires_ansible&#x60; - Requires ansible * &#x60;-requires_ansible&#x60; - Requires ansible (descending) * &#x60;sha256&#x60; - Sha256 * &#x60;-sha256&#x60; - Sha256 (descending) * &#x60;version&#x60; - Version * &#x60;-version&#x60; - Version (descending) * &#x60;version_major&#x60; - Version major * &#x60;-version_major&#x60; - Version major (descending) * &#x60;version_minor&#x60; - Version minor * &#x60;-version_minor&#x60; - Version minor (descending) * &#x60;version_patch&#x60; - Version patch * &#x60;-version_patch&#x60; - Version patch (descending) * &#x60;version_prerelease&#x60; - Version prerelease * &#x60;-version_prerelease&#x60; - Version prerelease (descending) * &#x60;tags&#x60; - Tags * &#x60;-tags&#x60; - Tags (descending) * &#x60;search_vector&#x60; - Search vector * &#x60;-search_vector&#x60; - Search vector (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
64
66
  # @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
65
67
  # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
66
68
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
@@ -86,6 +88,7 @@ describe 'ContentCollectionVersionsApi' do
86
88
  # ViewSet for Ansible Collection.
87
89
  # @param ansible_collection_version_href
88
90
  # @param [Hash] opts the optional parameters
91
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
89
92
  # @option opts [Array<String>] :fields A list of fields to include in the response.
90
93
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
91
94
  # @return [AnsibleCollectionVersionResponse]
@@ -101,6 +104,7 @@ describe 'ContentCollectionVersionsApi' do
101
104
  # @param ansible_collection_version_href
102
105
  # @param set_label
103
106
  # @param [Hash] opts the optional parameters
107
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
104
108
  # @return [SetLabelResponse]
105
109
  describe 'set_label test' do
106
110
  it 'should work' do
@@ -114,6 +118,7 @@ describe 'ContentCollectionVersionsApi' do
114
118
  # @param ansible_collection_version_href
115
119
  # @param unset_label
116
120
  # @param [Hash] opts the optional parameters
121
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
117
122
  # @return [UnsetLabelResponse]
118
123
  describe 'unset_label test' do
119
124
  it 'should work' do
@@ -36,6 +36,7 @@ describe 'ContentNamespacesApi' do
36
36
  # Get the logo for the this namespace.
37
37
  # @param ansible_ansible_namespace_metadata_href
38
38
  # @param [Hash] opts the optional parameters
39
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
39
40
  # @option opts [Array<String>] :fields A list of fields to include in the response.
40
41
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
41
42
  # @return [nil]
@@ -49,6 +50,7 @@ describe 'ContentNamespacesApi' do
49
50
  # List ansible namespace metadatas
50
51
  # ViewSet for AnsibleNamespace.
51
52
  # @param [Hash] opts the optional parameters
53
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
52
54
  # @option opts [String] :company Filter results where company matches value
53
55
  # @option opts [String] :company__contains Filter results where company contains value
54
56
  # @option opts [String] :company__icontains Filter results where company contains value
@@ -95,6 +97,7 @@ describe 'ContentNamespacesApi' do
95
97
  # ViewSet for AnsibleNamespace.
96
98
  # @param ansible_ansible_namespace_metadata_href
97
99
  # @param [Hash] opts the optional parameters
100
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
98
101
  # @option opts [Array<String>] :fields A list of fields to include in the response.
99
102
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
100
103
  # @return [AnsibleAnsibleNamespaceMetadataResponse]
@@ -110,6 +113,7 @@ describe 'ContentNamespacesApi' do
110
113
  # @param ansible_ansible_namespace_metadata_href
111
114
  # @param set_label
112
115
  # @param [Hash] opts the optional parameters
116
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
113
117
  # @return [SetLabelResponse]
114
118
  describe 'set_label test' do
115
119
  it 'should work' do
@@ -123,6 +127,7 @@ describe 'ContentNamespacesApi' do
123
127
  # @param ansible_ansible_namespace_metadata_href
124
128
  # @param unset_label
125
129
  # @param [Hash] opts the optional parameters
130
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
126
131
  # @return [UnsetLabelResponse]
127
132
  describe 'unset_label test' do
128
133
  it 'should work' do
@@ -37,6 +37,7 @@ describe 'ContentRolesApi' do
37
37
  # ViewSet for Role.
38
38
  # @param ansible_role
39
39
  # @param [Hash] opts the optional parameters
40
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
40
41
  # @return [AnsibleRoleResponse]
41
42
  describe 'create test' do
42
43
  it 'should work' do
@@ -48,6 +49,7 @@ describe 'ContentRolesApi' do
48
49
  # List roles
49
50
  # ViewSet for Role.
50
51
  # @param [Hash] opts the optional parameters
52
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
51
53
  # @option opts [Integer] :limit Number of results to return per page.
52
54
  # @option opts [String] :name Filter results where name matches value
53
55
  # @option opts [String] :namespace Filter results where namespace matches value
@@ -77,6 +79,7 @@ describe 'ContentRolesApi' do
77
79
  # ViewSet for Role.
78
80
  # @param ansible_role_href
79
81
  # @param [Hash] opts the optional parameters
82
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
80
83
  # @option opts [Array<String>] :fields A list of fields to include in the response.
81
84
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
82
85
  # @return [AnsibleRoleResponse]
@@ -92,6 +95,7 @@ describe 'ContentRolesApi' do
92
95
  # @param ansible_role_href
93
96
  # @param set_label
94
97
  # @param [Hash] opts the optional parameters
98
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
95
99
  # @return [SetLabelResponse]
96
100
  describe 'set_label test' do
97
101
  it 'should work' do
@@ -105,6 +109,7 @@ describe 'ContentRolesApi' do
105
109
  # @param ansible_role_href
106
110
  # @param unset_label
107
111
  # @param [Hash] opts the optional parameters
112
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
108
113
  # @return [UnsetLabelResponse]
109
114
  describe 'unset_label test' do
110
115
  it 'should work' do
@@ -38,6 +38,7 @@ describe 'DistributionsAnsibleApi' do
38
38
  # @param ansible_ansible_distribution_href
39
39
  # @param nested_role
40
40
  # @param [Hash] opts the optional parameters
41
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
41
42
  # @return [NestedRoleResponse]
42
43
  describe 'add_role test' do
43
44
  it 'should work' do
@@ -50,6 +51,7 @@ describe 'DistributionsAnsibleApi' do
50
51
  # Trigger an asynchronous create task
51
52
  # @param ansible_ansible_distribution
52
53
  # @param [Hash] opts the optional parameters
54
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
53
55
  # @return [AsyncOperationResponse]
54
56
  describe 'create test' do
55
57
  it 'should work' do
@@ -62,6 +64,7 @@ describe 'DistributionsAnsibleApi' do
62
64
  # Trigger an asynchronous delete task
63
65
  # @param ansible_ansible_distribution_href
64
66
  # @param [Hash] opts the optional parameters
67
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
65
68
  # @return [AsyncOperationResponse]
66
69
  describe 'delete test' do
67
70
  it 'should work' do
@@ -73,6 +76,7 @@ describe 'DistributionsAnsibleApi' do
73
76
  # List ansible distributions
74
77
  # ViewSet for Ansible Distributions.
75
78
  # @param [Hash] opts the optional parameters
79
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
76
80
  # @option opts [String] :base_path Filter results where base_path matches value
77
81
  # @option opts [String] :base_path__contains Filter results where base_path contains value
78
82
  # @option opts [String] :base_path__icontains Filter results where base_path contains value
@@ -112,6 +116,7 @@ describe 'DistributionsAnsibleApi' do
112
116
  # List roles assigned to this object.
113
117
  # @param ansible_ansible_distribution_href
114
118
  # @param [Hash] opts the optional parameters
119
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
115
120
  # @option opts [Array<String>] :fields A list of fields to include in the response.
116
121
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
117
122
  # @return [ObjectRolesResponse]
@@ -126,6 +131,7 @@ describe 'DistributionsAnsibleApi' do
126
131
  # List permissions available to the current user on this object.
127
132
  # @param ansible_ansible_distribution_href
128
133
  # @param [Hash] opts the optional parameters
134
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
129
135
  # @option opts [Array<String>] :fields A list of fields to include in the response.
130
136
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
131
137
  # @return [MyPermissionsResponse]
@@ -141,6 +147,7 @@ describe 'DistributionsAnsibleApi' do
141
147
  # @param ansible_ansible_distribution_href
142
148
  # @param patchedansible_ansible_distribution
143
149
  # @param [Hash] opts the optional parameters
150
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
144
151
  # @return [AsyncOperationResponse]
145
152
  describe 'partial_update test' do
146
153
  it 'should work' do
@@ -153,6 +160,7 @@ describe 'DistributionsAnsibleApi' do
153
160
  # ViewSet for Ansible Distributions.
154
161
  # @param ansible_ansible_distribution_href
155
162
  # @param [Hash] opts the optional parameters
163
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
156
164
  # @option opts [Array<String>] :fields A list of fields to include in the response.
157
165
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
158
166
  # @return [AnsibleAnsibleDistributionResponse]
@@ -168,6 +176,7 @@ describe 'DistributionsAnsibleApi' do
168
176
  # @param ansible_ansible_distribution_href
169
177
  # @param nested_role
170
178
  # @param [Hash] opts the optional parameters
179
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
171
180
  # @return [NestedRoleResponse]
172
181
  describe 'remove_role test' do
173
182
  it 'should work' do
@@ -181,6 +190,7 @@ describe 'DistributionsAnsibleApi' do
181
190
  # @param ansible_ansible_distribution_href
182
191
  # @param set_label
183
192
  # @param [Hash] opts the optional parameters
193
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
184
194
  # @return [SetLabelResponse]
185
195
  describe 'set_label test' do
186
196
  it 'should work' do
@@ -194,6 +204,7 @@ describe 'DistributionsAnsibleApi' do
194
204
  # @param ansible_ansible_distribution_href
195
205
  # @param unset_label
196
206
  # @param [Hash] opts the optional parameters
207
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
197
208
  # @return [UnsetLabelResponse]
198
209
  describe 'unset_label test' do
199
210
  it 'should work' do
@@ -207,6 +218,7 @@ describe 'DistributionsAnsibleApi' do
207
218
  # @param ansible_ansible_distribution_href
208
219
  # @param ansible_ansible_distribution
209
220
  # @param [Hash] opts the optional parameters
221
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
210
222
  # @return [AsyncOperationResponse]
211
223
  describe 'update test' do
212
224
  it 'should work' do
@@ -36,6 +36,7 @@ describe 'PulpAnsibleApiApi' do
36
36
  # Return a response to the \&quot;GET\&quot; action.
37
37
  # @param path
38
38
  # @param [Hash] opts the optional parameters
39
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
39
40
  # @option opts [Array<String>] :fields A list of fields to include in the response.
40
41
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
41
42
  # @return [nil]
@@ -36,6 +36,7 @@ describe 'PulpAnsibleApiV3Api' do
36
36
  # Legacy v3 endpoint.
37
37
  # @param path
38
38
  # @param [Hash] opts the optional parameters
39
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
39
40
  # @option opts [Array<String>] :fields A list of fields to include in the response.
40
41
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
41
42
  # @return [RepoMetadataResponse]
@@ -37,6 +37,7 @@ describe 'PulpAnsibleApiV3ArtifactsCollectionsApi' do
37
37
  # @param filename
38
38
  # @param path
39
39
  # @param [Hash] opts the optional parameters
40
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
40
41
  # @option opts [Array<String>] :fields A list of fields to include in the response.
41
42
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
42
43
  # @return [nil]
@@ -36,6 +36,7 @@ describe 'PulpAnsibleApiV3CollectionVersionsAllApi' do
36
36
  # Legacy v3 endpoint.
37
37
  # @param path
38
38
  # @param [Hash] opts the optional parameters
39
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
39
40
  # @option opts [Array<String>] :fields A list of fields to include in the response.
40
41
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
41
42
  # @return [Array<UnpaginatedCollectionVersionResponse>]
@@ -36,6 +36,7 @@ describe 'PulpAnsibleApiV3CollectionsAllApi' do
36
36
  # Legacy v3 endpoint.
37
37
  # @param path
38
38
  # @param [Hash] opts the optional parameters
39
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
39
40
  # @option opts [Boolean] :deprecated
40
41
  # @option opts [String] :name
41
42
  # @option opts [String] :namespace
@@ -38,6 +38,7 @@ describe 'PulpAnsibleApiV3CollectionsApi' do
38
38
  # @param namespace
39
39
  # @param path
40
40
  # @param [Hash] opts the optional parameters
41
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
41
42
  # @return [AsyncOperationResponse]
42
43
  describe 'delete test' do
43
44
  it 'should work' do
@@ -49,6 +50,7 @@ describe 'PulpAnsibleApiV3CollectionsApi' do
49
50
  # Legacy v3 endpoint.
50
51
  # @param path
51
52
  # @param [Hash] opts the optional parameters
53
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
52
54
  # @option opts [Boolean] :deprecated
53
55
  # @option opts [Integer] :limit Number of results to return per page.
54
56
  # @option opts [String] :name
@@ -74,6 +76,7 @@ describe 'PulpAnsibleApiV3CollectionsApi' do
74
76
  # @param namespace
75
77
  # @param path
76
78
  # @param [Hash] opts the optional parameters
79
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
77
80
  # @option opts [Array<String>] :fields A list of fields to include in the response.
78
81
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
79
82
  # @return [CollectionResponse]
@@ -90,6 +93,7 @@ describe 'PulpAnsibleApiV3CollectionsApi' do
90
93
  # @param path
91
94
  # @param patched_collection
92
95
  # @param [Hash] opts the optional parameters
96
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
93
97
  # @return [AsyncOperationResponse]
94
98
  describe 'update test' do
95
99
  it 'should work' do
@@ -39,6 +39,7 @@ describe 'PulpAnsibleApiV3CollectionsVersionsApi' do
39
39
  # @param path
40
40
  # @param version
41
41
  # @param [Hash] opts the optional parameters
42
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
42
43
  # @return [AsyncOperationResponse]
43
44
  describe 'delete test' do
44
45
  it 'should work' do
@@ -52,11 +53,12 @@ describe 'PulpAnsibleApiV3CollectionsVersionsApi' do
52
53
  # @param namespace
53
54
  # @param path
54
55
  # @param [Hash] opts the optional parameters
56
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
55
57
  # @option opts [Integer] :limit Number of results to return per page.
56
58
  # @option opts [String] :name2
57
59
  # @option opts [String] :namespace2
58
60
  # @option opts [Integer] :offset The initial index from which to return the results.
59
- # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;authors&#x60; - Authors * &#x60;-authors&#x60; - Authors (descending) * &#x60;contents&#x60; - Contents * &#x60;-contents&#x60; - Contents (descending) * &#x60;dependencies&#x60; - Dependencies * &#x60;-dependencies&#x60; - Dependencies (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;docs_blob&#x60; - Docs blob * &#x60;-docs_blob&#x60; - Docs blob (descending) * &#x60;manifest&#x60; - Manifest * &#x60;-manifest&#x60; - Manifest (descending) * &#x60;files&#x60; - Files * &#x60;-files&#x60; - Files (descending) * &#x60;documentation&#x60; - Documentation * &#x60;-documentation&#x60; - Documentation (descending) * &#x60;homepage&#x60; - Homepage * &#x60;-homepage&#x60; - Homepage (descending) * &#x60;issues&#x60; - Issues * &#x60;-issues&#x60; - Issues (descending) * &#x60;license&#x60; - License * &#x60;-license&#x60; - License (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;namespace&#x60; - Namespace * &#x60;-namespace&#x60; - Namespace (descending) * &#x60;repository&#x60; - Repository * &#x60;-repository&#x60; - Repository (descending) * &#x60;requires_ansible&#x60; - Requires ansible * &#x60;-requires_ansible&#x60; - Requires ansible (descending) * &#x60;sha256&#x60; - Sha256 * &#x60;-sha256&#x60; - Sha256 (descending) * &#x60;version&#x60; - Version * &#x60;-version&#x60; - Version (descending) * &#x60;version_major&#x60; - Version major * &#x60;-version_major&#x60; - Version major (descending) * &#x60;version_minor&#x60; - Version minor * &#x60;-version_minor&#x60; - Version minor (descending) * &#x60;version_patch&#x60; - Version patch * &#x60;-version_patch&#x60; - Version patch (descending) * &#x60;version_prerelease&#x60; - Version prerelease * &#x60;-version_prerelease&#x60; - Version prerelease (descending) * &#x60;new_tags&#x60; - New tags * &#x60;-new_tags&#x60; - New tags (descending) * &#x60;search_vector&#x60; - Search vector * &#x60;-search_vector&#x60; - Search vector (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
61
+ # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;authors&#x60; - Authors * &#x60;-authors&#x60; - Authors (descending) * &#x60;contents&#x60; - Contents * &#x60;-contents&#x60; - Contents (descending) * &#x60;dependencies&#x60; - Dependencies * &#x60;-dependencies&#x60; - Dependencies (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;docs_blob&#x60; - Docs blob * &#x60;-docs_blob&#x60; - Docs blob (descending) * &#x60;manifest&#x60; - Manifest * &#x60;-manifest&#x60; - Manifest (descending) * &#x60;files&#x60; - Files * &#x60;-files&#x60; - Files (descending) * &#x60;documentation&#x60; - Documentation * &#x60;-documentation&#x60; - Documentation (descending) * &#x60;homepage&#x60; - Homepage * &#x60;-homepage&#x60; - Homepage (descending) * &#x60;issues&#x60; - Issues * &#x60;-issues&#x60; - Issues (descending) * &#x60;license&#x60; - License * &#x60;-license&#x60; - License (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;namespace&#x60; - Namespace * &#x60;-namespace&#x60; - Namespace (descending) * &#x60;repository&#x60; - Repository * &#x60;-repository&#x60; - Repository (descending) * &#x60;requires_ansible&#x60; - Requires ansible * &#x60;-requires_ansible&#x60; - Requires ansible (descending) * &#x60;sha256&#x60; - Sha256 * &#x60;-sha256&#x60; - Sha256 (descending) * &#x60;version&#x60; - Version * &#x60;-version&#x60; - Version (descending) * &#x60;version_major&#x60; - Version major * &#x60;-version_major&#x60; - Version major (descending) * &#x60;version_minor&#x60; - Version minor * &#x60;-version_minor&#x60; - Version minor (descending) * &#x60;version_patch&#x60; - Version patch * &#x60;-version_patch&#x60; - Version patch (descending) * &#x60;version_prerelease&#x60; - Version prerelease * &#x60;-version_prerelease&#x60; - Version prerelease (descending) * &#x60;tags&#x60; - Tags * &#x60;-tags&#x60; - Tags (descending) * &#x60;search_vector&#x60; - Search vector * &#x60;-search_vector&#x60; - Search vector (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
60
62
  # @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
61
63
  # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
62
64
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
@@ -84,6 +86,7 @@ describe 'PulpAnsibleApiV3CollectionsVersionsApi' do
84
86
  # @param path
85
87
  # @param version
86
88
  # @param [Hash] opts the optional parameters
89
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
87
90
  # @option opts [Array<String>] :fields A list of fields to include in the response.
88
91
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
89
92
  # @return [CollectionVersionResponse]
@@ -39,6 +39,7 @@ describe 'PulpAnsibleApiV3CollectionsVersionsDocsBlobApi' do
39
39
  # @param path
40
40
  # @param version
41
41
  # @param [Hash] opts the optional parameters
42
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
42
43
  # @option opts [Array<String>] :fields A list of fields to include in the response.
43
44
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
44
45
  # @return [CollectionVersionDocsResponse]