[
{
"nodeCode": "HY_line1_CD_QSET",
"indicator": "1线碳源实际投加速率",
"grade": 1,
"maxValue": 1000,
"minValue": 0,
"alarmType": 1,
"nodeType": 2,
"unit": "L/h",
"message": "碳源投加超过1000L/h,请检查,是否需要人工控制",
"id": "3a134c4b-e807-e2ba-02b2-4a5cd2b21f38"
},
{
"nodeCode": "HY_line2_CD_QSET",
"indicator": "2线碳源实际投加速率",
"grade": 1,
"maxValue": 1000,
"minValue": 0,
"alarmType": 1,
"nodeType": 2,
"unit": "L/h",
"message": "碳源投加超过1000L/h,请检查,是否需要人工控制",
"id": "3a134c4b-e807-1457-6026-0a8f6e061209"
}
]
curl --location --request POST 'https://online-products.dhichina.cn/gateway/wwtp-paas-service/api/Alarm/UpdateAlarmConfigs' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"nodeCode": "HY_line1_CD_QSET",
"indicator": "1线碳源实际投加速率",
"grade": 1,
"maxValue": 1000,
"minValue": 0,
"alarmType": 1,
"nodeType": 2,
"unit": "L/h",
"message": "碳源投加超过1000L/h,请检查,是否需要人工控制",
"id": "3a134c4b-e807-e2ba-02b2-4a5cd2b21f38"
},
{
"nodeCode": "HY_line2_CD_QSET",
"indicator": "2线碳源实际投加速率",
"grade": 1,
"maxValue": 1000,
"minValue": 0,
"alarmType": 1,
"nodeType": 2,
"unit": "L/h",
"message": "碳源投加超过1000L/h,请检查,是否需要人工控制",
"id": "3a134c4b-e807-1457-6026-0a8f6e061209"
}
]'
{
"status": true,
"code": "000000",
"message": null,
"traceId": null
}