Runs a download and/or upload throughput test between the node and the Trustgrid control plane speed-test endpoints. Results stream as JSON objects containing downloadMbps, maxDownloadMbps, uploadMbps, and maxUploadMbps.
Use ?wait=1 to block until the test completes and receive the full output.
Requires nodes::service:speed-test or nodes::remote-execute permission.
Security
JWTAuthorizer
- Mock serverhttps://apidocs.trustgrid.io/_mock/node/{nodeID}/trigger/speed-test
- https://api.trustgrid.iohttps://api.trustgrid.io/node/{nodeID}/trigger/speed-test
curl -i -X POST \
'https://apidocs.trustgrid.io/_mock/node/{nodeID}/trigger/speed-test?wait=1' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"action": "download"
}'