Gets an existing task.

External Documentation

To learn more, visit the Nutanix Hypervisor documentation.

Parameters

ParameterDescription
Task IDThe UUID of the task.

Example Output

{
	"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"
	}
}

Workflow Library Example

Get Task with Nutanix Hypervisor and Send Results Via Email

Preview this Workflow on desktop