Skip to main content
GET
/
service
/
{tenant_name}
/
bgp_route_map_rule
/
{name}
Get Tenant Bgp Route Map Rule
curl --request GET \
  --url https://api.example.com/service/{tenant_name}/bgp_route_map_rule/{name} \
  --header 'Authorization: Bearer <token>'
{
  "id": 123,
  "route_map_id": 123,
  "name": "<string>",
  "action": "permit",
  "priority": 123,
  "tenant_name": "<string>",
  "filters": [],
  "description": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

Response

Successful Response

id
integer
required
route_map_id
integer
required
name
string
required
action
enum<string>
required
Available options:
permit,
deny
priority
integer
required
tenant_name
string | null
filters
PfxListItem · object[]
description
string | null