Skip to content
Start here

CT

CTAlerting

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 for the zone. A maximum of 100 addresses may be configured. Each address must be a valid RFC 5322 email address and must not contain a comma.