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

23 lines
576 B
JSON

{
"dashboard": {
"new-dashboard": {
"rows": [],
"templating": {
"enabled": true,
"list": [
{
"includeAll": false,
"multi": false,
"name": "foobar",
"query": "foobar.*",
"refresh": false,
"type": "query"
}
]
},
"timezone": "utc",
"title": "New dashboard"
}
}
}