snapshot_list
List VM snapshots, optionally filter by VM, with limit to control size and truncated flag to signal more results.
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 |