Skip to main content
GET
/
service
/
{tenant_name}
/
bgp
/
autonomous_system
Get the autonomous system info for a Tenant
curl --request GET \
  --url https://api.example.com/service/{tenant_name}/bgp/autonomous_system \
  --header 'Authorization: Bearer <token>'
{
  "asn": 123,
  "keepalive": 123,
  "hold": 123
}

Authorizations

Authorization
string
header
required

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

Path Parameters

Response

Successful Response

asn
integer
required
keepalive
integer
required
hold
integer
required