Hi All,
I am trying to Automate Grafana folder creation and node-exporter dashboard creation inside the same folder using APIs. Json file throwing error or creating blank dashboard after adding node_exporter json content to below API format.
Can some help me to add the node_exporter(https://grafana.com/grafana/dashboards/1860) json content in below Dashbaord API format.
{
"dashboard": {
"id": null,
"uid": null,
"title": "Production Overview",
"tags": [ "templated" ],
"timezone": "browser",
"schemaVersion": 16,
"version": 0,
"refresh": "25s"
},
"folderId": 0,
"overwrite": false
}