Skip to main content
GET
/
waap
/
v1
/
ip-info
/
attack-time-series
Retrieve a time-series of attacks from a specified IP
curl --request GET \
  --url https://api.gcore.com/waap/v1/ip-info/attack-time-series \
  --header 'Authorization: <api-key>'
[
  {
    "attack_type": "<string>",
    "values": [
      {
        "timestamp": 123,
        "count": 123
      }
    ]
  }
]

Authorizations

Authorization
string
header
required

API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef

Query Parameters

ip
required

The IP address to check

Response

Successful Response

attack_type
string
required

The type of attack

values
TimeSeriesItem · object[]
required

The time series data