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:
POST https://<nsx-mgr>/policy/api/v1/infra/sites/<site-id>/enforcement-points/<enforcementpoint-id>/host-transport-nodes/Successful Response:
Response Code:
                201 Created
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    TransportNodeVtepActionReference+