list_snapshots
Retrieve and filter volume snapshots by volume ID and interval type (e.g., MANUAL, HOURLY, DAILY) for effective snapshot management on CloudStack MCP Server.
Instructions
List volume snapshots
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| intervaltype | No | Interval type (MANUAL, HOURLY, DAILY, WEEKLY, MONTHLY) | |
| volumeid | No | Volume ID to filter snapshots |
Input Schema (JSON Schema)
{
"additionalProperties": false,
"properties": {
"intervaltype": {
"description": "Interval type (MANUAL, HOURLY, DAILY, WEEKLY, MONTHLY)",
"type": "string"
},
"volumeid": {
"description": "Volume ID to filter snapshots",
"type": "string"
}
},
"type": "object"
}