get_alerts
Retrieve alerts and warnings for IoT devices with optional filters by device ID, severity, or resolution status. Get only open alerts by default, with configurable limits.
Instructions
Ruft Alerts und Warnungen fuer IoT-Geraete ab.
Args: device_id: Filtert Alerts fuer ein bestimmtes Geraet (optional) severity: Filtert nach Schwere (info, warning, error, critical) resolved: Wenn True, zeigt auch geloeste Alerts (Standard: False = nur offene) limit: Maximale Anzahl zurueckgegebener Alerts (Standard: 20)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device_id | No | ||
| severity | No | ||
| resolved | No | ||
| limit | No |