Stream instance logs (SSE)
/instances/{id}/logs
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 logshypeman: Hypeman operations log
Returns the last N lines (controlled by tail parameter), then optionally
continues streaming new lines if follow=true.
Path Parameters
id: string
Query Parameters
follow: optional boolean
Continue streaming new lines after initial output
tail: optional number
Number of lines to return from end
Stream instance logs (SSE)
curl http://localhost:8080/instances/$ID/logs \
-H "Authorization: Bearer $HYPEMAN_API_KEY"