v1

latestOpenAPI 3.1.02026-07-172660204.4 KB
Extension

List Volume Snapshots

List Volume Snapshots.

get/api/v1/extension/volume_snapshots

Query parameters

limitinteger nullable

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.

markerstring nullable

The ID of the last-seen item.

The ID of the last-seen item.

sort_dirs'desc' | 'asc'

Indicates in which directions to sort.

sort_keysVolumeSnapshotSortKey[] nullable

Indicates in which attributes to sort.

Indicates in which attributes to sort.

all_projectsboolean nullable

List snapshots for all projects.

List snapshots for all projects.

project_idstring nullable

Filter the list of snapshots by the given project ID.

Filter the list of snapshots by the given project ID.

namestring nullable

Filter the list of snapshots by the given snapshot name.

Filter the list of snapshots by the given snapshot name.

status'CREATING' | 'AVAILABLE' | 'DELETING' | 'ERROR' | 'ERROR_DELETING'

Filter the list of snapshots by the given snapshot status.

volume_idstring nullable

Filter the list of snapshots by the given volume ID.

Filter the list of snapshots by the given volume ID.

uuidstring nullable

Filter the list of snapshots by the given snapshot UUID.

Filter the list of snapshots by the given snapshot UUID.

Headers

X-Openstack-Request-Idstring

Response

OK

countinteger nullable

Count of volume snapshots

Example response

{
  "volume_snapshots": [
    {
      "volume_name": "volume-demo",
      "child_volumes": [
        {
          "volume_id": "00000000-0000-0000-0000-000000000000",
          "volume_name": "child-volume-demo"
        }
      ]
    }
  ]
}