NSX-T Data Center REST API
Get BGP neighbor status for the route controller
Returns the status of all the BGP neighbors for the given route controller.Request:
Method:
GET
URI Path(s):
/policy/api/v1/infra/route-controllers/{route-controller-id}/bgp/neighbors/status
Request Headers:
n/a
Query Parameters:
RouteControllerL2L3RuntimeRequestParameters+
Request Body:
n/a
Example Request:
GET https://<policy-mgr>/policy/api/v1/infra/route-controllers/RC-1/bgp/neighbors/statusSuccessful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
RouteControllerBgpNeighborsStatusListResult+