Log Out Of The Web Interface; Use The Local Rest Api To Configure The Connect It 4 Device; Use The Get Method To Return Device Configuration Information - Digi Connect IT 4 User Manual

Hide thumbs Also See for Connect IT 4:
Table of Contents

Advertisement

Firmware configuration
After logging in, the local web admin dashboard is displayed.
The dashboard shows the current state of the device.
Dashboard
area
Description
Summarizes network statistics: the total number of bytes sent and received over all
Network
configured bridges and Ethernet devices.
activity
Digi Remote
Displays the device connection status for Digi Remote Manager, the amount of time
Manager
the connection has been up, and the Digi Remote Manager device ID.
See
Device
Displays the Connect IT 4 device's status, statistics, and identifying information.
Network
Displays the status of the network interfaces configured on the device.
Interfaces
Modems
Provides information about the signal strength and technology of the cellular modem
(s).

Log out of the web interface

On the main menu, click your user name. Click Log out.
n
Use the local REST API to configure the Connect IT 4 device
Your Connect IT 4 device includes a REST API that can be used to return information about the
device's configuration and to make modifications to the configuration. You can view the REST API
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 GET method 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:
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.
n
Digi Connect IT® 4 User Guide
Use the local REST API to configure the Connect IT 4 device
Using Digi Remote
Manager.
32

Advertisement

Table of Contents
loading

Table of Contents