Logs Authlog
logs_authlogRetrieve authentication logs from LibreNMS across the entire server, with optional time range, pagination, and sort controls for auditing login activity.
Instructions
Get authentication logs from LibreNMS.
Auth logs are server-wide rather than per-device, so this takes no hostname.
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 | |||