-
Notifications
You must be signed in to change notification settings - Fork 3
post_encryption
Alberto Gonzalez edited this page Oct 29, 2015
·
1 revision
Saves the encryption master key file to the appliance's baremetals share. This API can only be run on the system to which the user is connected, so no sid parameter is allowed.
POST /api/encryption/keys
Host: <server host name>
Accept: application/json
AuthToken: <authentication token returned from authenticate>
POST /api/encryption/keys
Host: <server host name>
Accept: application/json
AuthToken: 8a00sjerhterqerjlqkjlk443l4j56869h4f_)(fjdkasHHHHHkdal324
HTTP Status: 201 (OK)
{
"data": {
"message": "Master key file was saved to the samba share as crypt_image.iso. Please delete this when you have copied it to media."
},
"timestamp": 1445361443
}
Failure to save the encryption keyfile will return HTTP Status 500 with a result object with an error message and KB link as defined here