curl --location --request GET 'http://172.16.3.245:29880/alarm/threshold/1'
{
"data": {
"id": 0,
"name": "", //阈值名称
"type": 0, //预警类型:1-红色预警 2-橙色预警 3-黄色预警 4-蓝色预警
"stypeid": 0, //设备类型id
"thresholdRule": "", //阈值规则
"stype": "", //设备类型
"deviceId": "" //设备ID
},
"code": 200,
"msg": "success"
}