JSON_EventNotificationAlert_MPUpdate

JSON message about the event details of updating the model package

{
  "dateTime": "2018-07-06T15:56:47+08:00",
  "ipAddress": "10.65.70.28",
/*required, string, IPv4 address of the alarm device, the maximum size is 32 bytes*/
  "ipv6Address": "", 
/*optional, string, IPv6 address of the alarm device, the maximum size is 128 bytes*/
  "portNo": 8000, 
/*optional, integer32, communication port of the link*/
  "macAddress": "94:e1:ac:c9:31:0f",
  "channelID": 1, 
/*required, device channel No.*/
  "activePostCount": 1, 
/*event triggered times*/
  "eventType": "MPUpdate",
/*required, string, type of the event that triggered alarm, here it should be set to "MPUpdate"*/
  "eventState": "active",
  "eventDescription": "Model Packages Update", 
/*event description*/
  "channelName": "", 
/*optional, string, channel name*/
  "deviceID":"test0123",
/*optional, string, PUID which is requied for ISUP alarm*/
}