v1

latestSwagger 2.02026-07-17443059.0 KB

Return the Neighbor Table populated on a Router.

get/config/neighborTable

Response

The Neighbor Table populated on the Router.

eui64string required

The EUI64 of the neighbor device.

etxinteger required

ETX EWMA of the neighbor device.

rslinteger required

RSL EWMA of the neighbor device.

rssiinteger required

Raw RSSI for the neighbor device.

panSizeinteger required

The device's reported PAN size.

routingCostinteger required

The device's reported routing cost.

ipAddressesstring[] required

The IP addresses of the neighbor device. IPv6 address strings are formatted per RFC 5952.

timeSinceLastRxinteger required

msec since last Rx from the neighbor device.

isParentStatus0 | 1 | 2 required

The RPL parent status of the neighbor. 0 means the neighbor is not a RPL parent, 1 means the neighbor is a RPL parent, 2 means the neighbor is the preferred RPL parent.

Example response

[
  {
    "ipAddresses": [
      "FF02::1"
    ]
  }
]