Given a site and tunnel, returns average or max stats in the date range. Possibly used by internal microservices.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Tunnel external ID
StatsRangeRequest specifying from/to date range
The body is of type object
.
Returns object { avg_jitter, avg_packet_loss, max_jitter, max_packet_loss }
The response is of type object
.