CloudStack v2.2.13 - 2.2.14 Root Admin API Reference
listSnapshots
Lists all available snapshots for the account.
Request parameters
| Parameter Name | Description | Required |
| id | lists snapshot by snapshot ID | false |
| intervaltype | valid values are HOURLY, DAILY, WEEKLY, and MONTHLY. | false |
| name | lists snapshot by snapshot name | false |
| projectid | list firewall rules by project | false |
| snapshottype | valid values are MANUAL or RECURRING. | false |
| volumeid | the ID of the disk volume | false |
Response Tags
| Response Name | Description |
| id | ID of the snapshot |
| account | the account associated with the snapshot |
| created | the date the snapshot was created |
| domain | the domain name of the snapshot's account |
| domainid | the domain ID of the snapshot's account |
| intervaltype | valid types are hourly, daily, weekly, monthy, template, and none. |
| name | name of the snapshot |
| project | the project name of the snapshot |
| projectid | the project id of the snapshot |
| snapshottype | the type of the snapshot |
| state | the state of the snapshot. BackedUp means that snapshot is ready to be used; Creating - the snapshot is being allocated on the primary storage; BackingUp - the snapshot is being backed up on secondary storage |
| volumeid | ID of the disk volume |
| volumename | name of the disk volume |
| volumetype | type of the disk volume |