Query alarms
How to access the alarms within your company in evalink talos.
get a list of alarms for your company
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"_embedded": {
"alarms": [
{
"alarmCode": "string",
"alarmMsg": "string",
"alarmStatus": "CLOSED",
"alarmStoredTimestamp": 0,
"alarmType": "string",
"alarmValue": true,
"alarmZone": "string",
"alarmZoneName": "string",
"channelId": "string",
"companyId": "string",
"definition": "string",
"deviceGroupId": "string",
"deviceId": "string",
"headers": [
{
"name": "string",
"value": "string"
}
],
"id": "string",
"messageId": "string",
"partition": "string",
"partitionName": "string",
"payload": "string",
"protocol": "CONTACT_ID",
"severity": 0,
"shortId": "string",
"source": "string",
"technical": true,
"testMessage": true,
"timestamp": 0
}
]
},
"_links": {}
}get a list of alarms for a particular site (device)
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
Last updated
Was this helpful?