v1

latestOpenAPI 3.0.0Apache2026-07-1717614.3 KB
node

Get current active operational dataset

get/node/dataset/active

Response

Returns currently active operational dataset

NetworkKeystring

Network key, 16 bytes long, formatted as a hexadecimal string

NetworkNamestring

Network name, 16 bytes long

ExtPanIdstring

Extended PAN ID, 8 bytes long, formatted as a hexadecimal string

MeshLocalPrefixstring

Mesh local IPv6 prefix

PanIdinteger

IEEE 802.15.4 PAN ID of the Thread network

Channelinteger

IEEE 802.15.4 channel of the Thread network

PSKcstring

The pre-shared commissioner key

ChannelMaskinteger

Channel mask

Example response

{
  "ActiveTimestamp": {
    "Seconds": 10
  },
  "NetworkKey": "08277229F21FB7342D705D3CEFDC042A",
  "NetworkName": "OpenThread-e445",
  "ExtPanId": "996D3BEE320097A3",
  "MeshLocalPrefix": "fd33:d3b9:89e3:72e4::/64",
  "PanId": 58437,
  "Channel": 21,
  "PSKc": "FD943ECA225A28979B991EFAC1218A72",
  "SecurityPolicy": {
    "RotationTime": 672,
    "ObtainNetworkKey": true,
    "NativeCommissioning": true,
    "Routers": true,
    "ExternalCommissioning": true
  },
  "ChannelMask": 134215680
}