v1

latestOpenAPI 3.0.2Apache 2.02026-07-17292234.0 KB
Admin
Route

List all active fallback routes

List all fallback routes in the system, and their next hop identifier, metric and sequence number. These routes are available to be selected in case the selected route for a destination suddenly fails, or gets retracted.

get/api/v1/admin/routes/fallback

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
  }
]