acknowledge_alarm
Change an alarm status from active to acknowledged by providing the alarm ID. Optionally add a note and user ID for confirmation.
Instructions
[已废弃] 请使用 update_warning 替代。确认告警,将告警状态从active改为acknowledged
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | 告警ID | |
| note | No | 确认备注 | |
| userId | No | 确认用户ID(可选) |