v1

latestOpenAPI 3.0.02026-07-2248161142.3 KB
VNC Management

Set VNC keyboard language

This endpoint configures the keyboard language for the VNC session of a specified KVM VPS.
The api_host parameter, obtained from the "Create AUTH-session" response,
is dynamically set in the URL.
Supported keyboard languages include en-us, de, sv, fr, and it.
Provide the signature, kvm_id, valid_until, and vnc_keyboard parameters obtained
from the "Create AUTH-session" call to configure the keyboard language.

post/kvm/v2/set/vnc/keyboard

Response

VNC keyboard language set successfully.

statusstring

Example response

{
  "status": "success"
}