cURL
curl --request GET \ --url https://api.example.com/service/{tenant_name}/bgp/neighbor/{remote_router_ip}/received_routes \ --header 'Authorization: Bearer <token>'
{ "vrfId": 123, "vrfName": "<string>", "tableVersion": 123, "routerId": "<string>", "defaultLocPrf": 123, "localAS": 123, "routes": {} }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Show child attributes