pbs_node_task_log
Retrieve paginated log output for a PBS task by UPID. Use start and limit to navigate through logs without overwhelming responses.
Instructions
READ-ONLY: retrieve a PBS task's log output by UPID, paginated via start/limit. Use pbs_tasks_list to find UPIDs, or pbs_node_task_status for the terminal status only. Needs PROXIMO_PBS_* config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | PBS node name (or 'localhost'). | localhost |
| upid | Yes | The task's Unique Process ID (UPID) string. | |
| limit | No | Max number of log lines to return. | |
| start | No | Line offset to start returning log output from (for pagination). | |
| 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 |