GET /task/{id}
- Operation:
- GET /task/{id}
- Description:
- Retrieves a task.
The status of the task could be one of these:
queued - Queued indicates no processing has taken place yet.
running - Running indicates that the system is currently processing the task.
success - Success indicates the task completed as intended with
the desired result.
error - Error indicates a problem occurred while processing the
task, either due to a system fault or due to the task being in conflict
with the state of the affected resources.
canceled - Canceled indicates that the task was stopped from executing
before it began or was completed and no further processing will take place.
- Since:
- 0.9
- Input parameters
-
- Consume media type(s):
- None
- Input type:
- None
- Output parameters
-
TaskType
- Produce media type(s):
- application/vnd.vmware.vcloud.task+xml
- Output type:
- TaskType
- Examples
-