pulp_ansible_client 0.26.0 → 0.27.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +10 -7
- data/docs/AnsibleCollectionVersionResponse.md +7 -7
- data/docs/AnsibleCollectionsApi.md +26 -8
- data/docs/AnsibleCopyApi.md +8 -4
- data/docs/AnsibleGitRemote.md +26 -26
- data/docs/AnsibleGitRemoteResponse.md +30 -30
- data/docs/AnsibleRole.md +2 -2
- data/docs/AnsibleRoleResponse.md +6 -6
- data/docs/ApiPluginAnsibleSearchCollectionVersionsApi.md +10 -4
- data/docs/ApiRolesApi.md +2 -0
- data/docs/CollectionImportApi.md +2 -0
- data/docs/CollectionMetadataResponse.md +1 -1
- data/docs/CollectionSummaryResponse.md +1 -1
- data/docs/CollectionSummaryResponseTagsInner.md +18 -0
- data/docs/ContentCollectionDeprecationsApi.md +28 -12
- data/docs/ContentCollectionMarksApi.md +28 -12
- data/docs/ContentCollectionSignaturesApi.md +22 -8
- data/docs/ContentCollectionVersionsApi.md +32 -18
- 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 +14 -6
- 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 +14 -6
- 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 +14 -6
- 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 +14 -6
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsDocsBlobApi.md +2 -0
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesApi.md +16 -4
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleSearchCollectionVersionsApi.md +10 -4
- data/docs/PulpAnsibleTagsApi.md +6 -4
- 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 +28 -12
- 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 +30 -15
- 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 +12 -3
- 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 +12 -3
- 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 +12 -3
- 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 +12 -3
- 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 +5 -2
- 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 +15 -0
- data/lib/pulp_ansible_client/api/versions_api.rb +3 -0
- data/lib/pulp_ansible_client/models/ansible_collection_version_response.rb +26 -26
- data/lib/pulp_ansible_client/models/ansible_git_remote.rb +224 -224
- data/lib/pulp_ansible_client/models/ansible_git_remote_response.rb +167 -167
- data/lib/pulp_ansible_client/models/ansible_role.rb +11 -11
- data/lib/pulp_ansible_client/models/ansible_role_response.rb +27 -27
- data/lib/pulp_ansible_client/models/collection_metadata_response.rb +0 -7
- data/lib/pulp_ansible_client/models/collection_summary_response.rb +1 -1
- data/lib/pulp_ansible_client/models/{ansible_tag_response.rb → collection_summary_response_tags_inner.rb} +3 -5
- data/lib/pulp_ansible_client/models/patchedansible_git_remote.rb +218 -218
- data/lib/pulp_ansible_client/models/tag_response.rb +1 -1
- data/lib/pulp_ansible_client/version.rb +1 -1
- data/lib/pulp_ansible_client.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 +10 -5
- 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 +4 -1
- 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 +4 -1
- 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 +4 -1
- 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 +4 -1
- 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 +2 -1
- 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 +5 -0
- 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 +19 -19
- data/spec/models/ansible_git_remote_spec.rb +19 -19
- data/spec/models/ansible_role_response_spec.rb +5 -5
- data/spec/models/ansible_role_spec.rb +3 -3
- data/spec/models/{ansible_tag_response_spec.rb → collection_summary_response_tags_inner_spec.rb} +6 -6
- data/spec/models/patchedansible_git_remote_spec.rb +19 -19
- metadata +124 -124
- data/docs/AnsibleTagResponse.md +0 -18
@@ -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,11 +114,12 @@ 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 |
|
116
121
|
offset: 56, # Integer | The initial index from which to return the results.
|
117
|
-
ordering: ['-authors'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `authors` - Authors * `-authors` - Authors (descending) * `contents` - Contents * `-contents` - Contents (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `description` - Description * `-description` - Description (descending) * `docs_blob` - Docs blob * `-docs_blob` - Docs blob (descending) * `manifest` - Manifest * `-manifest` - Manifest (descending) * `files` - Files * `-files` - Files (descending) * `documentation` - Documentation * `-documentation` - Documentation (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `issues` - Issues * `-issues` - Issues (descending) * `license` - License * `-license` - License (descending) * `name` - Name * `-name` - Name (descending) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `repository` - Repository * `-repository` - Repository (descending) * `requires_ansible` - Requires ansible * `-requires_ansible` - Requires ansible (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `version` - Version * `-version` - Version (descending) * `version_major` - Version major * `-version_major` - Version major (descending) * `version_minor` - Version minor * `-version_minor` - Version minor (descending) * `version_patch` - Version patch * `-version_patch` - Version patch (descending) * `version_prerelease` - Version prerelease * `-version_prerelease` - Version prerelease (descending) * `
|
122
|
+
ordering: ['-authors'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `authors` - Authors * `-authors` - Authors (descending) * `contents` - Contents * `-contents` - Contents (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `description` - Description * `-description` - Description (descending) * `docs_blob` - Docs blob * `-docs_blob` - Docs blob (descending) * `manifest` - Manifest * `-manifest` - Manifest (descending) * `files` - Files * `-files` - Files (descending) * `documentation` - Documentation * `-documentation` - Documentation (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `issues` - Issues * `-issues` - Issues (descending) * `license` - License * `-license` - License (descending) * `name` - Name * `-name` - Name (descending) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `repository` - Repository * `-repository` - Repository (descending) * `requires_ansible` - Requires ansible * `-requires_ansible` - Requires ansible (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `version` - Version * `-version` - Version (descending) * `version_major` - Version major * `-version_major` - Version major (descending) * `version_minor` - Version minor * `-version_minor` - Version minor (descending) * `version_patch` - Version patch * `-version_patch` - Version patch (descending) * `version_prerelease` - Version prerelease * `-version_prerelease` - Version prerelease (descending) * `tags` - Tags * `-tags` - Tags (descending) * `search_vector` - Search vector * `-search_vector` - Search vector (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
118
123
|
orphaned_for: 8.14, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
119
124
|
prn__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
120
125
|
pulp_href__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
@@ -164,11 +169,12 @@ 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] |
|
170
176
|
| **offset** | **Integer** | The initial index from which to return the results. | [optional] |
|
171
|
-
| **ordering** | [**Array<String>**](String.md) | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `authors` - Authors * `-authors` - Authors (descending) * `contents` - Contents * `-contents` - Contents (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `description` - Description * `-description` - Description (descending) * `docs_blob` - Docs blob * `-docs_blob` - Docs blob (descending) * `manifest` - Manifest * `-manifest` - Manifest (descending) * `files` - Files * `-files` - Files (descending) * `documentation` - Documentation * `-documentation` - Documentation (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `issues` - Issues * `-issues` - Issues (descending) * `license` - License * `-license` - License (descending) * `name` - Name * `-name` - Name (descending) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `repository` - Repository * `-repository` - Repository (descending) * `requires_ansible` - Requires ansible * `-requires_ansible` - Requires ansible (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `version` - Version * `-version` - Version (descending) * `version_major` - Version major * `-version_major` - Version major (descending) * `version_minor` - Version minor * `-version_minor` - Version minor (descending) * `version_patch` - Version patch * `-version_patch` - Version patch (descending) * `version_prerelease` - Version prerelease * `-version_prerelease` - Version prerelease (descending) * `
|
177
|
+
| **ordering** | [**Array<String>**](String.md) | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `authors` - Authors * `-authors` - Authors (descending) * `contents` - Contents * `-contents` - Contents (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `description` - Description * `-description` - Description (descending) * `docs_blob` - Docs blob * `-docs_blob` - Docs blob (descending) * `manifest` - Manifest * `-manifest` - Manifest (descending) * `files` - Files * `-files` - Files (descending) * `documentation` - Documentation * `-documentation` - Documentation (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `issues` - Issues * `-issues` - Issues (descending) * `license` - License * `-license` - License (descending) * `name` - Name * `-name` - Name (descending) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `repository` - Repository * `-repository` - Repository (descending) * `requires_ansible` - Requires ansible * `-requires_ansible` - Requires ansible (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `version` - Version * `-version` - Version (descending) * `version_major` - Version major * `-version_major` - Version major (descending) * `version_minor` - Version minor * `-version_minor` - Version minor (descending) * `version_patch` - Version patch * `-version_patch` - Version patch (descending) * `version_prerelease` - Version prerelease * `-version_prerelease` - Version prerelease (descending) * `tags` - Tags * `-tags` - Tags (descending) * `search_vector` - Search vector * `-search_vector` - Search vector (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional] |
|
172
178
|
| **orphaned_for** | **Float** | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional] |
|
173
179
|
| **prn__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
174
180
|
| **pulp_href__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [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,11 +117,12 @@ 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 |
|
119
124
|
offset: 56, # Integer | The initial index from which to return the results.
|
120
|
-
ordering: ['-authors'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `authors` - Authors * `-authors` - Authors (descending) * `contents` - Contents * `-contents` - Contents (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `description` - Description * `-description` - Description (descending) * `docs_blob` - Docs blob * `-docs_blob` - Docs blob (descending) * `manifest` - Manifest * `-manifest` - Manifest (descending) * `files` - Files * `-files` - Files (descending) * `documentation` - Documentation * `-documentation` - Documentation (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `issues` - Issues * `-issues` - Issues (descending) * `license` - License * `-license` - License (descending) * `name` - Name * `-name` - Name (descending) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `repository` - Repository * `-repository` - Repository (descending) * `requires_ansible` - Requires ansible * `-requires_ansible` - Requires ansible (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `version` - Version * `-version` - Version (descending) * `version_major` - Version major * `-version_major` - Version major (descending) * `version_minor` - Version minor * `-version_minor` - Version minor (descending) * `version_patch` - Version patch * `-version_patch` - Version patch (descending) * `version_prerelease` - Version prerelease * `-version_prerelease` - Version prerelease (descending) * `
|
125
|
+
ordering: ['-authors'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `authors` - Authors * `-authors` - Authors (descending) * `contents` - Contents * `-contents` - Contents (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `description` - Description * `-description` - Description (descending) * `docs_blob` - Docs blob * `-docs_blob` - Docs blob (descending) * `manifest` - Manifest * `-manifest` - Manifest (descending) * `files` - Files * `-files` - Files (descending) * `documentation` - Documentation * `-documentation` - Documentation (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `issues` - Issues * `-issues` - Issues (descending) * `license` - License * `-license` - License (descending) * `name` - Name * `-name` - Name (descending) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `repository` - Repository * `-repository` - Repository (descending) * `requires_ansible` - Requires ansible * `-requires_ansible` - Requires ansible (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `version` - Version * `-version` - Version (descending) * `version_major` - Version major * `-version_major` - Version major (descending) * `version_minor` - Version minor * `-version_minor` - Version minor (descending) * `version_patch` - Version patch * `-version_patch` - Version patch (descending) * `version_prerelease` - Version prerelease * `-version_prerelease` - Version prerelease (descending) * `tags` - Tags * `-tags` - Tags (descending) * `search_vector` - Search vector * `-search_vector` - Search vector (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
121
126
|
orphaned_for: 8.14, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
122
127
|
prn__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
123
128
|
pulp_href__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
@@ -168,11 +173,12 @@ 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] |
|
174
180
|
| **offset** | **Integer** | The initial index from which to return the results. | [optional] |
|
175
|
-
| **ordering** | [**Array<String>**](String.md) | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `authors` - Authors * `-authors` - Authors (descending) * `contents` - Contents * `-contents` - Contents (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `description` - Description * `-description` - Description (descending) * `docs_blob` - Docs blob * `-docs_blob` - Docs blob (descending) * `manifest` - Manifest * `-manifest` - Manifest (descending) * `files` - Files * `-files` - Files (descending) * `documentation` - Documentation * `-documentation` - Documentation (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `issues` - Issues * `-issues` - Issues (descending) * `license` - License * `-license` - License (descending) * `name` - Name * `-name` - Name (descending) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `repository` - Repository * `-repository` - Repository (descending) * `requires_ansible` - Requires ansible * `-requires_ansible` - Requires ansible (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `version` - Version * `-version` - Version (descending) * `version_major` - Version major * `-version_major` - Version major (descending) * `version_minor` - Version minor * `-version_minor` - Version minor (descending) * `version_patch` - Version patch * `-version_patch` - Version patch (descending) * `version_prerelease` - Version prerelease * `-version_prerelease` - Version prerelease (descending) * `
|
181
|
+
| **ordering** | [**Array<String>**](String.md) | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `authors` - Authors * `-authors` - Authors (descending) * `contents` - Contents * `-contents` - Contents (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `description` - Description * `-description` - Description (descending) * `docs_blob` - Docs blob * `-docs_blob` - Docs blob (descending) * `manifest` - Manifest * `-manifest` - Manifest (descending) * `files` - Files * `-files` - Files (descending) * `documentation` - Documentation * `-documentation` - Documentation (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `issues` - Issues * `-issues` - Issues (descending) * `license` - License * `-license` - License (descending) * `name` - Name * `-name` - Name (descending) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `repository` - Repository * `-repository` - Repository (descending) * `requires_ansible` - Requires ansible * `-requires_ansible` - Requires ansible (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `version` - Version * `-version` - Version (descending) * `version_major` - Version major * `-version_major` - Version major (descending) * `version_minor` - Version minor * `-version_minor` - Version minor (descending) * `version_patch` - Version patch * `-version_patch` - Version patch (descending) * `version_prerelease` - Version prerelease * `-version_prerelease` - Version prerelease (descending) * `tags` - Tags * `-tags` - Tags (descending) * `search_vector` - Search vector * `-search_vector` - Search vector (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional] |
|
176
182
|
| **orphaned_for** | **Float** | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional] |
|
177
183
|
| **prn__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
178
184
|
| **pulp_href__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [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
|
|