Retrieves all BGP/DNR policies for the authenticated customer.
curl --request GET \
--url https://api.altostrat.io/content/bgp/policy \
--header 'Authorization: Bearer <token>'
[
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"enabled": true,
"default": true,
"lists": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
],
"site_count": 123,
"sites": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
],
"dns_policy_overlap": true,
"updated_at": "06 Apr 2025 14:30:00",
"created_at": "01 Mar 2025 10:00:00"
}
]
Enter the Bearer token (obtained via authentication or provided internally).
A list of BGP policies.
The response is of type object[]
.
Was this page helpful?
curl --request GET \
--url https://api.altostrat.io/content/bgp/policy \
--header 'Authorization: Bearer <token>'
[
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"enabled": true,
"default": true,
"lists": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
],
"site_count": 123,
"sites": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
],
"dns_policy_overlap": true,
"updated_at": "06 Apr 2025 14:30:00",
"created_at": "01 Mar 2025 10:00:00"
}
]