32 lines
490 B
JSON
32 lines
490 B
JSON
{
|
|
"tables": [
|
|
{
|
|
"name": "PrimaryResult",
|
|
"columns": [
|
|
{
|
|
"name": "TimeGenerated",
|
|
"type": "datetime"
|
|
},
|
|
{
|
|
"name": "avg_CounterValue",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"rows": [
|
|
[
|
|
"2020-04-19T19:16:06.5Z",
|
|
1
|
|
],
|
|
[
|
|
"2020-04-19T19:16:16.5Z",
|
|
2
|
|
],
|
|
[
|
|
"2020-04-19T19:16:26.5Z",
|
|
3
|
|
]
|
|
]
|
|
}
|
|
]
|
|
}
|