This API is used to obtain the address for remotely logging in to an ECS using VNC.
POST /v2.1/{project_id}/servers/{server_id}/remote-consoles
Add a microversion using the HTTP request header X-OpenStack-Nova-API-Version or OpenStack-API-Version.
For example, X-OpenStack-Nova-API-Version: 2.6 or OpenStack-API-Version: compute 2.6
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
remote_console |
Yes |
Object |
Obtains the address for remotely logging in to an ECS using VNC. For details, see Table 3. |
Table 4 describes the response parameters.
Parameter |
Type |
Description |
|---|---|---|
remote_console |
Object |
Obtains the address for remotely logging in to an ECS. For details, see Table 5. |
POST https://{endpoint}/v2.1/13c67a214ced4afb88d911ae4bd5721a/servers/47bc79ae-df61-4ade-9197-283a74e5d70e/remote-consoles
{
"remote_console" : {
"type" : "novnc",
"protocol": "vnc"
}
}
{
"remote_console": {
"url": "https://nova-novncproxy.az21.dc1.domainname.com:8002/vnc.auto.html?token=80fa7c8d-37fe-451e-8b08-bfbd9fb6a4df&lang=EN",
"type": "novnc",
"protocol": "vnc"
}
}
See Error Codes.