Alarm Handle
Upload the alarm for handle, support batch change handle status
Request parameter
field | type | required | desc |
---|---|---|---|
alarmIDs | array(string) | Yes | Alarm id, multiple |
handleStatus | integer | Handle status: 0: handing,1: handle completed,2: no handle,3: future handle | |
note | string | No | handle remark |
Response Data (object)
none
Example
Request example
json
http://localhost:8080/info_report/v1/update_alarm_handle
{
"alarmIDs":["12554512154521","5456354215456545"],
"handleStatus":1,
"note":""
}
http://localhost:8080/info_report/v1/update_alarm_handle
{
"alarmIDs":["12554512154521","5456354215456545"],
"handleStatus":1,
"note":""
}
Response example
json
{
"hdr": {
"code": 200,
"message": "success"
}
}
{
"hdr": {
"code": 200,
"message": "success"
}
}