Last updated 8 days ago
Get the iperf configuration from edge.
The IP address of the edge
sample response body
const response = await fetch('https://api.monogoto.io/api/v1/edge/{edgeIp}/iperf', { method: 'GET', headers: { "Authorization": "Bearer JWT" }, }); const data = await response.json();