NSX-T Data Center REST API
Associated URIs:
| 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
                           (Deprecated) | 
| Delete the Traceflow round | DELETE /api/v1/traceflows/<traceflow-id>
                           (Deprecated) | 
| Get the Traceflow round status and result summary | GET /api/v1/traceflows/<traceflow-id>
                           (Deprecated) | 
| Get observations for the Traceflow round | GET /api/v1/traceflows/<traceflow-id>/observations
                           (Deprecated) | 
