pve_list_snapshots
List snapshots for a specific VM or container in Proxmox VE, returning a JSON array with name, description, parent, creation time, and RAM state.
Instructions
List snapshots of one VM or container.
Applies to: a single VM or CT, located by ``vmid`` (``node`` optional and
auto-resolved). PVE includes a synthetic ``current`` entry representing
the live state; ``parent`` links form the snapshot tree.
Returns a JSON list with ``name``, ``description``, ``parent``,
``snaptime`` (+human) and ``vmstate`` (1 = includes RAM).
Source: GET /nodes/{node}/{qemu|lxc}/{vmid}/snapshot.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | ||
| vmid | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |