curl --location 'https://m1.apifoxmock.com/m1/1293445-0-default/api/alarm/list'{
"reqId": "string",
"ts": 0,
"code": "string",
"message": "string",
"data": {
"total": 0,
"items": [
{
"id": "string",
"level": "RECOVERY",
"status": "ING",
"name": "string",
"summary": "string",
"firstOccurrenceTime": "2019-08-24T14:15:22.123Z",
"lastOccurrenceTime": "2019-08-24T14:15:22.123Z",
"lastNotifyTime": "2019-08-24T14:15:22.123Z",
"taskId": "string",
"nodeId": "string",
"metric": "TASK_STATUS_ERROR",
"syncType": "string"
}
]
}
}