v1

latestOpenAPI 3.0.0Apache 2.02026-07-174040133.9 KB
Filesystems

Get filesystem detail by filesystem ID.

get/v1/filesystems/{id}

Path parameters

idstring required

Database ID created for a filesystem.

Response

OK

idstring required
created_atstring date-time
updated_atstring date-time
namestring required
storage_idstring
native_filesystem_idstring
native_pool_idstring
total_capacityinteger
used_capacityinteger
free_capacityinteger
status'normal' | 'faulty'
worm'non_worm' | 'audit_log' | 'compliance' | 'enterprise'
type'thick' | 'thin'
deduplicatedboolean
compressedboolean
security_mode'mixed' | 'native' | 'ntfs' | 'unix'

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",
  "native_filesystem_id": "Filesystem_A",
  "native_pool_id": "Pool_A"
}