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
@@ -21,6 +21,7 @@ module PulpAnsibleClient
21
21
  end
22
22
  # Legacy v3 endpoint.
23
23
  # @param [Hash] opts the optional parameters
24
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
24
25
  # @option opts [String] :company Filter results where company matches value
25
26
  # @option opts [String] :company__contains Filter results where company contains value
26
27
  # @option opts [String] :company__icontains Filter results where company contains value
@@ -58,6 +59,7 @@ module PulpAnsibleClient
58
59
 
59
60
  # Legacy v3 endpoint.
60
61
  # @param [Hash] opts the optional parameters
62
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
61
63
  # @option opts [String] :company Filter results where company matches value
62
64
  # @option opts [String] :company__contains Filter results where company contains value
63
65
  # @option opts [String] :company__icontains Filter results where company contains value
@@ -135,6 +137,7 @@ module PulpAnsibleClient
135
137
  header_params = opts[:header_params] || {}
136
138
  # HTTP header 'Accept' (if needed)
137
139
  header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
140
+ header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
138
141
 
139
142
  # form parameters
140
143
  form_params = opts[:form_params] || {}
@@ -168,6 +171,7 @@ module PulpAnsibleClient
168
171
  # Legacy v3 endpoint.
169
172
  # @param name [String]
170
173
  # @param [Hash] opts the optional parameters
174
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
171
175
  # @option opts [Array<String>] :fields A list of fields to include in the response.
172
176
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
173
177
  # @return [AnsibleAnsibleNamespaceMetadataResponse]
@@ -179,6 +183,7 @@ module PulpAnsibleClient
179
183
  # Legacy v3 endpoint.
180
184
  # @param name [String]
181
185
  # @param [Hash] opts the optional parameters
186
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
182
187
  # @option opts [Array<String>] :fields A list of fields to include in the response.
183
188
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
184
189
  # @return [Array<(AnsibleAnsibleNamespaceMetadataResponse, Integer, Hash)>] AnsibleAnsibleNamespaceMetadataResponse data, response status code and response headers
@@ -202,6 +207,7 @@ module PulpAnsibleClient
202
207
  header_params = opts[:header_params] || {}
203
208
  # HTTP header 'Accept' (if needed)
204
209
  header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
210
+ header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
205
211
 
206
212
  # form parameters
207
213
  form_params = opts[:form_params] || {}
@@ -21,6 +21,9 @@ module PulpAnsibleClient
21
21
  end
22
22
  # Return configurations for the ansible-galaxy client.
23
23
  # @param [Hash] opts the optional parameters
24
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
25
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
26
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
24
27
  # @return [ClientConfigurationResponse]
25
28
  def read(opts = {})
26
29
  data, _status_code, _headers = read_with_http_info(opts)
@@ -29,6 +32,9 @@ module PulpAnsibleClient
29
32
 
30
33
  # Return configurations for the ansible-galaxy client.
31
34
  # @param [Hash] opts the optional parameters
35
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
36
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
37
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
32
38
  # @return [Array<(ClientConfigurationResponse, Integer, Hash)>] ClientConfigurationResponse data, response status code and response headers
33
39
  def read_with_http_info(opts = {})
34
40
  if @api_client.config.debugging
@@ -39,11 +45,14 @@ module PulpAnsibleClient
39
45
 
40
46
  # query parameters
41
47
  query_params = opts[:query_params] || {}
48
+ query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
49
+ query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
42
50
 
43
51
  # header parameters
44
52
  header_params = opts[:header_params] || {}
45
53
  # HTTP header 'Accept' (if needed)
46
54
  header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
55
+ header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
47
56
 
48
57
  # form parameters
49
58
  form_params = opts[:form_params] || {}
@@ -22,6 +22,7 @@ module PulpAnsibleClient
22
22
  # Unpaginated ViewSet for Collections.
23
23
  # @param distro_base_path [String]
24
24
  # @param [Hash] opts the optional parameters
25
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
25
26
  # @option opts [Boolean] :deprecated
26
27
  # @option opts [String] :name
27
28
  # @option opts [String] :namespace
@@ -41,6 +42,7 @@ module PulpAnsibleClient
41
42
  # Unpaginated ViewSet for Collections.
42
43
  # @param distro_base_path [String]
43
44
  # @param [Hash] opts the optional parameters
45
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
44
46
  # @option opts [Boolean] :deprecated
45
47
  # @option opts [String] :name
46
48
  # @option opts [String] :namespace
@@ -84,6 +86,7 @@ module PulpAnsibleClient
84
86
  header_params = opts[:header_params] || {}
85
87
  # HTTP header 'Accept' (if needed)
86
88
  header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
89
+ header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
87
90
 
88
91
  # form parameters
89
92
  form_params = opts[:form_params] || {}
@@ -22,6 +22,7 @@ module PulpAnsibleClient
22
22
  # Returns paginated CollectionVersions list.
23
23
  # @param distro_base_path [String]
24
24
  # @param [Hash] opts the optional parameters
25
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
25
26
  # @option opts [Array<String>] :fields A list of fields to include in the response.
26
27
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
27
28
  # @return [Array<UnpaginatedCollectionVersionResponse>]
@@ -33,6 +34,7 @@ module PulpAnsibleClient
33
34
  # Returns paginated CollectionVersions list.
34
35
  # @param distro_base_path [String]
35
36
  # @param [Hash] opts the optional parameters
37
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
36
38
  # @option opts [Array<String>] :fields A list of fields to include in the response.
37
39
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
38
40
  # @return [Array<(Array<UnpaginatedCollectionVersionResponse>, Integer, Hash)>] Array<UnpaginatedCollectionVersionResponse> data, response status code and response headers
@@ -56,6 +58,7 @@ module PulpAnsibleClient
56
58
  header_params = opts[:header_params] || {}
57
59
  # HTTP header 'Accept' (if needed)
58
60
  header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
61
+ header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
59
62
 
60
63
  # form parameters
61
64
  form_params = opts[:form_params] || {}
@@ -22,6 +22,7 @@ module PulpAnsibleClient
22
22
  # ViewSet for Repository Metadata.
23
23
  # @param distro_base_path [String]
24
24
  # @param [Hash] opts the optional parameters
25
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
25
26
  # @option opts [Array<String>] :fields A list of fields to include in the response.
26
27
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
27
28
  # @return [RepoMetadataResponse]
@@ -33,6 +34,7 @@ module PulpAnsibleClient
33
34
  # ViewSet for Repository Metadata.
34
35
  # @param distro_base_path [String]
35
36
  # @param [Hash] opts the optional parameters
37
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
36
38
  # @option opts [Array<String>] :fields A list of fields to include in the response.
37
39
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
38
40
  # @return [Array<(RepoMetadataResponse, Integer, Hash)>] RepoMetadataResponse data, response status code and response headers
@@ -56,6 +58,7 @@ module PulpAnsibleClient
56
58
  header_params = opts[:header_params] || {}
57
59
  # HTTP header 'Accept' (if needed)
58
60
  header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
61
+ header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
59
62
 
60
63
  # form parameters
61
64
  form_params = opts[:form_params] || {}
@@ -23,6 +23,7 @@ module PulpAnsibleClient
23
23
  # @param distro_base_path [String]
24
24
  # @param filename [String]
25
25
  # @param [Hash] opts the optional parameters
26
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
26
27
  # @option opts [Array<String>] :fields A list of fields to include in the response.
27
28
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
28
29
  # @return [nil]
@@ -35,6 +36,7 @@ module PulpAnsibleClient
35
36
  # @param distro_base_path [String]
36
37
  # @param filename [String]
37
38
  # @param [Hash] opts the optional parameters
39
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
38
40
  # @option opts [Array<String>] :fields A list of fields to include in the response.
39
41
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
40
42
  # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
@@ -60,6 +62,7 @@ module PulpAnsibleClient
60
62
 
61
63
  # header parameters
62
64
  header_params = opts[:header_params] || {}
65
+ header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
63
66
 
64
67
  # form parameters
65
68
  form_params = opts[:form_params] || {}
@@ -24,6 +24,7 @@ module PulpAnsibleClient
24
24
  # @param name [String]
25
25
  # @param namespace [String]
26
26
  # @param [Hash] opts the optional parameters
27
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
27
28
  # @return [AsyncOperationResponse]
