flows
connectors
Get detailed information on all connectors in the flow identified by 'flow-id'
get/v1/flows/{flow-id}/connectors
Response
A list of connector information items for all connectors created with in flow 'flow-id'
Example response
[
{
"alias": "foo",
"status": "running",
"connectivity": "connected",
"pipelines": {
"out": [
{
"alias": "pass",
"port": "in"
}
]
}
}
]Changes
Changed in 2 of the 5 revisions of this API.11
- ○
endpoint added
endpoint-added
This revision also has 24 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 8 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