Configure a logical library for encryption
Configure encryption settings for theological library. This can be used to enable,
disable, or modify the encryption settings for the logical library. By default, no encryption is
enables on the logical library. The required fields depend on the
method
.
Request syntax
POST /v1/logicalLibraries/<name>/configureEncryption {"method":
<encryption method>}
Configure a logical library for encryption.
Path parameters
name
(string)-
The unique name of the logical library.
Request body parameters
method
(string, required)-
Either
none
orapplicationManaged
The new password to be assigned to the user account.
Examples
> POST /v1/logicalLibraries/myLib1/configureEncrytpion {"method": "none"}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: 0
> POST /v1/logicalLibraries/myLib1/configureEncrytpion {"method": "applicationManaged"}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: 0