Get or set parameters of all HTTP listening servers, add a HTTP listening server, and delete all HTTP listening servers.
Method |
GET |
Description |
Get parameters of all HTTP listening servers. |
Query |
security: the version No. of encryption scheme. When security does not exist, it indicates that the data is not encrypted; when security is 1, it indicates that the nodes of sensitive information in the message are encrypted in AES128 CBC mode; when security is 2, it indicates that the nodes of sensitive information in the message are encrypted in AES256 CBC mode. |
Request |
None |
Response |
Succeeded: XML_HttpHostNotificationList Failed: XML_ResponseStatus |
Method |
PUT |
Description |
Set parameters of all HTTP listening servers. |
Query |
security: the version No. of encryption scheme. When security does not exist, it indicates that the data is not encrypted; when security is 1, it indicates that the nodes of sensitive information in the message are encrypted in AES128 CBC mode; when security is 2, it indicates that the nodes of sensitive information in the message are encrypted in AES256 CBC mode. |
Request |
|
Response |
Method |
POST |
Description |
Add a HTTP listening server. |
Query |
security: the version No. of encryption scheme. When security does not exist, it indicates that the data is not encrypted; when security is 1, it indicates that the nodes of sensitive information in the message are encrypted in AES128 CBC mode; when security is 2, it indicates that the nodes of sensitive information in the message are encrypted in AES256 CBC mode. |
Request |
|
Response |
Method |
DELETE |
Description |
Delete all HTTP listening servers. |
Query |
None |
Request |
None |
Response |