Time of the Last Active Alarm
Use the following URL to retrieve the last time when there was a change to the Active alarms table
URL
/api/v1/alarms/active/lastChange
HTTP Method
GET
HTTP Responses
| ■ | 200 OK |
| ■ | 404 Not Found – when alarm is not found |
The returned value represents the local device time when last active alarm was raised or cleared in RFC3339 format.
Example
| ■ | Request: |
GET /api/v1/alarms/active/lastChange HTTP/1.1 Host: 10.4.219.229
| ■ | Response: |
HTTP/1.1 200 OK
Content-Type: application/json
{
"lastChange": "2016-06-09 19:00:00+03:00"
}