NSX-T Data Center REST API
Associated URIs:
API Description | API Path |
---|---|
List livetrace config entitiesGet a paginated list of all livetrace config entities. |
GET /policy/api/v1/infra/livetraces
|
Delete a livetrace configDelete livetrace config with the specified identifier. |
DELETE /policy/api/v1/infra/livetraces/{livetrace-id}
|
Read a livetrace configRead livetrace config with the specified identifier. |
GET /policy/api/v1/infra/livetraces/{livetrace-id}
|
Create or update a livetrace configIf 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 sessionRestart 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 configIf 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 sessionYou 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 resultRead 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 sessionYou 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 statusRead status for a livetrace config with the specified identifier. |
GET /policy/api/v1/infra/livetraces/{livetrace-id}/status
|
List livetrace status entitiesGet a list of all livetrace status entities. |
GET /policy/api/v1/infra/livetraces/statuses
|