v1

latestOpenAPI 3.0.0Apache 2.02026-07-176940115.5 KB
Block volume snapshots

Lists information for all volume snapshots.

get/v1beta/{tenantId}/block/snapshots

Query parameters

limitinteger

Number of query results on multiple pages

offsetinteger

Start position of the pagination query

sortDir'asc' | 'desc'

Ascending or descending

sortKeystring

Sorting key word, such as name, createdAt

volumeIdstring

The UUID of the volume assosicated with the snapshot.

statusstring

The volume snapshot status

Response

OK

idstring
createdAtstring date-time
updatedAtstring date-time
tenantIdstring
userIdstring
namestring
descriptionstring
sizeinteger
statusstring
volumeIdstring
profileIdstring
metadataobject

Example response

[
  {
    "id": "084bf71e-a102-11e7-88a8-e31fe6d52248",
    "createdAt": "2017-07-10T14:36:58.014Z",
    "updatedAt": "2017-07-10T14:36:58.014Z",
    "metadata": {
      "key1": "value1",
      "key2": "value2"
    }
  }
]