GoDoxy

Get proxmox node stats

GET
/proxmox/stats/{node}

Get proxmox node stats in json

Path Parameters

node*string

Node name

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/proxmox/stats/string"
{
  "cpu_model": "string",
  "cpu_usage": "string",
  "kernel_version": "string",
  "load_avg_15m": "string",
  "load_avg_1m": "string",
  "load_avg_5m": "string",
  "mem_pct": "string",
  "mem_total": "string",
  "mem_usage": "string",
  "pve_version": "string",
  "rootfs_pct": "string",
  "rootfs_total": "string",
  "rootfs_usage": "string",
  "uptime": "string"
}