Decrypt with the encryption passphrase
When the application reboots after initial setup, it requires an operator to enter the decryption passphrase once to decrypt its internal datastore.
Request
URI
PUT
https://{api_host}/api/v0/unlock
COPY
Request Body
{
"passphrase": "string"
}
string
passphrase
Optional
passphrase
Responses
200
OK
Operation doesn't return any data structure
403
Forbidden
Operation doesn't return any data structure
Code Samples
COPY
curl -X PUT -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/api/v0/unlock
Decrypt Operations
PUT
Changing the Decryption Passphrase
PUT
Decrypt with the encryption passphrase