GET /api/v1/history_alerts?_page={page}&_limit={pageSize}
GET /api/v1/history_alerts?_page=1&_limit=10
{
"items": [
{
"alertContent": "湿度过高",
"alertDetail": {
"HUMIDITY": 59.9,
"TEMPERATURE": 21.8,
"TimeStamp": 1539140375
},
"alertName": "湿度过高",
"alertSeverity": 1,
"alertSeverityLabel": "紧急",
"alertTimes": 48,
"createAt": "2018-10-10 10:59:35",
"deviceID": "3F_TEMP_1",
"deviceName": "工业温湿度传感器",
"endTime": "2018-10-10 10:59:35",
"id": 7,
"startTime": "2018-10-10 10:55:30",
"updateAt": null
},
{
"alertContent": "湿度过高",
"alertDetail": {
"HUMIDITY": 59.9,
"TEMPERATURE": 21.4,
"TimeStamp": 1539140094
},
"alertName": "湿度过高",
"alertSeverity": 1,
"alertSeverityLabel": "紧急",
"alertTimes": 9,
"createAt": "2018-10-10 10:54:54",
"deviceID": "3F_TEMP_1",
"deviceName": "工业温湿度传感器",
"endTime": "2018-10-10 10:54:54",
"id": 6,
"startTime": "2018-10-10 10:54:09",
"updateAt": null
}
],
"meta": {
"count": 5,
"limit": 10,
"page": 1
}
}
DELETE /api/v1/history_alerts?ids=alertIDS
DELETE /api/v1/history_alerts?ids=3