Hi guys,
I am trying to uload the following to my Grafana localhost:
{
“annotations”: {
“list”: [
{
“builtIn”: 1,
“datasource”: {
“type”: “grafana”,
“uid”: “-- Grafana --”
},
“enable”: true,
“hide”: true,
“iconColor”: “rgba(0, 211, 255, 1)”,
“name”: “Annotations & Alerts”,
“type”: “dashboard”
}
]
},
“editable”: true,
“fiscalYearStartMonth”: 0,
“graphTooltip”: 0,
“id”: 20,
“links”: ,
“liveNow”: false,
“panels”: ,
“refresh”: “5s”,
“schemaVersion”: 37,
“style”: “dark”,
“tags”: [
“templated”
],
“templating”: {
“list”:
},
“time”: {
“from”: “now-6h”,
“to”: “now”
},
“timepicker”: {},
“timezone”: “browser”,
“title”: “Pro”,
“uid”: “_FvW53pVk”,
“version”: 1,
“weekStart”: “”
}
(The is actually “[” and “]” with no space in between. I don’t know why they look like a squre here)
But I get an error, and I don’t have a clue what the problem could be.
I keep getting a 400 bad request error. The version of my Grafana is 9.3.2 and I am using Windows 10.