instance_serial_console

Fetch instance serial console
get/v1/instances/{instance}/serial-console

Path Parameters

instance

Query Parameters

from_start
max_bytes
most_recent
project

Responses

Object
data

The bytes starting from the requested offset up to either the end of the buffer or the request's max_bytes. Provided as a u8 array rather than a string, as it may not be UTF-8.

last_byte_offset

The absolute offset since boot (suitable for use as byte_offset in a subsequent request) of the last byte returned in data.