Get Action Runs By Action Id Using GET

Get Action Runs By Action Id Using GET

Retrieves all action runs of an action

Request
URI
GET
https:////api.mgmt.cloud.vmware.com/abx/api/resources/actions/{id}/action-runs
COPY
Path Parameters
string
id
Required

ID of the action

Query Parameters
string
page
Optional

Page to fetch (starting from 0)

string
size
Optional

Amount of entities per page


Responses
200

OK

Returns ActionRunsPage of type(s) application/json
{
    "content": [
        {
            "actionId": "string",
            "actionType": "string",
            "actionVersionId": "string",
            "actionVersionName": "string",
            "createdMillis": "integer",
            "endTimeMillis": "integer",
            "errorMessage": "string",
            "id": "string",
            "logs": "string",
            "name": "string",
            "orgId": "string",
            "projectId": "string",
            "provider": "string",
            "runState": "string",
            "runtime": "string",
            "source": "string",
            "startTimeMillis": "integer",
            "system": "boolean",
            "timeoutSeconds": "integer"
        }
    ],
    "empty": "boolean",
    "first": "boolean",
    "last": "boolean",
    "number": "integer",
    "numberOfElements": "integer",
    "size": "integer",
    "totalElements": "integer",
    "totalPages": "integer"
}
array of ActionRun
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

integer As int32 As int32
size
Optional

size

integer As int64 As int64
totalElements
Optional

totalElements

integer As int32 As int32
totalPages
Optional

totalPages