Skip to main content

We've Moved!

Product Documentation has moved to docs.hitachivantara.com
Hitachi Vantara Knowledge

Get a file device

Retrieves basic information about the storage system.

HTTP request syntax (URI)
GET <base_URI>/v7/storage/file-devices
Return codes
Code Data Description
200 fileStorageDeviceInfo Device information retrieved successfully.
500 Error message Error associated with the storage system.
501 No Data Server has not implemented the request operation on the resource.

Any HTTP status code other than 200 indicates that the API did not complete successfully.

Request example
curl -vk -H "X-Api-Key: zrxvSDAv9x.RIP4gkmKarG3beF.or.4Tc2im7oeqYN88C9XPGHxbXC" https://172.17.11.11:8444/v7/storage/file-devices
Response example
HTTP/1.1 200 OK
   {
   "clusterUUID" : "2bb93988-246e-11cf-9000-5ec00375458d",
   "firmwareVersion" : "13.1.4416.00",
   "isCluster" : true,
   "licenses" : [
      "CIFS",
      "NFS",
      "SFM",
      "WORM",
      "ISCI",
      "DATA_MIGRATOR",
      "CLUSTER",
      "TB",
      "CNS",
      "HDS",
      "EVS_SECURITY",
      "EVS",
      "REPLICATION",
      "XVL",
      "FILE_CLONE",
      "PERF_ACCELERATOR",
      "BASE_DEDUPLICATION"
   ],
   "model" : "HNAS 4060",
   "name" : "Gizmo-CLUSTER",
   "nodeCount" : 2,
   "storageHealth" : "CRITICAL",
   "vendor" : "HITACHI"
}

 

  • Was this article helpful?