The alarm center is for receiving the events or alarms of security control panel and handling the alarms. Before notifying the events or alarms to alarm center, you must configure it.
Function |
Description |
---|---|
Get Configuration Capability |
Call NET_DVR_STDXMLConfig to transmit the request URI: GET /ISAPI/SecurityCP/Configuration/ARC/capabilities?format=json, and the capability is returned in the message of JSON_ARCCap. |
Get Multiple Alarm Centers' Parameters |
Call NET_DVR_STDXMLConfig to transmit the request URI: GET /ISAPI/SecurityCP/Configuration/ARC?format=json, and the configuration parameters are returned in the message of JSON_List_ARC. |
Get An Alarm Center' Parameters |
Call NET_DVR_STDXMLConfig to transmit the request URI: GET /ISAPI/SecurityCP/Configuration/ARC/<ID>?format=json, and the configuration parameters are returned in the message of JSON_ARC. |
Set An Alarm Center's Parameters |
Call NET_DVR_STDXMLConfig to transmit the request URI: PUT /ISAPI/SecurityCP/Configuration/ARC/<ID>?format=json, and set the request message to JSON_ARC. |
Get Dial-Up Parameters of Security Control Panel |
Call NET_DVR_GetDVRConfig with "NET_DVR_GET_ALARMDIALMODECFG" (command No.: 1198) and set lChannel to 0. The parameters are returned in the structure NET_DVR_ALARMHOSTDIALCFG by lpOutBuffer. |
Set Dial-Up Parameters of Security Control Panel |
Call NET_DVR_SetDVRConfig with "NET_DVR_SET_ALARMDIALMODECFG" (command No.: 1199), set lChannel to 0, and set lpInBuffer to the structure NET_DVR_ALARMHOSTDIALCFG. |
Get the capability of ARC manual test |
Call NET_DVR_STDXMLConfig to transmit the request URI: GET /ISAPI/SecurityCP/Configuration/ARC/manualTest/capabilities?format=json. And the capability is returned in the message JSON_ARCManualTestCap by lpOutputParam. |
Set ACR manual test parameters |
Call NET_DVR_STDXMLConfig to transmit the request URI: PUT /ISAPI/SecurityCP/Configuration/ARC/manualTest?format=json and set lpInBuffer of lpInputParam to the message JSON_ARCManualTest. |
Get the manual test status of a single ARC |
Call NET_DVR_STDXMLConfig to transmit the request URI: POST /ISAPI/SecurityCP/Configuration/ARC/manualTest/status?format=json and set lpInputParam to the message JSON_ARCManualTestID. The status is returned in the message JSON_ARCManualTestStatus by lpOutputParam. |