{}
curl --location --request GET 'http://172.16.3.245:29880/alarm/overview?name&type&status&time' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"data": {
"red_count": 2, //红色预警数
"yellow_count": 2, //黄色预警数
"blue_count": 2, //蓝色预警数
"orange_count": 2, //橙色预警数
"total_count": 8 //总预警数量
},
"code": 200,
"msg": "success"
}