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
Example response
[
{
"subnet": "469:1348:ab0c:a1d8::/64",
"nextHop": "TCP 203.0.113.2:60128 <-> 198.51.100.27:9651",
"metric": 13,
"seqno": 1
}
]