v1
latestOpenAPI 3.1.02026-07-172660204.4 KBList Volume Snapshots
List Volume Snapshots.
Query parameters
Requests a page size of items. Return items up to the limit value.
Requests a page size of items. Return items up to the limit value.
The ID of the last-seen item.
The ID of the last-seen item.
Indicates in which directions to sort.
Indicates in which attributes to sort.
Indicates in which attributes to sort.
List snapshots for all projects.
List snapshots for all projects.
Filter the list of snapshots by the given project ID.
Filter the list of snapshots by the given project ID.
Filter the list of snapshots by the given snapshot name.
Filter the list of snapshots by the given snapshot name.
Filter the list of snapshots by the given snapshot status.
Filter the list of snapshots by the given volume ID.
Filter the list of snapshots by the given volume ID.
Filter the list of snapshots by the given snapshot UUID.
Filter the list of snapshots by the given snapshot UUID.
Headers
Response
OK
Example response
{
"volume_snapshots": [
{
"volume_name": "volume-demo",
"child_volumes": [
{
"volume_id": "00000000-0000-0000-0000-000000000000",
"volume_name": "child-volume-demo"
}
]
}
]
}