pbs_node_journal
Fetches systemd journal lines from a Proxmox Backup Server node using UNIX epoch timestamps or journal cursors for filtering. Returns a list of log entries.
Instructions
READ-ONLY: fetch systemd journal lines from a PBS node. Returns a list of journal-line strings. Note: since/until here are UNIX-epoch INTEGERS (the /journal convention on both PBS and PVE); the free-text date-time-string form is on the /syslog endpoint, not here. For the classic syslog view use pbs_node_syslog. Needs PROXIMO_PBS_* config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | PBS node name (or 'localhost'). | localhost |
| since | No | Display log since this UNIX epoch (integer); conflicts with startcursor. | |
| until | No | Display log until this UNIX epoch (integer); conflicts with endcursor. | |
| endcursor | No | End before this journal cursor token; conflicts with until. | |
| lastentries | No | Limit to the last N lines; conflicts with a cursor/time range. | |
| startcursor | No | Start after this journal cursor token; conflicts with since. | |
| 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 |