proxMon/agent/test/fixtures/pvesh/qemu.json

22 lines
360 B
JSON

[
{
"vmid": 100,
"name": "nginx-proxy",
"status": "running",
"uptime": 86400,
"cpu": 0.05,
"mem": 536870912,
"maxmem": 2147483648,
"tags": "web;production"
},
{
"vmid": 101,
"name": "db-backup",
"status": "stopped",
"uptime": 0,
"cpu": 0,
"mem": 0,
"maxmem": 4294967296,
"tags": "db"
}
]