Get an SSL subscription, or search them
eurodns_ssl_get_subscriptionRetrieve a specific SSL subscription by ID, or search by status, common name, SAN, or renewability to get certificates, expiry dates, and certificate IDs for further API calls.
Instructions
Returns one SSL subscription with its certificates and their expiry by id, or searches SSL subscriptions by status, common name, SAN or renewability when id is omitted. Use it to find the certificateId that eurodns_ssl_get_certificate and eurodns_ssl_get_validation need; every product at once is eurodns_subscription_search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Numeric id of the SSL subscription to return with its certificates. Omit it to search SSL subscriptions with the filters below. | |
| page | No | 1-based page number. There is no page meaning everything: walk pages until a short one comes back. | |
| size | No | Results per page, 1 to 500. A wide page is truncated by the character limit, so prefer a filter to a large size. | |
| sanName | No | Subject Alternative Name exactly as it appears on the certificate, e.g. www.example.com, from eurodns_ssl_get_certificate. | |
| renewable | No | The renewal capacity of the SSL subscription. | |
| sortField | No | Result field to sort on, spelled as in the response items. Unsorted when omitted. | |
| sortOrder | No | ASC or DESC; only read with sortField. | |
| commonName | No | The common name of an SSL certificate of the subscription. | |
| subscriptionStatus | No | Keep only subscriptions in this lifecycle status, e.g. ACTIVE, TO_RENEW or PROVISIONING. Omit for every status. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Response body as returned by the API. | |
| status | Yes | Upstream HTTP status code. |