NSX-T Data Center REST API

Patch a 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.

Request:

Method:
PATCH
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:

PATCH https://<policy-mgr>/policy/api/v1/infra/route-controllers/RC-1/bgp { "local_as_num": "423" }

Successful Response:

Response Code:
200 OK
Response Headers:
n/a
Response Body:
n/a

Example Response:

200 OK

Required Permissions:

crud

Feature:

policy_route_controller

Additional Errors: