Archiving a DKE Endpoint
Use the post v1/cckm/microsoft/dke/endpoints/{id}/archive
API to change the state of a Microsoft DKE endpoint in CCKM to archived. The only operation supported on an endpoint in an archived state is post /v1/cckm/microsoft/dke/endpoints/{id}/disable-key-rotation-job
. An endpoint in an archived state can only be viewed, recovered, or deleted.
An archived endpoint is available in a list DKE endpoints when running the get /v1/cckm/microsoft/dke/endpoints
API.
Note
Running this API releases a CCKM license from the total CCKM license count.
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 DKE endpoint with the ID of 0289f816-e22d-4bbb-b90c-08f37a3011e6
is successfully archived and shows a status of Archived
.
Response Codes
Response Code | Description |
---|---|
2xx | Success |
4xx | Client errors |
5xx | Server errors |
Refer to HTTP status codes for details.