aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorBastien Wirtz <bastien.wirtz@gmail.com>2022-12-07 22:48:38 +0100
committerBastien Wirtz <bastien.wirtz@gmail.com>2022-12-07 22:48:38 +0100
commitbad762c000c00efa4062b8c4704e071a711160a5 (patch)
tree53505c32372e73750121b4404a79cd77dc42c4cf
parent70f583c3e1d7c4bc1cca6b9c1cec6ca2e1f9e7b3 (diff)
downloadhomer-bad762c000c00efa4062b8c4704e071a711160a5.tar.gz
homer-bad762c000c00efa4062b8c4704e071a711160a5.tar.zst
homer-bad762c000c00efa4062b8c4704e071a711160a5.zip
Add missing data for proxmox demo
-rw-r--r--dummy-data/proxmox/api2/json/nodes/node1/lxc35
1 files changed, 35 insertions, 0 deletions
diff --git a/dummy-data/proxmox/api2/json/nodes/node1/lxc b/dummy-data/proxmox/api2/json/nodes/node1/lxc
new file mode 100644
index 0000000..35e1d2f
--- /dev/null
+++ b/dummy-data/proxmox/api2/json/nodes/node1/lxc
@@ -0,0 +1,35 @@
1{
2 "data": [{
3 "disk": 0,
4 "mem": 983848043,
5 "cpus": 2,
6 "pid": 1218,
7 "maxdisk": 107374182400,
8 "netin": 43863882954,
9 "diskread": 0,
10 "diskwrite": 0,
11 "name": "HAOS",
12 "netout": 10426448652,
13 "cpu": 0.00879886290177172,
14 "uptime": 3390069,
15 "status": "running",
16 "maxmem": 3221225472,
17 "vmid": 100
18 }, {
19 "cpu": 0.00219971572544293,
20 "name": "debian1",
21 "netout": 919020028,
22 "vmid": 101,
23 "maxmem": 4294967296,
24 "uptime": 3390064,
25 "status": "running",
26 "maxdisk": 107374182400,
27 "pid": 1295,
28 "cpus": 2,
29 "disk": 0,
30 "mem": 2755160795,
31 "diskread": 0,
32 "diskwrite": 0,
33 "netin": 5105600872
34 }]
35} \ No newline at end of file