Skip to main content
GET
/
service
/
{tenant_name}
/
bgp_pfx_list
/
{name}
Get Tenant Bgp Route Map
curl --request GET \
  --url https://api.example.com/service/{tenant_name}/bgp_pfx_list/{name} \
  --header 'Authorization: Bearer <token>'
{
  "id": 123,
  "name": "<string>",
  "is_global": true,
  "description": "<string>",
  "pfx_list": []
}

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
name
string
required
is_global
boolean
required
description
string | null
pfx_list
PfxListItem · object[] | null