snapshot_list
List VM snapshots with optional filtering by VM ID. Returns snapshots, count, and truncation status for pagination.
Instructions
[READ] List VM snapshots, optionally filtered to one VM.
Returns {"snapshots": [...], "returned": N, "limit": L, "truncated": bool}. When truncated is true there are more snapshots than were returned.
Args: vm_id: Optional VM uuid to filter (see vm_list). limit: Max snapshots to return after filtering (default 200). target: Xen Orchestra target name from config; omit for the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| vm_id | No | ||
| target | No |