Skip to content
Start here

Alerting

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

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.

class AlertingEditResponse:

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.