Get Actions For Approval Policy
Returns a set of actions to be added in the approval policy
Request
URI
GET
https://vra-interop-222-139.lvn.broadcom.net/approval/api/policy/data/actions
COPY
Query Parameters
string
search
Optional
Search param for approval action
string
apiVersion
Optional
The version of the API in yyyy-MM-dd format (UTC). For versioning information refer to /approval/api/about
integer
page
Optional
Results page you want to retrieve (0..N)
integer
size
Optional
Number of records per page.
string
sort
Optional
Sorting criteria in the format: property,(asc|desc). Default sort order is ascending.
Header Parameters
string
Accept
Optional
Accept
Responses
200
success
Returns
PageDataElement
of type(s)
application/json
{
"content": [
{
"description": "string",
"error": "string",
"id": "string",
"name": "string",
"properties": {
"properties": {}
}
}
],
"empty": false,
"first": false,
"last": false,
"number": 0,
"numberOfElements": 0,
"pageable": {
"offset": 0,
"pageNumber": 0,
"pageSize": 0,
"paged": false,
"sort": [
{
"ascending": false,
"direction": "string",
"ignoreCase": false,
"nullHandling": "string",
"property": "string"
}
],
"unpaged": false
},
"size": 0,
"sort": [
{
"ascending": false,
"direction": "string",
"ignoreCase": false,
"nullHandling": "string",
"property": "string"
}
],
"totalElements": 0,
"totalPages": 0
}
array of
object
content
Optional
content
boolean
empty
Optional
empty
boolean
first
Optional
first
boolean
last
Optional
last
integer As int32
As int32
number
Optional
number
integer As int32
As int32
numberOfElements
Optional
numberOfElements
object
pageable
Optional
pageable
integer As int32
As int32
size
Optional
size
array of
object
sort
Optional
sort
integer As int64
As int64
totalElements
Optional
totalElements
integer As int32
As int32
totalPages
Optional
totalPages
401
unauthorized
Operation doesn't return any data structure
404
not found
Operation doesn't return any data structure
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/approval/api/policy/data/actions
On This Page
Approval Policy Data Operations
GET
Get Cloud Accounts 1
GET
Get Cloud Account 1
GET
Get Cloud Account Types 1
GET
Get Cloud Account Type 1
GET
Get Actions For Approval Policy
GET
Get Approval Policy Action Data Element
GET
Get Supported Approver Roles
GET
Get Supported Approver Role
GET
Get Available Images 1
GET
Get Available Image 1
GET
Get Aws Volume Types
GET
Get Aws Volume Type
GET
Get Blueprints Data Elements 1
GET
Get Blueprints Data Element 1
GET
Get Catalog Data Elements 1
GET
Get Catalog Data Element 1
GET
Get Cloud Zones 1
GET
Get Cloud Zone 1
GET
Get Deployment Data Elements 1
GET
Get Deployment Data Element 1
GET
Get Disk Persistent Values
GET
Get Disk Persistent Value
GET
Get Flavors 1
GET
Get Flavor 1
GET
Get Images 1
GET
Get Image 1
GET
Get Os Types 1
GET
Get Os Type 1
GET
Get Owner Types 1
GET
Get Power States
GET
Get Power State
GET
Get Regions 1
GET
Get Region 1
GET
Get Resource Types 1
GET
Get Resource Type 1
GET
Get Tag Keys 1
GET
Get Tag Key 1
GET
Get Tag Values 1
GET
Get Tag Value 1