Skip to content
Start here

CT

CTAlerting

Get CT Alerting Subscription
client.Zones.CT.Alerting.Get(ctx, query) (*CTAlertingSubscription, error)
GET/zones/{zone_id}/ct/alerting
Update CT Alerting Subscription
client.Zones.CT.Alerting.Edit(ctx, params) (*CTAlertingSubscription, error)
PATCH/zones/{zone_id}/ct/alerting
ModelsExpand Collapse
type CTAlertingSubscription struct{…}

Certificate Transparency alerting subscription settings for a zone.

Enabled bool

Whether CT alerting is enabled for the zone.

Emails []stringOptional

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.