Skip to main content
GET
/
service
/
{tenant_name}
/
bgp
/
neighbor
/
{remote_router_ip}
/
received_routes
Get received routes
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": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

remote_router_ip
string
required

Query Parameters

gate_vi_name
string | null

Response

Successful Response

vrfId
integer
required
vrfName
string
required
tableVersion
integer
required
routerId
string
required
defaultLocPrf
integer
required
localAS
integer
required
routes
Routes · object
required