[
{
"alarmTime": "2025-03-06T15:14:55.906Z",
"predictionTime": "2025-03-07T15:14:55.906Z",
"pointType": 0,
"extInfo": "",
"indicator": "TSS",
"pointName": "",
"nodeCode": ".sensor_out.TSS",
"grade": 1,
"value": 183.67221,
"message": "超出尾水标准 正常范围[0,10],当前值183.67221;",
"alarmType": 2
},
{
"alarmTime": "2025-03-06T15:14:55.906Z",
"predictionTime": "2025-03-07T15:14:55.906Z",
"pointType": 0,
"extInfo": "",
"indicator": "TP",
"pointName": "",
"nodeCode": ".sensor_out.TP",
"grade": 0,
"value": 4.745655,
"message": "超出预警阈值 正常范围[0,0.4],当前值4.745655;",
"alarmType": 2
}
]
curl --location --request POST 'https://online-products.dhichina.cn/gateway/wwtp-paas-service/api/Alarm/AddAlarmLogs' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"alarmTime": "2025-03-06T15:14:55.906Z",
"predictionTime": "2025-03-07T15:14:55.906Z",
"pointType": 0,
"extInfo": "",
"indicator": "TSS",
"pointName": "",
"nodeCode": ".sensor_out.TSS",
"grade": 1,
"value": 183.67221,
"message": "超出尾水标准 正常范围[0,10],当前值183.67221;",
"alarmType": 2
},
{
"alarmTime": "2025-03-06T15:14:55.906Z",
"predictionTime": "2025-03-07T15:14:55.906Z",
"pointType": 0,
"extInfo": "",
"indicator": "TP",
"pointName": "",
"nodeCode": ".sensor_out.TP",
"grade": 0,
"value": 4.745655,
"message": "超出预警阈值 正常范围[0,0.4],当前值4.745655;",
"alarmType": 2
}
]'
{
"status": true,
"code": "000000",
"message": null,
"traceId": null
}