External DocumentationTo learn more, visit the Nutanix Hypervisor documentation.
Actions
Get Task
Gets an existing task.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Task ID | The UUID of the task. |
{
"status": "string",
"last_update_time": "2019-08-24T14:15:22Z",
"error_detail": "string",
"logical_timestamp": 0,
"requested_status": "string",
"entity_reference_list": [
{
"url": "string",
"kind": "string",
"uuid": "string",
"name": "string"
}
],
"start_time": "2019-08-24T14:15:22Z",
"creation_time": "2019-08-24T14:15:22Z",
"uuid": "string",
"start_time_usecs": 0,
"cluster_reference": {
"kind": "cluster",
"name": "string",
"uuid": "string"
},
"subtask_reference_list": [
{
"kind": "task",
"name": "string",
"uuid": "string"
}
],
"completion_time": "2019-08-24T14:15:22Z",
"creation_time_usecs": 0,
"progress_message": "string",
"operation_type": "string",
"completion_time_usecs": 0,
"error_code": "string",
"percentage_complete": 0,
"api_version": "3.1.0",
"parent_task_reference": {
"kind": "task",
"name": "string",
"uuid": "string"
}
}
Was this page helpful?