![Digi Connect EZ Mini User Manual Download Page 42](http://html1.mh-extra.com/html/digi/connect-ez-mini/connect-ez-mini_user-manual_2496436042.webp)
Configuration and management
Use the local REST API to configure the Connect EZ device
Digi Connect EZ Mini User Guide
42
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 Connect EZ device
Your Connect EZ 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 Connect EZ 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 Connect EZ 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.
2. At the command line, type
config
to enter configuration mode:
> config
(config)>
3. At the config prompt, type
?
(question mark):
(config)> ?
auth
Authentication
cloud
Central management
firewall
Firewall
monitoring
Monitoring
network
Network
serial
Serial
service
Services
system
System