cURL
curl --request GET \ --url https://app.aegister.com/api/v1/atb/{id}/traffic/stats-v2 \ --header 'X-Aegister-Token: <api-key>'
{ "data": [ { "timestamp": "2023-11-07T05:31:56Z", "total_requests": 123, "blocked_requests": 123, "end_timestamp": "2023-11-07T05:31:56Z" } ], "total_requests": 123, "blocked_requests": 123 }
Returns aggregated traffic logs (total and blocked requests) grouped into fixed time buckets within the last N minutes.
Unique ID of the ATB device
Time window in minutes to aggregate traffic data. Default is 12 hours.
Aggregated traffic data response
Show child attributes