NSX-T Data Center REST API
Replace the transport node in the specified member of the edge-cluster
Replace the transport node in the specified member of the edge-cluster.This is a disruptive action. This will move all the LogicalRouterPorts(uplink and routerLink)
host on the old transport_node to the new transport_node. The transportNode cannot be
present in another member of any edgeClusters.
Request:
Method:
POST
URI Path(s):
/api/v1/edge-clusters/<edge-cluster-id>?action=replace_transport_node
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
EdgeClusterMemberTransportNode+
Example Request:
POST http://10.33.86.160/api/v1/edge-clusters/bf8d4daf-93f6-4c23-af38-63f6d372e14e?action=replace_transport_node { "member_index": 0, "transport_node_id":"6a62a0c5-1ea1-4b25-9d43-dce1c0fa4b8c" }Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
EdgeCluster+