[{"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: QUEUED , RUNNING , SUCCESS , ERROR , CANCELLED
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.
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 2.0.0?
CHANGED (3)
Changed Propertiescomplete_time
queued_time
start_time