state/state_path/element_name
The state/state_path/element_name URI queries the system for a specific element of the named state group in the system.
URI path
state/state_path/element_name
Supported request method
GET
Queries the system for a specific element of the named state group in the system.
Supported content types
XML
The result is returned in an element with a name corresponding with the item being requested. For example:
<mac> 00:40:9d:68:77:aa</mac>
JSON
The result is assigned to a field corresponding to the requested value. For example:
{ “mac” : “00:40:9d:68:77:aa” }