NSX-T Data Center REST API
Create or update route controller
If a route controller is not already present, create a new route controller.If it already exists, update the route controller. This operation will fully replace the object.
Request:
Method:
PUT
URI Path(s):
/policy/api/v1/infra/route-controllers/{router-controller-id}
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
RouteController+
Example Request:
PUT https://<policy-mgr>/policy/api/v1/infra/route-controllers/rc-01 { "virtual_network_appliance_cluster_path": "/infra/sites/default/enforcement-points/default/virtual-network-appliance-clusters/vnac-01" }Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
RouteController+