Skip to main content

Attack & Traffic Overview

GET 

/partner/logs/attack_traffic_overview/:user_domain_idx

Retrieve overall attack/attacker summary and daily statistics for the specified domain.

Request

Responses

200Success
Response 200
{
"message": {
"key": "RES000000",
"value": "success"
},
"attack": {
"count_summary": {
"visits": {
"total": 123,
"previous": null,
"change_rate": null,
"period_label": null
},
"attacks": {
"total": 123,
"previous": null,
"change_rate": null,
"period_label": null
},
"malicious_ip_block": {
"total": 123,
"previous": null,
"change_rate": null,
"period_label": null
},
"bot_block": {
"total": 123,
"previous": null,
"change_rate": null,
"period_label": null
}
},
"logs": [
{
"date": "2026-01-01",
"visits": 0,
"attacks": 0,
"malicious_ip_block": 0,
"bot_block": 0
}
]
}
}
Schema Details
FieldTypeDescription
messageobject
attackobject