cURL
curl --request GET \ --url https://api.example.com/api/infrastructure/v1/list-internet-ddos-attacks
{ "protocol": [ { "label": "<string>", "percentage": 123 } ], "vector": [ { "label": "<string>", "percentage": 123 } ], "dateRangeStart": "<string>", "dateRangeEnd": "<string>", "topTargetLocations": [ { "countryCode": "<string>", "countryName": "<string>", "percentage": 123, "latitude": 123, "longitude": 123 } ] }
ListInternetDdosAttacks retrieves L3/L4 DDoS attack summaries from Cloudflare Radar.
Successful response
ListInternetDdosAttacksResponse contains DDoS attack protocol and vector breakdowns.
Show child attributes
ISO 8601 start of the data window.
ISO 8601 end of the data window.
Was this page helpful?