28
29
  def delete(distro_base_path, name, namespace, opts = {})
29
30
  data, _status_code, _headers = delete_with_http_info(distro_base_path, name, namespace, opts)
@@ -35,6 +36,7 @@ module PulpAnsibleClient
35
36
  # @param name [String]
36
37
  # @param namespace [String]
37
38
  # @param [Hash] opts the optional parameters
39
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
38
40
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
39
41
  def delete_with_http_info(distro_base_path, name, namespace, opts = {})
40
42
  if @api_client.config.debugging
@@ -62,6 +64,7 @@ module PulpAnsibleClient
62
64
  header_params = opts[:header_params] || {}
63
65
  # HTTP header 'Accept' (if needed)
64
66
  header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
67
+ header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
65
68
 
66
69
  # form parameters
67
70
  form_params = opts[:form_params] || {}
@@ -95,6 +98,7 @@ module PulpAnsibleClient
95
98
  # ViewSet for Collections.
96
99
  # @param distro_base_path [String]
97
100
  # @param [Hash] opts the optional parameters
101
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
98
102
  # @option opts [Boolean] :deprecated
99
103
  # @option opts [Integer] :limit Number of results to return per page.
100
104
  # @option opts [String] :name
@@ -116,6 +120,7 @@ module PulpAnsibleClient
116
120
  # ViewSet for Collections.
117
121
  # @param distro_base_path [String]
118
122
  # @param [Hash] opts the optional parameters
123
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
119
124
  # @option opts [Boolean] :deprecated
120
125
  # @option opts [Integer] :limit Number of results to return per page.
121
126
  # @option opts [String] :name
@@ -163,6 +168,7 @@ module PulpAnsibleClient
163
168
  header_params = opts[:header_params] || {}
164
169
  # HTTP header 'Accept' (if needed)
165
170
  header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
171
+ header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
166
172
 
167
173
  # form parameters
168
174
  form_params = opts[:form_params] || {}
@@ -198,6 +204,7 @@ module PulpAnsibleClient
198
204
  # @param name [String]
199
205
  # @param namespace [String]
200
206
  # @param [Hash] opts the optional parameters
207
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
201
208
  # @option opts [Array<String>] :fields A list of fields to include in the response.
202
209
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
203
210
  # @return [CollectionResponse]
@@ -211,6 +218,7 @@ module PulpAnsibleClient
211
218
  # @param name [String]
212
219
  # @param namespace [String]
213
220
  # @param [Hash] opts the optional parameters
221
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
214
222
  # @option opts [Array<String>] :fields A list of fields to include in the response.
215
223
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
216
224
  # @return [Array<(CollectionResponse, Integer, Hash)>] CollectionResponse data, response status code and response headers
@@ -242,6 +250,7 @@ module PulpAnsibleClient
242
250
  header_params = opts[:header_params] || {}
243
251
  # HTTP header 'Accept' (if needed)
244
252
  header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
253
+ header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
245
254
 
246
255
  # form parameters
247
256
  form_params = opts[:form_params] || {}
@@ -278,6 +287,7 @@ module PulpAnsibleClient
278
287
  # @param namespace [String]
279
288
  # @param patched_collection [PatchedCollection]
280
289
  # @param [Hash] opts the optional parameters
290
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
281
291
  # @return [AsyncOperationResponse]
282
292
  def update(distro_base_path, name, namespace, patched_collection, opts = {})
283
293
  data, _status_code, _headers = update_with_http_info(distro_base_path, name, namespace, patched_collection, opts)
@@ -290,6 +300,7 @@ module PulpAnsibleClient
290
300
  # @param namespace [String]
291
301
  # @param patched_collection [PatchedCollection]
292
302
  # @param [Hash] opts the optional parameters
303
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
293
304
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
294
305
  def update_with_http_info(distro_base_path, name, namespace, patched_collection, opts = {})
295
306
  if @api_client.config.debugging
@@ -326,6 +337,7 @@ module PulpAnsibleClient
326
337
  if !content_type.nil?
327
338
  header_params['Content-Type'] = content_type
328
339
  end
340
+ header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
329
341
 
330
342
  # form parameters
331
343
  form_params = opts[:form_params] || {}
