Skip to content
Alberto Gonzalez edited this page Oct 29, 2015 · 1 revision

(POST)/encryption/keys/?sid={sid}

Description

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.

Request

Syntax

POST /api/encryption/keys
Host: <server host name>
Accept: application/json
AuthToken: <authentication token returned from authenticate>

Parameters

Response

Parameters

Examples

Sample Request

POST /api/encryption/keys
Host: <server host name>
Accept: application/json
AuthToken: 8a00sjerhterqerjlqkjlk443l4j56869h4f_)(fjdkasHHHHHkdal324

Sample Response

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

Clone this wiki locally