Get All Flows Using Action Using GET
Retrieves a list of all action flows which are using the specified action
Request
URI
GET
https://{api_host}//api.mgmt.cloud.vmware.com/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)
Responses
200
OK
Returns Array of Action of type(s) application/json
[
{
"actionType": "string",
"compressedContent": "string",
"contentId": "string",
"dependencies": "string",
"description": "string",
"entrypoint": "string",
"id": "string",
"memoryInMB": 0,
"name": "string",
"orgId": "string",
"projectId": "string",
"runtime": "string",
"source": "string",
"system": false,
"timeoutSeconds": 0
}
]