{
"kind": "Dashboard",
"spec": {
"variables": [
{
"kind": "TextVariable",
"spec": {
"name": "<string>",
"value": "<string>"
}
}
],
"panels": {},
"layouts": [
{
"kind": "Grid",
"spec": {
"items": [
{
"width": 123,
"height": 123,
"x": 123,
"y": 123,
"content": {
"type": "<unknown>"
}
}
]
}
}
],
"events": [
{
"kind": "QueryEvent",
"spec": {
"name": "<string>",
"plugin": {
"kind": "PrometheusEventQuery",
"spec": {
"query": "<string>",
"title_format": "<string>",
"min_step": "<string>",
"step": "<string>"
}
},
"enabled": true
}
}
],
"duration": "<string>",
"refreshInterval": "<string>"
},
"spec_version": "<string>"
}