Get BACnet Health

The Enlighted Manage (EM) integrates seamlessly with the Building Management System (BMS) via the BACnet interface. Use this API to poll the Manage to determine if BACnet is running or not running.

Request

GET https://{em_ip_address_or_hostname}/ems/api/org/bacnet/health

Parameters

Request 
em_ip_address or hostname: The Manage’s IP address or hostname
Response 
status: 0 – BACnet is running
1 – BACnet not running

Sample Code

Poll the EM 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

HTTP/1.1 200 OK
Server: Apache-Coyote/1.1
Content-Type: application/json
Content-Length: 7582
Date: Sat, 21 Jul 2015 17:06:51 GMT
{
  "status": "0"
}

 

Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request

Comments

Article is closed for comments.