pve_node_syslog
Retrieve syslog entries from a Proxmox VE node for log inspection. Returns up to 5000 entries, read-only.
Instructions
READ-ONLY: fetch syslog entries from a PVE node for log inspection.
No state change. Returns a list of entry dicts, up to limit (max 5000; higher is rejected with an error).
For the systemd journal (with since/until filtering) use pve_node_journal instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | PVE node name; defaults to the configured node | |
| limit | No | Maximum number of syslog entries to return, max 5000 (values above are rejected) | |
| proximo_target | No | Which configured Proxmox target to run this call against — a target name from your multi-target config (a specific PVE/PBS/PMG/PDM box). Omit to use the single/default target from the environment; the selection applies only to this call. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |