Skip to main content
GET
/
api
/
infrastructure
/
v1
/
list-internet-ddos-attacks
ListInternetDdosAttacks
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
    }
  ]
}

Response

Successful response

ListInternetDdosAttacksResponse contains DDoS attack protocol and vector breakdowns.

protocol
object[]
vector
object[]
dateRangeStart
string

ISO 8601 start of the data window.

dateRangeEnd
string

ISO 8601 end of the data window.

topTargetLocations
object[]