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.
"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.
"2025-01-12T15:30:00Z"
Response
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"
Was this page helpful?