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