Getting information about quorum disks

Storage Advisor Embedded Guide

Version
88-07-0x
Audience
anonymous
Part Number
MK-97HM85022-14

The following request gets information about quorum disks. You can also use this request to get information if quorum disk information is registered without an external volume.

Execution permission

Storage Administrator (View Only)

Request line

GET base-URL/simple/v1/objects/quorum-disks

Request message

Object ID
None.
Query parameters
None.
Body
None.

Response message

Body
{
    "data": [
        {
            "quorumId": 29,
            "pairedStorageModel": "M8",
            "pairedStorageSerial": "410025"
        },
        {
            "quorumId": 4,
            "externalVolumeId": 84,
            "externalVolumeNickname": "quorum_R800_10",
            "externalVolumeStatus": "Normal",
            "pairedStorageModel": "R8",
            "pairedStorageSerial": "51305"
        },
        {
            "quorumId": 3,
            "externalVolumeId": 288,
            "externalVolumeStatus": "Normal",
            "pairedStorageModel": "M8",
            "pairedStorageSerial": "415008"
        },
        {
            "quorumId": 10,
            "pairedStorageModel": "R8",
            "pairedStorageSerial": "10051"
        },
        {
            "quorumId": 2,
            "externalVolumeId": 4121,
            "externalVolumeStatus": "Normal",
            "pairedStorageModel": "M8",
            "pairedStorageSerial": "415008"
        },
        {
            "quorumId": 30,
            "pairedStorageModel": "M8",
            "pairedStorageSerial": "410011"
        },
        {
            "quorumId": 20,
            "pairedStorageModel": "R8",
            "pairedStorageSerial": "10051"
        }
    ],
    "count": 7
}

Attribute

Type

Description

quorumId

int

Quorum disk ID

externalVolumeId*

int

ID of the external volume for which information about the quorum disk is registered

externalVolumeNickname*

string

Nickname of the external volume for which information about the quorum disk is registered

This information appears if a nickname is defined.

externalVolumeStatus*

string

Status of the external volume for which information about the quorum disk is registered

  • Normal: Indicates that the volume is in a normal state
  • Busy: Indicates that the volume's status is in transition
  • Blockade: Indicates that the volume is blocked

pairedStorageModel

string

Model of the paired storage systems that share the quorum disk

  • R8: VSP F1500, VSP G1000, or VSP G1500
  • R9: VSP 5000 series
  • M8: VSP E series, VSP Fx00 models, or VSP Gx00 models

If information about the model cannot be obtained, Unknown appears.

pairedStorageSerial

string

Serial number of the paired storage system that shares the quorum disk

* These attributes are not output if information about the quorum disks was registered without using an external volume.

Status codes

See HTTP status codes.

Coding example

curl -v -H "Accept:application/json" -H "Content-Type:application/json" -H "Authorization:Session b74777a3f9f04ea8bd8f09847fac48d3" -X GET https://192.0.2.100/ConfigurationManager/simple/v1/objects/quorum-disks