Proxmox
communityOpen-source server virtualization management platform combining KVM hypervisor, LXC containers, software-defined storage and networking on Debian Linux with a web-based management interface.
This is a community-generated spec
This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.
GET
/api2/json/nodesGet Proxmox cluster nodes
Returns
data[] with node, status, cpu, maxcpu, mem, maxmem, disk, maxdisk, uptimeGET
/api2/json/nodes/{node}/qemuGet virtual machines on a node
Parameters
nodenode name (stringrequiredReturns
data[] with vmid, name, status, cpus, mem, maxmem, disk, uptime, pidGET
/api2/json/nodes/{node}/lxcGet LXC containers on a node
Parameters
nodenode name (stringrequiredReturns
data[] with vmid, name, status, cpus, mem, maxmem, disk, uptime