Get One
Retrieve the current state of the task. The outcome (failure or success) is not available yet. NOTE: User A is not allowed to "see" user B's tasks. NOTE: Different tasks have different result types. NOTE: During the task execution, warnings may occur. Those indicate a failure, which is not considered critical. The execution will continue as if nothing happened.
UUID of the task
f61d60d2-698a-46dc-a266-88df27644956
Optional site to retrieve the task from. Could be a remote site or the local one.
site1
Accept
Operation ID for correlating logs across multiple services
OK
{
"endTime": 1499929558827,
"error": {
"args": [
"string"
],
"code": "string",
"msg": "string",
"stacktrace": "string"
},
"id": "f61d60d2-698a-46dc-a266-88df27644956",
"lastUpdated": 1499929558827,
"progress": 100,
"resultType": "string",
"site": "site2",
"startTime": 1499929548951,
"state": "SUCCEEDED",
"user": "root",
"warnings": [],
"workflowInfo": {
"resourceId": "C4VAPP-ccbe771e-b685-46c7-8c7a-4ed36915d963",
"resourceName": "my vapp 1",
"resourceType": "vappReplication",
"type": "sync"
}
}
Timestamp (in msec) of the task's completion time. -1 means the task hasn't completed.
The unique identifier of the long-running task. It is unique and can be used for monitoring.
Timestamp (in msec) of the last task status update.
Percentage-based progress of the task.
The result of the task. Populated only if the execution was successful.
Indicates the type of the task result. Populated only if the execution was successful.
Site on which the task runs.
Timestamp (in msec) of the task's creation time.
The current state of the task. States: [RUNNING, SUCCEEDED, FAILED]
The user who started the task.
Returned error codes include (but are not limited to):
- BadUserInput
{
"args": [
"string"
],
"code": "string",
"msg": "string",
"stacktrace": "string"
}
Positional arguments.
Specific error code.
Detailed error message.
Exception stacktrace.
Returned error codes include (but are not limited to):
- NotAuthenticated
- RemoteAuthenticationFailure
{
"args": [
"string"
],
"code": "string",
"msg": "string",
"stacktrace": "string"
}
Positional arguments.
Specific error code.
Detailed error message.
Exception stacktrace.
Returned error codes include (but are not limited to):
- SiteNotFound
- TaskNotFound
{
"args": [
"string"
],
"code": "string",
"msg": "string",
"stacktrace": "string"
}
Positional arguments.
Specific error code.
Detailed error message.
Exception stacktrace.
Returned error codes include (but are not limited to):
- GeneralServerFailure
{
"args": [
"string"
],
"code": "string",
"msg": "string",
"stacktrace": "string"
}
Positional arguments.
Specific error code.
Detailed error message.
Exception stacktrace.