Recovering a DKE Endpoint
Use the post v1/cckm/microsoft/dke/endpoints/{id}/recover
API to change the state of a Microsoft DKE endpoint that is in an archived state to the enabled state. After a DKE endpoint is recovered, it can be used for all operations.
Note
Running this API consumes a CCKM license increasing 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 recovered. The status of the endpoint now reflects Enabled
.
Response Codes
Response Code | Description |
---|---|
2xx | Success |
4xx | Client errors |
5xx | Server errors |
Refer to HTTP status codes for details.