In the storage system, you can register information about the quorum disk to use for global-active device.
Execution permission
Storage Administrator (Provisioning)
Request line
POST base-URL/simple/v1/objects/quorum-disks
Request message
- Body
-
The following is an example of using an external volume to register information about a quorum disk by specifying the following settings:
- Quorum disk ID: 7
- External volume ID: 6400
- Model of the paired storage system: M8
- Serial number of the paired storage system: 401026
{ "quorumId": 7, "externalVolumeId": 6400, "pairedStorageModel": "M8", "pairedStorageSerial": "401026" }
Attribute
Type
Description
quorumId
int
(Required) Quorum disk ID
Specify an integer in the range from 0 through 31 as the ID of the quorum disk to register.
Specify an unused quorum disk ID.
externalVolumeId
int
(Optional) External volume ID
Specify an integer in the range from 0 through 65279 as the ID of the external volume to register.
If you use an external volume to register information about a quorum disk, you must specify this attribute.
pairedStorageModel
string
(Required) Model of the paired storage system that are to share the quorum disk
You can specify any of the following values:
- R8: VSP G1000, VSP G1500 or VSP F1500
You cannot specify this value for VSP E series storage systems.
- R9: VSP 5000 series
- M8: VSP E series, VSP G/F350, G/F370, G/F700, G/F900, VSP G200, G/F400, G/F600, G/F800
pairedStorageSerial
string
(Required) Serial number of the paired storage system that are to share the quorum disk
Response message
- Body
-
Attribute
Type
Description
statusResource
string
URL to use to obtain the results of the registered quorum disk
Note:Run the API function for obtaining information about the status of the API function that performs asynchronous processing. For details, see Getting status information about an API function that performs asynchronous processing.
Status codes
See HTTP status codes.
Coding example
curl -v -H "Accept:application/json" -H "Content-Type:application/json" -H "Authorization:Session b74777a3f9f04ea8bd8f09847fac48d3" -X POST --data-binary @./InputParameters.json https://192.0.2.100/ConfigurationManager/simple/v1/objects/quorum-disks