Acknowledge all alarms.
HTTP Method: POST
Acknowledge All Alarms in Project Node
XML URL: http://localhost/WaWebService/AlarmAckAll/{ProjectName}
JSON URL: http://localhost/WaWebService/Json/AlarmAckAll/{ProjectName}
Acknowledge All Alarms in SCADA Node
XML URL: http://localhost/WaWebService/AlarmAckAll/{ProjectName}/{NodeName}
JSON URL: http://localhost/WaWebService/Json/AlarmAckAll/{ProjectName}/{NodeName}
XML Request:
<AlarmAckAll> <IpAddress>String</IpAddress> <Computer>String</Computer> <User>String</User> </AlarmAckAll>
JSON Request: (http://localhost/WaWebService/Json/AlarmAckAll/Express/Scada)
{ "IpAddress":"String", "Computer":"String", "User":"String" }
Request Parameter:
Field Name |
Description |
IpAddress |
IP Address |
Computer |
Computer Name |
User |
User |
XML Response:
<Result> <Ret>Value</Ret> </Result>
JSON Response:
{ “Ret”:Value, }