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/mikrotik-stats-all/{siteId} \
--header 'Authorization: Bearer <token>'[
{
"uptime": "3d14h25m10s",
"cpu": 15,
"free_memory": 128.54,
"free_hdd": 89.12,
"created_at": "29 Oct 2025 12:59:33"
}
]Retrieves a time-series of key health metrics (CPU, memory, disk, uptime) for a specific site’s device from the last 8 hours.
curl --request GET \
--url https://v1.api.altostrat.io/metrics/mikrotik-stats-all/{siteId} \
--header 'Authorization: Bearer <token>'[
{
"uptime": "3d14h25m10s",
"cpu": 15,
"free_memory": 128.54,
"free_hdd": 89.12,
"created_at": "29 Oct 2025 12:59:33"
}
]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"
A list of device health statistics.
The device's uptime.
"3d14h25m10s"
The CPU load percentage.
15
Free memory in megabytes (MB).
128.54
Free disk space in megabytes (MB).
89.12
The formatted timestamp when the stats were recorded.
"29 Oct 2025 12:59:33"
Was this page helpful?