Skip to main content

We've Moved!

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

Get quorum device list

Get a list of available quorum devices that are visible to the cluster. This list is the quorum devices that could be used when converting a HNAS gateway system from a single node into a cluster.

HTTP request syntax (URI)
GET <base_URI>/v8/storage/clustering/quorum-list
Return codes
Code Data Description
200 discoveredQuorumDevicesDiscovered quorum devices retrieved successfully.
500 Error message Error associated with the storage system.

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/v8/storage/clustering/quorum-list
Response example
HTTP/1.1 200 OK{
  "discoveredQuorumDevices": [
    {
      "UUID": "000ccbc5-ed41-1a70-8000-000000000000",
      "name": "SMU400N6",
      "quorumIpAddress": "172.27.12.86",
      "status": "CONFIGURED"
    },
    {
      "UUID": "0000f0ac-31d9-16f3-8000-000000000000",
      "name": "BUILD-TEST-DD27100",
      "quorumIpAddress": "172.27.12.131",
      "status": "CONFIGURED"
    },
    {
      "UUID": "0001389e-a34c-103f-8000-000000000000",
      "name": "LOCALHOST",
      "quorumIpAddress": "172.27.12.70",
      "status": "CONFIGURED"
    },
    {
      "UUID": "000a42dd-ac62-12bc-8000-000000000000",
      "name": "ABCD-SMU",
      "quorumIpAddress": "172.27.12.198",
      "status": "CONFIGURED"
    }
  ]
}

 

  • Was this article helpful?