Sony SNCDH110W User Manual

Page of 132
CGI Command Manual   
28 
10 Information request command 
This request is to be used for getting information such a result of motion detection or status of the sensor 
input in the form of "HTTP bit stream". 
 
Before using this command, you should configure as described below: 
 "AlamData" parameter in system.cgi is set to "on". 
 Configure motion object detection or unattended object detection if you need the information. 
 
<Method> 
GET 
 
<Syntax> 
http://ip_adrress/command/alarmdata.cgi 
http://ip_adrress/command/alarmdata.cgi[?interval=<value>] 
 
<Parameters> 
interval=<value> 
Parameter "interval" means interval seconds between the information is coming. The range of <value> is 
from 0 to 3600. When 0 is specified the information is updated only when it changes. 
 
<Example> 
(Except SNT-EP104, SNT-EP154) 
GET/command/alarmdata.cgiHTTP/1.1Host: 
192.168.0.100 Connection: Keep-Alive 
HTTP/1.0 200 OK¥r¥n 
Content-Type: multipart/x-mixed-replace;boundary=--myboundary¥r¥n 
¥r¥n 
--myboundary¥r¥n 
Content-Type: text/plain¥r¥n 
CamTim: 2007-04-01 Sun 14:10:43¥r¥n 
¥r¥n 
Sensor1=0¥r¥n 
Sensor2=0¥r¥n 
Sensor3=0¥r¥n 
Sensor4=0¥r¥n 
OdWin1=0¥r¥n 
OdWin2=0¥r¥n 
OdWin3=0¥r¥n 
OdWin4=0¥r¥n 
VMF=0¥r¥n