Get task log
get_task_logRetrieve and stream log lines for a specific Proxmox task using its UPID, enabling diagnosis of task failures.
Instructions
Stream log lines from a Proxmox task (UPID). Useful for diagnosing failures.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | Node that owns the task | |
| upid | Yes | Task UPID | |
| limit | No | Number of log lines (default 100) |