Management Plane API >
Troubleshooting And Monitoring
>
Livetrace
Get forward packet capture file proxy
You must provide the request header
"Accept:application/octet-stream" when calling this API.
The capture file can only be found in MP which receives the capture request.
Request:
Method:
GET
URI Path(s):
/api/v1/livetraces/<livetrace-session-id>/proxy/forward/capturefile
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a
Example Request:
GET https://<nsx-mgr>/api/v1/livetraces/309/proxy/forward/capturefile
Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/octet-stream
Response Body:
n/a
Required Permissions:
crud
Feature:
tools_livetrace
Additional Errors:
404 Not Found
301 Moved Permanently
307 Temporary Redirect
400 Bad Request
403 Forbidden
409 Conflict
500 Internal Server Error
503 Service Unavailable