progress |
CisTaskProgress |
|
[optional] |
subtask_order |
Array<String> |
List of tasks that make up this appliance task in the order they are being run. |
|
subtasks |
Array<Object> |
Information about the subtasks that this appliance task consists of. |
|
description |
VapiStdLocalizableMessage |
|
|
service |
String |
Identifier of the service containing the operation. |
|
operation |
String |
Identifier of the operation associated with the task. |
|
parent |
String |
Parent of the current task. |
[optional] |
target |
VapiStdDynamicID |
|
[optional] |
status |
CisTaskStatus |
|
|
cancelable |
Boolean |
Flag to indicate whether or not the operation can be cancelled. The value may change as the operation progresses. |
|
error |
String |
Description of the error if the operation status is "FAILED". |
[optional] |
start_time |
DateTime |
Time when the operation is started. |
[optional] |
end_time |
DateTime |
Time when the operation is completed. |
[optional] |
user |
String |
Name of the user who performed the operation. |
[optional] |