Skip to main content
Element Software
12.5 and 12.7

DisableEncryptionAtRest

Contributors netapp-pcarriga netapp-dbagwell

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.

Tip 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.
Note 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" : {}
}