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/dns-report/{siteId} \
--header 'Authorization: Bearer <token>'{
"top10Categories": [
{
"application_name": "Malware Site",
"count": 150
}
],
"top10Applications": [
{
"application_name": "Malware Site",
"count": 150
}
],
"top10SourceIps": [
{
"source_ip": "192.168.88.50",
"count": 2345,
"applications": [
{
"application_name": "Malware Site",
"count": 150
}
],
"categories": [
{
"application_name": "Malware Site",
"count": 150
}
]
}
]
}Generates a DNS security report for a site based on the last 24 hours of data. The report includes top 10 blocked categories, top 10 blocked applications, and top 10 internal source IPs making blocked requests.
curl --request GET \
--url https://v1.api.altostrat.io/metrics/dns-report/{siteId} \
--header 'Authorization: Bearer <token>'{
"top10Categories": [
{
"application_name": "Malware Site",
"count": 150
}
],
"top10Applications": [
{
"application_name": "Malware Site",
"count": 150
}
],
"top10SourceIps": [
{
"source_ip": "192.168.88.50",
"count": 2345,
"applications": [
{
"application_name": "Malware Site",
"count": 150
}
],
"categories": [
{
"application_name": "Malware Site",
"count": 150
}
]
}
]
}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?