[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
vrs-appliance-config-api
Changed2
Task
Info about a task.
Properties
string
status
Required
Status of the task.
Possible values are: QUEUED , RUNNING , SUCCESS , ERROR , CANCELLED
integer as int64
complete_time
Changed
Optional
The complete time of the task, in milliseconds.
string
id
Optional
ID of the task.
integer as int32
progress
Optional
The current progress of the task, in percentage number.
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.
string
description
Optional
Description of the task.
string
type
Optional
Operation type of the task.
JSON Example
{
"status": "QUEUED"
}
[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
vrs-appliance-config-api
Property Of
TaskDrResponseList
Returned By
Get Updates
Install Update
Used By
TaskDrResponseEntity
What's changed in 2.0.0?
CHANGED (2)
Changed Propertiesstart_time
complete_time