JVC 686BU Security Camera User Manual


 
40
/api/param?application.event(1).action=mailto/somebody@somecompany.com/none/Me
ssage
Example of Response
application.event(1).action&202 Accepted(application.event(1).status=restart)
Interpretation Set the alarm action of the specified alarm number. Up to 5 alarm actions can be specified, and
therefore the number of alarm(number) can also be set between the range of 1 to 5. Note that alarm numbers are
different from the alarm input pin numbers. A separate API (/api/param?application.event(Number).status=off) is used
to set the alarm action to off.
The action will be activated by setting the alarm trigger. The API for setting the alarm trigger is
/api/param?application.event(Number).trigger.
The changes to settings of alarm action become valid by /api/param?application.event(Number).status=restart.
Specify mailto, mail address, JPEG attach and the character string to be sent when sending via mail. Segments are
indicated by /. The maximum number of characters for the mail address is 95. To attach JPEG, specify object01. If none
is specified instead of object01, JPEG is not attached to the mail. Number of the character string is from 1 to 127 bytes.
To use following characters, specify by hexadecimal number after %.
space & / < > # % " { } | \ ^ [ ] `
For example, specify 3 characters %20 when inserting a space in the character string. For example, to send the character
string "This is alarm.", specify as "This%20is%20alarm.". %09 and %0D are not available.
Setting Example
/api/param?application.event(1).action=mailto/somebody@somecompany.com/object0
1/Alarm%20ON
The character string "Alarm from VN-V685/686/686B" will be stored in the title field of the mail.
Specify recftp, FTP number and the object for PrePostRecording+FTP. The FTP number is fixed as ftp01 at all times.
The object is fixed as object01. Parameters of FTP can be set by other APIs, application.ftp and application.object.
Ensure to set the FTP server (/api/param?application.ftp.host, /api/param?application.object.framerate etc.) before
setting PrePostRecording+FTP.
Setting Example /api/param?application.event(1).action=ftpto/ftp01/object01
Specify tcpto, IP address, port number and the character string to be sent when sending via TCP. Segments are indicated
by /. The number of character string is from 1 to 127 bytes. To use following characters, specify by hexadecimal
number after %.
space & / < > # % " { } | \ ^ [ ] `
For example, specify 3 characters %20 when inserting a space in the character string. For example, to send the character
string "This is alarm.", specify as "This%20is%20alarm.". %09 and %0D are not available.