Get All Flows Using Action Using GET

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}//sc2-10-185-6-200.eng.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",
        "provider": "string",
        "runtime": "string",
        "source": "string",
        "system": false,
        "timeoutSeconds": 0
    }
]