Process alert messages from a device.
POST/api/devices/v1/devicemonitor/alert
Requirements
This endpoint requires a subscription to one of the following plans:
- Professional, Enterprise
and one of the following addons:
- Monitor
HTTP POST to /alert endpoint originates from a device where a monitored entity reach a critical condition or switched from it to normal state. The JWT must be passed in the Authorization headers.
Request
Responses
- 204
- 400
- 500
The service processed the alert.
Invalid Request.
Internal Server Error.