NSX-T Data Center REST API

Associated URIs:

API Description API Path

List livetrace config entities


Get a paginated list of all livetrace config entities.
GET /policy/api/v1/infra/livetraces

Delete a livetrace config


Delete livetrace config with the specified identifier.
DELETE /policy/api/v1/infra/livetraces/{livetrace-id}

Read a livetrace config


Read livetrace config with the specified identifier.
GET /policy/api/v1/infra/livetraces/{livetrace-id}

Create or update a livetrace config


If a livetrace config with the specified identifier is not present, then
create a new livetrace config. If it already exists, update the livetrace
config with a full replacement.
PATCH /policy/api/v1/infra/livetraces/{livetrace-id}

Restart a livetrace session


Restart a livetrace session with the same set of parameters used in creating or updating of a livetrace config.
POST /policy/api/v1/infra/livetraces/{livetrace-id}

Create or update a livetrace config


If a livetrace config with the specified identifier is not present, then
create a new livetrace config. If it already exists, update the livetrace
config with a full replacement.
PUT /policy/api/v1/infra/livetraces/{livetrace-id}

Get forward packet capture file for the specified livetrace session


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.
GET /policy/api/v1/infra/livetraces/{livetrace-id}/forward/capturefile

Read livetrace result


Read result for a livetrace config with the specified identifier.
GET /policy/api/v1/infra/livetraces/{livetrace-id}/result

Get reverse packet capture file for the specified livetrace session


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.
GET /policy/api/v1/infra/livetraces/{livetrace-id}/reverse/capturefile

Read livetrace status


Read status for a livetrace config with the specified identifier.
GET /policy/api/v1/infra/livetraces/{livetrace-id}/status

List livetrace status entities


Get a list of all livetrace status entities.
GET /policy/api/v1/infra/livetraces/statuses