v1
latestOpenAPI 3.0.02026-07-2248161142.3 KBVNC Management
Get VNC status
This endpoint retrieves the current status of the VNC session for a specified KVM VPS.
The api_host parameter, obtained from the "Create AUTH-session" response,
is dynamically set in the URL.
Provide the signature, kvm_id, and valid_until parameters to get the VNC session status.
post/kvm/v2/get/vnc/status
Response
VNC status retrieved successfully.
Example response
{
"status": "success",
"vnc_status": "enabled",
"novnc_port": 6080,
"vnc_port": "5901",
"vnc_host": "example.edis.at"
}