Firmware configuration Use the local RESTAPI to configure the Connect IT 4 device
Digi Connect IT® 4 User Guide
32
After logging in, the local web admin dashboard is displayed.
The dashboard shows the current state of the device.
Dashboard
area Description
Network
activity
Summarizes network statistics: the total number of bytes sent and received over all
configured bridges and Ethernet devices.
Digi Remote
Manager
Displays the device connection status for Digi Remote Manager, the amount of time
the connection has been up, and the Digi Remote Manager device ID.
See Using Digi Remote Manager.
Device Displays the Connect IT 4 device's status, statistics, and identifying information.
Network
Interfaces
Displays the status of the network interfaces configured on the device.
Modems
Provides information about the signal strength and technology of the cellular modem
(s).
Log out of the web interface
n On the main menu, click your user name. Click Log out.
Use the local RESTAPI to configure the Connect IT 4 device
Your Connect IT 4 device includes a RESTAPI that can be used to return information about the
device's configuration and to make modifications to the configuration. You can view the RESTAPI
specification from your web browser by opening the URL:
https://ip-address/cgi-bin/config.cgi
For example:
https://192.168.210.1/cgi-bin/config.cgi
Use the GETmethod to return device configuration information
To return device configuration, issue the GET method. For example, using curl:
$ curl -k -u admin https://ip-address/cgi-bin/config.cgi/value/path -X GET
where:
n ip-address is the IP address of the Connect IT 4 device.
n path is the path location in the configuration for the information being returned.