API list

Snapshot (create, modify, delete)

Item API Name Description
1 GET /v2/{tenant_id}/snapshots

List snapshots 1

Retrieves a list of the summary information about snapshots of all accessible storage blocks
2 GET /v2/{tenant_id}/snapshots/detail

List snapshots (detailed)

Retrieves a list of detailed information about snapshots of all accessible storage blocks
3 GET /v2/{tenant_id}/snapshots/{snapshot_id}

Show snapshot information

Retrieves information about the specified snapshot
4 POST /v2/{tenant_id}/snapshots

Create snapshot 1

Creates a point-in-time snapshot of a volume
5 PUT /v2/{tenant_id}/snapshots/{snapshot_id}

Update snapshot

Updates the specified snapshot
6 DELETE /v2/{tenant_id}/snapshots/{snapshot_id}

Delete snapshot 1

Deletes the specified snapshot
7 GET /v1.1/{tenant_id}/os-snapshots

List snapshots 2

Retrieves a list of snapshots
8 GET /v1.1/{tenant_id}/os-snapshots/detail

List details for snapshots

Retrieves a list of the specified snapshots
9 GET /v1.1/{tenant_id}/os-snapshots/{snapshot_id}

Show snapshot

Retrieves information about the specified snapshot
10 POST /v1.1/{tenant_id}/os-snapshots

Create snapshot 2

Creates a snapshot
11 DELETE /v1.1/{tenant_id}/os-snapshots/{snapshot_id}

Delete snapshot 2

Deletes the specified snapshot from the account