ACCOUNT_ROOT_NAME, ACCOUNT_ROOT_PASSWORD

 

Description

ACCOUNT_ROOT_NAME is for root-level account name access.
ACCOUNT_ROOT_PASSWORD is for root-level account password access.
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.
The URL ROOT_ACCOUNT could access root-level account name and password at the same time. That is more efficient then these two URLs.

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 root ACCOUNT settings will be returned.

Input Argument

character string (<32 bytes for name and < 64 bytes for password)
The valid characters for account name are defined in the Valid Character in Login Name section in Valid Characters in URI document.
The valid characters for account password are defined in the Valid Character in Login Password in Valid Characters in URI document.
Note: The root account name and password must be valid strings. They are not allow to be NULL.

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