Connections
List Page Shield connections
client.pageShield.connections.list(ConnectionListParams { zone_id, direction, exclude_cdn_cgi, 10 more } params, RequestOptionsoptions?): SinglePage<Connection { id, added_at, first_seen_at, 10 more } >
GET/zones/{zone_id}/page_shield/connections
Get a Page Shield connection
client.pageShield.connections.get(stringconnectionId, ConnectionGetParams { zone_id } params, RequestOptionsoptions?): Connection { id, added_at, first_seen_at, 10 more } | null
GET/zones/{zone_id}/page_shield/connections/{connection_id}