Authorization: Bearer ********************
curl --location --request GET 'http://39.100.59.112:8000/stat/recquery?page=1&size=20' \
--header 'Accept;'
{
"code": 0,
"message": "string",
"data": {
"count": 0,
"next": "string",
"previous": "string",
"results": [
{
"id": 0,
"attack_ip": "string",
"ip_region": "string",
"attack_time": 0,
"attack_duration": "string",
"request_method": "string",
"request_path": "string",
"attack_type": "string",
"defend_type": "string",
"attack_info": "string",
"request_info": {
"Method": "string",
"URL": "string",
"Proto": "string",
"Headers": "string",
"Body": "string"
}
}
]
}
}