ssh_tail
Fetch the most recent log lines from a remote board's log file over SSH. Returns specified number of lines instantly with UTF-8 boundary protection and non-blocking operation.
Instructions
Fetch the most recent log lines from the remote log file (e.g. enor.log) via SSH ring buffer.
Instantly returns latest lines with UTF-8 boundary protection, non-blocking.
Args: board_id: The identifier of the board (e.g. 'e1_linux_host') lines: Number of recent lines to retrieve (default: 200)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lines | No | ||
| board_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |