v1

latestOpenAPI 3.0.0Apache 2.02026-07-174040133.9 KB
Storages

Get details of a storage device

get/v1/storages/{storage_id}

Path parameters

storage_idstring required

Database ID created for a storage backend .

Response

Storage backend list available

idstring
namestring
descriptionstring
vendorstring
modelstring
statusstring
firmwarestring
serial_numberstring
locationstring
created_atstring
updated_atstring
sync_status'SYNCED' | 'SYNCING'
total_capacityinteger
used_capacityinteger
free_capacityinteger

Example response

{
  "name": "EMC-VMAX-123456",
  "description": "VMAX storage lab1",
  "vendor": "Dell EMC",
  "model": "VMAX250F",
  "status": "normal",
  "serial_number": "0002004355"
}