Last updated 4 months ago
Was this helpful?
Get the iperf configuration from edge.
The IP address of the edge
Monogoto Edge IP
GET /api/v1/edge/{edgeIp}/iperf HTTP/1.1 Host: api.monogoto.io Authorization: Bearer JWT Accept: */*
sample response body
{ "output": { "iperf": [ { "iperf_version": "iperf", "iperf_port": [ "5001", "3000" ] }, { "iperf_version": "iperf3", "iperf_port": [ "5201", "3001" ] } ] }, "status": "ok" }