NSX-T Data Center REST API

Enable or Disable the datapath troubleshoot config on edge transport nodes (Experimental)

This API is used to enable/disable the control packet drop log config in all edge transport nodes
at the enforcement Point level.

Request:

Method:
PATCH
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:
PolicyEdgeTransportNodeDatapathTroubleshooting+

Example Request:

PATCH https://<policy-mgr>/policy/api/v1/infra/sites/default/enforcement-points/default/edge-transport-nodes/troubleshoot/datapath { "control_pkt_drop_log" : true }

Successful Response:

Response Code:
200 OK
Response Headers:
n/a
Response Body:
n/a

Required Permissions:

crud

Feature:

nodes_transport_nodes

Additional Errors: