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
}

Changes

Changed in 3 of the 20 revisions of this API.22020

  • 21e4b0112d121010See the full diff
    • removed the optional property ActiveTimestamp from the response with the 200 status

      response-optional-property-removed

    • removed the optional property Channel from the response with the 200 status

      response-optional-property-removed

    • removed the optional property ChannelMask from the response with the 200 status

      response-optional-property-removed

    • removed the optional property ExtPanId from the response with the 200 status

      response-optional-property-removed

    • removed the optional property MeshLocalPrefix from the response with the 200 status

      response-optional-property-removed

    • removed the optional property NetworkKey from the response with the 200 status

      response-optional-property-removed

    • removed the optional property NetworkName from the response with the 200 status

      response-optional-property-removed

    • removed the optional property PSKc from the response with the 200 status

      response-optional-property-removed

    • removed the optional property PanId from the response with the 200 status

      response-optional-property-removed

    • removed the optional property SecurityPolicy from the response with the 200 status

      response-optional-property-removed

    • added the optional property activeTimestamp to the response with the 200 status

      response-optional-property-added

    • added the optional property channel to the response with the 200 status

      response-optional-property-added

    • added the optional property channelMask to the response with the 200 status

      response-optional-property-added

    • added the optional property extPanId to the response with the 200 status

      response-optional-property-added

    • added the optional property meshLocalPrefix to the response with the 200 status

      response-optional-property-added

    • added the optional property networkKey to the response with the 200 status

      response-optional-property-added

    • added the optional property networkName to the response with the 200 status

      response-optional-property-added

    • added the optional property panId to the response with the 200 status

      response-optional-property-added

    • added the optional property pskc to the response with the 200 status

      response-optional-property-added

    • added the optional property securityPolicy to the response with the 200 status

      response-optional-property-added

  • ff8c55936651110See the full diff
    • the response's body type/format changed from / to object/ for status 200

      response-body-type-changed

    • added the optional property ActiveTimestamp to the response with the 200 status

      response-optional-property-added

    • added the optional property Channel to the response with the 200 status

      response-optional-property-added

    • added the optional property ChannelMask to the response with the 200 status

      response-optional-property-added

    • added the optional property ExtPanId to the response with the 200 status

      response-optional-property-added

    • added the optional property MeshLocalPrefix to the response with the 200 status

      response-optional-property-added

    • added the optional property NetworkKey to the response with the 200 status

      response-optional-property-added

    • added the optional property NetworkName to the response with the 200 status

      response-optional-property-added

    • added the optional property PSKc to the response with the 200 status

      response-optional-property-added

    • added the optional property PanId to the response with the 200 status

      response-optional-property-added

    • added the optional property SecurityPolicy to the response with the 200 status

      response-optional-property-added

  • 54157cc83c30110See the full diff
    • the response's body type/format changed from object/ to / for status 200

      response-body-type-changed

    • removed the optional property activeTimestamp from the response with the 200 status

      response-optional-property-removed

    • removed the optional property channel from the response with the 200 status

      response-optional-property-removed

    • removed the optional property channelMask from the response with the 200 status

      response-optional-property-removed

    • removed the optional property extPanId from the response with the 200 status

      response-optional-property-removed

    • removed the optional property meshLocalPrefix from the response with the 200 status

      response-optional-property-removed

    • removed the optional property networkKey from the response with the 200 status

      response-optional-property-removed

    • removed the optional property networkName from the response with the 200 status

      response-optional-property-removed

    • removed the optional property panId from the response with the 200 status

      response-optional-property-removed

    • removed the optional property pskc from the response with the 200 status

      response-optional-property-removed

    • removed the optional property securityPolicy from the response with the 200 status

      response-optional-property-removed

    This revision also has 33 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog