List snapshots for a site
list_snapshotsList the Longhorn volume snapshots for a site. Snapshots are point-in-time backups of the site's served files. Any team member can list snapshots. Returns NO_VOLUME if the site has no volume yet (it has never been deployed).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| siteId | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| snapshots | Yes | Longhorn snapshot objects for the site's volume (name, created timestamp, size, etc.). | |
| request_id | No | Server-assigned request correlation id. Quote it when contacting support. |