get_active_alarms
Retrieve active security alarms from Firewalla firewall to monitor and analyze real-time network threats. Filter, sort, and group alarms by type, source, or region to manage alerts effectively.
Instructions
Retrieve current security alerts and alarms from Firewalla firewall
Input Schema
Name | Required | Description | Default |
---|---|---|---|
cursor | No | Pagination cursor from previous response | |
groupBy | No | Group alarms by field (e.g., type, box) | |
limit | No | Results per page (optional, default: 200, API maximum: 500) | |
query | No | Search query for filtering alarms (default: status:1 for active). Use type:N where N is: 1=Security Activity, 2=Abnormal Upload, 3=Large Bandwidth Usage, 4=Monthly Data Plan, 5=New Device, 6=Device Back Online, 7=Device Offline, 8=Video Activity, 9=Gaming Activity, 10=Porn Activity, 11=VPN Activity, 12=VPN Connection Restored, 13=VPN Connection Error, 14=Open Port, 15=Internet Connectivity Update, 16=Large Upload. Examples: type:8 (video), type:10 (porn), region:US, source_ip:* | |
sortBy | No | Sort alarms (default: ts:desc) |