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
curl --request GET \ --url https://v1.api.altostrat.io/metrics/dashboards \ --header 'Authorization: Bearer <token>'
{ "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 available Grafana dashboards with their variables and panel metadata.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Dashboards available to the authenticated workspace.
Show child attributes
Was this page helpful?