PUT /platform/v1/dataencryption/rotateasync

Queue the rotation of a key.

NameTypeDescription
eidintegerRequired. The enterprise id.
midintegerRequired. The member id.
keyIdstringRequired. Identifier of the key to rotate to. The length for this field is 36, allowing the maximum length of a hyphenated GUID.
StatusKeyTypeDescription
202Request for rotating TDE key has been received but not acted upon.
trackingCodestringRequired. Identifier to track the KeyRotate request.
retryAfterintegerThe estimated time to complete the KeyRotate request.
requestPayloadobjectThis object restates the JSON parameters in the last section.
400Invalid request payload.
429Unable to rotate key because only two TDE rotates are allowed within a predefined window.
500Internal server error.