Last updated 2 months ago
Was this helpful?
Get the iperf configuration from edge.
/v1/edge/{edgeIp}/iperf
The IP address of the edge
Monogoto Edge IP
curl -L \ --url 'https://api.monogoto.io/api/v1/edge/{edgeIp}/iperf' \ --header 'Authorization: Bearer JWT'
{ "output": { "iperf": [ { "iperf_version": "iperf", "iperf_port": [ "5001", "3000" ] }, { "iperf_version": "iperf3", "iperf_port": [ "5201", "3001" ] } ] }, "status": "ok" }