CONFIG_GET
Description
Get the device's configuration.
The device will reply its configurations as the return message of this URL. Note that some configurations are not the run-time configuration like WAN port configurations.
If the CHANNEL=n was not set with this URL to the Multi-Channel device, the router's configuration will be returned. Otherwise, the channel n video server's configuration will be returned.
Input Argument
None
Attribute
Return of Message
WAN_TYPE='1'
WAN_IP='192.168.0.100'
WAN_NETMASK='255.255.255.0'
WAN_GATEWAY='192.168.0.254'
WAN_PPPOE_USERNAME=''
WAN_PPPOE_PASSWORD=''
SPEED_WAN='0'
LANGUAGE='0'
PORT_HTTP='80'
PORT_SEARCH_1='6005'
PORT_SEARCH_2='6006'
LAN_HOSTNAME='ACTi'
DNS_PRIMARY=''
DNS_SECONDARY=''
DDNS_TYPE='1'
DDNS_HOSTNAME=''
DDNS_SERVICE='dyndns'
DDNS_USERNAME=''
DDNS_PASSWORD=''
DATE_TYPE='2'
........LAYOUT_FOOTER_COPYRIGHT='Copyright@2003-2008 ACTi Corporation All Right Reserved'
COMPANY_NAME='ACTi Corporation'
COMPANY_URL='www.acti.com'
ACTIVEX_URL=''
Applicability
Status
Valid
See Also
Example
http://ip:port/cgi-bin/update?USER=Admin&PWD=123456&CONFIG_GET
Back to