Resolve one address group for UIDs
Operation boundary
- Caller: Trusted backend only
Deprecated
/route/batchEchoes an unbounded UID array inside the selected address group; retained for compatibility.
Query Parameters
Preferred node selector; when supplied it must identify a configured node with an ID greater than 0.
uint641 <= valueLegacy nodeId alias, read only when node_id is absent.
uint641 <= valueLegacy nodeID alias, read only when both node_id and nodeId are absent.
uint641 <= valueAddress-scope selector; any parseable non-zero integer selects intranet addresses, while invalid text behaves as 0 and selects public addresses.
0Request Body
application/json
JSON array of UIDs whose route group is requested.
TypeScript Definitions
Use the request body type in TypeScript.
Array of UID strings; JSON null is also accepted as an empty array, and the current entry does not bound its size.
Array of UID strings; JSON null is also accepted as an empty array, and the current entry does not bound its size.
Response Body
application/json
application/json
application/json
[ { "tcp_addr": "string", "ws_addr": "string", "wss_addr": "string", "uids": [ "string" ] }]