Body
Required parameters to retrieve the VNC session status.
All parameters must be passed in the request body as application/x-www-form-urlencoded
.
The session signature obtained from the "Create AUTH-session" call.
"session_signature_12345"
The unique identifier of the KVM VPS to check the VNC status.
This value is specific to your VPS.
"kvm_123456_789012"
The expiration timestamp for the session, as obtained from the "Create AUTH-session" call.
Ensure that the session is valid and has not expired.
"1737476000"
Response
VNC status retrieved successfully.
The status of the operation.
"success"
The current VNC status (e.g., enabled, disabled).
"enabled"
The noVNC port for web-based access.
6080
The port used for VNC connections.
"5901"
The VNC host address.
"example.edis.at"