Management Plane API > Troubleshooting And Monitoring > Traceflow

Get the Traceflow round status and result summary

Request:

Method:
GET
URI Path(s):
/api/v1/traceflows/<traceflow-id>
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a

Example Request:

GET https://<nsx-mgr>/api/v1/traceflows/16799efb-d257-490c-a14c-b59735c30aae

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
Traceflow+

Example Response:

{ "lport_id": "65b9eb3d-0daa-42fc-a17d-15671d3f4ed3", "counters": { "forwarded_count": 2, "delivered_count": 1, "received_count": 3, "dropped_count": 0 }, "logical_counters": { "forwarded_count": 4, "delivered_count": 0, "received_count": 6, "dropped_count": 1 }, "operation_state": "FINISHED", "id": "16799efb-d257-490c-a14c-b59735c30aae", "result_overflowed": false, "timeout": 10000 }

Required Permissions:

read

Feature:

tools_traceflow

Additional Errors: