pbs_node_syslog
Fetch syslog entries from a PBS node. Specify node, limit, date range, line numbers, or service filter to retrieve relevant log lines.
Instructions
READ-ONLY: fetch syslog entries from a PBS node. Returns a list of {n, t} dicts (n=line number, t=text). For the systemd journal (with epoch/cursor filtering) use pbs_node_journal instead. Needs PROXIMO_PBS_* config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | PBS node name (or 'localhost'). | localhost |
| limit | No | Max number of syslog entries to return. | |
| since | No | Display log since this date-time string. | |
| start | No | Start line number. | |
| until | No | Display log until this date-time string. | |
| service | No | Filter to one systemd service's lines. | |
| 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 |