Number of alerts since last power up

GET /ATX/alerts/count

Returns the number of alerts since last power up. The number is incremented per each alert as they occur.

Example request:

GET /ATX/alerts/count HTTP/1.0
Host: 192.168.168.168
Accept: application/json, text/javascript

Example response:

HTTP/1.0 200 OK
Content-Type: application/json

{
   "count":25
}
Response JSON Object:
 
  • count (number) – The number of alert events since last power up