Configuration and management
Use the local REST API to configure the TX54 device
TX54 User Guide
50
Dashboard
area
Description
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
Device
Displays the TX54 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 REST API to configure the TX54 device
Your TX54 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:
n
ip-address
is the IP address of the TX54 device.
n
path
is the path location in the configuration for the information being returned.
To determine allowed values for
path
from the Admin CLI:
1. Log into the TX54 command line as a user with full Admin access rights.
Depending on your device configuration, you may be presented with an
Access
selection menu
. Type
admin
to access the Admin CLI.
Summary of Contents for TX54
Page 1: ...TX54 User Guide Firmware version 22 2 ...
Page 190: ...Interfaces Bridging TX54 User Guide 190 ...
Page 293: ...Hotspot Hotspot configuration TX54 User Guide 293 ...
Page 332: ...Hotspot Show hotspot status and statistics TX54 User Guide 332 ...
Page 584: ...Services Simple Network Management Protocol SNMP TX54 User Guide 584 4 Click Download ...