[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-rest-api

Task

Info about a task


Properties

string
id Required

string
status Required

Possible values are: QUEUEDRUNNINGSUCCESSERRORCANCELLED


string
description Optional

string
description_id Optional

string
entity Optional

The entity this task is executed upon


string
entity_name Optional

string as date-time
complete_time Optional

integer as int32
progress Optional

Current progress of the task


string as date-time
queued_time Optional

object
result Optional

Information about the task result if the task status is SUCCESS


string as date-time
start_time Optional

error Optional

Detailed information about the error if the task status is ERROR

JSON Example

{
	"id": "string",
	"status": "QUEUED"
}
[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-rest-api
Property Of

RecreateAllPlaceholderVmsResponse
TaskDrResponseList
Used By

TaskDrResponseEntity

Feedback

Was this page helpful?