model and may include folder_id:
uid and title. Creating dashboards requires
dashboards.create.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Create a native or Grafana-imported dashboard.
POST /api/v1/dashboards
model and may include folder_id:
{
"model": {
"uid": "service-overview",
"title": "Service overview",
"tags": ["operations"],
"panels": []
},
"folder_id": null
}
uid and title. Creating dashboards requires
dashboards.create.Was this page helpful?