BACnet Health¶
The Enlighted on-prem Manage (EM) server integrates seamlessly with the Building Management System (BMS) via the BACnet interface. Use this API to poll the Enlighted Manage to determine if BACnet is running or not.
Request¶
GET https://{em_ip_address_or_hostname}/ems/api/org/bacnet/health
Parameters¶
Name | Description |
---|---|
Request | |
em_ip_address_or_hostname | Manage’s IP address or hostname |
Response | |
status: | 0 – BACnet is running; 1 – BACnet not running |
Sample Request¶
Poll the Manage server with the IP address to see if BACnet is running. The response ‘0’ indicates BACnet is running.
GET https://{192.80.3.2}/ems/api/org/bacnet/health
Sample Response¶
{
"status": "0"
}