Skip to main content
POST
Get WAN tunnel ping statistics

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

tunnelId
string
required

The WAN tunnel identifier.

Example:

"wan_2m3h5n7k9j8g7f6e5d4c3b2a1"

Body

application/json
from
string<date-time>
required

The start of the time window.

Example:

"2025-10-29T10:00:00Z"

to
string<date-time>
required

The end of the time window.

Example:

"2025-10-29T11:00:00Z"

tunnels
string<uuid>[]

An array of WAN Tunnel UUIDs to query. If omitted, an aggregate of all tunnels is returned.

Example:
datapoints
integer
default:100

The desired number of data points in the response. The data will be aggregated to match this count, up to a maximum of 100.

Example:

50

Response

Time-series ping statistics for the requested tunnels.

timestamps
integer<int64>[]

An array of Unix timestamps (in milliseconds) corresponding to each data point.

Example:
data
object[]

An array of tunnel data series.