Returns the gateway peer routing table showing which nodes the gateway is connected to, their RTT, throughput, and path details.
Requires nodes::service:gateway-routes or nodes::remote-execute permission.
Security
JWTAuthorizer
- Mock serverhttps://apidocs.trustgrid.io/_mock/node/{nodeID}/trigger/gateway-routes
- https://api.trustgrid.iohttps://api.trustgrid.io/node/{nodeID}/trigger/gateway-routes
curl -i -X POST \
'https://apidocs.trustgrid.io/_mock/node/{nodeID}/trigger/gateway-routes?wait=1' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"showClusterRoutes": false,
"enableLog": true
}'Response
{ "output": { "available": 0, "connected": 0, "domains": [ … ] } }