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
@@ -28,7 +28,7 @@ All URIs are relative to *http://localhost:24817*
|
|
28
28
|
|
29
29
|
## add_role
|
30
30
|
|
31
|
-
> <NestedRoleResponse> add_role(ansible_ansible_repository_href, nested_role)
|
31
|
+
> <NestedRoleResponse> add_role(ansible_ansible_repository_href, nested_role, opts)
|
32
32
|
|
33
33
|
Add a role
|
34
34
|
|
@@ -49,10 +49,13 @@ end
|
|
49
49
|
api_instance = PulpAnsibleClient::RepositoriesAnsibleApi.new
|
50
50
|
ansible_ansible_repository_href = 'ansible_ansible_repository_href_example' # String |
|
51
51
|
nested_role = PulpAnsibleClient::NestedRole.new({role: 'role_example'}) # NestedRole |
|
52
|
+
opts = {
|
53
|
+
x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
|
54
|
+
}
|
52
55
|
|
53
56
|
begin
|
54
57
|
# Add a role
|
55
|
-
result = api_instance.add_role(ansible_ansible_repository_href, nested_role)
|
58
|
+
result = api_instance.add_role(ansible_ansible_repository_href, nested_role, opts)
|
56
59
|
p result
|
57
60
|
rescue PulpAnsibleClient::ApiError => e
|
58
61
|
puts "Error when calling RepositoriesAnsibleApi->add_role: #{e}"
|
@@ -63,12 +66,12 @@ end
|
|
63
66
|
|
64
67
|
This returns an Array which contains the response data, status code and headers.
|
65
68
|
|
66
|
-
> <Array(<NestedRoleResponse>, Integer, Hash)> add_role_with_http_info(ansible_ansible_repository_href, nested_role)
|
69
|
+
> <Array(<NestedRoleResponse>, Integer, Hash)> add_role_with_http_info(ansible_ansible_repository_href, nested_role, opts)
|
67
70
|
|
68
71
|
```ruby
|
69
72
|
begin
|
70
73
|
# Add a role
|
71
|
-
data, status_code, headers = api_instance.add_role_with_http_info(ansible_ansible_repository_href, nested_role)
|
74
|
+
data, status_code, headers = api_instance.add_role_with_http_info(ansible_ansible_repository_href, nested_role, opts)
|
72
75
|
p status_code # => 2xx
|
73
76
|
p headers # => { ... }
|
74
77
|
p data # => <NestedRoleResponse>
|
@@ -83,6 +86,7 @@ end
|
|
83
86
|
| ---- | ---- | ----------- | ----- |
|
84
87
|
| **ansible_ansible_repository_href** | **String** | | |
|
85
88
|
| **nested_role** | [**NestedRole**](NestedRole.md) | | |
|
89
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
86
90
|
|
87
91
|
### Return type
|
88
92
|
|
@@ -100,7 +104,7 @@ end
|
|
100
104
|
|
101
105
|
## copy_collection_version
|
102
106
|
|
103
|
-
> <AsyncOperationResponse> copy_collection_version(ansible_ansible_repository_href, collection_version_copy_move)
|
107
|
+
> <AsyncOperationResponse> copy_collection_version(ansible_ansible_repository_href, collection_version_copy_move, opts)
|
104
108
|
|
105
109
|
|
106
110
|
|
@@ -121,10 +125,13 @@ end
|
|
121
125
|
api_instance = PulpAnsibleClient::RepositoriesAnsibleApi.new
|
122
126
|
ansible_ansible_repository_href = 'ansible_ansible_repository_href_example' # String |
|
123
127
|
collection_version_copy_move = PulpAnsibleClient::CollectionVersionCopyMove.new({collection_versions: ['collection_versions_example'], destination_repositories: ['destination_repositories_example']}) # CollectionVersionCopyMove |
|
128
|
+
opts = {
|
129
|
+
x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
|
130
|
+
}
|
124
131
|
|
125
132
|
begin
|
126
133
|
|
127
|
-
result = api_instance.copy_collection_version(ansible_ansible_repository_href, collection_version_copy_move)
|
134
|
+
result = api_instance.copy_collection_version(ansible_ansible_repository_href, collection_version_copy_move, opts)
|
128
135
|
p result
|
129
136
|
rescue PulpAnsibleClient::ApiError => e
|
130
137
|
puts "Error when calling RepositoriesAnsibleApi->copy_collection_version: #{e}"
|
@@ -135,12 +142,12 @@ end
|
|
135
142
|
|
136
143
|
This returns an Array which contains the response data, status code and headers.
|
137
144
|
|
138
|
-
> <Array(<AsyncOperationResponse>, Integer, Hash)> copy_collection_version_with_http_info(ansible_ansible_repository_href, collection_version_copy_move)
|
145
|
+
> <Array(<AsyncOperationResponse>, Integer, Hash)> copy_collection_version_with_http_info(ansible_ansible_repository_href, collection_version_copy_move, opts)
|
139
146
|
|
140
147
|
```ruby
|
141
148
|
begin
|
142
149
|
|
143
|
-
data, status_code, headers = api_instance.copy_collection_version_with_http_info(ansible_ansible_repository_href, collection_version_copy_move)
|
150
|
+
data, status_code, headers = api_instance.copy_collection_version_with_http_info(ansible_ansible_repository_href, collection_version_copy_move, opts)
|
144
151
|
p status_code # => 2xx
|
145
152
|
p headers # => { ... }
|
146
153
|
p data # => <AsyncOperationResponse>
|
@@ -155,6 +162,7 @@ end
|
|
155
162
|
| ---- | ---- | ----------- | ----- |
|
156
163
|
| **ansible_ansible_repository_href** | **String** | | |
|
157
164
|
| **collection_version_copy_move** | [**CollectionVersionCopyMove**](CollectionVersionCopyMove.md) | | |
|
165
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
158
166
|
|
159
167
|
### Return type
|
160
168
|
|
@@ -172,7 +180,7 @@ end
|
|
172
180
|
|
173
181
|
## create
|
174
182
|
|
175
|
-
> <AnsibleAnsibleRepositoryResponse> create(ansible_ansible_repository)
|
183
|
+
> <AnsibleAnsibleRepositoryResponse> create(ansible_ansible_repository, opts)
|
176
184
|
|
177
185
|
Create an ansible repository
|
178
186
|
|
@@ -192,10 +200,13 @@ end
|
|
192
200
|
|
193
201
|
api_instance = PulpAnsibleClient::RepositoriesAnsibleApi.new
|
194
202
|
ansible_ansible_repository = PulpAnsibleClient::AnsibleAnsibleRepository.new({name: 'name_example'}) # AnsibleAnsibleRepository |
|
203
|
+
opts = {
|
204
|
+
x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
|
205
|
+
}
|
195
206
|
|
196
207
|
begin
|
197
208
|
# Create an ansible repository
|
198
|
-
result = api_instance.create(ansible_ansible_repository)
|
209
|
+
result = api_instance.create(ansible_ansible_repository, opts)
|
199
210
|
p result
|
200
211
|
rescue PulpAnsibleClient::ApiError => e
|
201
212
|
puts "Error when calling RepositoriesAnsibleApi->create: #{e}"
|
@@ -206,12 +217,12 @@ end
|
|
206
217
|
|
207
218
|
This returns an Array which contains the response data, status code and headers.
|
208
219
|
|
209
|
-
> <Array(<AnsibleAnsibleRepositoryResponse>, Integer, Hash)> create_with_http_info(ansible_ansible_repository)
|
220
|
+
> <Array(<AnsibleAnsibleRepositoryResponse>, Integer, Hash)> create_with_http_info(ansible_ansible_repository, opts)
|
210
221
|
|
211
222
|
```ruby
|
212
223
|
begin
|
213
224
|
# Create an ansible repository
|
214
|
-
data, status_code, headers = api_instance.create_with_http_info(ansible_ansible_repository)
|
225
|
+
data, status_code, headers = api_instance.create_with_http_info(ansible_ansible_repository, opts)
|
215
226
|
p status_code # => 2xx
|
216
227
|
p headers # => { ... }
|
217
228
|
p data # => <AnsibleAnsibleRepositoryResponse>
|
@@ -225,6 +236,7 @@ end
|
|
225
236
|
| Name | Type | Description | Notes |
|
226
237
|
| ---- | ---- | ----------- | ----- |
|
227
238
|
| **ansible_ansible_repository** | [**AnsibleAnsibleRepository**](AnsibleAnsibleRepository.md) | | |
|
239
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
228
240
|
|
229
241
|
### Return type
|
230
242
|
|
@@ -242,7 +254,7 @@ end
|
|
242
254
|
|
243
255
|
## delete
|
244
256
|
|
245
|
-
> <AsyncOperationResponse> delete(ansible_ansible_repository_href)
|
257
|
+
> <AsyncOperationResponse> delete(ansible_ansible_repository_href, opts)
|
246
258
|
|
247
259
|
Delete an ansible repository
|
248
260
|
|
@@ -262,10 +274,13 @@ end
|
|
262
274
|
|
263
275
|
api_instance = PulpAnsibleClient::RepositoriesAnsibleApi.new
|
264
276
|
ansible_ansible_repository_href = 'ansible_ansible_repository_href_example' # String |
|
277
|
+
opts = {
|
278
|
+
x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
|
279
|
+
}
|
265
280
|
|
266
281
|
begin
|
267
282
|
# Delete an ansible repository
|
268
|
-
result = api_instance.delete(ansible_ansible_repository_href)
|
283
|
+
result = api_instance.delete(ansible_ansible_repository_href, opts)
|
269
284
|
p result
|
270
285
|
rescue PulpAnsibleClient::ApiError => e
|
271
286
|
puts "Error when calling RepositoriesAnsibleApi->delete: #{e}"
|
@@ -276,12 +291,12 @@ end
|
|
276
291
|
|
277
292
|
This returns an Array which contains the response data, status code and headers.
|
278
293
|
|
279
|
-
> <Array(<AsyncOperationResponse>, Integer, Hash)> delete_with_http_info(ansible_ansible_repository_href)
|
294
|
+
> <Array(<AsyncOperationResponse>, Integer, Hash)> delete_with_http_info(ansible_ansible_repository_href, opts)
|
280
295
|
|
281
296
|
```ruby
|
282
297
|
begin
|
283
298
|
# Delete an ansible repository
|
284
|
-
data, status_code, headers = api_instance.delete_with_http_info(ansible_ansible_repository_href)
|
299
|
+
data, status_code, headers = api_instance.delete_with_http_info(ansible_ansible_repository_href, opts)
|
285
300
|
p status_code # => 2xx
|
286
301
|
p headers # => { ... }
|
287
302
|
p data # => <AsyncOperationResponse>
|
@@ -295,6 +310,7 @@ end
|
|
295
310
|
| Name | Type | Description | Notes |
|
296
311
|
| ---- | ---- | ----------- | ----- |
|
297
312
|
| **ansible_ansible_repository_href** | **String** | | |
|
313
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
298
314
|
|
299
315
|
### Return type
|
300
316
|
|
@@ -332,6 +348,7 @@ end
|
|
332
348
|
|
333
349
|
api_instance = PulpAnsibleClient::RepositoriesAnsibleApi.new
|
334
350
|
opts = {
|
351
|
+
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
335
352
|
latest_with_content: 'latest_with_content_example', # String | Content Unit referenced by HREF/PRN
|
336
353
|
limit: 56, # Integer | Number of results to return per page.
|
337
354
|
name: 'name_example', # String | Filter results where name matches value
|
@@ -395,6 +412,7 @@ end
|
|
395
412
|
|
396
413
|
| Name | Type | Description | Notes |
|
397
414
|
| ---- | ---- | ----------- | ----- |
|
415
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
398
416
|
| **latest_with_content** | **String** | Content Unit referenced by HREF/PRN | [optional] |
|
399
417
|
| **limit** | **Integer** | Number of results to return per page. | [optional] |
|
400
418
|
| **name** | **String** | Filter results where name matches value | [optional] |
|
@@ -463,6 +481,7 @@ end
|
|
463
481
|
api_instance = PulpAnsibleClient::RepositoriesAnsibleApi.new
|
464
482
|
ansible_ansible_repository_href = 'ansible_ansible_repository_href_example' # String |
|
465
483
|
opts = {
|
484
|
+
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
466
485
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
467
486
|
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
468
487
|
}
|
@@ -499,6 +518,7 @@ end
|
|
499
518
|
| Name | Type | Description | Notes |
|
500
519
|
| ---- | ---- | ----------- | ----- |
|
501
520
|
| **ansible_ansible_repository_href** | **String** | | |
|
521
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
502
522
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
503
523
|
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
504
524
|
|
@@ -518,7 +538,7 @@ end
|
|
518
538
|
|
519
539
|
## mark
|
520
540
|
|
521
|
-
> <AsyncOperationResponse> mark(ansible_ansible_repository_href, ansible_repository_mark)
|
541
|
+
> <AsyncOperationResponse> mark(ansible_ansible_repository_href, ansible_repository_mark, opts)
|
522
542
|
|
523
543
|
|
524
544
|
|
@@ -539,10 +559,13 @@ end
|
|
539
559
|
api_instance = PulpAnsibleClient::RepositoriesAnsibleApi.new
|
540
560
|
ansible_ansible_repository_href = 'ansible_ansible_repository_href_example' # String |
|
541
561
|
ansible_repository_mark = PulpAnsibleClient::AnsibleRepositoryMark.new({content_units: [3.56], value: 'value_example'}) # AnsibleRepositoryMark |
|
562
|
+
opts = {
|
563
|
+
x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
|
564
|
+
}
|
542
565
|
|
543
566
|
begin
|
544
567
|
|
545
|
-
result = api_instance.mark(ansible_ansible_repository_href, ansible_repository_mark)
|
568
|
+
result = api_instance.mark(ansible_ansible_repository_href, ansible_repository_mark, opts)
|
546
569
|
p result
|
547
570
|
rescue PulpAnsibleClient::ApiError => e
|
548
571
|
puts "Error when calling RepositoriesAnsibleApi->mark: #{e}"
|
@@ -553,12 +576,12 @@ end
|
|
553
576
|
|
554
577
|
This returns an Array which contains the response data, status code and headers.
|
555
578
|
|
556
|
-
> <Array(<AsyncOperationResponse>, Integer, Hash)> mark_with_http_info(ansible_ansible_repository_href, ansible_repository_mark)
|
579
|
+
> <Array(<AsyncOperationResponse>, Integer, Hash)> mark_with_http_info(ansible_ansible_repository_href, ansible_repository_mark, opts)
|
557
580
|
|
558
581
|
```ruby
|
559
582
|
begin
|
560
583
|
|
561
|
-
data, status_code, headers = api_instance.mark_with_http_info(ansible_ansible_repository_href, ansible_repository_mark)
|
584
|
+
data, status_code, headers = api_instance.mark_with_http_info(ansible_ansible_repository_href, ansible_repository_mark, opts)
|
562
585
|
p status_code # => 2xx
|
563
586
|
p headers # => { ... }
|
564
587
|
p data # => <AsyncOperationResponse>
|
@@ -573,6 +596,7 @@ end
|
|
573
596
|
| ---- | ---- | ----------- | ----- |
|
574
597
|
| **ansible_ansible_repository_href** | **String** | | |
|
575
598
|
| **ansible_repository_mark** | [**AnsibleRepositoryMark**](AnsibleRepositoryMark.md) | | |
|
599
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
576
600
|
|
577
601
|
### Return type
|
578
602
|
|
@@ -590,7 +614,7 @@ end
|
|
590
614
|
|
591
615
|
## modify
|
592
616
|
|
593
|
-
> <AsyncOperationResponse> modify(ansible_ansible_repository_href, repository_add_remove_content)
|
617
|
+
> <AsyncOperationResponse> modify(ansible_ansible_repository_href, repository_add_remove_content, opts)
|
594
618
|
|
595
619
|
Modify Repository Content
|
596
620
|
|
@@ -611,10 +635,13 @@ end
|
|
611
635
|
api_instance = PulpAnsibleClient::RepositoriesAnsibleApi.new
|
612
636
|
ansible_ansible_repository_href = 'ansible_ansible_repository_href_example' # String |
|
613
637
|
repository_add_remove_content = PulpAnsibleClient::RepositoryAddRemoveContent.new # RepositoryAddRemoveContent |
|
638
|
+
opts = {
|
639
|
+
x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
|
640
|
+
}
|
614
641
|
|
615
642
|
begin
|
616
643
|
# Modify Repository Content
|
617
|
-
result = api_instance.modify(ansible_ansible_repository_href, repository_add_remove_content)
|
644
|
+
result = api_instance.modify(ansible_ansible_repository_href, repository_add_remove_content, opts)
|
618
645
|
p result
|
619
646
|
rescue PulpAnsibleClient::ApiError => e
|
620
647
|
puts "Error when calling RepositoriesAnsibleApi->modify: #{e}"
|
@@ -625,12 +652,12 @@ end
|
|
625
652
|
|
626
653
|
This returns an Array which contains the response data, status code and headers.
|
627
654
|
|
628
|
-
> <Array(<AsyncOperationResponse>, Integer, Hash)> modify_with_http_info(ansible_ansible_repository_href, repository_add_remove_content)
|
655
|
+
> <Array(<AsyncOperationResponse>, Integer, Hash)> modify_with_http_info(ansible_ansible_repository_href, repository_add_remove_content, opts)
|
629
656
|
|
630
657
|
```ruby
|
631
658
|
begin
|
632
659
|
# Modify Repository Content
|
633
|
-
data, status_code, headers = api_instance.modify_with_http_info(ansible_ansible_repository_href, repository_add_remove_content)
|
660
|
+
data, status_code, headers = api_instance.modify_with_http_info(ansible_ansible_repository_href, repository_add_remove_content, opts)
|
634
661
|
p status_code # => 2xx
|
635
662
|
p headers # => { ... }
|
636
663
|
p data # => <AsyncOperationResponse>
|
@@ -645,6 +672,7 @@ end
|
|
645
672
|
| ---- | ---- | ----------- | ----- |
|
646
673
|
| **ansible_ansible_repository_href** | **String** | | |
|
647
674
|
| **repository_add_remove_content** | [**RepositoryAddRemoveContent**](RepositoryAddRemoveContent.md) | | |
|
675
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
648
676
|
|
649
677
|
### Return type
|
650
678
|
|
@@ -662,7 +690,7 @@ end
|
|
662
690
|
|
663
691
|
## move_collection_version
|
664
692
|
|
665
|
-
> <AsyncOperationResponse> move_collection_version(ansible_ansible_repository_href, collection_version_copy_move)
|
693
|
+
> <AsyncOperationResponse> move_collection_version(ansible_ansible_repository_href, collection_version_copy_move, opts)
|
666
694
|
|
667
695
|
|
668
696
|
|
@@ -683,10 +711,13 @@ end
|
|
683
711
|
api_instance = PulpAnsibleClient::RepositoriesAnsibleApi.new
|
684
712
|
ansible_ansible_repository_href = 'ansible_ansible_repository_href_example' # String |
|
685
713
|
collection_version_copy_move = PulpAnsibleClient::CollectionVersionCopyMove.new({collection_versions: ['collection_versions_example'], destination_repositories: ['destination_repositories_example']}) # CollectionVersionCopyMove |
|
714
|
+
opts = {
|
715
|
+
x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
|
716
|
+
}
|
686
717
|
|
687
718
|
begin
|
688
719
|
|
689
|
-
result = api_instance.move_collection_version(ansible_ansible_repository_href, collection_version_copy_move)
|
720
|
+
result = api_instance.move_collection_version(ansible_ansible_repository_href, collection_version_copy_move, opts)
|
690
721
|
p result
|
691
722
|
rescue PulpAnsibleClient::ApiError => e
|
692
723
|
puts "Error when calling RepositoriesAnsibleApi->move_collection_version: #{e}"
|
@@ -697,12 +728,12 @@ end
|
|
697
728
|
|
698
729
|
This returns an Array which contains the response data, status code and headers.
|
699
730
|
|
700
|
-
> <Array(<AsyncOperationResponse>, Integer, Hash)> move_collection_version_with_http_info(ansible_ansible_repository_href, collection_version_copy_move)
|
731
|
+
> <Array(<AsyncOperationResponse>, Integer, Hash)> move_collection_version_with_http_info(ansible_ansible_repository_href, collection_version_copy_move, opts)
|
701
732
|
|
702
733
|
```ruby
|
703
734
|
begin
|
704
735
|
|
705
|
-
data, status_code, headers = api_instance.move_collection_version_with_http_info(ansible_ansible_repository_href, collection_version_copy_move)
|
736
|
+
data, status_code, headers = api_instance.move_collection_version_with_http_info(ansible_ansible_repository_href, collection_version_copy_move, opts)
|
706
737
|
p status_code # => 2xx
|
707
738
|
p headers # => { ... }
|
708
739
|
p data # => <AsyncOperationResponse>
|
@@ -717,6 +748,7 @@ end
|
|
717
748
|
| ---- | ---- | ----------- | ----- |
|
718
749
|
| **ansible_ansible_repository_href** | **String** | | |
|
719
750
|
| **collection_version_copy_move** | [**CollectionVersionCopyMove**](CollectionVersionCopyMove.md) | | |
|
751
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
720
752
|
|
721
753
|
### Return type
|
722
754
|
|
@@ -755,6 +787,7 @@ end
|
|
755
787
|
api_instance = PulpAnsibleClient::RepositoriesAnsibleApi.new
|
756
788
|
ansible_ansible_repository_href = 'ansible_ansible_repository_href_example' # String |
|
757
789
|
opts = {
|
790
|
+
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
758
791
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
759
792
|
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
760
793
|
}
|
@@ -791,6 +824,7 @@ end
|
|
791
824
|
| Name | Type | Description | Notes |
|
792
825
|
| ---- | ---- | ----------- | ----- |
|
793
826
|
| **ansible_ansible_repository_href** | **String** | | |
|
827
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
794
828
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
795
829
|
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
796
830
|
|
@@ -810,7 +844,7 @@ end
|
|
810
844
|
|
811
845
|
## partial_update
|
812
846
|
|
813
|
-
> <AsyncOperationResponse> partial_update(ansible_ansible_repository_href, patchedansible_ansible_repository)
|
847
|
+
> <AsyncOperationResponse> partial_update(ansible_ansible_repository_href, patchedansible_ansible_repository, opts)
|
814
848
|
|
815
849
|
Update an ansible repository
|
816
850
|
|
@@ -831,10 +865,13 @@ end
|
|
831
865
|
api_instance = PulpAnsibleClient::RepositoriesAnsibleApi.new
|
832
866
|
ansible_ansible_repository_href = 'ansible_ansible_repository_href_example' # String |
|
833
867
|
patchedansible_ansible_repository = PulpAnsibleClient::PatchedansibleAnsibleRepository.new # PatchedansibleAnsibleRepository |
|
868
|
+
opts = {
|
869
|
+
x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
|
870
|
+
}
|
834
871
|
|
835
872
|
begin
|
836
873
|
# Update an ansible repository
|
837
|
-
result = api_instance.partial_update(ansible_ansible_repository_href, patchedansible_ansible_repository)
|
874
|
+
result = api_instance.partial_update(ansible_ansible_repository_href, patchedansible_ansible_repository, opts)
|
838
875
|
p result
|
839
876
|
rescue PulpAnsibleClient::ApiError => e
|
840
877
|
puts "Error when calling RepositoriesAnsibleApi->partial_update: #{e}"
|
@@ -845,12 +882,12 @@ end
|
|
845
882
|
|
846
883
|
This returns an Array which contains the response data, status code and headers.
|
847
884
|
|
848
|
-
> <Array(<AsyncOperationResponse>, Integer, Hash)> partial_update_with_http_info(ansible_ansible_repository_href, patchedansible_ansible_repository)
|
885
|
+
> <Array(<AsyncOperationResponse>, Integer, Hash)> partial_update_with_http_info(ansible_ansible_repository_href, patchedansible_ansible_repository, opts)
|
849
886
|
|
850
887
|
```ruby
|
851
888
|
begin
|
852
889
|
# Update an ansible repository
|
853
|
-
data, status_code, headers = api_instance.partial_update_with_http_info(ansible_ansible_repository_href, patchedansible_ansible_repository)
|
890
|
+
data, status_code, headers = api_instance.partial_update_with_http_info(ansible_ansible_repository_href, patchedansible_ansible_repository, opts)
|
854
891
|
p status_code # => 2xx
|
855
892
|
p headers # => { ... }
|
856
893
|
p data # => <AsyncOperationResponse>
|
@@ -865,6 +902,7 @@ end
|
|
865
902
|
| ---- | ---- | ----------- | ----- |
|
866
903
|
| **ansible_ansible_repository_href** | **String** | | |
|
867
904
|
| **patchedansible_ansible_repository** | [**PatchedansibleAnsibleRepository**](PatchedansibleAnsibleRepository.md) | | |
|
905
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
868
906
|
|
869
907
|
### Return type
|
870
908
|
|
@@ -903,6 +941,7 @@ end
|
|
903
941
|
api_instance = PulpAnsibleClient::RepositoriesAnsibleApi.new
|
904
942
|
ansible_ansible_repository_href = 'ansible_ansible_repository_href_example' # String |
|
905
943
|
opts = {
|
944
|
+
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
906
945
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
907
946
|
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
908
947
|
}
|
@@ -939,6 +978,7 @@ end
|
|
939
978
|
| Name | Type | Description | Notes |
|
940
979
|
| ---- | ---- | ----------- | ----- |
|
941
980
|
| **ansible_ansible_repository_href** | **String** | | |
|
981
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
942
982
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
943
983
|
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
944
984
|
|
@@ -958,7 +998,7 @@ end
|
|
958
998
|
|
959
999
|
## rebuild_metadata
|
960
1000
|
|
961
|
-
> <AsyncOperationResponse> rebuild_metadata(ansible_ansible_repository_href, ansible_repository_rebuild)
|
1001
|
+
> <AsyncOperationResponse> rebuild_metadata(ansible_ansible_repository_href, ansible_repository_rebuild, opts)
|
962
1002
|
|
963
1003
|
|
964
1004
|
|
@@ -979,10 +1019,13 @@ end
|
|
979
1019
|
api_instance = PulpAnsibleClient::RepositoriesAnsibleApi.new
|
980
1020
|
ansible_ansible_repository_href = 'ansible_ansible_repository_href_example' # String |
|
981
1021
|
ansible_repository_rebuild = PulpAnsibleClient::AnsibleRepositoryRebuild.new # AnsibleRepositoryRebuild |
|
1022
|
+
opts = {
|
1023
|
+
x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
|
1024
|
+
}
|
982
1025
|
|
983
1026
|
begin
|
984
1027
|
|
985
|
-
result = api_instance.rebuild_metadata(ansible_ansible_repository_href, ansible_repository_rebuild)
|
1028
|
+
result = api_instance.rebuild_metadata(ansible_ansible_repository_href, ansible_repository_rebuild, opts)
|
986
1029
|
p result
|
987
1030
|
rescue PulpAnsibleClient::ApiError => e
|
988
1031
|
puts "Error when calling RepositoriesAnsibleApi->rebuild_metadata: #{e}"
|
@@ -993,12 +1036,12 @@ end
|
|
993
1036
|
|
994
1037
|
This returns an Array which contains the response data, status code and headers.
|
995
1038
|
|
996
|
-
> <Array(<AsyncOperationResponse>, Integer, Hash)> rebuild_metadata_with_http_info(ansible_ansible_repository_href, ansible_repository_rebuild)
|
1039
|
+
> <Array(<AsyncOperationResponse>, Integer, Hash)> rebuild_metadata_with_http_info(ansible_ansible_repository_href, ansible_repository_rebuild, opts)
|
997
1040
|
|
998
1041
|
```ruby
|
999
1042
|
begin
|
1000
1043
|
|
1001
|
-
data, status_code, headers = api_instance.rebuild_metadata_with_http_info(ansible_ansible_repository_href, ansible_repository_rebuild)
|
1044
|
+
data, status_code, headers = api_instance.rebuild_metadata_with_http_info(ansible_ansible_repository_href, ansible_repository_rebuild, opts)
|
1002
1045
|
p status_code # => 2xx
|
1003
1046
|
p headers # => { ... }
|
1004
1047
|
p data # => <AsyncOperationResponse>
|
@@ -1013,6 +1056,7 @@ end
|
|
1013
1056
|
| ---- | ---- | ----------- | ----- |
|
1014
1057
|
| **ansible_ansible_repository_href** | **String** | | |
|
1015
1058
|
| **ansible_repository_rebuild** | [**AnsibleRepositoryRebuild**](AnsibleRepositoryRebuild.md) | | |
|
1059
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
1016
1060
|
|
1017
1061
|
### Return type
|
1018
1062
|
|
@@ -1030,7 +1074,7 @@ end
|
|
1030
1074
|
|
1031
1075
|
## remove_role
|
1032
1076
|
|
1033
|
-
> <NestedRoleResponse> remove_role(ansible_ansible_repository_href, nested_role)
|
1077
|
+
> <NestedRoleResponse> remove_role(ansible_ansible_repository_href, nested_role, opts)
|
1034
1078
|
|
1035
1079
|
Remove a role
|
1036
1080
|
|
@@ -1051,10 +1095,13 @@ end
|
|
1051
1095
|
api_instance = PulpAnsibleClient::RepositoriesAnsibleApi.new
|
1052
1096
|
ansible_ansible_repository_href = 'ansible_ansible_repository_href_example' # String |
|
1053
1097
|
nested_role = PulpAnsibleClient::NestedRole.new({role: 'role_example'}) # NestedRole |
|
1098
|
+
opts = {
|
1099
|
+
x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
|
1100
|
+
}
|
1054
1101
|
|
1055
1102
|
begin
|
1056
1103
|
# Remove a role
|
1057
|
-
result = api_instance.remove_role(ansible_ansible_repository_href, nested_role)
|
1104
|
+
result = api_instance.remove_role(ansible_ansible_repository_href, nested_role, opts)
|
1058
1105
|
p result
|
1059
1106
|
rescue PulpAnsibleClient::ApiError => e
|
1060
1107
|
puts "Error when calling RepositoriesAnsibleApi->remove_role: #{e}"
|
@@ -1065,12 +1112,12 @@ end
|
|
1065
1112
|
|
1066
1113
|
This returns an Array which contains the response data, status code and headers.
|
1067
1114
|
|
1068
|
-
> <Array(<NestedRoleResponse>, Integer, Hash)> remove_role_with_http_info(ansible_ansible_repository_href, nested_role)
|
1115
|
+
> <Array(<NestedRoleResponse>, Integer, Hash)> remove_role_with_http_info(ansible_ansible_repository_href, nested_role, opts)
|
1069
1116
|
|
1070
1117
|
```ruby
|
1071
1118
|
begin
|
1072
1119
|
# Remove a role
|
1073
|
-
data, status_code, headers = api_instance.remove_role_with_http_info(ansible_ansible_repository_href, nested_role)
|
1120
|
+
data, status_code, headers = api_instance.remove_role_with_http_info(ansible_ansible_repository_href, nested_role, opts)
|
1074
1121
|
p status_code # => 2xx
|
1075
1122
|
p headers # => { ... }
|
1076
1123
|
p data # => <NestedRoleResponse>
|
@@ -1085,6 +1132,7 @@ end
|
|
1085
1132
|
| ---- | ---- | ----------- | ----- |
|
1086
1133
|
| **ansible_ansible_repository_href** | **String** | | |
|
1087
1134
|
| **nested_role** | [**NestedRole**](NestedRole.md) | | |
|
1135
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
1088
1136
|
|
1089
1137
|
### Return type
|
1090
1138
|
|
@@ -1102,7 +1150,7 @@ end
|
|
1102
1150
|
|
1103
1151
|
## set_label
|
1104
1152
|
|
1105
|
-
> <SetLabelResponse> set_label(ansible_ansible_repository_href, set_label)
|
1153
|
+
> <SetLabelResponse> set_label(ansible_ansible_repository_href, set_label, opts)
|
1106
1154
|
|
1107
1155
|
Set a label
|
1108
1156
|
|
@@ -1123,10 +1171,13 @@ end
|
|
1123
1171
|
api_instance = PulpAnsibleClient::RepositoriesAnsibleApi.new
|
1124
1172
|
ansible_ansible_repository_href = 'ansible_ansible_repository_href_example' # String |
|
1125
1173
|
set_label = PulpAnsibleClient::SetLabel.new({key: 'key_example', value: 'value_example'}) # SetLabel |
|
1174
|
+
opts = {
|
1175
|
+
x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
|
1176
|
+
}
|
1126
1177
|
|
1127
1178
|
begin
|
1128
1179
|
# Set a label
|
1129
|
-
result = api_instance.set_label(ansible_ansible_repository_href, set_label)
|
1180
|
+
result = api_instance.set_label(ansible_ansible_repository_href, set_label, opts)
|
1130
1181
|
p result
|
1131
1182
|
rescue PulpAnsibleClient::ApiError => e
|
1132
1183
|
puts "Error when calling RepositoriesAnsibleApi->set_label: #{e}"
|
@@ -1137,12 +1188,12 @@ end
|
|
1137
1188
|
|
1138
1189
|
This returns an Array which contains the response data, status code and headers.
|
1139
1190
|
|
1140
|
-
> <Array(<SetLabelResponse>, Integer, Hash)> set_label_with_http_info(ansible_ansible_repository_href, set_label)
|
1191
|
+
> <Array(<SetLabelResponse>, Integer, Hash)> set_label_with_http_info(ansible_ansible_repository_href, set_label, opts)
|
1141
1192
|
|
1142
1193
|
```ruby
|
1143
1194
|
begin
|
1144
1195
|
# Set a label
|
1145
|
-
data, status_code, headers = api_instance.set_label_with_http_info(ansible_ansible_repository_href, set_label)
|
1196
|
+
data, status_code, headers = api_instance.set_label_with_http_info(ansible_ansible_repository_href, set_label, opts)
|
1146
1197
|
p status_code # => 2xx
|
1147
1198
|
p headers # => { ... }
|
1148
1199
|
p data # => <SetLabelResponse>
|
@@ -1157,6 +1208,7 @@ end
|
|
1157
1208
|
| ---- | ---- | ----------- | ----- |
|
1158
1209
|
| **ansible_ansible_repository_href** | **String** | | |
|
1159
1210
|
| **set_label** | [**SetLabel**](SetLabel.md) | | |
|
1211
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
1160
1212
|
|
1161
1213
|
### Return type
|
1162
1214
|
|
@@ -1174,7 +1226,7 @@ end
|
|
1174
1226
|
|
1175
1227
|
## sign
|
1176
1228
|
|
1177
|
-
> <AsyncOperationResponse> sign(ansible_ansible_repository_href, ansible_repository_signature)
|
1229
|
+
> <AsyncOperationResponse> sign(ansible_ansible_repository_href, ansible_repository_signature, opts)
|
1178
1230
|
|
1179
1231
|
|
1180
1232
|
|
@@ -1195,10 +1247,13 @@ end
|
|
1195
1247
|
api_instance = PulpAnsibleClient::RepositoriesAnsibleApi.new
|
1196
1248
|
ansible_ansible_repository_href = 'ansible_ansible_repository_href_example' # String |
|
1197
1249
|
ansible_repository_signature = PulpAnsibleClient::AnsibleRepositorySignature.new({content_units: [3.56], signing_service: 'signing_service_example'}) # AnsibleRepositorySignature |
|
1250
|
+
opts = {
|
1251
|
+
x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
|
1252
|
+
}
|
1198
1253
|
|
1199
1254
|
begin
|
1200
1255
|
|
1201
|
-
result = api_instance.sign(ansible_ansible_repository_href, ansible_repository_signature)
|
1256
|
+
result = api_instance.sign(ansible_ansible_repository_href, ansible_repository_signature, opts)
|
1202
1257
|
p result
|
1203
1258
|
rescue PulpAnsibleClient::ApiError => e
|
1204
1259
|
puts "Error when calling RepositoriesAnsibleApi->sign: #{e}"
|
@@ -1209,12 +1264,12 @@ end
|
|
1209
1264
|
|
1210
1265
|
This returns an Array which contains the response data, status code and headers.
|
1211
1266
|
|
1212
|
-
> <Array(<AsyncOperationResponse>, Integer, Hash)> sign_with_http_info(ansible_ansible_repository_href, ansible_repository_signature)
|
1267
|
+
> <Array(<AsyncOperationResponse>, Integer, Hash)> sign_with_http_info(ansible_ansible_repository_href, ansible_repository_signature, opts)
|
1213
1268
|
|
1214
1269
|
```ruby
|
1215
1270
|
begin
|
1216
1271
|
|
1217
|
-
data, status_code, headers = api_instance.sign_with_http_info(ansible_ansible_repository_href, ansible_repository_signature)
|
1272
|
+
data, status_code, headers = api_instance.sign_with_http_info(ansible_ansible_repository_href, ansible_repository_signature, opts)
|
1218
1273
|
p status_code # => 2xx
|
1219
1274
|
p headers # => { ... }
|
1220
1275
|
p data # => <AsyncOperationResponse>
|
@@ -1229,6 +1284,7 @@ end
|
|
1229
1284
|
| ---- | ---- | ----------- | ----- |
|
1230
1285
|
| **ansible_ansible_repository_href** | **String** | | |
|
1231
1286
|
| **ansible_repository_signature** | [**AnsibleRepositorySignature**](AnsibleRepositorySignature.md) | | |
|
1287
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
1232
1288
|
|
1233
1289
|
### Return type
|
1234
1290
|
|
@@ -1246,7 +1302,7 @@ end
|
|
1246
1302
|
|
1247
1303
|
## sync
|
1248
1304
|
|
1249
|
-
> <AsyncOperationResponse> sync(ansible_ansible_repository_href, ansible_repository_sync_url)
|
1305
|
+
> <AsyncOperationResponse> sync(ansible_ansible_repository_href, ansible_repository_sync_url, opts)
|
1250
1306
|
|
1251
1307
|
|
1252
1308
|
|
@@ -1267,10 +1323,13 @@ end
|
|
1267
1323
|
api_instance = PulpAnsibleClient::RepositoriesAnsibleApi.new
|
1268
1324
|
ansible_ansible_repository_href = 'ansible_ansible_repository_href_example' # String |
|
1269
1325
|
ansible_repository_sync_url = PulpAnsibleClient::AnsibleRepositorySyncURL.new # AnsibleRepositorySyncURL |
|
1326
|
+
opts = {
|
1327
|
+
x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
|
1328
|
+
}
|
1270
1329
|
|
1271
1330
|
begin
|
1272
1331
|
|
1273
|
-
result = api_instance.sync(ansible_ansible_repository_href, ansible_repository_sync_url)
|
1332
|
+
result = api_instance.sync(ansible_ansible_repository_href, ansible_repository_sync_url, opts)
|
1274
1333
|
p result
|
1275
1334
|
rescue PulpAnsibleClient::ApiError => e
|
1276
1335
|
puts "Error when calling RepositoriesAnsibleApi->sync: #{e}"
|
@@ -1281,12 +1340,12 @@ end
|
|
1281
1340
|
|
1282
1341
|
This returns an Array which contains the response data, status code and headers.
|
1283
1342
|
|
1284
|
-
> <Array(<AsyncOperationResponse>, Integer, Hash)> sync_with_http_info(ansible_ansible_repository_href, ansible_repository_sync_url)
|
1343
|
+
> <Array(<AsyncOperationResponse>, Integer, Hash)> sync_with_http_info(ansible_ansible_repository_href, ansible_repository_sync_url, opts)
|
1285
1344
|
|
1286
1345
|
```ruby
|
1287
1346
|
begin
|
1288
1347
|
|
1289
|
-
data, status_code, headers = api_instance.sync_with_http_info(ansible_ansible_repository_href, ansible_repository_sync_url)
|
1348
|
+
data, status_code, headers = api_instance.sync_with_http_info(ansible_ansible_repository_href, ansible_repository_sync_url, opts)
|
1290
1349
|
p status_code # => 2xx
|
1291
1350
|
p headers # => { ... }
|
1292
1351
|
p data # => <AsyncOperationResponse>
|
@@ -1301,6 +1360,7 @@ end
|
|
1301
1360
|
| ---- | ---- | ----------- | ----- |
|
1302
1361
|
| **ansible_ansible_repository_href** | **String** | | |
|
1303
1362
|
| **ansible_repository_sync_url** | [**AnsibleRepositorySyncURL**](AnsibleRepositorySyncURL.md) | | |
|
1363
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
1304
1364
|
|
1305
1365
|
### Return type
|
1306
1366
|
|
@@ -1318,7 +1378,7 @@ end
|
|
1318
1378
|
|
1319
1379
|
## unmark
|
1320
1380
|
|
1321
|
-
> <AsyncOperationResponse> unmark(ansible_ansible_repository_href, ansible_repository_mark)
|
1381
|
+
> <AsyncOperationResponse> unmark(ansible_ansible_repository_href, ansible_repository_mark, opts)
|
1322
1382
|
|
1323
1383
|
|
1324
1384
|
|
@@ -1339,10 +1399,13 @@ end
|
|
1339
1399
|
api_instance = PulpAnsibleClient::RepositoriesAnsibleApi.new
|
1340
1400
|
ansible_ansible_repository_href = 'ansible_ansible_repository_href_example' # String |
|
1341
1401
|
ansible_repository_mark = PulpAnsibleClient::AnsibleRepositoryMark.new({content_units: [3.56], value: 'value_example'}) # AnsibleRepositoryMark |
|
1402
|
+
opts = {
|
1403
|
+
x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
|
1404
|
+
}
|
1342
1405
|
|
1343
1406
|
begin
|
1344
1407
|
|
1345
|
-
result = api_instance.unmark(ansible_ansible_repository_href, ansible_repository_mark)
|
1408
|
+
result = api_instance.unmark(ansible_ansible_repository_href, ansible_repository_mark, opts)
|
1346
1409
|
p result
|
1347
1410
|
rescue PulpAnsibleClient::ApiError => e
|
1348
1411
|
puts "Error when calling RepositoriesAnsibleApi->unmark: #{e}"
|
@@ -1353,12 +1416,12 @@ end
|
|
1353
1416
|
|
1354
1417
|
This returns an Array which contains the response data, status code and headers.
|
1355
1418
|
|
1356
|
-
> <Array(<AsyncOperationResponse>, Integer, Hash)> unmark_with_http_info(ansible_ansible_repository_href, ansible_repository_mark)
|
1419
|
+
> <Array(<AsyncOperationResponse>, Integer, Hash)> unmark_with_http_info(ansible_ansible_repository_href, ansible_repository_mark, opts)
|
1357
1420
|
|
1358
1421
|
```ruby
|
1359
1422
|
begin
|
1360
1423
|
|
1361
|
-
data, status_code, headers = api_instance.unmark_with_http_info(ansible_ansible_repository_href, ansible_repository_mark)
|
1424
|
+
data, status_code, headers = api_instance.unmark_with_http_info(ansible_ansible_repository_href, ansible_repository_mark, opts)
|
1362
1425
|
p status_code # => 2xx
|
1363
1426
|
p headers # => { ... }
|
1364
1427
|
p data # => <AsyncOperationResponse>
|
@@ -1373,6 +1436,7 @@ end
|
|
1373
1436
|
| ---- | ---- | ----------- | ----- |
|
1374
1437
|
| **ansible_ansible_repository_href** | **String** | | |
|
1375
1438
|
| **ansible_repository_mark** | [**AnsibleRepositoryMark**](AnsibleRepositoryMark.md) | | |
|
1439
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
1376
1440
|
|
1377
1441
|
### Return type
|
1378
1442
|
|
@@ -1390,7 +1454,7 @@ end
|
|
1390
1454
|
|
1391
1455
|
## unset_label
|
1392
1456
|
|
1393
|
-
> <UnsetLabelResponse> unset_label(ansible_ansible_repository_href, unset_label)
|
1457
|
+
> <UnsetLabelResponse> unset_label(ansible_ansible_repository_href, unset_label, opts)
|
1394
1458
|
|
1395
1459
|
Unset a label
|
1396
1460
|
|
@@ -1411,10 +1475,13 @@ end
|
|
1411
1475
|
api_instance = PulpAnsibleClient::RepositoriesAnsibleApi.new
|
1412
1476
|
ansible_ansible_repository_href = 'ansible_ansible_repository_href_example' # String |
|
1413
1477
|
unset_label = PulpAnsibleClient::UnsetLabel.new({key: 'key_example'}) # UnsetLabel |
|
1478
|
+
opts = {
|
1479
|
+
x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
|
1480
|
+
}
|
1414
1481
|
|
1415
1482
|
begin
|
1416
1483
|
# Unset a label
|
1417
|
-
result = api_instance.unset_label(ansible_ansible_repository_href, unset_label)
|
1484
|
+
result = api_instance.unset_label(ansible_ansible_repository_href, unset_label, opts)
|
1418
1485
|
p result
|
1419
1486
|
rescue PulpAnsibleClient::ApiError => e
|
1420
1487
|
puts "Error when calling RepositoriesAnsibleApi->unset_label: #{e}"
|
@@ -1425,12 +1492,12 @@ end
|
|
1425
1492
|
|
1426
1493
|
This returns an Array which contains the response data, status code and headers.
|
1427
1494
|
|
1428
|
-
> <Array(<UnsetLabelResponse>, Integer, Hash)> unset_label_with_http_info(ansible_ansible_repository_href, unset_label)
|
1495
|
+
> <Array(<UnsetLabelResponse>, Integer, Hash)> unset_label_with_http_info(ansible_ansible_repository_href, unset_label, opts)
|
1429
1496
|
|
1430
1497
|
```ruby
|
1431
1498
|
begin
|
1432
1499
|
# Unset a label
|
1433
|
-
data, status_code, headers = api_instance.unset_label_with_http_info(ansible_ansible_repository_href, unset_label)
|
1500
|
+
data, status_code, headers = api_instance.unset_label_with_http_info(ansible_ansible_repository_href, unset_label, opts)
|
1434
1501
|
p status_code # => 2xx
|
1435
1502
|
p headers # => { ... }
|
1436
1503
|
p data # => <UnsetLabelResponse>
|
@@ -1445,6 +1512,7 @@ end
|
|
1445
1512
|
| ---- | ---- | ----------- | ----- |
|
1446
1513
|
| **ansible_ansible_repository_href** | **String** | | |
|
1447
1514
|
| **unset_label** | [**UnsetLabel**](UnsetLabel.md) | | |
|
1515
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
1448
1516
|
|
1449
1517
|
### Return type
|
1450
1518
|
|
@@ -1462,7 +1530,7 @@ end
|
|
1462
1530
|
|
1463
1531
|
## update
|
1464
1532
|
|
1465
|
-
> <AsyncOperationResponse> update(ansible_ansible_repository_href, ansible_ansible_repository)
|
1533
|
+
> <AsyncOperationResponse> update(ansible_ansible_repository_href, ansible_ansible_repository, opts)
|
1466
1534
|
|
1467
1535
|
Update an ansible repository
|
1468
1536
|
|
@@ -1483,10 +1551,13 @@ end
|
|
1483
1551
|
api_instance = PulpAnsibleClient::RepositoriesAnsibleApi.new
|
1484
1552
|
ansible_ansible_repository_href = 'ansible_ansible_repository_href_example' # String |
|
1485
1553
|
ansible_ansible_repository = PulpAnsibleClient::AnsibleAnsibleRepository.new({name: 'name_example'}) # AnsibleAnsibleRepository |
|
1554
|
+
opts = {
|
1555
|
+
x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
|
1556
|
+
}
|
1486
1557
|
|
1487
1558
|
begin
|
1488
1559
|
# Update an ansible repository
|
1489
|
-
result = api_instance.update(ansible_ansible_repository_href, ansible_ansible_repository)
|
1560
|
+
result = api_instance.update(ansible_ansible_repository_href, ansible_ansible_repository, opts)
|
1490
1561
|
p result
|
1491
1562
|
rescue PulpAnsibleClient::ApiError => e
|
1492
1563
|
puts "Error when calling RepositoriesAnsibleApi->update: #{e}"
|
@@ -1497,12 +1568,12 @@ end
|
|
1497
1568
|
|
1498
1569
|
This returns an Array which contains the response data, status code and headers.
|
1499
1570
|
|
1500
|
-
> <Array(<AsyncOperationResponse>, Integer, Hash)> update_with_http_info(ansible_ansible_repository_href, ansible_ansible_repository)
|
1571
|
+
> <Array(<AsyncOperationResponse>, Integer, Hash)> update_with_http_info(ansible_ansible_repository_href, ansible_ansible_repository, opts)
|
1501
1572
|
|
1502
1573
|
```ruby
|
1503
1574
|
begin
|
1504
1575
|
# Update an ansible repository
|
1505
|
-
data, status_code, headers = api_instance.update_with_http_info(ansible_ansible_repository_href, ansible_ansible_repository)
|
1576
|
+
data, status_code, headers = api_instance.update_with_http_info(ansible_ansible_repository_href, ansible_ansible_repository, opts)
|
1506
1577
|
p status_code # => 2xx
|
1507
1578
|
p headers # => { ... }
|
1508
1579
|
p data # => <AsyncOperationResponse>
|
@@ -1517,6 +1588,7 @@ end
|
|
1517
1588
|
| ---- | ---- | ----------- | ----- |
|
1518
1589
|
| **ansible_ansible_repository_href** | **String** | | |
|
1519
1590
|
| **ansible_ansible_repository** | [**AnsibleAnsibleRepository**](AnsibleAnsibleRepository.md) | | |
|
1591
|
+
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
1520
1592
|
|
1521
1593
|
### Return type
|
1522
1594
|
|