DDNS_USERNAME, DDNS_PASSWORD

 

Description

Get or Set DDNS (Dynamic Domain Name Server) server login name and password. These are used for DDNS service server authentication.

If the CHANNEL=n was set with this URL to the multiple channel video encoders, this URL is read-only command and the Router's DDNS configurations will be returned.

Input Argument

character strings and the maximum length is 32 including '\0'.
The rules of name setting are defined in the Valid Character in Login Name section in Valid Characters in URI document.
The rules of password setting are defined in the Valid Character in Login Password section in Valid Characters in URI document.

Attribute

Return of Message

DDNS_USERNAME=''
DDNS_PASSWORD=''
OK: DDNS_USERNAME=''
OK: DDNS_PASSWORD=''
or
ERROR: DDNS_USERNAME=''
ERROR: DDNS_PASSWORD=''

Applicability

Status

This URL will be obsolete and replaced by DDNS_CONFIG

See Also

DDNS, DDNS_TYPE, DDNS_HOSTNAME, DDNS_SERVICE, DDNS_CONFIG, V2_DDNS_CONFIG, WAN_STATUS, V2_WAN_STATUS

Example

http://ip:port/cgi-bin/system?USER=Admin&PWD=123456&DDNS_USERNAME
http://ip:port/cgi-bin/system?USER=Admin&PWD=123456&DDNS_PASSWORD
or
http://ip:port/cgi-bin/cmd/system?DDNS_USERNAME
http://ip:port/cgi-bin/cmd/system?DDNS_PASSWORD
http://ip:port/cgi-bin/system?USER=Admin&PWD=123456&DDNS_USERNAME=''
http://ip:port/cgi-bin/system?USER=Admin&PWD=123456&DDNS_PASSWORD=''
or
http://ip:port/cgi-bin/cmd/system?DDNS_USERNAME=''
http://ip:port/cgi-bin/cmd/system?DDNS_PASSWORD=''

Back to

HOME, SYSTEM CGI