Starts an interactive MTR (Matt's Traceroute) session to the specified host. Results stream as terminal output.
Use ?wait=1 to block and receive the buffered MTR output.
Requires nodes::service:tg-mtr or nodes::remote-execute permission.
Security
JWTAuthorizer
- Mock serverhttps://apidocs.trustgrid.io/_mock/node/{nodeID}/trigger/tg-mtr
- https://api.trustgrid.iohttps://api.trustgrid.io/node/{nodeID}/trigger/tg-mtr
curl -i -X POST \
'https://apidocs.trustgrid.io/_mock/node/{nodeID}/trigger/tg-mtr?wait=1' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"hostname": "8.8.8.8",
"options": "--report",
"cols": 80
}'