Skip to main content
GET
/
servers
/
{server}
/
novnc
Alias for console URL
curl --request GET \
  --url https://console.wenium.com/api/servers/{server}/novnc \
  --header 'Authorization: Bearer <token>'
{
  "status": true,
  "data": "https://pve1.wenium.com/novnc/?url=..."
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

server
integer
required

Response

200 - application/json

Console URL (noVNC)

status
boolean
Example:

true

data
string
Example:

"https://pve1.wenium.com/novnc/?url=..."