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 POST \
--url https://v1.api.altostrat.io/metrics/dashboards/{dashboardUid}/query \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"from": "now-6h",
"to": "now",
"interval": "10m",
"maxDataPoints": 1500,
"variables": {
"Site": "9c69345c-8d39-4786-9f17-8153c988c89a"
},
"panels": [
1,
2
]
}
'{
"dashboard": {
"uid": "<string>",
"title": "<string>"
},
"time_range": {},
"interval": "10m",
"variables": {},
"results": [
{}
]
}Executes the Prometheus queries defined by a Grafana dashboard, optionally limiting the request to selected panels.
curl --request POST \
--url https://v1.api.altostrat.io/metrics/dashboards/{dashboardUid}/query \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"from": "now-6h",
"to": "now",
"interval": "10m",
"maxDataPoints": 1500,
"variables": {
"Site": "9c69345c-8d39-4786-9f17-8153c988c89a"
},
"panels": [
1,
2
]
}
'{
"dashboard": {
"uid": "<string>",
"title": "<string>"
},
"time_range": {},
"interval": "10m",
"variables": {},
"results": [
{}
]
}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 Grafana dashboard UID.
"router_system_metrics"
Was this page helpful?