HttpHostNotificationList message in XML format
<HttpHostNotificationList version="2.0" xmlns="http://www.isapi.org/ver20/XMLSchema">
<HttpHostNotification>
<id><!--req, xs:string, ID--></id>
<url><!--req, xs:string--></url>
<protocolType><!--req, xs:string, "HTTP,HTTPS,EHome". When the value of this node is EHome, this message can be used to configure the information (such as IP address and port No.) for the AMS (Alarm Management Server) of ISUP 5.0 to listen on. For communication via ISUP 5.0 (MQTT), the listening parameters can be configured and obtained; For other communication methods (such as communication via HTTP, HTTPS, EZVIZ Open Platform, etc.), the listening parameters can only be obtained and cannot be configured--></protocolType>
<parameterFormatType><!--req, xs:string, alarm/event information format, "XML,JSON"--></parameterFormatType>
<addressingFormatType><!--req, xs:string, "ipaddress,hostname"--></addressingFormatType>
<hostName><!--dep, xs:string--></hostName>
<ipAddress><!--dep, xs:string--></ipAddress>
<ipv6Address><!--dep, xs:string--></ipv6Address>
<portNo><!--opt, xs:integer--></portNo>
<userName><!--dep, xs:string--></userName>
<password><!--dep, xs:string--></password>
<httpAuthenticationMethod><!--req, xs:string, "MD5digest,none"--></httpAuthenticationMethod>
<uploadImagesDataType>
<!--opt, xs:string, "URL", "binary" (default), for cloud storage, only "URL" is supported-->
</uploadImagesDataType>
<eventMode><!--opt, xs:string, "all,list"--></eventMode>
<EventList><!--dep, it is valid only when eventMode is "list"-->
<Event><!--req-->
<type><!--req, xs:string--></type>
</Event>
</EventList>
<channels><!--opt, xs:string, "1,2,3,4…"--></channels>
</HttpHostNotification>
</HttpHostNotificationList>
<HttpHostNotificationList version="2.0" xmlns="http://www.isapi.org/ver20/XMLSchema"> <HttpHostNotification> <id>1</id> <url></url> <protocolType>HTTP</protocolType> <parameterFormatType>XML</parameterFormatType> <addressingFormatType>ipaddress</addressingFormatType> <ipAddress>0.0.0.0</ipAddress> <portNo>80</portNo> <userName></userName> <httpAuthenticationMethod>none</httpAuthenticationMethod> </HttpHostNotification> </HttpHostNotificationList>