API Description | API Path |
---|---|
List all Traceflow roundsList all Traceflow rounds; if a logical port id is given as a query parameter, only those originated from the logical port are returned. |
GET /api/v1/traceflows
|
Initiate a Traceflow Operation on the Specified Port |
POST /api/v1/traceflows
|
Delete the Traceflow round |
DELETE /api/v1/traceflows/<traceflow-id>
|
Get the Traceflow round status and result summary |
GET /api/v1/traceflows/<traceflow-id>
|
Get observations for the Traceflow round |
GET /api/v1/traceflows/<traceflow-id>/observations
|