Compute Cloud API, gRPC: InstanceService.GetSerialPortOutput
Written by
Updated at December 1, 2025
Returns the serial port output of the specified Instance resource.
gRPC request
rpc GetSerialPortOutput (GetInstanceSerialPortOutputRequest) returns (GetInstanceSerialPortOutputResponse)
GetInstanceSerialPortOutputRequest
{
"instance_id": "string",
"port": "int64"
}
|
Field |
Description |
|
instance_id |
string Required field. ID of the instance to return the serial port output for. The maximum string length in characters is 50. |
|
port |
int64 Serial port to retrieve data from. The default is 1. |
GetInstanceSerialPortOutputResponse
{
"contents": "string"
}
|
Field |
Description |
|
contents |
string The contents of the serial port output, starting from the time when the instance |