v1

latestOpenAPI 3.0.0Apache 2.02026-07-174040133.9 KB
Volumes

Get storage volume detail by volume ID.

get/v1/volumes/{id}

Path parameters

idstring required

Database ID created for a volume.

Response

OK

idstring
created_atstring date-time
updated_atstring date-time
namestring
descriptionstring
status'available' | 'error'
storage_idstring
total_capacityinteger
used_capacityinteger
free_capacityinteger
compressedboolean
deduplicatedboolean
type'thick' | 'thin'
native_volume_idstring
wwnstring
native_storage_pool_idstring

Example response

{
  "id": "084bf71e-a102-11e7-88a8-e31fe6d52248",
  "created_at": "2017-07-10T14:36:58.014Z",
  "updated_at": "2017-07-10T14:36:58.014Z",
  "storage_id": "084bf71e-a102-11e7-88a8-e31fe6d52248",
  "total_capacity": 2,
  "used_capacity": 2,
  "free_capacity": 2
}