list_snapshots
List all snapshots for a specific guest using node and VMID, including parent, description, timestamp, and RAM state. Returns an empty list when no snapshots exist.
Instructions
Snapshots for exactly one guest, with parent, description, timestamp, and RAM state.
Read-only and idempotent. A guest that has never been snapshotted returns an empty list:
the endpoint always reports a current pseudo-entry, which is not a snapshot and is not
counted as one. Absence is an answer, not an error.
The node and vmid are bound together before anything is read, so this never answers about a guest on a node the caller did not name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | ||
| vmid | Yes | ||
| profile | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | ||
| vmid | Yes | ||
| source | Yes | ||
| partial | No | ||
| profile | Yes | ||
| warnings | No | ||
| snapshots | No | ||
| collected_at | Yes |