v1

latestOpenAPI 3.0.02026-07-2248161142.3 KB
Settings

Get configuration

This endpoint retrieves the current configuration settings for the specified KVM VPS.
Provide the signature, kvm_id, and valid_until parameters to fetch the configuration.

post/kvm/v2/get/config

Response

Configuration retrieved successfully.

statusstring

Operation status.

configurationobject

A dictionary of the current configuration settings for the VPS.

Example response

{
  "status": "success",
  "configuration": {
    "boot_timeout": "5000",
    "vnc_keymap": "en-us",
    "cpu_model": "passthrough",
    "disk_driver": "virtio"
  }
}