Get All 2 1
Retrieves all action run entities
Request
URI
GET
https://vra-interop-222-139.lvn.broadcom.net/abx/api/resources/action-runs
COPY
Query Parameters
integer
page
Optional
Constraints:
minimum: 0
default: 0
Zero-based page index (0..N)
integer
size
Optional
Constraints:
minimum: 1
default: 20
The size of the page to be returned
string of
array
sort
Optional
Constraints:
default: createdMillis,DESC
Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
boolean
projection
Required
projection
Responses
200
Paged result of all action runs
Operation doesn't return any data structure
401
Unauthorized to make the request
Returns
PageActionRun
of type(s)
*/*
"PageActionRun Object"
integer As int64
As int64
totalElements
Optional
totalElements
integer As int32
As int32
totalPages
Optional
totalPages
integer As int32
As int32
size
Optional
size
array of
object
content
Optional
Configuration of the action run
integer As int32
As int32
number
Optional
number
array of
object
sort
Optional
sort
integer As int32
As int32
numberOfElements
Optional
numberOfElements
object
pageable
Optional
pageable
boolean
first
Optional
first
boolean
last
Optional
last
boolean
empty
Optional
empty
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/abx/api/resources/action-runs?projection=v
Action Runs Operations
GET
Get All 2 1
POST
Create 2
DELETE
Delete 3
PATCH
Cancel Action Run
GET
Get By Id 2
DELETE
Delete 4