NSX-T Data Center REST API
Get routes learned by BGP neighbor
Returns routes learned by BGP neighbor from all virtual network appliance nodes on whichthis neighbor is currently enabled.
Request:
Method:
GET
URI Path(s):
/policy/api/v1/infra/route-controllers/{route-controller-id}/bgp/neighbors/{neighbor-id}/routes
Request Headers:
n/a
Query Parameters:
BgpRoutesRequestParameters+
Request Body:
n/a
Example Request:
GET https://<policy-mgr> /policy/api/v1/infra/route-controllers/RC-1/bgp/neighbors/RC-1-bgp-neighbor-1/routesSuccessful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
RouteControllerBgpNeighborRoutesListResult+