Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

Gets an existing task.
External DocumentationTo 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
Workflow LibraryPreview this Workflow on desktop