WuKongIM Docs

Resolve Gateway addresses

GET/route

Returns the configured public or intranet addresses; node aliases are checked in node_id, nodeId, nodeID order.

Query Parameters

node_id?integer

Preferred node selector. A specified value must be a configured positive uint64.

Formatuint64
Range1 <= value
nodeId?integer
Deprecated

Legacy alias read only when node_id is absent.

Formatuint64
Range1 <= value
nodeID?integer
Deprecated

Legacy alias read after node_id and nodeId.

Formatuint64
Range1 <= value
intranet?integer

Any parseable non-zero integer selects intranet addresses; invalid text behaves as 0.

Default0

Response Body

application/json

application/json

application/json

{  "tcp_addr": "string",  "ws_addr": "string",  "wss_addr": "string"}