102
Admin-level CGI commands (administrator level privilege)
Query FW version
Method: GET
URL:
http://<ip>/adm/sysinfo.cgi
Return: Network Camera will return a Web page that contains the following messages.
HTTP/1.0 200 OK \r\n
…
content-type: text/plain\r\n
\r\n
Firmware Version: V1.0.01\r\n
Serial Number: SQJ00G100001\r\n
Reboot
Method: GET
URL:
http://<ip>/adm/reboot.cgi
Return:
HTTP/1.0 200 OK \r\n
…
content-type: text/plain\r\n
\r\n
OK\r\n
Restore to factory defaults
Method: GET
URL:
http://<ip>/adm/reset_to_default.cgi
Return:
HTTP/1.0 200 OK \r\n
…
content-type: text/plain\r\n
\r\n
OK\r\n