list_guests
List all VMs and containers across the cluster, returning details like ID, name, node, type, status, and usage. Optionally filter by type to show only QEMU VMs or LXC containers.
Instructions
List all VMs and containers across the cluster.
Returns vmid, name, node, type (qemu=VM, lxc=container), status, and usage. Optionally filter by type ("qemu" or "lxc").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |