v1
latestOpenAPI 3.0.02026-07-2248161142.3 KBCollect Information
Get basic details
This endpoint retrieves a few basic details about the 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 obtained
from the same response to access the VPS details.
post/kvm/v2/get/details
Response
Basic details about the KVM VPS retrieved successfully.
Example response
{
"status": "success",
"data": {
"hw": {
"ram": "5120",
"disk": "46080",
"cpu_set_cores": "socket",
"drive_boost": "102400"
},
"suspended": "n",
"ip": {
"ipv4": [
"192.168.0.101/255.255.255.0",
"192.168.0.102/255.255.255.0"
],
"ipv4_gw": "192.168.0.1",
"ipv4_nm": "255.255.255.0",
"ipv6_gw": "fe80::1",
"ipv6_64": "fe80::/64"
},
"hostname": "example-host"
}
}