NSX-T Data Center REST API
Create or update route controller BGP routing config
If a BGP routing config is not already present, create a new BGP routing config.If it already exists, update the BGP routing config. This operation will fully replace the object.
Request:
Method:
PUT
URI Path(s):
/policy/api/v1/infra/route-controllers/{router-controller-id}/bgp
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
RouteControllerBgpRoutingConfig+
Example Request:
PUT https://<policy-mgr>/policy/api/v1/infra/route-controllers/RC-1/bgp { "local_as_num": "421" }Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
RouteControllerBgpRoutingConfig+