cURL
curl --request GET \ --url https://api.example.com/api/infrastructure/v1/list-internet-traffic-anomalies
{ "anomalies": [ { "uuid": "<string>", "type": "<string>", "status": "<string>", "startDate": 123, "endDate": 123, "asn": "<string>", "asnName": "<string>", "locationCode": "<string>", "locationName": "<string>", "latitude": 123, "longitude": 123 } ], "totalCount": 123 }
ListInternetTrafficAnomalies retrieves traffic anomaly events from Cloudflare Radar.
Optional ISO 3166-1 alpha-2 country code filter.
Successful response
ListInternetTrafficAnomaliesResponse contains detected traffic anomalies.
Show child attributes
Total anomaly count before filtering.
Was this page helpful?