Altostrat Studio is here — the AI-native network operations IDE for engineers running production. Terminal, diagrams, runbooks, and Copilot in one workspace. Get started →
curl --request GET \
--url https://v1.api.altostrat.io/content/bgp/category \
--header 'Authorization: Bearer <token>'[
{
"id": "9b1e3e6a-5c3a-4f1e-9a0a-2b2a1e1d8e8c",
"name": "Spamhaus DROP List",
"description": "Aggregated list of known spam sources.",
"bgp_community": "65505:700",
"bogon": true,
"rfc1918": true,
"default": true,
"update_interval": "Daily",
"last_updated": "2023-11-07T05:31:56Z",
"prefix_count": 4500
}
]Retrieves a list of all available BGP IP reputation lists that can be included in a BGP policy.
curl --request GET \
--url https://v1.api.altostrat.io/content/bgp/category \
--header 'Authorization: Bearer <token>'[
{
"id": "9b1e3e6a-5c3a-4f1e-9a0a-2b2a1e1d8e8c",
"name": "Spamhaus DROP List",
"description": "Aggregated list of known spam sources.",
"bgp_community": "65505:700",
"bogon": true,
"rfc1918": true,
"default": true,
"update_interval": "Daily",
"last_updated": "2023-11-07T05:31:56Z",
"prefix_count": 4500
}
]Documentation Index
Fetch the complete documentation index at: https://altostrat.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
A list of BGP IP reputation lists.
"9b1e3e6a-5c3a-4f1e-9a0a-2b2a1e1d8e8c"
"Spamhaus DROP List"
"Aggregated list of known spam sources."
"65505:700"
True if this list contains unallocated (bogon) IP space.
True if this list contains private (RFC1918) IP space.
True if this list is included in the default BGP policy.
"Daily"
The number of active IP prefixes in this list.
4500
Was this page helpful?