Resolve one address group for UIDs
Deprecated
POST
/route/batchEchoes 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.
Format
uint64Range
1 <= valuenodeId?integerDeprecated
Legacy alias read only when node_id is absent.
Format
uint64Range
1 <= valuenodeID?integerDeprecated
Legacy alias read after node_id and nodeId.
Format
uint64Range
1 <= valueintranet?integer
Any parseable non-zero integer selects intranet addresses; invalid text behaves as 0.
Default
0Request 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" ] }]