/
/Swagger OpenThread REST API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 9m ago · Updated 2d ago
diagnostics1
node13
  • getGet current active node parameters
  • getRouting Locator IPv6 address of this Thread node.
  • getRouting Locator Router and Child ID (RLOC16).
  • getIEEE 802.15.4 Extended Address (EUI-64).
  • getGet current Thread state.
  • getThread network name this node is part of.
  • getGets the network's leader data.
  • getExtended PAN ID.
  • getGet number of router devices
  • getGet current active operational dataset
  • putCreates or updates the active operational dataset
  • getGet current pending operational dataset
  • putCreates or updates the pending operational dataset
    node

    Get current Thread state.

    State describing the current Thread role of this Thread node.

    • 0: disabled
    • 1: detached
    • 2: child
    • 3: router
    • 4: leader
    get/node/state

    Response

    Successful operation

    number required

    Current state

    Example response

    4

    Changes