@@ -25,6 +25,7 @@ module PulpAnsibleClient
25
25
  # @param namespace [String]
26
26
  # @param version [String]
27
27
  # @param [Hash] opts the optional parameters
28
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
28
29
  # @return [AsyncOperationResponse]
29
30
  def delete(distro_base_path, name, namespace, version, opts = {})
30
31
  data, _status_code, _headers = delete_with_http_info(distro_base_path, name, namespace, version, opts)
@@ -37,6 +38,7 @@ module PulpAnsibleClient
37
38
  # @param namespace [String]
38
39
  # @param version [String]
39
40
  # @param [Hash] opts the optional parameters
41
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
40
42
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
41
43
  def delete_with_http_info(distro_base_path, name, namespace, version, opts = {})
42
44
  if @api_client.config.debugging
@@ -68,6 +70,7 @@ module PulpAnsibleClient
68
70
  header_params = opts[:header_params] || {}
69
71
  # HTTP header 'Accept' (if needed)
70
72
  header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
73
+ header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
71
74
 
72
75
  # form parameters
73
76
  form_params = opts[:form_params] || {}
@@ -103,11 +106,12 @@ module PulpAnsibleClient
103
106
  # @param name [String]
104
107
  # @param namespace [String]
105
108
  # @param [Hash] opts the optional parameters
109
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
106
110
  # @option opts [Integer] :limit Number of results to return per page.
107
111
  # @option opts [String] :name2
108
112
  # @option opts [String] :namespace2
109
113
  # @option opts [Integer] :offset The initial index from which to return the results.
110
- # @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)
114
+ # @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)
111
115
  # @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
112
116
  # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
113
117
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
@@ -132,11 +136,12 @@ module PulpAnsibleClient
132
136
  # @param name [String]
133
137
  # @param namespace [String]
134
138
  # @param [Hash] opts the optional parameters
139
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
135
140
  # @option opts [Integer] :limit Number of results to return per page.
136
141
  # @option opts [String] :name2
137
142
  # @option opts [String] :namespace2
138
143
  # @option opts [Integer] :offset The initial index from which to return the results.
139
- # @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)
144
+ # @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)
140
145
  # @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
141
146
  # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
142
147
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
@@ -167,7 +172,7 @@ module PulpAnsibleClient
167
172
  if @api_client.config.client_side_validation && namespace.nil?
168
173
  fail ArgumentError, "Missing the required parameter 'namespace' when calling PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsApi.list"
169
174
  end
170
- allowable_values = ["-authors", "-contents", "-dependencies", "-description", "-docs_blob", "-documentation", "-files", "-homepage", "-issues", "-license", "-manifest", "-name", "-namespace", "-new_tags", "-pk", "-pulp_created", "-pulp_id", "-pulp_labels", "-pulp_last_updated", "-pulp_type", "-repository", "-requires_ansible", "-search_vector", "-sha256", "-timestamp_of_interest", "-upstream_id", "-version", "-version_major", "-version_minor", "-version_patch", "-version_prerelease", "authors", "contents", "dependencies", "description", "docs_blob", "documentation", "files", "homepage", "issues", "license", "manifest", "name", "namespace", "new_tags", "pk", "pulp_created", "pulp_id", "pulp_labels", "pulp_last_updated", "pulp_type", "repository", "requires_ansible", "search_vector", "sha256", "timestamp_of_interest", "upstream_id", "version", "version_major", "version_minor", "version_patch", "version_prerelease"]
175
+ allowable_values = ["-authors", "-contents", "-dependencies", "-description", "-docs_blob", "-documentation", "-files", "-homepage", "-issues", "-license", "-manifest", "-name", "-namespace", "-pk", "-pulp_created", "-pulp_id", "-pulp_labels", "-pulp_last_updated", "-pulp_type", "-repository", "-requires_ansible", "-search_vector", "-sha256", "-tags", "-timestamp_of_interest", "-upstream_id", "-version", "-version_major", "-version_minor", "-version_patch", "-version_prerelease", "authors", "contents", "dependencies", "description", "docs_blob", "documentation", "files", "homepage", "issues", "license", "manifest", "name", "namespace", "pk", "pulp_created", "pulp_id", "pulp_labels", "pulp_last_updated", "pulp_type", "repository", "requires_ansible", "search_vector", "sha256", "tags", "timestamp_of_interest", "upstream_id", "version", "version_major", "version_minor", "version_patch", "version_prerelease"]
171
176
  if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
