Skip to content

Latest commit

 

History

History
72 lines (56 loc) · 1.57 KB

reference_element_api_setclusterstructure.adoc

File metadata and controls

72 lines (56 loc) · 1.57 KB
permalink sidebar keywords summary
api/reference_element_api_setclusterstructure.html
sidebar
storage,cluster,configuration,info,restore,set,setting,setclusterstructure
You can use the SetClusterStructure method to restore the storage cluster configuration information from a backup. When you call the method, you pass the clusterStructure object containing the configuration information you want to restore as the params parameter.

SetClusterStructure

You can use the SetClusterStructure method to restore the storage cluster configuration information from a backup. When you call the method, you pass the clusterStructure object containing the configuration information you want to restore as the params parameter.

Parameter

This method has the following input parameter:

Name Description Type

params

A JSON object containing the current storage cluster configuration information.

Return values

This method has the following return values:

Name Description Type

result

Asynchronous result handle.

asyncHandle

Request example

Requests for this method are similar to the following example:

{
  "method": "SetClusterStructure",
  "params": <insert clusterStructure object here>,
  "id" : 1
}

Response example

This method returns a response similar to the following example:

{
	"id": 1,
	"result" : {
	"asyncHandle": 1
	}
}

New since version

10.3