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/dashboards/{folderName} \
--header 'Authorization: Bearer <token>'{
"folder_name": "radius",
"dashboards": [
{
"uid": "router_system_metrics",
"slug": "router-system-metrics",
"title": "Router system metrics",
"url": "<string>",
"tags": [
"<string>"
],
"folder_title": "SDX",
"query_url": "/metrics/dashboards/router_system_metrics/query",
"variables": [
{
"name": "Site",
"label": "Site",
"type": "query",
"query": "<string>",
"multi": false,
"includeAll": false,
"allValue": null,
"current": null
}
],
"panels": [
{
"id": 12,
"title": "CPU load",
"type": "timeseries",
"gridPos": {}
}
]
}
]
}Lists Grafana dashboards from a specific folder.
curl --request GET \
--url https://v1.api.altostrat.io/metrics/dashboards/{folderName} \
--header 'Authorization: Bearer <token>'{
"folder_name": "radius",
"dashboards": [
{
"uid": "router_system_metrics",
"slug": "router-system-metrics",
"title": "Router system metrics",
"url": "<string>",
"tags": [
"<string>"
],
"folder_title": "SDX",
"query_url": "/metrics/dashboards/router_system_metrics/query",
"variables": [
{
"name": "Site",
"label": "Site",
"type": "query",
"query": "<string>",
"multi": false,
"includeAll": false,
"allValue": null,
"current": null
}
],
"panels": [
{
"id": 12,
"title": "CPU load",
"type": "timeseries",
"gridPos": {}
}
]
}
]
}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 folder name.
"radius"
Was this page helpful?