flows
Get information on all flows in the tremor runtime.
Get information on all flows in the tremor runtime. It returns an array with 1 item for each flow with information on name, current status and connectors.
get/v1/flows
Response
List of flow informations
Example response
[
{
"alias": "kafka",
"status": "initializing",
"connectors": [
"consumer1",
"metrics",
"out"
]
}
]