v1

latestOpenAPI 3.0.2Apache 2.02026-07-17292234.0 KB
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

subnetstring

The overlay subnet for which this is the route

nextHopstring

A way to identify the next hop of the route, where forwarded packets will be sent

seqnointeger

the sequence number advertised with this route by the source

Example response

[
  {
    "subnet": "469:1348:ab0c:a1d8::/64",
    "nextHop": "TCP 203.0.113.2:60128 <-> 198.51.100.27:9651",
    "metric": 13,
    "seqno": 1
  }
]