The requested article is not available. Either it doesn't apply to this version of the product or the relevant information is organized differently in this version of the docs. You can search, browse, or go back to the other version.
A newer release of this product is available.
SetClusterStructure
Contributors
-
PDF of this doc site
-
Manage storage with Element software
-
Protect your data
-
Replication between NetApp Element software and ONTAP (ONTAP CLI)
-
-
-

Collection of separate PDF docs
Creating your file...
This may take a few minutes. Thanks for your patience.
Your file is ready
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