curl --location --request POST 'https://api.flashcat.cloud/api/n9e/busi-groups/alert-status' \
--header 'X-User-Token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"rule_id": 1,
"start_time": 1751945615,
"end_time": 1752032015,
"labels": "",
"step": 60
}'
{
"dat": {
"timestamp": [
{
"metric": {
"__name__": "n9e_alert_rule_1_status_timestamp",
"env": "localhost",
"ident": "iZbp1eo7swl3ry8jom5k6dZ",
"metric_name": "mem_active",
"ref": "0"
},
"values": [
[
1752031595,
"1752031581"
],
[
1752031655,
"1752031641"
],
[
1752031715,
"1752031701"
],
[
1752031775,
"1752031761"
],
[
1752031835,
"1752031821"
],
[
1752031895,
"1752031881"
],
[
1752031955,
"1752031941"
],
[
1752032015,
"1752032001"
]
]
}
],
"value": [
{
"metric": {
"__name__": "n9e_alert_rule_1_status_value",
"env": "localhost",
"ident": "iZbp1eo7swl3ry8jom5k6dZ",
"metric_name": "mem_active",
"ref": "0"
},
"values": [
[
1752031595,
"2156838912"
],
[
1752031655,
"2183757824"
],
[
1752031715,
"2207547392"
],
[
1752031775,
"2181660672"
],
[
1752031835,
"2187329536"
],
[
1752031895,
"2187624448"
],
[
1752031955,
"2173136896"
],
[
1752032015,
"2216218624"
]
]
}
]
},
"err": ""
}