ACCOUNT_ROOT_NAME, ACCOUNT_ROOT_PASSWORD

Description

Get or Set root-level account name and password. Only root has authorized to execute this command.

Only the root-level account could have right to get or set all settings in the device. The user-level account could get the video and audio stream and some system information only.

If the CHANNEL=n was set with this URL to the Multi-Channel device, this URL is read-only command and the Router's root ACCOUNT settings will be returned.

Input Argument

Character string (<32 bytes for name and < 64 bytes for password)

Attribute

Return of Message

ACCOUNT_ROOT_NAME='aaaa'
ACCOUNT_ROOT_PASSWORD='111111'
OK: ACCOUNT_ROOT_NAME='aaaa'
OK: ACCOUNT_ROOT_PASSWORD='111111'
or
ERROR: ACCOUNT_ROOT_NAME='aaaa'
ERROR: ACCOUNT_ROOT_PASSWORD='111111'

Applicability

Status

This URL will be obsolete and replaced by ACCOUNT_ROOT

See Also

ACCOUNT, ACCONT_ROOT, ACCOUNT_USER_NAME_N, ACCOUNT_USER_PASSWORD_N, ACCOUNT_USER_N

Example

http://ip:port/cgi-bin/system?USER=Admin&PWD=123456&ACCOUNT_ROOT_NAME
http://ip:port/cgi-bin/system?USER=Admin&PWD=123456&ACCOUNT_ROOT_PASSWORD
or
http://ip:port/cgi-bin/cmd/system?ACCOUNT_ROOT_NAME
http://ip:port/cgi-bin/cmd/system?ACCOUNT_ROOT_PASSWORD
http://ip:port/cgi-bin/system?USER=Admin&PWD=123456&ACCOUNT_ROOT_NAME=aaaa
http://ip:port/cgi-bin/system?USER=Admin&PWD=123456&ACCOUNT_ROOT_PASSWORD=111111
or
http://ip:port/cgi-bin/cmd/system?ACCOUNT_ROOT_NAME=aaaa
http://ip:port/cgi-bin/cmd/system?ACCOUNT_ROOT_PASSWORD=111111

Back to

HOME, SYSTEM CGI