Lynx Integration
This is a Business Intelligence Service (https://help.sureviewsystems.com/hc/en-us/articles/360011267857) Integration which defines it's own endpoint and listens for incoming POST
requests with an JSON
body which defines the alarm itself, converts it into an Immix IncomingAlarm
and hands it over to the Business Intelligence Service to process.
Features
Integration | Features | SDK | Model/Firmware Tested | Available in System Updates |
---|---|---|---|---|
Lynx Decoder | HTTP Post Alarms | N/A | N/A |
Required Ports
Note: These are default ports only
From | To | Port | Use |
---|---|---|---|
Lynx | Lynx Integration | 80 TCP | Receiving alerts via HTTP |
Lynx | Lynx Integration | 443 TCP | Receiving alerts via HTTP |
Alarm Configuration
The client needs to be configured to accept POST requests to a host running the Immix Lynx integration with either port 80 or port 443 open, for either HTTP or HTTPS.
The expected URL root path is:
http(s)://host/BusinessRisk/Lynx/
Where host
is the hostname of the Immix server.
Require SureView Packages
Business Intelligence Service: version 1.4.29106 or higher.
External Video: version 1.4.30815 or higher.
Database: version 1.4.30621 or higher.
UI: version 1.4.30705 or higher.
Device Service: version 1.4.30617 or higher.
Data Service: version 1.4.30760 or higher.
Lynx Decoder
The Lynx API Decoder is setup to parse JSON messages in this format:
{
"Alarm": "GCPS School on Hard Lock Down",
"LocationName": "Wilmington Elementary School",
"LocationAddress": "Jay St, Tampa, FL 32562, United States",
"URL1": "https://websealurl/cameraidentifier1/axis-cgi/mjpg/video.cgi?resolution=640x480&videocodec=mjpg",
"URL2": "https://websealurl/cameraidentifier2/axis-cgi/mjpg/video.cgi?resolution=640x480&videocodec=mjpg",
"URL3": "https://websealurl/cameraidentifier3/axis-cgi/mjpg/video.cgi?resolution=640x480&videocodec=mjpg",
"URL4": "https://websealurl/cameraidentifier4/axis-cgi/mjpg/video.cgi?resolution=640x480&videocodec=mjpg"
}
See https://dev.azure.com/sureviewcc/CC/_wiki/wikis/ImmixCC.wiki/1333/External-Video for External Video setup.
Comments
0 comments
Please sign in to leave a comment.