model 中,也可附带 folder_id:
uid 和 title。创建仪表盘需要 dashboards.create。Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
创建原生或 Grafana 导入的仪表盘。
POST /api/v1/dashboards
model 中,也可附带 folder_id:
{
"model": {
"uid": "service-overview",
"title": "Service overview",
"tags": ["operations"],
"panels": []
},
"folder_id": null
}
uid 和 title。创建仪表盘需要 dashboards.create。此页面对您有帮助吗?