Tunnels
(Internal) Retrieve summarized ping stats for a tunnel
Given a site and tunnel, returns average or max stats in the date range. Possibly used by internal microservices.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Tunnel external ID
Body
application/json
StatsRangeRequest specifying from/to date range
The body is of type object
.
Response
200
application/json
Returns object { avg_jitter, avg_packet_loss, max_jitter, max_packet_loss }
The response is of type object
.