logs_authlog
Retrieve authentication logs for a device from LibreNMS to audit login attempts. Filter by timestamps, paginate, and sort results for efficient review.
Instructions
Get auth logs for a device from LibreNMS.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return | |
| start | No | Number of results to skip (offset) for pagination | |
| to_ts | No | End timestamp filter (Unix timestamp or datetime string) | |
| from_ts | No | Start timestamp filter (Unix timestamp or datetime string) | |
| sortorder | No | Sort order: ASC or DESC |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||