NSX-T Data Center REST API
Submit a new TransportNode VTEP action
Submit a new VTEP action for a particular TransportNode. The status of submitted actions could be retrieved usingthe ListTransportNodeVtepActionsStatus API.
This API is available when using VMware Cloud (AWS, Dell-EMC, Outpost, Hyperscalers) or VMware NSX.
Request:
Method:
POST
URI Path(s):
/policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/host-transport-nodes/{host-transport-node-id}/vteps/actions
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
TransportNodeVtepAdminStateMgmtRequest+
TransportNodeVtepRecoveryRequest+
Example Request:
{ "action_type": "TransportNodeVtepRecoveryRequest", "device_name": "vmk10" } { "action_type": "TransportNodeVtepAdminStateMgmtRequest", "device_name": "vmk10", "admin_state_up": false }Successful Response:
Response Code:
201 Created
Response Headers:
Content-type: application/json
Response Body:
TransportNodeVtepActionReference+