Vivotek IP7130 Security Camera User Manual


 
VIVOTEK - A Leading Provider of Multimedia Communication Solutions
User's Manual - 119
System Logs
Note: This request require Administrator privileges.
Method: GET/POST
Syntax:
http://<servername>/cgi-bin/admin/syslog.cgi
Server will return the most up-to-date system log.
Return:
HTTP/1.0 200 OK\r\n
Content-Type: text/plain\r\n
Content-Length: <syslog length>\r\n
\r\n
<system log information>\r\n
Configuration File (optional)
Note: This request requires Administrator privileges.
Method: GET/POST
Syntax:
http://<servername>/cgi-bin/admin/configfile.cgi?[format=<value>]
Server will return the most up-to-date configuration file.
PARAMETER VALUE DEFAULT DESCRIPTION
format
xml xml Format for the config file.
Return:
HTTP/1.0 200 OK\r\n
Content-Type: text/plain\r\n
Content-Length: <configuration file length>\r\n
\r\n
<configuration data>\r\n