[{"label":"Latest (8.10.0)","version":"latest"},{"version":"8.6.3"}]
vrealize-operations
Get Action Status
DescriptionThe response contains information about the action status by the given taskId
Request
URLURL
https://localhost/suite-api/api/actions/{taskId}/status
Path Parameters
Path Parameters
string
taskId
Required
Action identifier (result of the action: POST /api/actions/{id})
Query Parameters
Query Parameters
boolean
detail
Optional
Information about action status objects
detail example
false
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
200 OK
Returns
ActionStatusInfo
of type(s) application/json, application/xml
The populated action information
No error details were provided in the OpenAPI specification.
Code SamplesCode Samples
cURL Command
curl https://localhost/suite-api/api/actions/{taskId}/status
[{"label":"Latest (8.10.0)","version":"latest"},{"version":"8.6.3"}]
vrealize-operations