list_alarm_rules
list_alarm_rulesRetrieve alarm rules filtered by type or name keyword. Returns list with name, type, threshold, and control period.
Instructions
【📊 查询】获取告警规则列表,可按告警类型或名称筛选。
参数:
alarmType: 告警类型(可选),0-入侵 ~ 6-超速
keyword: 规则名称关键词(可选)
返回: 告警规则列表,含名称、类型、阈值、受控时段
提示: 最多返回 2000 条。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keyword | No | 按规则名称模糊搜索 | |
| alarmType | No | 告警类型: 0-入侵, 1-越界, 2-超限, 3-低位, 4-超时, 5-低电, 6-超速 |