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.
DisableEncryptionAtRest
-
PDF of this doc site
-
Manage storage with Element software
-
Protect your data
-
Perform 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 DisableEncryptionAtRest
method to remove the encryption that was previously applied to the cluster using the EnableEncryptionAtRest
method. This disable method is asynchronous and returns a response before encryption is disabled. You can use the GetClusterInfo
method to poll the system to see when the process has completed.
|
To see the current status of encryption at rest and/or software encryption at rest on the cluster, use the get cluster info method. You can use the GetSoftwareEncryptionAtRestInfo method to get information the cluster uses to encrypt data at rest.
|
|
You cannot use this method to disable software encryption at rest. To disable software encryption at rest, you need to create a new cluster with software encryption at rest disabled. |
Parameters
This method has no input parameters.
Return values
This method has no return values.
Request example
Requests for this method are similar to the following example:
{ "method": "DisableEncryptionAtRest", "params": {}, "id": 1 }
Response example
This method returns a response similar to the following example:
{ "id" : 1, "result" : {} }