Queue the rotation of a key.
JSON Parameters
Name | Type | Description |
---|
eid | integer | Required. The enterprise id. |
mid | integer | Required. The member id. |
keyId | string | Required. Identifier of the key to rotate to. The length for this field is 36, allowing the maximum length of a hyphenated GUID. |
Responses
Status | Key | Type | Description |
---|
202 | | | Request for rotating TDE key has been received but not acted upon. |
| trackingCode | string | Required. Identifier to track the KeyRotate request. |
| retryAfter | integer | The estimated time to complete the KeyRotate request. |
| requestPayload | object | This object restates the JSON parameters in the last section. |
400 | | | Invalid request payload. |
429 | | | Unable to rotate key because only two TDE rotates are allowed within a predefined window. |
500 | | | Internal server error. |
Example Request
Example Success Response