[{"label":"Latest (8.10.0)","version":"latest"},{"version":"8.6.3"}]
vrealize-operations
Get Task Status
DescriptionIn general, to get the status of any long running operations, the operation
must have been initiated through the vRealize Operations Manager 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.
Request
URLURL
https://localhost/suite-api/api/tasks/{id}
Path Parameters
Path Parameters
string
id
Required
The id of the task
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
200 OK
Returns
TaskStatus
of type(s) application/json, application/xml
Task status with the specified identifier
Errors
404
No Task is found with the specified identifier
Code Samples
cURL Command
curl https://localhost/suite-api/api/tasks/{id}
[{"label":"Latest (8.10.0)","version":"latest"},{"version":"8.6.3"}]
vrealize-operations
On This Page
Tasks Operations
get
get