System Messages
This topic provides the example and description of the event "SYSTEM_MESSAGES".
Trigger condition
Milesight Development Platform will send the system messages to the Webhook URI using a POST request with a JSON payload.
Example
{
"eventID":"7e666639-a0c7-44ba-b8a1-6f1f76312fae", // The unique ID of this event.
"eventCreatedTime":"1742873820", // The time at which the event occurs.Unit: s
"eventVersion":"1.0",
"eventType":"SYSTEM_MESSAGES" // The event type.
"data":{
"message":{ // The system message content.
"errCode":"",
"info":""
}
},
"type":"CONFIG", // Type of the system message.
}
}
- Task type
-
Type Description SYSTEM_ALERT
The Milesight Development Platform will stop sending if it fails to send notifications to the call URI for multiple times. This message can only be checked on the Webhook Simulation page of application. SERVICE_NOTICE
The Milesight Development Platform will update this message when the number of daily available Webhook push has reaches the limit.