config/settings_group (with instances)

The config/settings_groupURI gets a list of known instance specifiers, for settings that have them. Each settings group has its own unique elements, and those settings records are not documented here. They closely match the format available from the device via Digi’s RCI protocol. The method for pulling the current configuration and pushing configuration changes to individual settings records follows.

URI path

config/settings_group

Supported request method

GET

Queries the system for a list of URIs corresponding to the instances of the named settings group 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 block corresponding to the name of the settings group. For example:

<interface>
         <element>config/interface/wlan0</element>
</interface>

JSON

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

{ “interface” : [ “config/interface/wlan0” ] }

 

© 2019 Digi International Inc. All rights reserved.
config/settings_group (with instances) updated on 18 Oct 2017 10:26 AM