v1

latestOpenAPI 3.0.2Apache 2.02026-07-17292234.0 KB
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, queued packets will be dropped and a new query can be started.

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