NSX-T Data Center REST API
Re allocate edge node placement of TIER1 service routers (Deprecated)
API to re allocate edge node placement for TIER1 logical router. You canre-allocate service routers of TIER1 in same edge cluster or different edge
cluster. You can also place edge nodes manually and provide maximum two
indices for HA mode ACTIVE_STANDBY. To re-allocate on new edge cluster you
must have existing edge cluster for TIER1 logical router. This will be
disruptive operation and all existing statistics of logical router will be
remove.
API also supports manual allocation or rebalance of edge nodes for l2 forwarders
of global segments connected to stretched T1 distributed routers. Manual allocation
or rebalance only supported within the same edge-cluster where current l2 forwarder
edge nodes exist. It does not support different edge-clusters for l2 forwarders.
It will be a disruptive operation and inter-site traffic will get affected.
Deprecated:
In policy there will be no equivalent API but it will be achieved automatically when you will change edge cluster or will remove edge nodes from tier1 locale service
Request:
Method:
POST
URI Path(s):
/api/v1/logical-routers/{logical-router-id}?action=reallocate
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
ServiceRouterAllocationConfig+
Example Request:
{ "edge_cluster_id": "a9dc562c-effd-4225-883d-3f7d2c887c6b" }Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
LogicalRouter+