Send alarms using REST
How to submit alarms to evalink talos programmatically.
To send an alarm via a REST API method, you need to submit the following request:
create a simple alarm via the API
POST
https://talos.evalink.io/api/alarm-service/alarms
Use this endpoint to send an alarm in evalink talos for a specific site (device) and company. NOTE: The endpoint might respond with HTTP 406 Not Acceptable - this should be treated as success. HTTP 406 means that talos is configured to not accept this particular alarm, but the transmission itself was successful. NOTE: The endpoint might respond with HTTP 400 Bad Request - you should not retry the transmission. When the endpoint returns HTTP 400 it means that something is wrong with your request, in this case the client should declare a failure and not retry transmission of the alarm as any subsequent transmission will also fail.
Headers
Request Body
Example Request:
Last updated