[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
vrms-appliance-config-api
Changed2

Task

Info about a task.


Properties

string
status Required

Status of the task.

Possible values are: QUEUEDRUNNINGSUCCESSERRORCANCELLED


integer as int64
complete_time Changed Optional

The complete time of the task, in milliseconds.


error Optional

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


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"}]
vrms-appliance-config-api
Property Of

TaskDrResponseList
Returned By

Update Configuration
Delete Configuration
Get Updates
Install Update
Used By

TaskDrResponseEntity
What's changed in 2.0.0?

CHANGED (2)
Changed Properties
complete_time
start_time

Feedback

Was this page helpful?