cURL
curl --request GET \ --url https://app.aegister.com/api/v1/atb/{id}/store-window/ \ --header 'X-Aegister-Token: <api-key>'
{ "error": 0, "messages": "<array>", "data": { "top_source_ips": [ { "ip": "<string>", "hits": 123 } ], "top_destination_ips": [ { "ip": "<string>", "hits": 123 } ], "top_denied_traffic": [ { "src_ip": "<string>", "dst_ip": "<string>", "hits": 123 } ], "top_communicators": [ { "ip": "<string>", "total_hits": 123, "as_source": 123, "as_destination": 123 } ] } }
Retrieve aggregated traffic window statistics for a Threat Blocker device.
Top N
Any value different from 0 indicates an error. More details can be found in messages.
messages
0 <= x <= 0
0
If error is 1, contains zero or more details on the error.
error
1
[]
Show child attributes