{
"name": "迮丽萍",
"typeid": 16,
"stypeid": 5,
"thresholdRule": "这是一段该设备阈值规定规则"
}
curl --location --request POST 'http://172.16.3.245:29880/alarm/threshold/add' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "迮丽萍",
"typeid": 16,
"stypeid": 5,
"thresholdRule": "这是一段该设备阈值规定规则"
}'
{
"data": {},
"code": 0,
"msg": "success"
}