grafyaml/tests/schema/fixtures/dashboard-0028.json

24 lines
620 B
JSON

{
"dashboard": {
"new-dashboard": {
"rows": [],
"templating": {
"enabled": true,
"list": [
{
"current": {
"text": "prometheus",
"value": "prometheus"
},
"name": "foobar",
"query": "prometheus",
"type": "datasource"
}
]
},
"timezone": "utc",
"title": "New dashboard"
}
}
}