Compute Cloud API, gRPC: InstanceService.GetSerialPortOutput
Статья создана
Обновлена 17 октября 2024 г.
Returns the serial port output of the specified Instance resource.
gRPC request
rpc GetSerialPortOutput (GetInstanceSerialPortOutputRequest) returns (GetInstanceSerialPortOutputResponse)
GetInstanceSerialPortOutputRequest
{
"instanceId": "string",
"port": "int64"
}
Field |
Description |
instanceId |
string Required field. ID of the instance to return the serial port output for. |
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 |