[{"label":"Latest (8.6.3)","version":"latest"}]
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
map[code: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.6.3)","version":"latest"}]
vrealize-operations