Process alert messages from a device.
POST/api/devices/v1/devicemonitor/alert
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.