Virtual console websocket
Get websocket connection details for the virtual console of an instance.
Authorization
ApiKeyAuth x-apikey<token>
In: header
Path Parameters
instance_uuid*string
UUID of the instance
Format
uuidResponse Body
application/json
curl -X POST "https://api.dewavps.com/v1/instance/497f6eca-6276-4993-bfeb-53cbbbba6f08/console-websocket"{
"message": "VNC connection",
"data": {
"url": "string",
"password": "string"
}
}