You can use the GetClusterStructure method to back up the current storage cluster configuration information. If the storage cluster configuration is changed while this method is running, the contents of the configuration backup will be unpredictable. You can save this data to a text file and restore it on other clusters, or the same cluster in the case of a disaster.
This method has no input parameter.
This method has the following return values:
Name | Description | Type |
---|---|---|
result | A JSON object containing the current storage cluster configuration information. | clusterStructure |
Requests for this method are similar to the following example:
{ "method": "GetClusterStructure", "params": {}, "id" : 1 }
This method returns a response similar to the following example:
{ "id": 1, "result" : <clusterStructure object containing configuration information> }