Hi @gcusello In the log, we receive the payload model below. In the 'entities' section, I've only specified one device status, but in reality, there are 11 device statuses in a single log messa...
See more...
Hi @gcusello In the log, we receive the payload model below. In the 'entities' section, I've only specified one device status, but in reality, there are 11 device statuses in a single log message. I want to create an alert: if a device goes offline, it will trigger one alert, and when it comes online, it will trigger a clear alarm alert. I specify having only one alert because we receive logs every 2 minutes from AWS, and to avoid multiple alerts for the same device going offline and online.. Hope it is clear what my requirement is. response_details: ▼{ response_payload:▼ { entities: ▼{ id:"YYYYYYY", name:"ABC", onlineStatus:"ONLINE", serialNumber:"XXXXXXX", },