pulp_ansible_client 0.24.6 → 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 +4 -4
- data/docs/AnsibleCollectionsApi.md +26 -8
- data/docs/AnsibleCopyApi.md +8 -4
- data/docs/AnsibleGitRemote.md +24 -24
- data/docs/AnsibleGitRemoteResponse.md +24 -24
- data/docs/AnsibleRole.md +2 -2
- data/docs/AnsibleRoleResponse.md +4 -4
- 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 +28 -14
- data/docs/ContentNamespacesApi.md +22 -8
- data/docs/ContentRolesApi.md +28 -12
- data/docs/DistributionsAnsibleApi.md +72 -32
- data/docs/PatchedansibleGitRemote.md +24 -24
- 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 +24 -9
- 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 +21 -21
- data/lib/pulp_ansible_client/models/ansible_git_remote.rb +228 -228
- data/lib/pulp_ansible_client/models/ansible_git_remote_response.rb +138 -138
- data/lib/pulp_ansible_client/models/ansible_role.rb +11 -11
- data/lib/pulp_ansible_client/models/ansible_role_response.rb +21 -21
- data/lib/pulp_ansible_client/models/patchedansible_git_remote.rb +223 -223
- data/lib/pulp_ansible_client/version.rb +1 -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 +8 -3
- 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 +126 -126
@@ -12,7 +12,7 @@ All URIs are relative to *http://localhost:24817*
|
|
12
12
|
|
13
13
|
## delete
|
14
14
|
|
15
|
-
> <AsyncOperationResponse> delete(name, namespace, path)
|
15
|
+
> <AsyncOperationResponse> delete(name, namespace, path, opts)
|
16
16
|
|
17
17
|
|
18
18
|
|
@@ -34,10 +34,13 @@ api_instance = PulpAnsibleClient::PulpAnsibleApiV3CollectionsApi.new
|
|
34
34
|
name = 'name_example' # String |
|
35
35
|
namespace = 'namespace_example' # String |
|
36
36
|
path = 'path_example' # String |
|
37
|
+
opts = {
|
38
|
+
x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
|
39
|
+
}
|
37
40
|
|
38
41
|
begin
|
39
42
|
|
40
|
-
result = api_instance.delete(name, namespace, path)
|
43
|
+
result = api_instance.delete(name, namespace, path, opts)
|
41
44
|
p result
|
42
45
|
rescue PulpAnsibleClient::ApiError => e
|
43
46
|
puts "Error when calling PulpAnsibleApiV3CollectionsApi->delete: #{e}"
|
@@ -48,12 +51,12 @@ end
|
|
48
51
|
|
49
52
|
This returns an Array which contains the response data, status code and headers.
|
50
53
|
|
51
|
-
> <Array(<AsyncOperationResponse>, Integer, Hash)> delete_with_http_info(name, namespace, path)
|
54
|
+
> <Array(<AsyncOperationResponse>, Integer, Hash)> delete_with_http_info(name, namespace, path, opts)
|
52
55
|
|
53
56
|
```ruby
|
54
57
|
begin
|
55
58
|
|
56
|
-
data, status_code, headers = api_instance.delete_with_http_info(name, namespace, path)
|
59
|
+
data, status_code, headers = api_instance.delete_with_http_info(name, namespace, path, opts)
|
57
60
|
p status_code # => 2xx
|
58
61
|
p headers # => { ... }
|
59
62
|
p data # => <AsyncOperationResponse>
|
@@ -69,6 +72,7 @@ end
|
|
69
72
|
| **name** | **String** | | |
|
70
73
|
| **namespace** | **String** | | |
|
71
74
|
| **path** | **String** | | |
|
75
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
72
76
|
|
73
77
|
### Return type
|
74
78
|
|
@@ -107,6 +111,7 @@ end
|
|
107
111
|
api_instance = PulpAnsibleClient::PulpAnsibleApiV3CollectionsApi.new
|
108
112
|
path = 'path_example' # String |
|
109
113
|
opts = {
|
114
|
+
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
110
115
|
deprecated: true, # Boolean |
|
111
116
|
limit: 56, # Integer | Number of results to return per page.
|
112
117
|
name: 'name_example', # String |
|
@@ -153,6 +158,7 @@ end
|
|
153
158
|
| Name | Type | Description | Notes |
|
154
159
|
| ---- | ---- | ----------- | ----- |
|
155
160
|
| **path** | **String** | | |
|
161
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
156
162
|
| **deprecated** | **Boolean** | | [optional] |
|
157
163
|
| **limit** | **Integer** | Number of results to return per page. | [optional] |
|
158
164
|
| **name** | **String** | | [optional] |
|
@@ -205,6 +211,7 @@ name = 'name_example' # String |
|
|
205
211
|
namespace = 'namespace_example' # String |
|
206
212
|
path = 'path_example' # String |
|
207
213
|
opts = {
|
214
|
+
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
208
215
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
209
216
|
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
210
217
|
}
|
@@ -243,6 +250,7 @@ end
|
|
243
250
|
| **name** | **String** | | |
|
244
251
|
| **namespace** | **String** | | |
|
245
252
|
| **path** | **String** | | |
|
253
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
246
254
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
247
255
|
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
248
256
|
|
@@ -262,7 +270,7 @@ end
|
|
262
270
|
|
263
271
|
## update
|
264
272
|
|
265
|
-
> <AsyncOperationResponse> update(name, namespace, path, patched_collection)
|
273
|
+
> <AsyncOperationResponse> update(name, namespace, path, patched_collection, opts)
|
266
274
|
|
267
275
|
|
268
276
|
|
@@ -285,10 +293,13 @@ name = 'name_example' # String |
|
|
285
293
|
namespace = 'namespace_example' # String |
|
286
294
|
path = 'path_example' # String |
|
287
295
|
patched_collection = PulpAnsibleClient::PatchedCollection.new # PatchedCollection |
|
296
|
+
opts = {
|
297
|
+
x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
|
298
|
+
}
|
288
299
|
|
289
300
|
begin
|
290
301
|
|
291
|
-
result = api_instance.update(name, namespace, path, patched_collection)
|
302
|
+
result = api_instance.update(name, namespace, path, patched_collection, opts)
|
292
303
|
p result
|
293
304
|
rescue PulpAnsibleClient::ApiError => e
|
294
305
|
puts "Error when calling PulpAnsibleApiV3CollectionsApi->update: #{e}"
|
@@ -299,12 +310,12 @@ end
|
|
299
310
|
|
300
311
|
This returns an Array which contains the response data, status code and headers.
|
301
312
|
|
302
|
-
> <Array(<AsyncOperationResponse>, Integer, Hash)> update_with_http_info(name, namespace, path, patched_collection)
|
313
|
+
> <Array(<AsyncOperationResponse>, Integer, Hash)> update_with_http_info(name, namespace, path, patched_collection, opts)
|
303
314
|
|
304
315
|
```ruby
|
305
316
|
begin
|
306
317
|
|
307
|
-
data, status_code, headers = api_instance.update_with_http_info(name, namespace, path, patched_collection)
|
318
|
+
data, status_code, headers = api_instance.update_with_http_info(name, namespace, path, patched_collection, opts)
|
308
319
|
p status_code # => 2xx
|
309
320
|
p headers # => { ... }
|
310
321
|
p data # => <AsyncOperationResponse>
|
@@ -321,6 +332,7 @@ end
|
|
321
332
|
| **namespace** | **String** | | |
|
322
333
|
| **path** | **String** | | |
|
323
334
|
| **patched_collection** | [**PatchedCollection**](PatchedCollection.md) | | |
|
335
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
324
336
|
|
325
337
|
### Return type
|
326
338
|
|
@@ -11,7 +11,7 @@ All URIs are relative to *http://localhost:24817*
|
|
11
11
|
|
12
12
|
## delete
|
13
13
|
|
14
|
-
> <AsyncOperationResponse> delete(name, namespace, path, version)
|
14
|
+
> <AsyncOperationResponse> delete(name, namespace, path, version, opts)
|
15
15
|
|
16
16
|
|
17
17
|
|
@@ -34,10 +34,13 @@ name = 'name_example' # String |
|
|
34
34
|
namespace = 'namespace_example' # String |
|
35
35
|
path = 'path_example' # String |
|
36
36
|
version = 'version_example' # String |
|
37
|
+
opts = {
|
38
|
+
x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
|
39
|
+
}
|
37
40
|
|
38
41
|
begin
|
39
42
|
|
40
|
-
result = api_instance.delete(name, namespace, path, version)
|
43
|
+
result = api_instance.delete(name, namespace, path, version, opts)
|
41
44
|
p result
|
42
45
|
rescue PulpAnsibleClient::ApiError => e
|
43
46
|
puts "Error when calling PulpAnsibleApiV3CollectionsVersionsApi->delete: #{e}"
|
@@ -48,12 +51,12 @@ end
|
|
48
51
|
|
49
52
|
This returns an Array which contains the response data, status code and headers.
|
50
53
|
|
51
|
-
> <Array(<AsyncOperationResponse>, Integer, Hash)> delete_with_http_info(name, namespace, path, version)
|
54
|
+
> <Array(<AsyncOperationResponse>, Integer, Hash)> delete_with_http_info(name, namespace, path, version, opts)
|
52
55
|
|
53
56
|
```ruby
|
54
57
|
begin
|
55
58
|
|
56
|
-
data, status_code, headers = api_instance.delete_with_http_info(name, namespace, path, version)
|
59
|
+
data, status_code, headers = api_instance.delete_with_http_info(name, namespace, path, version, opts)
|
57
60
|
p status_code # => 2xx
|
58
61
|
p headers # => { ... }
|
59
62
|
p data # => <AsyncOperationResponse>
|
@@ -70,6 +73,7 @@ end
|
|
70
73
|
| **namespace** | **String** | | |
|
71
74
|
| **path** | **String** | | |
|
72
75
|
| **version** | **String** | | |
|
76
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
73
77
|
|
74
78
|
### Return type
|
75
79
|
|
@@ -110,6 +114,7 @@ name = 'name_example' # String |
|
|
110
114
|
namespace = 'namespace_example' # String |
|
111
115
|
path = 'path_example' # String |
|
112
116
|
opts = {
|
117
|
+
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
113
118
|
limit: 56, # Integer | Number of results to return per page.
|
114
119
|
name2: 'name_example', # String |
|
115
120
|
namespace2: 'namespace_example', # String |
|
@@ -164,6 +169,7 @@ end
|
|
164
169
|
| **name** | **String** | | |
|
165
170
|
| **namespace** | **String** | | |
|
166
171
|
| **path** | **String** | | |
|
172
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
167
173
|
| **limit** | **Integer** | Number of results to return per page. | [optional] |
|
168
174
|
| **name2** | **String** | | [optional] |
|
169
175
|
| **namespace2** | **String** | | [optional] |
|
@@ -223,6 +229,7 @@ namespace = 'namespace_example' # String |
|
|
223
229
|
path = 'path_example' # String |
|
224
230
|
version = 'version_example' # String |
|
225
231
|
opts = {
|
232
|
+
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
226
233
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
227
234
|
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
228
235
|
}
|
@@ -262,6 +269,7 @@ end
|
|
262
269
|
| **namespace** | **String** | | |
|
263
270
|
| **path** | **String** | | |
|
264
271
|
| **version** | **String** | | |
|
272
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
265
273
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
266
274
|
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
267
275
|
|
@@ -33,6 +33,7 @@ namespace = 'namespace_example' # String |
|
|
33
33
|
path = 'path_example' # String |
|
34
34
|
version = 'version_example' # String |
|
35
35
|
opts = {
|
36
|
+
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
36
37
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
37
38
|
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
38
39
|
}
|
@@ -72,6 +73,7 @@ end
|
|
72
73
|
| **namespace** | **String** | | |
|
73
74
|
| **path** | **String** | | |
|
74
75
|
| **version** | **String** | | |
|
76
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
75
77
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
76
78
|
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
77
79
|
|
@@ -31,6 +31,7 @@ end
|
|
31
31
|
api_instance = PulpAnsibleClient::PulpAnsibleApiV3NamespacesApi.new
|
32
32
|
path = 'path_example' # String |
|
33
33
|
opts = {
|
34
|
+
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
34
35
|
company: 'company_example', # String | Filter results where company matches value
|
35
36
|
company__contains: 'company__contains_example', # String | Filter results where company contains value
|
36
37
|
company__icontains: 'company__icontains_example', # String | Filter results where company contains value
|
@@ -94,6 +95,7 @@ end
|
|
94
95
|
| Name | Type | Description | Notes |
|
95
96
|
| ---- | ---- | ----------- | ----- |
|
96
97
|
| **path** | **String** | | |
|
98
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
97
99
|
| **company** | **String** | Filter results where company matches value | [optional] |
|
98
100
|
| **company__contains** | **String** | Filter results where company contains value | [optional] |
|
99
101
|
| **company__icontains** | **String** | Filter results where company contains value | [optional] |
|
@@ -162,6 +164,7 @@ api_instance = PulpAnsibleClient::PulpAnsibleApiV3NamespacesApi.new
|
|
162
164
|
name = 'name_example' # String |
|
163
165
|
path = 'path_example' # String |
|
164
166
|
opts = {
|
167
|
+
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
165
168
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
166
169
|
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
167
170
|
}
|
@@ -199,6 +202,7 @@ end
|
|
199
202
|
| ---- | ---- | ----------- | ----- |
|
200
203
|
| **name** | **String** | | |
|
201
204
|
| **path** | **String** | | |
|
205
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
202
206
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
203
207
|
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
204
208
|
|
@@ -30,6 +30,7 @@ end
|
|
30
30
|
api_instance = PulpAnsibleClient::PulpAnsibleApiV3PluginAnsibleClientConfigurationApi.new
|
31
31
|
path = 'path_example' # String |
|
32
32
|
opts = {
|
33
|
+
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
33
34
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
34
35
|
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
35
36
|
}
|
@@ -66,6 +67,7 @@ end
|
|
66
67
|
| Name | Type | Description | Notes |
|
67
68
|
| ---- | ---- | ----------- | ----- |
|
68
69
|
| **path** | **String** | | |
|
70
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
69
71
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
70
72
|
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
71
73
|
|
@@ -31,6 +31,7 @@ api_instance = PulpAnsibleClient::PulpAnsibleApiV3PluginAnsibleContentCollection
|
|
31
31
|
distro_base_path = 'distro_base_path_example' # String |
|
32
32
|
path = 'path_example' # String |
|
33
33
|
opts = {
|
34
|
+
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
34
35
|
deprecated: true, # Boolean |
|
35
36
|
name: 'name_example', # String |
|
36
37
|
namespace: 'namespace_example', # String |
|
@@ -76,6 +77,7 @@ end
|
|
76
77
|
| ---- | ---- | ----------- | ----- |
|
77
78
|
| **distro_base_path** | **String** | | |
|
78
79
|
| **path** | **String** | | |
|
80
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
79
81
|
| **deprecated** | **Boolean** | | [optional] |
|
80
82
|
| **name** | **String** | | [optional] |
|
81
83
|
| **namespace** | **String** | | [optional] |
|
@@ -31,6 +31,7 @@ api_instance = PulpAnsibleClient::PulpAnsibleApiV3PluginAnsibleContentCollection
|
|
31
31
|
distro_base_path = 'distro_base_path_example' # String |
|
32
32
|
path = 'path_example' # String |
|
33
33
|
opts = {
|
34
|
+
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
34
35
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
35
36
|
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
36
37
|
}
|
@@ -68,6 +69,7 @@ end
|
|
68
69
|
| ---- | ---- | ----------- | ----- |
|
69
70
|
| **distro_base_path** | **String** | | |
|
70
71
|
| **path** | **String** | | |
|
72
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
71
73
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
72
74
|
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
73
75
|
|
@@ -31,6 +31,7 @@ api_instance = PulpAnsibleClient::PulpAnsibleApiV3PluginAnsibleContentCollection
|
|
31
31
|
distro_base_path = 'distro_base_path_example' # String |
|
32
32
|
path = 'path_example' # String |
|
33
33
|
opts = {
|
34
|
+
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
34
35
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
35
36
|
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
36
37
|
}
|
@@ -68,6 +69,7 @@ end
|
|
68
69
|
| ---- | ---- | ----------- | ----- |
|
69
70
|
| **distro_base_path** | **String** | | |
|
70
71
|
| **path** | **String** | | |
|
72
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
71
73
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
72
74
|
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
73
75
|
|
@@ -32,6 +32,7 @@ distro_base_path = 'distro_base_path_example' # String |
|
|
32
32
|
filename = 'filename_example' # String |
|
33
33
|
path = 'path_example' # String |
|
34
34
|
opts = {
|
35
|
+
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
35
36
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
36
37
|
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
37
38
|
}
|
@@ -69,6 +70,7 @@ end
|
|
69
70
|
| **distro_base_path** | **String** | | |
|
70
71
|
| **filename** | **String** | | |
|
71
72
|
| **path** | **String** | | |
|
73
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
72
74
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
73
75
|
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
74
76
|
|
@@ -12,7 +12,7 @@ All URIs are relative to *http://localhost:24817*
|
|
12
12
|
|
13
13
|
## delete
|
14
14
|
|
15
|
-
> <AsyncOperationResponse> delete(distro_base_path, name, namespace, path)
|
15
|
+
> <AsyncOperationResponse> delete(distro_base_path, name, namespace, path, opts)
|
16
16
|
|
17
17
|
|
18
18
|
|
@@ -35,10 +35,13 @@ distro_base_path = 'distro_base_path_example' # String |
|
|
35
35
|
name = 'name_example' # String |
|
36
36
|
namespace = 'namespace_example' # String |
|
37
37
|
path = 'path_example' # String |
|
38
|
+
opts = {
|
39
|
+
x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
|
40
|
+
}
|
38
41
|
|
39
42
|
begin
|
40
43
|
|
41
|
-
result = api_instance.delete(distro_base_path, name, namespace, path)
|
44
|
+
result = api_instance.delete(distro_base_path, name, namespace, path, opts)
|
42
45
|
p result
|
43
46
|
rescue PulpAnsibleClient::ApiError => e
|
44
47
|
puts "Error when calling PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexApi->delete: #{e}"
|
@@ -49,12 +52,12 @@ end
|
|
49
52
|
|
50
53
|
This returns an Array which contains the response data, status code and headers.
|
51
54
|
|
52
|
-
> <Array(<AsyncOperationResponse>, Integer, Hash)> delete_with_http_info(distro_base_path, name, namespace, path)
|
55
|
+
> <Array(<AsyncOperationResponse>, Integer, Hash)> delete_with_http_info(distro_base_path, name, namespace, path, opts)
|
53
56
|
|
54
57
|
```ruby
|
55
58
|
begin
|
56
59
|
|
57
|
-
data, status_code, headers = api_instance.delete_with_http_info(distro_base_path, name, namespace, path)
|
60
|
+
data, status_code, headers = api_instance.delete_with_http_info(distro_base_path, name, namespace, path, opts)
|
58
61
|
p status_code # => 2xx
|
59
62
|
p headers # => { ... }
|
60
63
|
p data # => <AsyncOperationResponse>
|
@@ -71,6 +74,7 @@ end
|
|
71
74
|
| **name** | **String** | | |
|
72
75
|
| **namespace** | **String** | | |
|
73
76
|
| **path** | **String** | | |
|
77
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
74
78
|
|
75
79
|
### Return type
|
76
80
|
|
@@ -110,6 +114,7 @@ api_instance = PulpAnsibleClient::PulpAnsibleApiV3PluginAnsibleContentCollection
|
|
110
114
|
distro_base_path = 'distro_base_path_example' # String |
|
111
115
|
path = 'path_example' # String |
|
112
116
|
opts = {
|
117
|
+
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
113
118
|
deprecated: true, # Boolean |
|
114
119
|
limit: 56, # Integer | Number of results to return per page.
|
115
120
|
name: 'name_example', # String |
|
@@ -157,6 +162,7 @@ end
|
|
157
162
|
| ---- | ---- | ----------- | ----- |
|
158
163
|
| **distro_base_path** | **String** | | |
|
159
164
|
| **path** | **String** | | |
|
165
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
160
166
|
| **deprecated** | **Boolean** | | [optional] |
|
161
167
|
| **limit** | **Integer** | Number of results to return per page. | [optional] |
|
162
168
|
| **name** | **String** | | [optional] |
|
@@ -210,6 +216,7 @@ name = 'name_example' # String |
|
|
210
216
|
namespace = 'namespace_example' # String |
|
211
217
|
path = 'path_example' # String |
|
212
218
|
opts = {
|
219
|
+
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
213
220
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
214
221
|
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
215
222
|
}
|
@@ -249,6 +256,7 @@ end
|
|
249
256
|
| **name** | **String** | | |
|
250
257
|
| **namespace** | **String** | | |
|
251
258
|
| **path** | **String** | | |
|
259
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
252
260
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
253
261
|
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
254
262
|
|
@@ -268,7 +276,7 @@ end
|
|
268
276
|
|
269
277
|
## update
|
270
278
|
|
271
|
-
> <AsyncOperationResponse> update(distro_base_path, name, namespace, path, patched_collection)
|
279
|
+
> <AsyncOperationResponse> update(distro_base_path, name, namespace, path, patched_collection, opts)
|
272
280
|
|
273
281
|
|
274
282
|
|
@@ -292,10 +300,13 @@ name = 'name_example' # String |
|
|
292
300
|
namespace = 'namespace_example' # String |
|
293
301
|
path = 'path_example' # String |
|
294
302
|
patched_collection = PulpAnsibleClient::PatchedCollection.new # PatchedCollection |
|
303
|
+
opts = {
|
304
|
+
x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
|
305
|
+
}
|
295
306
|
|
296
307
|
begin
|
297
308
|
|
298
|
-
result = api_instance.update(distro_base_path, name, namespace, path, patched_collection)
|
309
|
+
result = api_instance.update(distro_base_path, name, namespace, path, patched_collection, opts)
|
299
310
|
p result
|
300
311
|
rescue PulpAnsibleClient::ApiError => e
|
301
312
|
puts "Error when calling PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexApi->update: #{e}"
|
@@ -306,12 +317,12 @@ end
|
|
306
317
|
|
307
318
|
This returns an Array which contains the response data, status code and headers.
|
308
319
|
|
309
|
-
> <Array(<AsyncOperationResponse>, Integer, Hash)> update_with_http_info(distro_base_path, name, namespace, path, patched_collection)
|
320
|
+
> <Array(<AsyncOperationResponse>, Integer, Hash)> update_with_http_info(distro_base_path, name, namespace, path, patched_collection, opts)
|
310
321
|
|
311
322
|
```ruby
|
312
323
|
begin
|
313
324
|
|
314
|
-
data, status_code, headers = api_instance.update_with_http_info(distro_base_path, name, namespace, path, patched_collection)
|
325
|
+
data, status_code, headers = api_instance.update_with_http_info(distro_base_path, name, namespace, path, patched_collection, opts)
|
315
326
|
p status_code # => 2xx
|
316
327
|
p headers # => { ... }
|
317
328
|
p data # => <AsyncOperationResponse>
|
@@ -329,6 +340,7 @@ end
|
|
329
340
|
| **namespace** | **String** | | |
|
330
341
|
| **path** | **String** | | |
|
331
342
|
| **patched_collection** | [**PatchedCollection**](PatchedCollection.md) | | |
|
343
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
332
344
|
|
333
345
|
### Return type
|
334
346
|
|
@@ -11,7 +11,7 @@ All URIs are relative to *http://localhost:24817*
|
|
11
11
|
|
12
12
|
## delete
|
13
13
|
|
14
|
-
> <AsyncOperationResponse> delete(distro_base_path, name, namespace, path, version)
|
14
|
+
> <AsyncOperationResponse> delete(distro_base_path, name, namespace, path, version, opts)
|
15
15
|
|
16
16
|
|
17
17
|
|
@@ -35,10 +35,13 @@ name = 'name_example' # String |
|
|
35
35
|
namespace = 'namespace_example' # String |
|
36
36
|
path = 'path_example' # String |
|
37
37
|
version = 'version_example' # String |
|
38
|
+
opts = {
|
39
|
+
x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
|
40
|
+
}
|
38
41
|
|
39
42
|
begin
|
40
43
|
|
41
|
-
result = api_instance.delete(distro_base_path, name, namespace, path, version)
|
44
|
+
result = api_instance.delete(distro_base_path, name, namespace, path, version, opts)
|
42
45
|
p result
|
43
46
|
rescue PulpAnsibleClient::ApiError => e
|
44
47
|
puts "Error when calling PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexVersionsApi->delete: #{e}"
|
@@ -49,12 +52,12 @@ end
|
|
49
52
|
|
50
53
|
This returns an Array which contains the response data, status code and headers.
|
51
54
|
|
52
|
-
> <Array(<AsyncOperationResponse>, Integer, Hash)> delete_with_http_info(distro_base_path, name, namespace, path, version)
|
55
|
+
> <Array(<AsyncOperationResponse>, Integer, Hash)> delete_with_http_info(distro_base_path, name, namespace, path, version, opts)
|
53
56
|
|
54
57
|
```ruby
|
55
58
|
begin
|
56
59
|
|
57
|
-
data, status_code, headers = api_instance.delete_with_http_info(distro_base_path, name, namespace, path, version)
|
60
|
+
data, status_code, headers = api_instance.delete_with_http_info(distro_base_path, name, namespace, path, version, opts)
|
58
61
|
p status_code # => 2xx
|
59
62
|
p headers # => { ... }
|
60
63
|
p data # => <AsyncOperationResponse>
|
@@ -72,6 +75,7 @@ end
|
|
72
75
|
| **namespace** | **String** | | |
|
73
76
|
| **path** | **String** | | |
|
74
77
|
| **version** | **String** | | |
|
78
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
75
79
|
|
76
80
|
### Return type
|
77
81
|
|
@@ -113,6 +117,7 @@ name = 'name_example' # String |
|
|
113
117
|
namespace = 'namespace_example' # String |
|
114
118
|
path = 'path_example' # String |
|
115
119
|
opts = {
|
120
|
+
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
116
121
|
limit: 56, # Integer | Number of results to return per page.
|
117
122
|
name2: 'name_example', # String |
|
118
123
|
namespace2: 'namespace_example', # String |
|
@@ -168,6 +173,7 @@ end
|
|
168
173
|
| **name** | **String** | | |
|
169
174
|
| **namespace** | **String** | | |
|
170
175
|
| **path** | **String** | | |
|
176
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
171
177
|
| **limit** | **Integer** | Number of results to return per page. | [optional] |
|
172
178
|
| **name2** | **String** | | [optional] |
|
173
179
|
| **namespace2** | **String** | | [optional] |
|
@@ -228,6 +234,7 @@ namespace = 'namespace_example' # String |
|
|
228
234
|
path = 'path_example' # String |
|
229
235
|
version = 'version_example' # String |
|
230
236
|
opts = {
|
237
|
+
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
231
238
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
232
239
|
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
233
240
|
}
|
@@ -268,6 +275,7 @@ end
|
|
268
275
|
| **namespace** | **String** | | |
|
269
276
|
| **path** | **String** | | |
|
270
277
|
| **version** | **String** | | |
|
278
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
271
279
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
272
280
|
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
273
281
|
|
@@ -34,6 +34,7 @@ namespace = 'namespace_example' # String |
|
|
34
34
|
path = 'path_example' # String |
|
35
35
|
version = 'version_example' # String |
|
36
36
|
opts = {
|
37
|
+
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
37
38
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
38
39
|
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
39
40
|
}
|
@@ -74,6 +75,7 @@ end
|
|
74
75
|
| **namespace** | **String** | | |
|
75
76
|
| **path** | **String** | | |
|
76
77
|
| **version** | **String** | | |
|
78
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
77
79
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
78
80
|
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
79
81
|
|
@@ -36,6 +36,7 @@ distro_base_path = 'distro_base_path_example' # String |
|
|
36
36
|
path = 'path_example' # String |
|
37
37
|
name = 'name_example' # String | Required named, only accepts lowercase, numbers and underscores.
|
38
38
|
opts = {
|
39
|
+
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
39
40
|
company: 'company_example', # String | Optional namespace company owner.
|
40
41
|
email: 'email_example', # String | Optional namespace contact email.
|
41
42
|
description: 'description_example', # String | Optional short description.
|
@@ -78,6 +79,7 @@ end
|
|
78
79
|
| **distro_base_path** | **String** | | |
|
79
80
|
| **path** | **String** | | |
|
80
81
|
| **name** | **String** | Required named, only accepts lowercase, numbers and underscores. | |
|
82
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
81
83
|
| **company** | **String** | Optional namespace company owner. | [optional] |
|
82
84
|
| **email** | **String** | Optional namespace contact email. | [optional] |
|
83
85
|
| **description** | **String** | Optional short description. | [optional] |
|
@@ -101,7 +103,7 @@ end
|
|
101
103
|
|
102
104
|
## delete
|
103
105
|
|
104
|
-
> <AsyncOperationResponse> delete(distro_base_path, name, path)
|
106
|
+
> <AsyncOperationResponse> delete(distro_base_path, name, path, opts)
|
105
107
|
|
106
108
|
|
107
109
|
|
@@ -123,10 +125,13 @@ api_instance = PulpAnsibleClient::PulpAnsibleApiV3PluginAnsibleContentNamespaces
|
|
123
125
|
distro_base_path = 'distro_base_path_example' # String |
|
124
126
|
name = 'name_example' # String |
|
125
127
|
path = 'path_example' # String |
|
128
|
+
opts = {
|
129
|
+
x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
|
130
|
+
}
|
126
131
|
|
127
132
|
begin
|
128
133
|
|
129
|
-
result = api_instance.delete(distro_base_path, name, path)
|
134
|
+
result = api_instance.delete(distro_base_path, name, path, opts)
|
130
135
|
p result
|
131
136
|
rescue PulpAnsibleClient::ApiError => e
|
132
137
|
puts "Error when calling PulpAnsibleApiV3PluginAnsibleContentNamespacesApi->delete: #{e}"
|
@@ -137,12 +142,12 @@ end
|
|
137
142
|
|
138
143
|
This returns an Array which contains the response data, status code and headers.
|
139
144
|
|
140
|
-
> <Array(<AsyncOperationResponse>, Integer, Hash)> delete_with_http_info(distro_base_path, name, path)
|
145
|
+
> <Array(<AsyncOperationResponse>, Integer, Hash)> delete_with_http_info(distro_base_path, name, path, opts)
|
141
146
|
|
142
147
|
```ruby
|
143
148
|
begin
|
144
149
|
|
145
|
-
data, status_code, headers = api_instance.delete_with_http_info(distro_base_path, name, path)
|
150
|
+
data, status_code, headers = api_instance.delete_with_http_info(distro_base_path, name, path, opts)
|
146
151
|
p status_code # => 2xx
|
147
152
|
p headers # => { ... }
|
148
153
|
p data # => <AsyncOperationResponse>
|
@@ -158,6 +163,7 @@ end
|
|
158
163
|
| **distro_base_path** | **String** | | |
|
159
164
|
| **name** | **String** | | |
|
160
165
|
| **path** | **String** | | |
|
166
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
161
167
|
|
162
168
|
### Return type
|
163
169
|
|
@@ -197,6 +203,7 @@ api_instance = PulpAnsibleClient::PulpAnsibleApiV3PluginAnsibleContentNamespaces
|
|
197
203
|
distro_base_path = 'distro_base_path_example' # String |
|
198
204
|
path = 'path_example' # String |
|
199
205
|
opts = {
|
206
|
+
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
200
207
|
company: 'company_example', # String | Filter results where company matches value
|
201
208
|
company__contains: 'company__contains_example', # String | Filter results where company contains value
|
202
209
|
company__icontains: 'company__icontains_example', # String | Filter results where company contains value
|
@@ -261,6 +268,7 @@ end
|
|
261
268
|
| ---- | ---- | ----------- | ----- |
|
262
269
|
| **distro_base_path** | **String** | | |
|
263
270
|
| **path** | **String** | | |
|
271
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
264
272
|
| **company** | **String** | Filter results where company matches value | [optional] |
|
265
273
|
| **company__contains** | **String** | Filter results where company contains value | [optional] |
|
266
274
|
| **company__icontains** | **String** | Filter results where company contains value | [optional] |
|
@@ -330,6 +338,7 @@ distro_base_path = 'distro_base_path_example' # String |
|
|
330
338
|
name = 'name_example' # String |
|
331
339
|
path = 'path_example' # String |
|
332
340
|
opts = {
|
341
|
+
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
333
342
|
name2: 'name_example', # String | Required named, only accepts lowercase, numbers and underscores.
|
334
343
|
company: 'company_example', # String | Optional namespace company owner.
|
335
344
|
email: 'email_example', # String | Optional namespace contact email.
|
@@ -373,6 +382,7 @@ end
|
|
373
382
|
| **distro_base_path** | **String** | | |
|
374
383
|
| **name** | **String** | | |
|
375
384
|
| **path** | **String** | | |
|
385
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
376
386
|
| **name2** | **String** | Required named, only accepts lowercase, numbers and underscores. | [optional] |
|
377
387
|
| **company** | **String** | Optional namespace company owner. | [optional] |
|
378
388
|
| **email** | **String** | Optional namespace contact email. | [optional] |
|
@@ -420,6 +430,7 @@ distro_base_path = 'distro_base_path_example' # String |
|
|
420
430
|
name = 'name_example' # String |
|
421
431
|
path = 'path_example' # String |
|
422
432
|
opts = {
|
433
|
+
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
423
434
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
424
435
|
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
425
436
|
}
|
@@ -458,6 +469,7 @@ end
|
|
458
469
|
| **distro_base_path** | **String** | | |
|
459
470
|
| **name** | **String** | | |
|
460
471
|
| **path** | **String** | | |
|
472
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
461
473
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
462
474
|
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
463
475
|
|