WuKongIM Docs

Resolve one address group for UIDs

Deprecated

POST/route/batch

Echoes an unbounded UID array inside the selected address group; retained for compatibility.

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

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Unbounded by the current Product HTTP entry.

[index: integer]?string

Response Body

application/json

application/json

application/json

[  {    "tcp_addr": "string",    "ws_addr": "string",    "wss_addr": "string",    "uids": [      "string"    ]  }]