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

Task

Info about a task.


Properties

string
id Required

ID of the task.


string
status Required

Status of the task.

Possible values are: QUEUEDRUNNINGSUCCESSERRORCANCELLED


string
description Optional

Description of the task.


string
description_id Optional

ID of the description of the task.


string
entity Optional

Entity the task is executed upon.


string
entity_name Optional

Name of the entity the task is executed upon.


integer as int64
complete_time Changed Optional

The complete time of the task, in milliseconds.


integer as int32
progress Optional

The current progress of the task, in percentage number.


integer as int64
queued_time Changed Optional

The queued time of the task, in milliseconds.


object
result Optional

Information about the task result if the task status is SUCCESS.


integer as int64
start_time Changed Optional

The start time of the task, in milliseconds.


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
Returned By

Create Pairing
Delete Pairing
Reconnect Pairing
Used By

TaskDrResponseEntity
What's changed in latest?

CHANGED (3)
Changed Properties
start_time
complete_time
queued_time

Feedback

Was this page helpful?