listEvents
List events from OpManager filtered by device, severity, period, and other criteria to monitor network issues.
Instructions
listEvents
Key parameters:
deviceName: Device name for which the events to be listed
entity: Entity of the event
period: Time period for which events should be listed
severity: Severity of the alarm
category: Device category of the alarm
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | OpManager host address (e.g., 'opmanager.example.com' or 'opmanager.example.com:8061'). Default port is 8061 (HTTPS). | |
| apiKey | Yes | OpManager API key for authentication | |
| entity | No | Entity of the event | |
| period | No | Time period for which events should be listed | |
| category | No | Device category of the alarm | |
| severity | No | Severity of the alarm | |
| eventType | No | EventType of the alarm | |
| deviceName | No | Device name for which the events to be listed |