Stream instance logs (SSE)
Streams instance logs as Server-Sent Events. Use the source parameter to select which log to stream:
- app (default): Guest application logs (serial console)
- vmm: Cloud Hypervisor VMM logs
- hypeman: Hypeman operations log
Returns the last N lines (controlled by tail parameter), then optionally continues streaming new lines if follow=true.
get/instances/{id}/logs
Path parameters
idstring required
Instance ID or name
Query parameters
tailinteger
Number of lines to return from end
followboolean
Continue streaming new lines after initial output
source'app' | 'vmm' | 'hypeman'
Log source to stream:
- app: Guest application logs (serial console output)
- vmm: Cloud Hypervisor VMM logs (hypervisor stdout+stderr)
- hypeman: Hypeman operations log (actions taken on this instance)
Response
Log stream (SSE)