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/metrics/bgp-report/{siteId} \
--header 'Authorization: Bearer <token>'{
"top10Ports": [
{
"port": 443,
"list_name": "Spamhaus",
"count": 876
}
],
"top10Lists": [
{
"port": 443,
"list_name": "Spamhaus",
"count": 876
}
],
"top10SourceIps": [
{
"source_ip": "198.51.100.10",
"count": 120
}
]
}Generates a BGP security report for a site based on the last 24 hours of data. The report includes top 10 destination ports, top 10 blocklists triggered, and top 10 source IPs initiating blocked traffic.
curl --request GET \
--url https://v1.api.altostrat.io/metrics/bgp-report/{siteId} \
--header 'Authorization: Bearer <token>'{
"top10Ports": [
{
"port": 443,
"list_name": "Spamhaus",
"count": 876
}
],
"top10Lists": [
{
"port": 443,
"list_name": "Spamhaus",
"count": 876
}
],
"top10SourceIps": [
{
"source_ip": "198.51.100.10",
"count": 120
}
]
}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.
The unique identifier for the site.
"d8f8f8f8-f8f8-f8f8-f8f8-f8f8f8f8f8f8"
Was this page helpful?