Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
The start of the time window.
"2025-10-29T10:00:00Z"
The end of the time window.
"2025-10-29T11:00:00Z"
An array of WAN Tunnel UUIDs to query. If omitted, an aggregate of all tunnels is returned.
[
  "9f9510bd-a425-4d9d-a7cf-f845a39e26db",
  "a1b2c3d4-e5f6-7890-1234-567890abcdef"
]The desired number of data points in the response. The data will be aggregated to match this count, up to a maximum of 100.
50