Admin
Route

List all currently queried subnets

List all currently queried subnets in the system, and the amount of seconds until the query expires. These subnets are actively being probed in the network. If no route to them is discovered before the query expires, they will be marked as not reachable temporarily.

get/api/v1/admin/routes/queried

Response

Success

subnetstring

The overlay subnet which we are currently querying

expirationstring

The amount of seconds until the query expires

Example response

[
  {
    "subnet": "503:5478:df06:d79a::/64",
    "expiration": "37"
  }
]

Changes