172
177
  fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
173
178
  end
@@ -199,6 +204,7 @@ module PulpAnsibleClient
199
204
  header_params = opts[:header_params] || {}
200
205
  # HTTP header 'Accept' (if needed)
201
206
  header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
207
+ header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
202
208
 
203
209
  # form parameters
204
210
  form_params = opts[:form_params] || {}
@@ -235,6 +241,7 @@ module PulpAnsibleClient
235
241
  # @param namespace [String]
236
242
  # @param version [String]
237
243
  # @param [Hash] opts the optional parameters
244
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
238
245
  # @option opts [Array<String>] :fields A list of fields to include in the response.
239
246
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
240
247
  # @return [CollectionVersionResponse]
@@ -249,6 +256,7 @@ module PulpAnsibleClient
249
256
  # @param namespace [String]
250
257
  # @param version [String]
251
258
  # @param [Hash] opts the optional parameters
259
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
252
260
  # @option opts [Array<String>] :fields A list of fields to include in the response.
253
261
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
254
262
  # @return [Array<(CollectionVersionResponse, Integer, Hash)>] CollectionVersionResponse data, response status code and response headers
@@ -284,6 +292,7 @@ module PulpAnsibleClient
284
292
  header_params = opts[:header_params] || {}
285
293
  # HTTP header 'Accept' (if needed)
286
294
  header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
295
+ header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
287
296
 
288
297
  # form parameters
289
298
  form_params = opts[:form_params] || {}
@@ -25,6 +25,7 @@ module PulpAnsibleClient
25
25
  # @param namespace [String]
26
26
  # @param version [String]
27
27
  # @param [Hash] opts the optional parameters
28
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
28
29
  # @option opts [Array<String>] :fields A list of fields to include in the response.
29
30
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
30
31
  # @return [CollectionVersionDocsResponse]
@@ -39,6 +40,7 @@ module PulpAnsibleClient
39
40
  # @param namespace [String]
40
41
  # @param version [String]
41
42
  # @param [Hash] opts the optional parameters
43
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
42
44
  # @option opts [Array<String>] :fields A list of fields to include in the response.
43
45
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
44
46
  # @return [Array<(CollectionVersionDocsResponse, Integer, Hash)>] CollectionVersionDocsResponse data, response status code and response headers
@@ -74,6 +76,7 @@ module PulpAnsibleClient
74
76
  header_params = opts[:header_params] || {}
75
77
  # HTTP header 'Accept' (if needed)
76
78
  header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
79
+ header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
77
80
 
78
81
  # form parameters
79
82
  form_params = opts[:form_params] || {}
@@ -23,6 +23,7 @@ module PulpAnsibleClient
23
23
  # @param distro_base_path [String]
24
24
  # @param name [String] Required named, only accepts lowercase, numbers and underscores.
25
25
  # @param [Hash] opts the optional parameters
26
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
26
27
  # @option opts [String] :company Optional namespace company owner.
27
28
  # @option opts [String] :email Optional namespace contact email.
28
29
  # @option opts [String] :description Optional short description.
@@ -39,6 +40,7 @@ module PulpAnsibleClient
39
40
  # @param distro_base_path [String]
40
41
  # @param name [String] Required named, only accepts lowercase, numbers and underscores.
41
42
  # @param [Hash] opts the optional parameters
43
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
42
44
  # @option opts [String] :company Optional namespace company owner.
43
45
  # @option opts [String] :email Optional namespace contact email.
44
46
  # @option opts [String] :description Optional short description.
@@ -98,6 +100,7 @@ module PulpAnsibleClient
98
100
  if !content_type.nil?
99
101
  header_params['Content-Type'] = content_type
100
102
  end
103
+ header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
101
104
 
102
105
  # form parameters
103
106
  form_params = opts[:form_params] || {}
@@ -139,6 +142,7 @@ module PulpAnsibleClient
139
142
  # @param distro_base_path [String]
