getBareMetalVnc
Get VNC URL for a Bare Metal
GET /bare-metals/{baremetal-id}/vnc HTTP/1.1Parameters
{}Response Schema
{
"type": "object",
"properties": {
"vnc": {
"type": "object",
"description": "This object will contain the VNC URL for the Bare Metal Instance",
"properties": {
"url": {
"type": "string",
"description": "This is the VNC URL for the Bare Metal Instance"
}
}
}
}
}