curl --location --request GET 'https://api.flashcat.cloud/api/n9e-plus/alert-cur-aggr-events?aggr_key=1787a3e3cd27ac1c81c5fad058115d12&p=1&limit=30&query=&severity=&is_recovered=0&datasource_ids=1' \
--header 'X-User-Token: <api-key>'
{
"err": "string",
"dat": {
"total": 0,
"list": [
{
"id": 0,
"cate": "string",
"is_recovered": 0,
"datasource_id": 0,
"cluster": "string",
"group_id": 0,
"group_name": "string",
"hash": "string",
"rule_id": 0,
"rule_name": "string",
"rule_note": "string",
"rule_prod": "string",
"rule_algo": "string",
"severity": 0,
"prom_for_duration": 0,
"prom_ql": "string",
"rule_config": {
"algo_params": {
"lower_bound": 0,
"lower_times_num": 0,
"seasonal_duration": 0,
"upper_bound": 0,
"upper_times_num": 0
},
"algorithm": "string",
"inhibit": true,
"prom_ql": "string",
"severity": 0
},
"prom_eval_interval": 0,
"callbacks": [
"string"
],
"runbook_url": "string",
"notify_recovered": 0,
"notify_channels": [
"string"
],
"notify_groups": [
"string"
],
"notify_groups_obj": [
"string"
],
"target_ident": "string",
"target_note": "string",
"trigger_time": 0,
"trigger_value": "string",
"recover_time": 0,
"last_eval_time": 0,
"tags": [
"string"
],
"original_tags": [
"string"
],
"annotations": {},
"notify_cur_number": 0,
"first_trigger_time": 0,
"extra_config": {}
}
]
}
}