[{"label":"Latest (1.0.0)","version":"latest"}]
vsphere-replication-api

Task

Information about a task


Properties

string as date-time
complete_time Optional

Complete time of the task


string
description Optional

Description of the task


string
description_id Optional

Description ID of the task


string
entity Optional

The entity upon which this task is executed


string
entity_name Optional

Entity name


error Optional

Detailed information of the error if the task status is ERROR.


string
id Optional

integer as int32
progress Optional

string as date-time
queued_time Optional

Queued time


object
result Optional

Information about the task result if the task status is SUCCESS


string as date-time
start_time Optional

Start time of the task


string
status Optional

Possible values are: QUEUEDRUNNINGSUCCESSERRORCANCELLED

JSON Example

{
	"complete_time": "string",
	"description": "string",
	"description_id": "string",
	"entity": "string",
	"entity_name": "string",
	"error": {
		"details": "string",
		"message": "string"
	},
	"id": "string",
	"progress": 0,
	"queued_time": "string",
	"result": {},
	"start_time": "string",
	"status": "QUEUED"
}
[{"label":"Latest (1.0.0)","version":"latest"}]
vsphere-replication-api
Property Of

TaskDrResponseList
Used By

TaskDrResponseEntity

Feedback

Was this page helpful?