Custom Alerts

Edge Signal supports custom alerts. In order to send custom alerts you need to create one on dashboard.

Create custom alerts

Once you create a new custom alert, you can see the alert id on the top of the dialog. Copy the value of this alert id.

Now this custom alert is ready to be triggered from the device. Edge Signal device agent exposes a local API to the device applications and scripts.

POST http://localhost:5000/api/alerts

Request Body

Name
Type
Description

ruleId*

String

status*

String

Possible values are Triggered or Recovered

Last updated