Get bare metal server console URL
Bare Metal
Get bare metal server console URL
Returns a URL to access the remote console for a bare metal server.
GET
Get bare metal server console URL
Documentation Index
Fetch the complete documentation index at: https://gcore-doc-915.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token.
Example: apikey 1234$abcdef
Path Parameters
Project ID
Example:
1
Region ID
Example:
1
Server ID
Example:
"024a29e-b4b7-4c91-9a46-505be123d9f8"
Query Parameters
Console type
Available options:
serial, vnc Example:
"vnc"
Response
200 - application/json
OK
Remote console information
Example:
{
"protocol": "vnc",
"type": "novnc",
"url": "https://console-novnc.example.com/vnc_auto.html?path=%3Ftoken%3Df445c4b6-0a77-4fae-bc0e-147201dbfbea"
}