RemoveClusterPair
You can use the RemoveClusterPair method to close the open connections between two paired clusters.
Parameter
|
|
Before you remove a cluster pair, you must first remove all volume pairing to the clusters with the RemoveVolumePair API method. |
This method has the following input parameter:
| Name | Description | Type | Default value | Required |
|---|---|---|---|---|
clusterPairID |
Unique identifier used to pair two clusters. |
integer |
None |
Yes |
Return value
This method has no return value.
Request example
Requests for this method are similar to the following example:
{
"method": "RemoveClusterPair",
"params": {
"clusterPairID": 1
},
"id" : 1
}
Response example
This method returns a response similar to the following example:
{
"id": 1,
"result": {}
}
New since version
9.6