Get iperf
Get the iperf configuration from edge.
Authorizations
Path parameters
edgeIpstring · enumRequiredPossible values:
The IP address of the edge
Responses
200
sample response body
application/json
get
GET /api/v1/edge/{edgeIp}/iperf HTTP/1.1
Host: api.monogoto.io
Authorization: Bearer JWT
Accept: */*
200
sample response body
{
"output": {
"iperf": [
{
"iperf_version": "iperf",
"iperf_port": [
"5001",
"3000"
]
},
{
"iperf_version": "iperf3",
"iperf_port": [
"5201",
"3001"
]
}
]
},
"status": "ok"
}
Last updated
Was this helpful?