curl --location --request GET 'https://api.flashcat.cloud/api/n9e-plus/notify//sub-alert-rules' \
--header 'X-User-Token: <api-key>'
{
"dat": [
{
"id": 0,
"note": "string",
"cate": "string",
"datasource_ids": [
0
],
"severities": [
0
],
"busi_groups": [
{
"value": "string",
"func": "string"
}
],
"tags": [
{
"func": "string",
"key": "string",
"value": "string"
}
],
"rule_ids": [
0
],
"cluster": "string",
"for_duration": 0,
"redefine_severity": 0,
"new_severity": 0,
"notify_rule_ids": [
0
],
"user_group_ids": "string",
"redefine_channels": 0,
"new_channels": "string",
"redefine_webhooks": 0,
"webhooks": [
"string"
]
}
],
"err": "string"
}