GetConsoleOutput
GET /?Action=GetConsoleOutput
Description
Gets the console output for an instance. This console provides the most recent 64 KiB output.
|
Note
|
On Windows instances, the console is handled only on the first boot. It returns no output after the first boot. |
Body parameter
Required: false
Name: GetConsoleOutputRequest
| Name | Description | Required | Schema | Default | Example |
|---|---|---|---|---|---|
InstanceId |
The ID of the instance. |
true |
string |
Responses
HTTP Code 200
| HTTP Code | Description | Schema |
|---|---|---|
200 |
GetConsoleOutputResult |
Response 200
| Name | Description | Required | Schema | Default | Example |
|---|---|---|---|---|---|
instanceId |
The ID of the instance. |
false |
string |
||
output |
The Base64 encoded output of the console. If a command line tool is used, the output is decoded by the tools. |
false |
string |
||
requestId |
The ID of the request. |
false |
string |
||
timestamp |
The time the output was updated for the last time, in ISO 8601 format. |
false |
string |