/ISAPI/Event/notification/httpHosts

Get or set parameters of all HTTP listening servers, add a HTTP listening server, and delete all HTTP listening servers.

Request URI Definition

Table 1 GET /ISAPI/Event/notification/httpHosts

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

Table 2 PUT /ISAPI/Event/notification/httpHosts

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

XML_HttpHostNotificationList

Response

XML_ResponseStatus

Table 3 POST /ISAPI/Event/notification/httpHosts

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

XML_HttpHostNotification

Response

XML_ResponseStatus

Table 4 DELETE /ISAPI/Event/notification/httpHosts

Method

DELETE

Description

Delete all HTTP listening servers.

Query

None

Request

None

Response

XML_ResponseStatus