JVC VN-V26U Security Camera User Manual


 
Setting Example
/api/param?application.event(1).trigger=v1
Interval can be set to periodic ftp assigned to event(6). Set "i1500" for interval 1500 seconds.
Setting Example
/api/param?application.event(6).trigger=i1500
When setting Trigger upon combining 2 alarm inputs, specify as m1(50)b2. The example above indicates that trigger
will be activated when break is invoked at alarm input 2 within 50 seconds after make is invoked at alarm input 1.
Additionally, combination is only allowed for alarm inputs and not motion detect nor IR Filter. And same alarm can
not be combined. For example, m1(50)m1 is not available.
Setting Example
/api/param?application.event(1).trigger=m1(100)b2
Allowed users admin, operator
6.6. Alarm Environment Setting
The APIs below are related to alarm environment setting. These are equivalent to the features on the Alarm
Environment page of the WEB setting page. Refer to the instruction manual for details on the Alarm Environment
page.
Getting SMTP Server Address Setting from VN-V25/26
Format
/api/param?application.smtp.host
Example of Response
application.smtp.host=192.168.0.200&200 OK
Response example when setting field is left blank
application.smtp.host=&200 OK
Interpretation Acquire the address setting of the SMTP server.
Allowed users admin, operator, user
Setting SMTP Server Address for VN-V25/26
Format
/api/param?application.smtp.host=data
Example
/api/param?application.smtp.host=192.168.0.200
Example of Response
application.smtp.host&200 OK
Interpretation Change the address setting of the SMTP server. Specify the IP address or FQDN. The maximum
FQDN size is 63 bytes. Specify as 0.0.0.0 when the SMTP server is not set. It is also possible to leave the setting field
blank as follows.
/api/param?application.smtp.host=%00
Allowed users admin, operator
Getting SMTP Server Port Number Setting from VN-V25/26
Format
/api/param?application.smtp.port
Example of Response
application.smtp.port=25&200 OK
Interpretation Acquire the port number setting of the SMTP server.
39