list_guests
List all LXC containers and VMs in the Proxmox cluster, filterable by node, status, profile, or type. Includes stopped guests and marks unreachable nodes' results as partial.
Instructions
Every LXC and VM in the cluster, or a filtered subset.
Read-only and idempotent. Stopped guests are included: they are the ones a caller is most
likely to have forgotten about. A filter that matches nothing returns an empty list, not
an error. A guest the cluster reports as unknown -- which is what it says about a guest
on a node it cannot reach -- is still listed, with the result marked partial.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | ||
| status | No | ||
| profile | No | ||
| guest_type | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| guests | No | ||
| source | Yes | ||
| partial | No | ||
| profile | Yes | ||
| warnings | No | ||
| collected_at | Yes |