Tunnels
Multi-tunnel or aggregated ping stats
Retrieves a chart-friendly data series for one or multiple tunnels. Possibly used by a front-end chart. This is a single endpoint returning timestamps and data arrays. Requires date range, optional tunnel list.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
PingStatsRequest containing from, to, tunnels array, etc.
The body is of type object
.
Response
200
application/json
Returns { timestamps: [...], data: [ { tunnel_id: ..., latency: [...], packet_loss: [...], mdev: [...] }, ... ] }
The response is of type object
.