curl --location 'https://api.flashcat.cloud/api/n9e-plus/notify//alert-cur-events?stime=&etime=&limit=undefined&p=undefined&severity=1&is_recovered=undefined&query=undefined&prods=undefined&cate=undefined&bgid=undefined' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2Nlc3NfdXVpZCI6IjM2ZTRjZjI3LWI4OWYtNDFlZS04ZDhmLWZiMjdhMmZlZGIzOSIsImF1dGhvcml6ZWQiOnRydWUsImV4cCI6MTc3NTExMTEyMywidXNlcl9pZGVudGl0eSI6IjEtcm9vdCJ9.IwPWDg92AjjvuUTGplaXgpexmOSsONx73M7Y7pOI_vE' \
--header 'X-User-Token: <api-key>'{
"err": "",
"dat": {
"total": 100,
"list": [
{
"id": 12345,
"rule_id": 101,
"rule_name": "event01",
"rule_note": "测试告警规则",
"rule_prod": "prom",
"severity": 2,
"status": 1,
"trigger_time": 1627776000,
"cluster": "localhost",
"group_id": 1,
"group_name": "默认业务组",
"target_ident": "localhost",
"target_note": "本地主机",
"tags_json": [
"__name__=mem_available_percent",
"env=localhost",
"ident=Z2p1eo7xw1Brqm3SdsZ"
],
"trigger_value": "95.4",
"annotations": "内存使用率过高",
"first_trigger_time": 1627776000,
"recover_time": 0
}
]
}
}