Let's Encrypt certificates
Get Let's Encrypt certificate issuing details
Get details about the latest Let's Encrypt certificate issuing attempt for the CDN resource. Returns attempts in all statuses.
get/cdn/sslData/{cert_id}/status
Path parameters
cert_idinteger required
Let's Encrypt certificate ID.
Query parameters
excludestring[]
Listed fields will be excluded from the response.
Response
Successful.
Example response
{
"id": 1,
"statuses": [
{
"id": 1,
"status": "DONE",
"created": "2021-10-29T13:21:01.550849Z",
"retry_after": "2024-01-01T10:00:00Z"
}
],
"latest_status": {
"id": 1,
"status": "DONE",
"created": "2021-10-29T13:21:01.550849Z",
"retry_after": "2024-01-01T10:00:00Z"
},
"started": "2021-10-29T13:20:56.543678Z",
"finished": "2021-10-29T13:21:01.550849Z",
"attempts_count": 1,
"next_attempt_time": "2021-10-29T13:21:01.550849Z",
"resource": 1
}