From bad762c000c00efa4062b8c4704e071a711160a5 Mon Sep 17 00:00:00 2001 From: Bastien Wirtz Date: Wed, 7 Dec 2022 22:48:38 +0100 Subject: Add missing data for proxmox demo --- dummy-data/proxmox/api2/json/nodes/node1/lxc | 35 ++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 dummy-data/proxmox/api2/json/nodes/node1/lxc (limited to 'dummy-data/proxmox/api2/json/nodes/node1/lxc') 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 @@ +{ + "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 -- cgit v1.2.3