Skip to main content
GET
/
service
/
{tenant_name}
/
bgp
/
neighbor
/
{remote_router_ip}
/
advertised_routes
Get advertised routes
curl --request GET \
  --url https://api.example.com/service/{tenant_name}/bgp/neighbor/{remote_router_ip}/advertised_routes \
  --header 'Authorization: Bearer <token>'
{
  "advertisedRoutes": {},
  "totalPrefixCounter": 123,
  "filteredPrefixCounter": 123
}

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

advertisedRoutes
Advertisedroutes · object
required
totalPrefixCounter
integer
required
filteredPrefixCounter
integer
required