Skip to content

Latest commit

 

History

History
58 lines (41 loc) · 2.36 KB

reference_element_api_disableencryptionatrest.adoc

File metadata and controls

58 lines (41 loc) · 2.36 KB
permalink sidebar keywords summary
api/reference_element_api_disableencryptionatrest.html
sidebar
element, api, encryption, disable, disabling, at rest, rest, 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.

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.

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