Snapshots
List snapshots
List all volume snapshots in the specified project and region. Results can be filtered by volume, instance, schedule, or lifecycle policy.
get/cloud/v1/snapshots/{project_id}/{region_id}
Path parameters
project_idinteger required
Project ID
region_idinteger required
Region ID
Query parameters
instance_idstring
Can be used to list snapshots of any volume in a specific server instance
lifecycle_policy_idinteger
Can be used to list snapshots by lifecycle policy id
limitinteger
Limit the number of returned snapshots
offsetinteger
Offset value is used to exclude the first set of records from the result
schedule_idstring
Can be used to list snapshots by schedule id
volume_idstring
Can be used to list snapshots of a single volume
Response
List of snapshots with their details
SnapshotCollectionSerializer required