pulp_ansible_client 0.24.5 → 0.24.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +8 -5
- data/docs/AnsibleCollectionVersionResponse.md +8 -8
- data/docs/AnsibleCollectionsApi.md +26 -8
- data/docs/AnsibleCopyApi.md +8 -4
- data/docs/AnsibleGitRemote.md +26 -26
- data/docs/AnsibleGitRemoteResponse.md +22 -22
- data/docs/AnsibleRole.md +4 -4
- data/docs/AnsibleRoleResponse.md +8 -8
- data/docs/ApiPluginAnsibleSearchCollectionVersionsApi.md +10 -4
- data/docs/ApiRolesApi.md +2 -0
- data/docs/CollectionImportApi.md +2 -0
- data/docs/ContentCollectionDeprecationsApi.md +28 -12
- data/docs/ContentCollectionMarksApi.md +28 -12
- data/docs/ContentCollectionSignaturesApi.md +22 -8
- data/docs/ContentCollectionVersionsApi.md +30 -16
- data/docs/ContentNamespacesApi.md +22 -8
- data/docs/ContentRolesApi.md +28 -12
- data/docs/DistributionsAnsibleApi.md +72 -32
- data/docs/PatchedansibleGitRemote.md +26 -26
- data/docs/PulpAnsibleApiApi.md +2 -0
- data/docs/PulpAnsibleApiV3Api.md +2 -0
- data/docs/PulpAnsibleApiV3ArtifactsCollectionsApi.md +2 -0
- data/docs/PulpAnsibleApiV3CollectionVersionsAllApi.md +2 -0
- data/docs/PulpAnsibleApiV3CollectionsAllApi.md +2 -0
- data/docs/PulpAnsibleApiV3CollectionsApi.md +20 -8
- data/docs/PulpAnsibleApiV3CollectionsVersionsApi.md +12 -4
- data/docs/PulpAnsibleApiV3CollectionsVersionsDocsBlobApi.md +2 -0
- data/docs/PulpAnsibleApiV3NamespacesApi.md +4 -0
- data/docs/PulpAnsibleApiV3PluginAnsibleClientConfigurationApi.md +2 -0
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsAllCollectionsApi.md +2 -0
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsAllVersionsApi.md +2 -0
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsApi.md +2 -0
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsArtifactsApi.md +2 -0
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexApi.md +20 -8
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexVersionsApi.md +12 -4
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexVersionsDocsBlobApi.md +2 -0
- data/docs/PulpAnsibleApiV3PluginAnsibleContentNamespacesApi.md +16 -4
- data/docs/PulpAnsibleArtifactsCollectionsV3Api.md +8 -0
- data/docs/PulpAnsibleDefaultApiApi.md +14 -5
- data/docs/PulpAnsibleDefaultApiV3Api.md +14 -5
- data/docs/PulpAnsibleDefaultApiV3ArtifactsCollectionsApi.md +2 -0
- data/docs/PulpAnsibleDefaultApiV3CollectionVersionsAllApi.md +14 -5
- data/docs/PulpAnsibleDefaultApiV3CollectionsAllApi.md +2 -0
- data/docs/PulpAnsibleDefaultApiV3CollectionsApi.md +20 -8
- data/docs/PulpAnsibleDefaultApiV3CollectionsVersionsApi.md +12 -4
- data/docs/PulpAnsibleDefaultApiV3CollectionsVersionsDocsBlobApi.md +2 -0
- data/docs/PulpAnsibleDefaultApiV3NamespacesApi.md +4 -0
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleClientConfigurationApi.md +14 -5
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsAllCollectionsApi.md +2 -0
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsAllVersionsApi.md +2 -0
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsApi.md +2 -0
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsArtifactsApi.md +2 -0
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexApi.md +20 -8
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsApi.md +12 -4
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsDocsBlobApi.md +2 -0
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesApi.md +16 -4
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleSearchCollectionVersionsApi.md +10 -4
- data/docs/PulpAnsibleTagsApi.md +2 -0
- data/docs/RemotesCollectionApi.md +72 -32
- data/docs/RemotesGitApi.md +72 -32
- data/docs/RemotesRoleApi.md +72 -32
- data/docs/RepositoriesAnsibleApi.md +136 -64
- data/docs/RepositoriesAnsibleVersionsApi.md +30 -14
- data/docs/VersionsApi.md +2 -0
- data/lib/pulp_ansible_client/api/ansible_collections_api.rb +21 -0
- data/lib/pulp_ansible_client/api/ansible_copy_api.rb +3 -0
- data/lib/pulp_ansible_client/api/api_plugin_ansible_search_collection_versions_api.rb +6 -0
- data/lib/pulp_ansible_client/api/api_roles_api.rb +3 -0
- data/lib/pulp_ansible_client/api/collection_import_api.rb +3 -0
- data/lib/pulp_ansible_client/api/content_collection_deprecations_api.rb +15 -0
- data/lib/pulp_ansible_client/api/content_collection_marks_api.rb +15 -0
- data/lib/pulp_ansible_client/api/content_collection_signatures_api.rb +15 -0
- data/lib/pulp_ansible_client/api/content_collection_versions_api.rb +27 -12
- data/lib/pulp_ansible_client/api/content_namespaces_api.rb +15 -0
- data/lib/pulp_ansible_client/api/content_roles_api.rb +15 -0
- data/lib/pulp_ansible_client/api/distributions_ansible_api.rb +36 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_artifacts_collections_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collection_versions_all_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_all_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_api.rb +12 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_versions_api.rb +9 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_versions_docs_blob_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_namespaces_api.rb +6 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_client_configuration_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_collections_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_versions_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_artifacts_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_api.rb +12 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api.rb +9 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_namespaces_api.rb +15 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_artifacts_collections_v3_api.rb +12 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_api.rb +9 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_api.rb +9 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_artifacts_collections_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collection_versions_all_api.rb +9 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_all_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_api.rb +12 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_versions_api.rb +9 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_versions_docs_blob_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_namespaces_api.rb +6 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_client_configuration_api.rb +9 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_collections_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_versions_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_artifacts_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_api.rb +12 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api.rb +9 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_namespaces_api.rb +15 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_search_collection_versions_api.rb +6 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_tags_api.rb +3 -0
- data/lib/pulp_ansible_client/api/remotes_collection_api.rb +36 -0
- data/lib/pulp_ansible_client/api/remotes_git_api.rb +36 -0
- data/lib/pulp_ansible_client/api/remotes_role_api.rb +36 -0
- data/lib/pulp_ansible_client/api/repositories_ansible_api.rb +60 -0
- data/lib/pulp_ansible_client/api/repositories_ansible_versions_api.rb +18 -3
- data/lib/pulp_ansible_client/api/versions_api.rb +3 -0
- data/lib/pulp_ansible_client/models/ansible_collection_version_response.rb +32 -32
- data/lib/pulp_ansible_client/models/ansible_git_remote.rb +220 -220
- data/lib/pulp_ansible_client/models/ansible_git_remote_response.rb +139 -139
- data/lib/pulp_ansible_client/models/ansible_role.rb +17 -17
- data/lib/pulp_ansible_client/models/ansible_role_response.rb +34 -34
- data/lib/pulp_ansible_client/models/patchedansible_git_remote.rb +217 -217
- data/lib/pulp_ansible_client/version.rb +1 -1
- data/pulp_ansible_client.gemspec +0 -1
- data/spec/api/ansible_collections_api_spec.rb +7 -0
- data/spec/api/ansible_copy_api_spec.rb +1 -0
- data/spec/api/api_plugin_ansible_search_collection_versions_api_spec.rb +2 -0
- data/spec/api/api_roles_api_spec.rb +1 -0
- data/spec/api/collection_import_api_spec.rb +1 -0
- data/spec/api/content_collection_deprecations_api_spec.rb +5 -0
- data/spec/api/content_collection_marks_api_spec.rb +5 -0
- data/spec/api/content_collection_signatures_api_spec.rb +5 -0
- data/spec/api/content_collection_versions_api_spec.rb +9 -4
- data/spec/api/content_namespaces_api_spec.rb +5 -0
- data/spec/api/content_roles_api_spec.rb +5 -0
- data/spec/api/distributions_ansible_api_spec.rb +12 -0
- data/spec/api/pulp_ansible_api_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_api_v3_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_api_v3_artifacts_collections_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_api_v3_collection_versions_all_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_api_v3_collections_all_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_api_v3_collections_api_spec.rb +4 -0
- data/spec/api/pulp_ansible_api_v3_collections_versions_api_spec.rb +3 -0
- data/spec/api/pulp_ansible_api_v3_collections_versions_docs_blob_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_api_v3_namespaces_api_spec.rb +2 -0
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_client_configuration_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_collections_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_versions_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_artifacts_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_api_spec.rb +4 -0
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api_spec.rb +3 -0
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_namespaces_api_spec.rb +5 -0
- data/spec/api/pulp_ansible_artifacts_collections_v3_api_spec.rb +4 -0
- data/spec/api/pulp_ansible_default_api_api_spec.rb +3 -0
- data/spec/api/pulp_ansible_default_api_v3_api_spec.rb +3 -0
- data/spec/api/pulp_ansible_default_api_v3_artifacts_collections_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_default_api_v3_collection_versions_all_api_spec.rb +3 -0
- data/spec/api/pulp_ansible_default_api_v3_collections_all_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_default_api_v3_collections_api_spec.rb +4 -0
- data/spec/api/pulp_ansible_default_api_v3_collections_versions_api_spec.rb +3 -0
- data/spec/api/pulp_ansible_default_api_v3_collections_versions_docs_blob_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_default_api_v3_namespaces_api_spec.rb +2 -0
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_client_configuration_api_spec.rb +3 -0
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_collections_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_versions_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_artifacts_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_api_spec.rb +4 -0
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api_spec.rb +3 -0
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_namespaces_api_spec.rb +5 -0
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_search_collection_versions_api_spec.rb +2 -0
- data/spec/api/pulp_ansible_tags_api_spec.rb +1 -0
- data/spec/api/remotes_collection_api_spec.rb +12 -0
- data/spec/api/remotes_git_api_spec.rb +12 -0
- data/spec/api/remotes_role_api_spec.rb +12 -0
- data/spec/api/repositories_ansible_api_spec.rb +20 -0
- data/spec/api/repositories_ansible_versions_api_spec.rb +6 -1
- data/spec/api/versions_api_spec.rb +1 -0
- data/spec/models/ansible_collection_version_response_spec.rb +5 -5
- data/spec/models/ansible_git_remote_response_spec.rb +18 -18
- data/spec/models/ansible_git_remote_spec.rb +20 -20
- data/spec/models/ansible_role_response_spec.rb +5 -5
- data/spec/models/ansible_role_spec.rb +2 -2
- data/spec/models/patchedansible_git_remote_spec.rb +20 -20
- metadata +124 -144
@@ -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 [Boolean] :deprecated
|
25
26
|
# @option opts [String] :name
|
26
27
|
# @option opts [String] :namespace
|
@@ -39,6 +40,7 @@ module PulpAnsibleClient
|
|
39
40
|
|
40
41
|
# Legacy v3 endpoint.
|
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 [Boolean] :deprecated
|
43
45
|
# @option opts [String] :name
|
44
46
|
# @option opts [String] :namespace
|
@@ -78,6 +80,7 @@ module PulpAnsibleClient
|
|
78
80
|
header_params = opts[:header_params] || {}
|
79
81
|
# HTTP header 'Accept' (if needed)
|
80
82
|
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
83
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
81
84
|
|
82
85
|
# form parameters
|
83
86
|
form_params = opts[:form_params] || {}
|
@@ -23,6 +23,7 @@ module PulpAnsibleClient
|
|
23
23
|
# @param name [String]
|
24
24
|
# @param namespace [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
|
# @return [AsyncOperationResponse]
|
27
28
|
def delete(name, namespace, opts = {})
|
28
29
|
data, _status_code, _headers = delete_with_http_info(name, namespace, opts)
|
@@ -33,6 +34,7 @@ module PulpAnsibleClient
|
|
33
34
|
# @param name [String]
|
34
35
|
# @param namespace [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
|
# @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
|
37
39
|
def delete_with_http_info(name, namespace, opts = {})
|
38
40
|
if @api_client.config.debugging
|
@@ -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] || {}
|
@@ -88,6 +91,7 @@ module PulpAnsibleClient
|
|
88
91
|
|
89
92
|
# Legacy v3 endpoint.
|
90
93
|
# @param [Hash] opts the optional parameters
|
94
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
91
95
|
# @option opts [Boolean] :deprecated
|
92
96
|
# @option opts [Integer] :limit Number of results to return per page.
|
93
97
|
# @option opts [String] :name
|
@@ -108,6 +112,7 @@ module PulpAnsibleClient
|
|
108
112
|
|
109
113
|
# Legacy v3 endpoint.
|
110
114
|
# @param [Hash] opts the optional parameters
|
115
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
111
116
|
# @option opts [Boolean] :deprecated
|
112
117
|
# @option opts [Integer] :limit Number of results to return per page.
|
113
118
|
# @option opts [String] :name
|
@@ -151,6 +156,7 @@ module PulpAnsibleClient
|
|
151
156
|
header_params = opts[:header_params] || {}
|
152
157
|
# HTTP header 'Accept' (if needed)
|
153
158
|
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
159
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
154
160
|
|
155
161
|
# form parameters
|
156
162
|
form_params = opts[:form_params] || {}
|
@@ -185,6 +191,7 @@ module PulpAnsibleClient
|
|
185
191
|
# @param name [String]
|
186
192
|
# @param namespace [String]
|
187
193
|
# @param [Hash] opts the optional parameters
|
194
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
188
195
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
189
196
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
190
197
|
# @return [CollectionResponse]
|
@@ -197,6 +204,7 @@ module PulpAnsibleClient
|
|
197
204
|
# @param name [String]
|
198
205
|
# @param namespace [String]
|
199
206
|
# @param [Hash] opts the optional parameters
|
207
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
200
208
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
201
209
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
202
210
|
# @return [Array<(CollectionResponse, Integer, Hash)>] CollectionResponse data, response status code and response headers
|
@@ -224,6 +232,7 @@ module PulpAnsibleClient
|
|
224
232
|
header_params = opts[:header_params] || {}
|
225
233
|
# HTTP header 'Accept' (if needed)
|
226
234
|
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
235
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
227
236
|
|
228
237
|
# form parameters
|
229
238
|
form_params = opts[:form_params] || {}
|
@@ -259,6 +268,7 @@ module PulpAnsibleClient
|
|
259
268
|
# @param namespace [String]
|
260
269
|
# @param patched_collection [PatchedCollection]
|
261
270
|
# @param [Hash] opts the optional parameters
|
271
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
262
272
|
# @return [AsyncOperationResponse]
|
263
273
|
def update(name, namespace, patched_collection, opts = {})
|
264
274
|
data, _status_code, _headers = update_with_http_info(name, namespace, patched_collection, opts)
|
@@ -270,6 +280,7 @@ module PulpAnsibleClient
|
|
270
280
|
# @param namespace [String]
|
271
281
|
# @param patched_collection [PatchedCollection]
|
272
282
|
# @param [Hash] opts the optional parameters
|
283
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
273
284
|
# @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
|
274
285
|
def update_with_http_info(name, namespace, patched_collection, opts = {})
|
275
286
|
if @api_client.config.debugging
|
@@ -302,6 +313,7 @@ module PulpAnsibleClient
|
|
302
313
|
if !content_type.nil?
|
303
314
|
header_params['Content-Type'] = content_type
|
304
315
|
end
|
316
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
305
317
|
|
306
318
|
# form parameters
|
307
319
|
form_params = opts[:form_params] || {}
|
@@ -24,6 +24,7 @@ module PulpAnsibleClient
|
|
24
24
|
# @param namespace [String]
|
25
25
|
# @param version [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(name, namespace, version, opts = {})
|
29
30
|
data, _status_code, _headers = delete_with_http_info(name, namespace, version, opts)
|
@@ -35,6 +36,7 @@ module PulpAnsibleClient
|
|
35
36
|
# @param namespace [String]
|
36
37
|
# @param version [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(name, namespace, version, 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] || {}
|
@@ -96,6 +99,7 @@ module PulpAnsibleClient
|
|
96
99
|
# @param name [String]
|
97
100
|
# @param namespace [String]
|
98
101
|
# @param [Hash] opts the optional parameters
|
102
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
99
103
|
# @option opts [Integer] :limit Number of results to return per page.
|
100
104
|
# @option opts [String] :name2
|
101
105
|
# @option opts [String] :namespace2
|
@@ -124,6 +128,7 @@ module PulpAnsibleClient
|
|
124
128
|
# @param name [String]
|
125
129
|
# @param namespace [String]
|
126
130
|
# @param [Hash] opts the optional parameters
|
131
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
127
132
|
# @option opts [Integer] :limit Number of results to return per page.
|
128
133
|
# @option opts [String] :name2
|
129
134
|
# @option opts [String] :namespace2
|
@@ -187,6 +192,7 @@ module PulpAnsibleClient
|
|
187
192
|
header_params = opts[:header_params] || {}
|
188
193
|
# HTTP header 'Accept' (if needed)
|
189
194
|
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
195
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
190
196
|
|
191
197
|
# form parameters
|
192
198
|
form_params = opts[:form_params] || {}
|
@@ -222,6 +228,7 @@ module PulpAnsibleClient
|
|
222
228
|
# @param namespace [String]
|
223
229
|
# @param version [String]
|
224
230
|
# @param [Hash] opts the optional parameters
|
231
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
225
232
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
226
233
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
227
234
|
# @return [CollectionVersionResponse]
|
@@ -235,6 +242,7 @@ module PulpAnsibleClient
|
|
235
242
|
# @param namespace [String]
|
236
243
|
# @param version [String]
|
237
244
|
# @param [Hash] opts the optional parameters
|
245
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
238
246
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
239
247
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
240
248
|
# @return [Array<(CollectionVersionResponse, Integer, Hash)>] CollectionVersionResponse data, response status code and response headers
|
@@ -266,6 +274,7 @@ module PulpAnsibleClient
|
|
266
274
|
header_params = opts[:header_params] || {}
|
267
275
|
# HTTP header 'Accept' (if needed)
|
268
276
|
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
277
|
+
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
269
278
|
|
270
279
|
# form parameters
|
271
280
|
form_params = opts[:form_params] || {}
|
data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_versions_docs_blob_api.rb
CHANGED
@@ -24,6 +24,7 @@ module PulpAnsibleClient
|
|
24
24
|
# @param namespace [String]
|
25
25
|
# @param version [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
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
28
29
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
29
30
|
# @return [CollectionVersionDocsResponse]
|
@@ -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
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
41
43
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
42
44
|
# @return [Array<(CollectionVersionDocsResponse, Integer, Hash)>] CollectionVersionDocsResponse data, response status code and response headers
|
@@ -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] || {}
|
@@ -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,6 +106,7 @@ 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
|
@@ -132,6 +136,7 @@ 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
|
@@ -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] || {}
|