140
143
  # @param name [String]
141
144
  # @param [Hash] opts the optional parameters
145
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
142
146
  # @return [AsyncOperationResponse]
143
147
  def delete(distro_base_path, name, opts = {})
144
148
  data, _status_code, _headers = delete_with_http_info(distro_base_path, name, opts)
@@ -149,6 +153,7 @@ module PulpAnsibleClient
149
153
  # @param distro_base_path [String]
150
154
  # @param name [String]
151
155
  # @param [Hash] opts the optional parameters
156
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
152
157
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
153
158
  def delete_with_http_info(distro_base_path, name, opts = {})
154
159
  if @api_client.config.debugging
@@ -172,6 +177,7 @@ module PulpAnsibleClient
172
177
  header_params = opts[:header_params] || {}
173
178
  # HTTP header 'Accept' (if needed)
174
179
  header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
180
+ header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
175
181
 
176
182
  # form parameters
177
183
  form_params = opts[:form_params] || {}
@@ -205,6 +211,7 @@ module PulpAnsibleClient
205
211
  # Provides the authentication and permission classes from settings.
206
212
  # @param distro_base_path [String]
207
213
  # @param [Hash] opts the optional parameters
214
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
208
215
  # @option opts [String] :company Filter results where company matches value
209
216
  # @option opts [String] :company__contains Filter results where company contains value
210
217
  # @option opts [String] :company__icontains Filter results where company contains value
@@ -243,6 +250,7 @@ module PulpAnsibleClient
243
250
  # Provides the authentication and permission classes from settings.
244
251
  # @param distro_base_path [String]
245
252
  # @param [Hash] opts the optional parameters
253
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
246
254
  # @option opts [String] :company Filter results where company matches value
247
255
  # @option opts [String] :company__contains Filter results where company contains value
248
256
  # @option opts [String] :company__icontains Filter results where company contains value
@@ -324,6 +332,7 @@ module PulpAnsibleClient
324
332
  header_params = opts[:header_params] || {}
325
333
  # HTTP header 'Accept' (if needed)
326
334
  header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
335
+ header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
327
336
 
328
337
  # form parameters
329
338
  form_params = opts[:form_params] || {}
@@ -358,6 +367,7 @@ module PulpAnsibleClient
358
367
  # @param distro_base_path [String]
359
368
  # @param name [String]
360
369
  # @param [Hash] opts the optional parameters
370
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
361
371
  # @option opts [String] :name2 Required named, only accepts lowercase, numbers and underscores.
362
372
  # @option opts [String] :company Optional namespace company owner.
363
373
  # @option opts [String] :email Optional namespace contact email.
@@ -375,6 +385,7 @@ module PulpAnsibleClient
375
385
  # @param distro_base_path [String]
376
386
  # @param name [String]
377
387
  # @param [Hash] opts the optional parameters
388
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
378
389
  # @option opts [String] :name2 Required named, only accepts lowercase, numbers and underscores.
379
390
  # @option opts [String] :company Optional namespace company owner.
380
391
  # @option opts [String] :email Optional namespace contact email.
@@ -435,6 +446,7 @@ module PulpAnsibleClient
435
446
  if !content_type.nil?
436
447
  header_params['Content-Type'] = content_type
437
448
  end
449
+ header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
438
450
 
439
451
  # form parameters
440
452
  form_params = opts[:form_params] || {}
@@ -476,6 +488,7 @@ module PulpAnsibleClient
476
488
  # @param distro_base_path [String]
477
489
  # @param name [String]
478
490
  # @param [Hash] opts the optional parameters
491
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
479
492
  # @option opts [Array<String>] :fields A list of fields to include in the response.
480
493
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
481
494
  # @return [AnsibleAnsibleNamespaceMetadataResponse]
@@ -488,6 +501,7 @@ module PulpAnsibleClient
488
501
  # @param distro_base_path [String]
489
502
  # @param name [String]
490
503
  # @param [Hash] opts the optional parameters
504
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
491
505
  # @option opts [Array<String>] :fields A list of fields to include in the response.
492
506
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
493
507
  # @return [Array<(AnsibleAnsibleNamespaceMetadataResponse, Integer, Hash)>] AnsibleAnsibleNamespaceMetadataResponse data, response status code and response headers
