ApiTaskOfSupportBundleInfo
ApiTaskOfSupportBundleInfo
JSON Example
{
"endTime": 1499929558827,
"error": {
"args": [
"string"
],
"code": "string",
"msg": "string",
"stacktrace": "string"
},
"id": "f61d60d2-698a-46dc-a266-88df27644956",
"lastUpdated": 1499929558827,
"progress": 100,
"result": {
"generatedOn": "1464261608370L",
"id": "b05d1e00-6338-48ff-86fb-ee0e55b8cd93",
"owner": "owner1",
"sha": "SHA-256:45C9A6614FCCD4F9592D8283A4F25BFF84076FD43EE9F90EAA07746EBBED02CA"
},
"resultType": "string",
"startTime": 1499929548951,
"state": "SUCCEEDED",
"user": "root",
"warnings": [],
"workflowInfo": {
"resourceId": "C4VAPP-ccbe771e-b685-46c7-8c7a-4ed36915d963",
"resourceName": "my vapp 1",
"resourceType": "vappReplication",
"type": "sync"
}
}
integer As int64 As int64
endTime
Optional
Timestamp (in msec) of the task's completion time. -1 means the task hasn't completed.
string As uuid As uuid
id
Optional
The unique identifier of the long-running task. It is unique and can be used for monitoring.
integer As int64 As int64
lastUpdated
Optional
Timestamp (in msec) of the last task status update.
integer As int32 As int32
progress
Optional
Percentage-based progress of the task.
string
resultType
Optional
Indicates the type of the task result. Populated only if the execution was successful.
integer As int64 As int64
startTime
Optional
Timestamp (in msec) of the task's creation time.
string
state
Optional
The current state of the task. States: [RUNNING, SUCCEEDED, FAILED]
Possible values are : RUNNING, SUCCEEDED, FAILED,
string
user
Optional
The user who started the task.