Sends echo packets to the specified destination node through the Trustgrid gateway overlay and reports round-trip latency. Results stream as JSON objects with RTT measurements.
Use ?wait=1 to block until the session ends and receive buffered output.
Requires nodes::service:gateway-ping or nodes::remote-execute permission.
Security
JWTAuthorizer
- Mock serverhttps://apidocs.trustgrid.io/_mock/node/{nodeID}/trigger/gateway-ping
- https://api.trustgrid.iohttps://api.trustgrid.io/node/{nodeID}/trigger/gateway-ping
curl -i -X POST \
'https://apidocs.trustgrid.io/_mock/node/{nodeID}/trigger/gateway-ping?wait=1' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"dest": "gateway.example.trustgrid.io",
"gwPath": "string",
"interval": 5,
"size": 64,
"sendJson": false
}'