Runs arping -i {iface} {host} on the node and streams the output. Useful for verifying Layer 2 reachability on a given interface.
Use ?wait=1 to block and receive the command output.
Requires nodes::service:tg-arping or nodes::remote-execute permission.
Security
JWTAuthorizer
- Mock serverhttps://apidocs.trustgrid.io/_mock/node/{nodeID}/trigger/tg-arping
- https://api.trustgrid.iohttps://api.trustgrid.io/node/{nodeID}/trigger/tg-arping
curl -i -X POST \
'https://apidocs.trustgrid.io/_mock/node/{nodeID}/trigger/tg-arping?wait=1' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"iface": "eth0",
"host": "192.168.1.1"
}'