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.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
PingStatsRequest containing from, to, tunnels array, etc.
The body is of type object
.
Returns { timestamps: [...], data: [ { tunnel_id: ..., latency: [...], packet_loss: [...], mdev: [...] }, ... ] }
The response is of type object
.