Get iperf

GET iperf configuration from Edge

get

Get the iperf configuration from edge.

Authorizations
Path parameters
edgeIpstring · enumrequired

The IP address of the edge

Options: Monogoto Edge IP
Responses
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"
}        

Last updated

Was this helpful?