List TLS activations
GET {{fastly_url}}/tls/activations?filter[mutual_authentication.id]&filter[tls_certificate.id]&filter[tls_configuration.id]&filter[tls_domain.id]&include&page[number]&page[size]
List all TLS activations.
Authorization: API token with at least TLS management permissions.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
filter[mutual_authentication.id] | null | Limit the returned rules to a specific mutual authentication ID (or null ID). | |
filter[tls_certificate.id] | null | Limit the returned activations to a specific certificate. | |
filter[tls_configuration.id] | null | Limit the returned activations to a specific TLS configuration. | |
filter[tls_domain.id] | null | Limit the returned rules to a specific domain name. | |
include | null | Include related objects. Optional, comma-separated values. Permitted values: tls_certificate, tls_configuration, and tls_domain. | |
page[number] | null | Current page. | |
page[size] | null | Number of records per page. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Host | string | ||
Accept | string |