Retrieve attacks
GET /attacks
GET
/attacks
Returns a list of attacks in chunks.
Parameters
Query Parameters
chunk
required
integer
The chunk of attacks you want to retrieve, 0 will give the 10 most recent attacks, 1 the 10 attacks after that.
filter
string
Search string to filter attacks
limit
integer
Number of attacks to return per chunk
Responses
200
Successful response with attacks
object
data
object
attacks
Array<object>
object
attack_id
string
description
string
duration
Attack duration in seconds
integer
volume
Total dropped amount in megabit
integer
event_time
string format: date-time
mbps
integer
pps
integer
start_time
string format: date-time
status
string
dest
Attacked IP Address
string
success
boolean