Getting information about a specific quorum disk

Storage Advisor Embedded User Guide

Version
93-07-2x
88-08-12
Audience
anonymous
Part Number
MK-97HM85022-25

The following request gets information about a quorum disk by using the specified quorum disk ID.

Execution permission

Storage Administrator (View Only)

Request line

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

Request message

Object ID

Specify the quorumId value obtained by using the API request for getting information about quorum disks.

Attribute

Type

Description

quorumId

int

(Required) Quorum disk ID

Query parameters
None.
Body
None.

Response message

Body

The following is an example of obtaining information about the quorum disk whose quorum disk ID is 4:

This response message includes information about attributes related to external volumes (externalVolumeId, externalVolumeNickname, and externalVolumeStatus). This indicates that information about the quorum disk was registered by using an external volume.

{
    "quorumId": 4,
    "externalVolumeId": 84,
    "externalVolumeNickname": "quorum_R800_10",
    "externalVolumeStatus": "Normal",
    "pairedStorageModel": "R8",
    "pairedStorageSerial": "51305"
}

The following is an example of obtaining information about the quorum disk whose quorum disk ID is 30:

This response message does not include information about attributes related to external volumes (externalVolumeId, externalVolumeNickname, and externalVolumeStatus). This indicates that information about the quorum disk was registered without using an external volume.

{
    "quorumId": 30,
    "pairedStorageModel": "M8",
    "pairedStorageSerial": "410011"
}

For details on the attributes that can be obtained, see the description of the API request for getting information about quorum disks.

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/7