NSX-T Data Center REST API

Get datapath troubleshoot config of edge transport nodes (Experimental)

This API is used to fetch the control packet drop log config
at enforcement Point level.

Request:

Method:
GET
URI Path(s):
/policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcement-point-id}/edge-transport-nodes/troubleshoot/datapath
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a

Example Request:

GET https://<policy-mgr>/policy/api/v1/infra/sites/default/enforcement-points/default/edge-transport-nodes/troubleshoot/datapath

Successful Response:

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

Example Response:

{ "control_pkt_drop_log": true, "resource_type": "PolicyEdgeTransportNodeDatapathTroubleshooting", "id": "datapath-troubleshoot-config", "display_name": "datapath-troubleshoot-config", "path": "/infra/sites/default/enforcement-points/default/edge-transport-nodes/troubleshoot/datapath", "relative_path": "troubleshoot", "parent_path": "/infra/sites/default/enforcement-points/default", "remote_path": "", "unique_id": "7af94b3c-4591-44a8-bd11-9ea5ef43efac", "realization_id": "7af94b3c-4591-44a8-bd11-9ea5ef43efac", "owner_id": "acd4db2b-e3a0-46b7-a74b-84cd792d935c", "marked_for_delete": false, "overridden": false, "_create_time": 1708003753042, "_create_user": "admin", "_last_modified_time": 1708047984607, "_last_modified_user": "admin", "_system_owned": false, "_protection": "NOT_PROTECTED", "_revision": 1 }

Required Permissions:

read

Feature:

nodes_transport_nodes

Additional Errors: