mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02:00
8f0b4f352f
git-subtree-dir: lib/influxdb-php git-subtree-mainline:73276d0b19git-subtree-split:969829296c
24 lines
540 B
JSON
24 lines
540 B
JSON
{
|
|
"results": [
|
|
{
|
|
"series": [
|
|
{
|
|
"columns": [
|
|
"user",
|
|
"admin"
|
|
],
|
|
"values": [
|
|
[
|
|
"test1",
|
|
true
|
|
],
|
|
[
|
|
"test2",
|
|
false
|
|
]
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |