Skip to content
Start here

Alerting

Get CT Alerting Subscription
zones.ct.alerting.get(AlertingGetParams**kwargs) -> CTAlertingSubscription
GET/zones/{zone_id}/ct/alerting
Update CT Alerting Subscription
zones.ct.alerting.edit(AlertingEditParams**kwargs) -> CTAlertingSubscription
PATCH/zones/{zone_id}/ct/alerting
ModelsExpand Collapse
class CTAlertingSubscription:

Certificate Transparency alerting subscription settings for a zone.

enabled: bool

Whether CT alerting is enabled for the zone.

emails: Optional[List[str]]

Email addresses that receive CT alert notifications. Only present and configurable for Business and Enterprise zones. Maximum of 10 addresses. For Free and Pro zones, notifications are sent to all users with SSL permissions on the zone.