Menu

gateways

get avaliable gateway list

API

  • Address: /api/dynamic/gateways
  • Method: GET

Params

| param | type | description | mandatory | default |

Response

json Copy
{
    "code": 0,
    "msg": "success",
    "data": [
        {
            "host": "geo.redhatip.com",
            "port": 32345
        }
    ]
}

Explain Response

param type description remark
host string gateway host name
port number gateway port
Previous
Use IPs
Next
traffic detail
Last modified: 2025-06-20