VNC Management
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
Body
application/x-www-form-urlencoded
Required parameters to configure the VNC keyboard language.
All parameters must be passed in the request body as `application/x-www-form-urlencoded`.
The body is of type object
.
Response
200
application/json
VNC keyboard language set successfully.
The response is of type object
.