System Administration > Configuration > Fabric > Nodes > Transport Nodes

Submit a new TransportNode VTEP action

Submit a new VTEP action for a particular TransportNode. The status of submitted actions could be retrieved using
the 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//vteps/actions { "action_type": "TransportNodeVtepRecoveryRequest", "device_name": "vmk10" } POST https://<nsx-mgr>/policy/api/v1/infra/sites/<site-id>/enforcement-points/<enforcementpoint-id>/host-transport-nodes//vteps/actions { "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+

Required Permissions:

crud

Feature:

nodes_transport_nodes

Additional Errors: