snapshot_list
List snapshots for a VM, showing ID, name, and creation time, to identify lingering snapshots that may require cleanup.
Instructions
[READ] List a VM's snapshots (extId, name, createTime) — spot lingering snapshots.
Args:
vm_ext_id: VM extId as returned by vm_list.
limit: Max rows to return (default 500). The result reports
`returned`, `limit`, and `truncated` so a capped read is visible.
target: Prism Central target name from config; omit for the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| target | No | ||
| vm_ext_id | Yes |