Opens a streaming session that sends a configurable amount of data to the destination node and measures throughput. Progress is streamed as text while the test runs; a summary line with rate in Mbps is emitted at the end.
Use ?wait=1 to block until the test completes and receive the full output.
Requires nodes::service:gateway-perf or nodes::remote-execute permission.
Security
JWTAuthorizer
- Mock serverhttps://apidocs.trustgrid.io/_mock/node/{nodeID}/trigger/gateway-perf
- https://api.trustgrid.iohttps://api.trustgrid.io/node/{nodeID}/trigger/gateway-perf
curl -i -X POST \
'https://apidocs.trustgrid.io/_mock/node/{nodeID}/trigger/gateway-perf?wait=1' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"dest": "edge-node.example.trustgrid.io",
"gwPath": "string",
"bytes": 10000000,
"messageSize": 50000,
"windowSize": 1000000
}'