]> git.immae.eu Git - github/bastienwirtz/homer.git/commitdiff
Add missing data for proxmox demo
authorBastien Wirtz <bastien.wirtz@gmail.com>
Wed, 7 Dec 2022 21:48:38 +0000 (22:48 +0100)
committerBastien Wirtz <bastien.wirtz@gmail.com>
Wed, 7 Dec 2022 21:48:38 +0000 (22:48 +0100)
dummy-data/proxmox/api2/json/nodes/node1/lxc [new file with mode: 0644]

diff --git a/dummy-data/proxmox/api2/json/nodes/node1/lxc b/dummy-data/proxmox/api2/json/nodes/node1/lxc
new file mode 100644 (file)
index 0000000..35e1d2f
--- /dev/null
@@ -0,0 +1,35 @@
+{
+       "data": [{
+               "disk": 0,
+               "mem": 983848043,
+               "cpus": 2,
+               "pid": 1218,
+               "maxdisk": 107374182400,
+               "netin": 43863882954,
+               "diskread": 0,
+               "diskwrite": 0,
+               "name": "HAOS",
+               "netout": 10426448652,
+               "cpu": 0.00879886290177172,
+               "uptime": 3390069,
+               "status": "running",
+               "maxmem": 3221225472,
+               "vmid": 100
+       }, {
+               "cpu": 0.00219971572544293,
+               "name": "debian1",
+               "netout": 919020028,
+               "vmid": 101,
+               "maxmem": 4294967296,
+               "uptime": 3390064,
+               "status": "running",
+               "maxdisk": 107374182400,
+               "pid": 1295,
+               "cpus": 2,
+               "disk": 0,
+               "mem": 2755160795,
+               "diskread": 0,
+               "diskwrite": 0,
+               "netin": 5105600872
+       }]
+}
\ No newline at end of file