NSX-T Data Center REST API
Get BGP neighbor advertised routes in CSV format
Returns routes advertised by BGP neighbor from all virtual network appliance nodes on whichthis neighbor is currently enabled in CSV format.
Request:
Method:
GET
URI Path(s):
/policy/api/v1/infra/route-controllers/{route-controller-id}/bgp/neighbors/{neighbor-id}/advertised-routes/download
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/advertised-routes/download?enforcement_point_path=%2Finfra%2Fsites%2Fdefault%2Fenforcement-points%2FdefaultSuccessful Response:
Response Code:
200 OK
Response Headers:
Content-type: text/csv
Response Body:
BgpNeighborRouteDetailsInCsvFormat+