List VMs & containers
list_guestsList all QEMU virtual machines and LXC containers across the cluster with their status, CPU, and memory. Filter by kind or only running guests.
Instructions
List all QEMU virtual machines and LXC containers across the cluster with their VMID, type, node, status and live CPU/memory. Optionally filter by kind ('qemu' or 'lxc') or only running guests.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Only VMs ('qemu') or only containers ('lxc'). | |
| runningOnly | No | Only running guests (default: false). |