Get Task Status
In general, to get the status of any long running operations, the operation
must have been initiated through the VMware Cloud Foundation Operations REST API.
This API returns the status of a specific task that was initiated via the REST API
with the exception of tasks that get created when any Remediation Action is performed
via the api/actions
endpoint.
The id of the task
Task status with the specified identifier
"{\n \"taskId\" : \"a8c1f71d-a283-45ee-b333-ab0d87f1d9d1\",\n \"statusMessage\" : \"Distributed Task Execution for ADAPTER_INSTALL\",\n \"taskState\" : \"RUNNING\",\n \"createdTime\" : 0,\n \"lastUpdateTime\" : 1744473856279,\n \"errorMessages\" : [ ]\n}"
The task identifier
A description for the task
Optional status message
The state of an asynchronous Task
Task status creation time, in milliseconds (since midnight January 1, 1970)
Task status last update time, in milliseconds (since midnight January 1, 1970)
List of error messages that occurred
Represents a HTTP 'link' element.
It is implicit that all the link tags support http 'GET' method.
No Task is found with the specified identifier
curl -H 'Authorization: <value>' https://{api_host}/suite-api/api/tasks/{id}