@@ -515,6 +529,7 @@ module PulpAnsibleClient
515
529
  header_params = opts[:header_params] || {}
516
530
  # HTTP header 'Accept' (if needed)
517
531
  header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
532
+ header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
518
533
 
519
534
  # form parameters
520
535
  form_params = opts[:form_params] || {}
@@ -22,6 +22,7 @@ module PulpAnsibleClient
22
22
  # List cross repository collection version indexs
23
23
  # A viewset for cross-repo searches.
24
24
  # @param [Hash] opts the optional parameters
25
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
25
26
  # @option opts [String] :dependency
26
27
  # @option opts [Boolean] :deprecated
27
28
  # @option opts [Array<String>] :distribution Filter collectionversions that are in these distrubtion ids.
@@ -56,6 +57,7 @@ module PulpAnsibleClient
56
57
  # List cross repository collection version indexs
57
58
  # A viewset for cross-repo searches.
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 [String] :dependency
60
62
  # @option opts [Boolean] :deprecated
61
63
  # @option opts [Array<String>] :distribution Filter collectionversions that are in these distrubtion ids.
@@ -125,6 +127,7 @@ module PulpAnsibleClient
125
127
  header_params = opts[:header_params] || {}
126
128
  # HTTP header 'Accept' (if needed)
127
129
  header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
130
+ header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
128
131
 
129
132
  # form parameters
130
133
  form_params = opts[:form_params] || {}
@@ -158,6 +161,7 @@ module PulpAnsibleClient
158
161
  # A viewset for cross-repo searches.
159
162
  # @param collection_version_search_list [CollectionVersionSearchList]
160
163
  # @param [Hash] opts the optional parameters
164
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
161
165
  # @return [CollectionVersionSearchListResponse]
162
166
  def rebuild(collection_version_search_list, opts = {})
163
167
  data, _status_code, _headers = rebuild_with_http_info(collection_version_search_list, opts)
@@ -167,6 +171,7 @@ module PulpAnsibleClient
167
171
  # A viewset for cross-repo searches.
168
172
  # @param collection_version_search_list [CollectionVersionSearchList]
169
173
  # @param [Hash] opts the optional parameters
174
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
170
175
  # @return [Array<(CollectionVersionSearchListResponse, Integer, Hash)>] CollectionVersionSearchListResponse data, response status code and response headers
171
176
  def rebuild_with_http_info(collection_version_search_list, opts = {})
172
177
  if @api_client.config.debugging
@@ -191,6 +196,7 @@ module PulpAnsibleClient
191
196
  if !content_type.nil?
192
197
  header_params['Content-Type'] = content_type
193
198
  end
199
+ header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
194
200
 
195
201
  # form parameters
196
202
  form_params = opts[:form_params] || {}
@@ -19,9 +19,10 @@ module PulpAnsibleClient
19
19
  def initialize(api_client = ApiClient.default)
20
20
  @api_client = api_client
21
21
  end
22
- # List tags
22
+ # List collection versions
23
23
  # ViewSet for Tag models.
24
24
  # @param [Hash] opts the optional parameters
25
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
25
26
  # @option opts [Integer] :limit Number of results to return per page.
26
27
  # @option opts [Integer] :offset The initial index from which to return the results.
27
28
  # @option opts [Array<String>] :fields A list of fields to include in the response.
@@ -32,9 +33,10 @@ module PulpAnsibleClient
32
33
  data
33
34
  end
34
35
 
35
- # List tags
36
+ # List collection versions
36
37
  # ViewSet for Tag models.
37
38
  # @param [Hash] opts the optional parameters
39
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
38
40
  # @option opts [Integer] :limit Number of results to return per page.
39
41
  # @option opts [Integer] :offset The initial index from which to return the results.
40
42
  # @option opts [Array<String>] :fields A list of fields to include in the response.
@@ -58,6 +60,7 @@ module PulpAnsibleClient
58
60
  header_params = opts[:header_params] || {}
59
61
  # HTTP header 'Accept' (if needed)
60
62
  header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
63
+ header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
61
64
 
62
65
  # form parameters
63
66
  form_params = opts[:form_params] || {}