NSX-T Data Center REST API
Patch a BGP neighbor config
If a BGP neighbor config is not already present, create a new BGP neighbor config.If it already exists, update the BGP neighbor config.
Request:
Method:
PATCH
URI Path(s):
/policy/api/v1/infra/route-controllers/{router-controller-id}/bgp/neighbors/{neighbor-id}
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
RouteControllerBgpNeighborConfig+
Example Request:
PATCH https://<policy-mgr>/policy/api/v1/infra/route-controllers/RC-1/bgp/neighbors/RC-1-bgp-neighbor-1Successful Response:
Response Code:
200 OK
Response Headers:
n/a
Response Body:
n/a