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.
Body
The session signature obtained from the "Create AUTH-session" call.
The unique identifier of the KVM VPS to check the VNC status.
This value is specific to your VPS.
The expiration timestamp for the session, as obtained from the "Create AUTH-session" call.
Ensure that the session is valid and has not expired.
Response
The status of the operation.
The current VNC status (e.g., enabled, disabled).
The noVNC port for web-based access.
The port used for VNC connections.
The VNC host address.
Was this page helpful?