Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
  • Blog
  • Pricing
  • Documentation
Yandex project
© 2025 Yandex.Cloud LLC
Yandex Compute Cloud
  • Yandex Container Solution
  • Access management
  • Terraform reference
    • Authentication with the API
      • Overview
        • Overview
        • Get
        • List
        • Create
        • Update
        • Delete
        • UpdateMetadata
        • GetSerialPortOutput
        • Stop
        • Start
        • Restart
        • AttachDisk
        • DetachDisk
        • AttachFilesystem
        • DetachFilesystem
        • AttachNetworkInterface
        • DetachNetworkInterface
        • AddOneToOneNat
        • RemoveOneToOneNat
        • UpdateNetworkInterface
        • ListOperations
        • Move
        • Relocate
        • SimulateMaintenanceEvent
        • ListAccessBindings
        • SetAccessBindings
        • UpdateAccessBindings
  • Monitoring metrics
  • Audit Trails events
  • Release notes

In this article:

  • gRPC request
  • GetInstanceSerialPortOutputRequest
  • GetInstanceSerialPortOutputResponse
  1. API reference
  2. gRPC
  3. Instance
  4. GetSerialPortOutput

Compute Cloud API, gRPC: InstanceService.GetSerialPortOutput

Written by
Yandex Cloud
Updated at November 26, 2024
  • gRPC request
  • GetInstanceSerialPortOutputRequest
  • GetInstanceSerialPortOutputResponse

Returns the serial port output of the specified Instance resource.

gRPC requestgRPC request

rpc GetSerialPortOutput (GetInstanceSerialPortOutputRequest) returns (GetInstanceSerialPortOutputResponse)

GetInstanceSerialPortOutputRequestGetInstanceSerialPortOutputRequest

{
  "instance_id": "string",
  "port": "int64"
}

Field

Description

instance_id

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.

GetInstanceSerialPortOutputResponseGetInstanceSerialPortOutputResponse

{
  "contents": "string"
}

Field

Description

contents

string

The contents of the serial port output, starting from the time when the instance
started to boot.

Was the article helpful?

Previous
UpdateMetadata
Next
Stop
Yandex project
© 2025 Yandex.Cloud LLC