SSL certificates
Get SSL certificates list
Get information about SSL certificates.
get/cdn/sslData
Query parameters
automatedboolean
How the SSL certificate was issued.
Possible values:
- true – Certificate was issued automatically.
- false – Certificate was added by a user.
validity_not_after_ltestring
Date and time when the certificate become untrusted (ISO 8601/RFC 3339 format, UTC.)
Response will contain only certificates valid until the specified time.
resource_idinteger
CDN resource ID for which certificates are requested.
limitinteger
Maximum number of items to return in the response. Cannot exceed 1000.
offsetinteger
Number of items to skip from the beginning of the list.
Response
Successful.
Example response
[
{
"id": 42,
"deleted": false,
"cert_issuer": "Some certification center",
"cert_subject_cn": "mydomain.name",
"validity_not_before": "2016-09-17T18:06:01Z",
"validity_not_after": "2017-08-21T11:02:00Z",
"hasRelatedResources": true,
"name": "Some certificate",
"automated": false
}
]