DDNS_HOSTNAME
Description
Get or Set DDNS (Dynamic Domain Name Server) host name configuration. This allows people to access this device through this host name.
If the CHANNEL=n was set with this URL to the Multi-Channel device, this URL is read-only command and the Router's DDNS configurations will be returned.
Input Argument
Character strings (< 128 Bytes)
Attribute
Return of Message
DDNS_HOSTNAME=''
OK: DDNS_HOSTNAME='camera1.com'
or
ERROR: DDNS_HOSTHANE=''
Applicability
Status
This URL will be obsolete and replaced by DDNS_CONFIG
See Also
DDNS, DDNS_TYPE, DDNS_SERVICE, DDNS_USERNAME, DDNS_PASSWORD, DDNS_CONFIG, V2_DDNS_CONFIG, WAN_STATUS, V2_WAN_STATUS
Example
http://ip:port/cgi-bin/system?USER=Admin&PWD=123456&DDNS_HOSTNAME
or
http://ip:port/cgi-bin/cmd/system?DDNS_HOSTNAME
http://ip:port/cgi-bin/system?USER=Admin&PWD=123456&DDNS_HOSTNAME=camera1.com
or
http://ip:port/cgi-bin/cmd/system?DDNS_HSTNAME=camera1.com
Back to