[{"label":"Latest (2022-10-31)","version":"latest"}]
vrealize-operations
Get All Actions
DescriptionPerforming a GET /api/actiondefinitions
call will query for
all available Actions defined in the system. This includes the data needed
to populate an Action in the system.
Request
URLURL
https://localhost/suite-api/api/actiondefinitions
Query Parameters
Query Parameters
integer
page
Optional
Page number from which data needs to be displayed (0-based)
integer
pageSize
Optional
Expected number of entries per page
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
200 OK
Returns
ActionDefinitions
of type(s) application/json, application/xml
List of ActionDefinitions in the system
No error details were provided in the OpenAPI specification.
Code SamplesCode Samples
cURL Command
curl https://localhost/suite-api/api/actiondefinitions
[{"label":"Latest (2022-10-31)","version":"latest"}]
vrealize-operations