Registering information about a quorum disk

REST API Reference Guide for Virtual Storage Platform 5000, Virtual Storage Platform E Series, and Virtual Storage Platform G/F Series

Version
93-07-0x
90-09-0x
88-08-10
Audience
anonymous
Part Number
MK-98RD9014-17
In the storage system, you can register information about the quorum disk to use for global-active device.

Execution permission

Note:

You need to specify the same quorum disk ID for the local storage system and for the remote storage system. For each storage system, run the API request that gets information about quorum disks and check for unused quorum disk IDs.

Storage Administrator (Provisioning)

Request line

POST base-URL/v1/objects/quorum-disks

Request message

Object ID

None.

Query parameters

None.

Body
{
  "quorumDiskId": 1,
  "remoteSerialNumber": "39304",
  "remoteStorageTypeId": "R9",
  "ldevId": 10
}

Attribute

Type

Description

quorumDiskId

int

(Required) ID of the Quorum disk

Specify a decimal (base 10) number in the range from 0 to 31.

Specify an unused quorum disk ID.

remoteSerialNumber

string

(Required) Serial number of the remote storage system with which the quorum disk is shared

remoteStorageTypeId

string

(Required) Model ID of the remote storage system with which the quorum disk is shared

You can specify the following values:

  • R8: VSP G1000, VSP G1500, or VSP F1500

  • R9: VSP 5000 series
  • M8: VSP E series, VSP Gx00 models or VSP Fx00 models

ldevId

int

(Optional) LDEV number to be set for the quorum disk

Specify a decimal (base 10) number in the range from 0 to 65279.

If you want to register information about a quorum disk with an external volume configured, you must specify this attribute.

If you do not specify this attribute, information about the quorum disk will be registered with no external volume configured.

Response message

Body

A job object is returned. For details on attributes other than affectedResources, see the section explaining job objects.

Attribute

Description

affectedResources

URL of the registered quorum disk information

Status codes

For details on the status codes of the request for this operation, see the description on HTTP status codes.

Coding example

curl -v -H "Accept:application/json" -H "Content-Type:application/json" -H "Authorization:Session d7b673af189048468c5af9bcf3bbbb6f" -X POST --data-binary @./InputParameters.json https://192.0.2.100/ConfigurationManager/v1/objects/quorum-disks