Getting Details of a Domain Refresh
This section describes how to view DSM keys using the CCKM APIs.
Use the get /v1/cckm/dsm/refresh/{id}
API to view the details of a domain refresh process.
Syntax
Here, {id}
represents the ID of the refresh process. Refer to Refreshing DSM Domains to find out the ID of the refresh process.
Request Parameter
Parameter | Type | Description |
---|---|---|
AUTHTOKEN | string | Authorization token. |
Example Request
Example Response
The output shows the details of the refresh process with ID 8155fe39-570a-4132-92ca-e40b7640c7dc
.
Response Codes
Response Code | Description |
---|---|
2xx | Success |
4xx | Client errors |
5xx | Server errors |
Refer to HTTP status codes for details.