Skip to main content
POST
Upload Threat Blocker traffic v2

Authorizations

X-Aegister-Token
string
header
required

Path Parameters

id
integer
required

Body

date
number<double>

Timestamp of the log batch.

start_ts
number<double>

Start timestamp of the window.

end_ts
number<double>

End timestamp of the window.

total_requests
integer

Total number of requests in this window.

malicious_requests
integer

Number of malicious requests detected.

log_messages
object[]

Array of traffic log entries with src_ip, dst_ip, action, timestamp, traffic_direction, src_port, dst_port, fw_rule, malicious, score fields.

Response

201 - application/json
status
string
Example:

"success"

inserted
integer

Number of log entries indexed.