Nebius Israel
Contact usConsole
  • GPU
  • Docs
© 2023 Nebius Israel Ltd
Compute Cloud
  • Container Solution
  • Access management
  • Pricing policy
  1. API reference
  2. REST
  3. Instance
  4. getSerialPortOutput

Compute Cloud API, REST: Instance.getSerialPortOutput

  • HTTP request
  • Path parameters
  • Query parameters
  • Response

Returns the serial port output of the specified Instance resource.

HTTP requestHTTP request

GET https://compute.api.il.nebius.cloud/compute/v1/instances/{instanceId}:serialPortOutput

Path parametersPath parameters

Parameter Description
instanceId

Required. ID of the instance to return the serial port output for.

The maximum string length in characters is 50.

Query parametersQuery parameters

Parameter Description
port

Serial port to retrieve data from. The default is 1.

Value must be one of 1, 2, 3 or 4.

ResponseResponse

HTTP Code: 200 - OK

{
  "contents": "string"
}
Field Description
contents string

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

© 2023 Nebius Israel Ltd
In this article:
  • HTTP request
  • Path parameters
  • Query parameters
  • Response