NSX-T Data Center REST API
Read the BGP Configuration on a Logical Router
Returns information about the BGP configuration on a specified logicalrouter. Information includes whether or not the BGP configuration is
enabled, the AS number, and whether or not graceful
restart is enabled.
Request:
Method:
              GET
            URI Path(s):
              
              
                  
                  /api/v1/logical-routers/<logical-router-id>/routing/bgp
                  
              
            Request Headers:
                n/a
            Query Parameters:
    n/a
  Request Body:
    n/a
  Example Request:
GET https://<nsx-mgr>/api/v1/logical-routers/7a62a0c5-1ea1-4b25-9d43-dce1c0fa4b8c/routing/bgpSuccessful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    BgpConfig+
  