mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
32 lines
518 B
JSON
32 lines
518 B
JSON
|
{
|
||
|
"tables": [
|
||
|
{
|
||
|
"name": "PrimaryResult",
|
||
|
"columns": [
|
||
|
{
|
||
|
"name": "TimeGenerated",
|
||
|
"type": "datetime"
|
||
|
},
|
||
|
{
|
||
|
"name": "Computer",
|
||
|
"type": "string"
|
||
|
}
|
||
|
],
|
||
|
"rows": [
|
||
|
[
|
||
|
"2020-04-19T19:16:06.5Z",
|
||
|
"grafana-vm"
|
||
|
],
|
||
|
[
|
||
|
"2020-04-19T19:16:16.5Z",
|
||
|
"grafana-vm"
|
||
|
],
|
||
|
[
|
||
|
"2020-04-19T19:16:26.5Z",
|
||
|
"grafana-vm"
|
||
|
]
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|