GET
/
cdn
/
sslData
/
{cert_id}
/
status
curl --request GET \
  --url https://api.gcore.com/cdn/sslData/{cert_id}/status \
  --header 'APIKey: <api-key>'
{
  "id": 1,
  "statuses": [
    {
      "id": 1,
      "status": "DONE",
      "error": "",
      "details": "",
      "created": "2021-10-29 13:21:01.550849+00:00",
      "retry_after": "2024-01-01 10:00:00+00:00"
    }
  ],
  "latest_status": {
    "id": 1,
    "status": "DONE",
    "error": "",
    "details": "",
    "created": "2021-10-29 13:21:01.550849+00:00",
    "retry_after": "2024-01-01 10:00:00+00:00"
  },
  "started": "2021-10-29 13:20:56.543678+00:00",
  "finished": "2021-10-29 13:21:01.550849+00:00",
  "active": false,
  "attempts_count": 1,
  "next_attempt_time": null,
  "resource": 1
}

Authorizations

APIKey
string
header
required

API key for authentication.

Path Parameters

cert_id
integer
required

Let's Encrypt certificate ID.

Query Parameters

exclude
string[]

Listed fields will be excluded from the response.

Response

200
application/json

Successful.

The response is of type object.