Rotating Endpoint Keys (rotate-key)
Use the POST /v1/cckm/GoogleWorkspaceCSE/endpoints/{id}/rotate-key
API to rotate encryption key of an endpoint.
Syntax
Request Parameters
Parameter | Type | Description |
---|---|---|
id | string | ID of the endpoint. To find out the ID of an endpoint, refer to Viewing KACLS Endpoints. |
AUTHTOKEN | string | Authorization token. |
Example Request
Example Response
The endpoint encryption key is now rotated. The "kekID"
of the new key is "f7753eccecba4d6d849f2ed9bf9795ec431dfcb69ac14c5cab67ea004f97cf1e".
Response Codes
Response Code | Description |
---|---|
2xx | Success |
4xx | Client errors |
Refer to HTTP status codes for details.