Skip to content
Start here

Connections

List Page Shield connections
client.PageShield.Connections.List(ctx, params) (*SinglePage[Connection], error)
GET/zones/{zone_id}/page_shield/connections
Get a Page Shield connection
client.PageShield.Connections.Get(ctx, connectionID, query) (*Connection, error)
GET/zones/{zone_id}/page_shield/connections/{connection_id}
ModelsExpand Collapse
type Connection struct{…}
ID string

Identifier

maxLength32
AddedAt Time
formatdate-time
FirstSeenAt Time
formatdate-time
Host string
LastSeenAt Time
formatdate-time
URL string
URLContainsCDNCGIPath bool
DomainReportedMalicious booloptional
FirstPageURL stringoptional
MaliciousDomainCategories []stringoptional
MaliciousURLCategories []stringoptional
PageURLs []stringoptional
URLReportedMalicious booloptional