Admin
Route
List all selected routes
List all selected routes in the system, and their next hop identifier, metric and sequence number. It is possible for a route to be selected and have an infinite metric. This route will however not forward packets.
get/api/v1/admin/routes/selected
Response
Success
Example response
[
{
"subnet": "469:1348:ab0c:a1d8::/64",
"nextHop": "TCP 203.0.113.2:60128 <-> 198.51.100.27:9651",
"metric": 13,
"seqno": 1
}
]