Skip to content

Get per-minute gateway RTT telemetry for a node's VPN peer connections

Request

Returns time-series RTT (round-trip time) statistics for each VPN peer the node is connected to. Each element covers one minute bucket. Results are only available for online appliance nodes.


Requires nodes::read permission.

Security
JWTAuthorizer
Path
nodeIDstringrequired

Node ID

Query
startDatenumberrequired

Start of the time range as a Unix timestamp (seconds)

endDatenumberrequired

End of the time range as a Unix timestamp (seconds)

curl -i -X GET \
  'https://apidocs.trustgrid.io/_mock/v2/node/{nodeID}/plugin-logs/gateway-details?startDate=0&endDate=0' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

OK

Bodyapplication/json
Array [
statsArray of objects

Per-peer RTT measurements for this time bucket

]
Response
[ { "stats": [] } ]