From 81c90009b48f22d65bc8b59944b18c9503fc5676 Mon Sep 17 00:00:00 2001 From: Bastien Wirtz Date: Thu, 13 Oct 2022 22:23:31 +0200 Subject: Refine demo content --- dummy-data/proxmox/api2/json/nodes/node1/qemu | 35 ++++++++++++++++++++++ .../proxmox/api2/json/nodes/node1/qemu/index.html | 1 - 2 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 dummy-data/proxmox/api2/json/nodes/node1/qemu delete mode 100644 dummy-data/proxmox/api2/json/nodes/node1/qemu/index.html (limited to 'dummy-data/proxmox/api2/json/nodes/node1/qemu') diff --git a/dummy-data/proxmox/api2/json/nodes/node1/qemu b/dummy-data/proxmox/api2/json/nodes/node1/qemu new file mode 100644 index 0000000..35e1d2f --- /dev/null +++ b/dummy-data/proxmox/api2/json/nodes/node1/qemu @@ -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 diff --git a/dummy-data/proxmox/api2/json/nodes/node1/qemu/index.html b/dummy-data/proxmox/api2/json/nodes/node1/qemu/index.html deleted file mode 100644 index 9ce2e04..0000000 --- a/dummy-data/proxmox/api2/json/nodes/node1/qemu/index.html +++ /dev/null @@ -1 +0,0 @@ -{"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