Rotating a DKE Endpoint
Use the post /v1/cckm/microsoft/dke/endpoints/{id}/rotate
API to rotate a Microsoft DKE endpoint. Rotate adds a new asymmetric key version to this endpoint.
Syntax
Here, {id}
is the ID of the DKE endpoint.
Request Parameter
Parameter | Type | Description |
---|---|---|
AUTHTOKEN | string | Authorization token. |
id | string | ID of the DKE endpoint. |
Example Request
Example Response
The sample output shows that the endpoint is successfully rotated from the CCKM. The kek_version
parameter now reflects the new key version of 1
. It was previously set to 0
.
Response Codes
Response Code | Description |
---|---|
2xx | Success |
4xx | Client errors |
5xx | Server errors |
Refer to HTTP status codes for details.