Skip to content

Latest commit

 

History

History
29 lines (27 loc) · 1.43 KB

File metadata and controls

29 lines (27 loc) · 1.43 KB

ApplianceManagementTaskProperties

Properties

Name Type Description Notes
status StatusEnum Current status of the task [optional]
asyncResponseAvailable Boolean True if response for asynchronous request is available [optional]
description String Description of the task [optional]
startTime Long The start time of the task in epoch milliseconds [optional]
details Object Details about the task if known [optional]
cancelable Boolean True if this task can be canceled [optional]
requestMethod String HTTP request method [optional]
endTime Long The end time of the task in epoch milliseconds [optional]
progress Long Task progress if known, from 0 to 100 [optional]
message String A message describing the disposition of the task [optional]
user String Name of the user who created this task [optional]
id String Identifier for this task [optional]
requestUri String URI of the method invocation that spawned this task [optional]

Enum: StatusEnum

Name Value
RUNNING "running"
ERROR "error"
SUCCESS "success"
CANCELING "canceling"
CANCELED "canceled"
KILLED "killed"