Information
NOTE: This is a Business Intelligence Service Integration which means the "Business Intelligence Service" module must be installed for it to work.
- Manufacturer: NC4 (877-566-1700)
- Product: Gunshot Detection & Lockdown System
- Type: Alarm Receiver
Overview
The EAGL integration listens for incoming HTTP POST requests from EAGL servers, converts them to SureView alarms and forwards them through the Business Intelligence Service.
Prerequisites
In order to use the EAGL integration, you must have the "Business Intelligence Service" package installed. Please see the "Business Intelligence Service" article for more details.
Installation
This integration can be installed using the sureview package installer. Firstly ensure the required prerequisites have been met. Then Using Setup, install the latest version of the "EAGL" module.
Once the package has been successfully installed this can be confirmed by ensuring DevEAGL.dll has been placed in the Immix Cloud\SVBusinessIntelligence directory.
Required Ports
Protocol | Outgoing communication | Incoming communication |
HTTPS | N/A | 443 |
HTTP | N/A | 80 |
Alarms
Once the integration is installed it is loaded by the Business Intelligence Service and will start listening on the ports stated above for incoming HTTP POST requests which contain a JSON body.
The expected URL root path is:
http(s)://<host>/BusinessIntelligence/EAGL/
Where "host" is the hostname of the SureView server.
The EAGL Alerts have the following format:
{
"alertId":171,
"tagId":1201,
"floorNum":"1",
"weaponCalType":"",
"caliberConfLvl":"",
"location":"","lat":35.145061,
"lng":-106.602257,
"rtc":"4/23/21 15:13:27.872",
"locationAddress":"Adaptive Response Address Not Set"
}
Comments
0 comments
Please sign in to leave a comment.