Get All Flows Using Action
Retrieves a list of all action flows which are using the specified action
Request
URI
GET
https://vra-interop-222-139.lvn.broadcom.net/abx/api/resources/actions/{id}/flows
COPY
Path Parameters
string
id
Required
ID of the action
Query Parameters
string
projectId
Optional
Project ID of action (required for non-system actions)
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.
Responses
200
List of flows using action
[
{
"name": "string",
"metadata": {
"metadata": {}
},
"runtime": "string",
"source": "string",
"entrypoint": "string",
"description": "string",
"inputs": {
"inputs": {}
},
"memoryInMB": 0,
"prePolyglotMemoryLimitInMB": 0,
"showMemoryAlert": false,
"timeoutSeconds": 0,
"dependencies": "string",
"compressedContent": "string",
"actionType": "string",
"provider": "string",
"contentId": "string",
"configuration": {
"configuration": {}
},
"system": false,
"shared": false,
"scalable": false,
"asyncDeployed": false,
"runtimeVersion": "string",
"id": "string",
"orgId": "string",
"projectId": "string",
"selfLink": "string"
}
]
401
Unauthorized to make the request
[
"Action Object"
]
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/abx/api/resources/actions/{id}/flows