state

The state URI gets a list of state categories.

URI path

state

Supported request method

GET

Queries the system for a list of URIs corresponding with the state groups in the system.

Supported content types

HTML

The result URIs are turned into URLs relative to the device, and returned in an HTML list.

XML

The result URIs are each wrapped in element tags, and returned within a state block. For example:

<state>

<state>
          <element>state/device_info</element>
          <element>state/device_stats</element>
          <element>state/interface_info</element>
</state>

JSON

The result URI strings are collected in an array assigned to a state field. For example:

{ “state” : [ “state/device_info”, “state/device_stats”,
              “state/interface_info” ]  }

 

© 2019 Digi International Inc. All rights reserved.
state updated on 18 Oct 2017 10:15 AM