v1
latestOpenAPI 3.0.02026-07-2248161142.3 KBCollect Information
Get all VPS details
This endpoint retrieves comprehensive details about the specified KVM VPS,
including configuration, resource usage, network settings, and metadata.
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 fetch the information.
post/kvm/v2/get/all_details
Response
All VPS details retrieved successfully.
Example response
{
"status": "success",
"data": {
"hw": {
"ram": "1024",
"disk": "8192",
"cpu_set_cores": "4",
"drive_boost": "204800"
},
"suspended": "n",
"ip": {
"ipv4": [
"192.168.1.10/255.255.255.0",
"192.168.1.11/255.255.255.0"
],
"ipv4_gw": "192.168.1.1",
"ipv4_nm": "255.255.255.0",
"ipv6_gw": "2001:db8::1",
"ipv6_64": "2001:db8:abcd::/64"
},
"hostname": "my-vps-server",
"traffic": {
"data": {
"included_bytes": 4294967296000,
"days_remaining": 30,
"last_updated": "1660023208",
"rx_bytes": "987654321",
"tx_bytes": "123456789",
"rx_packets": "123456",
"tx_packets": "654321"
},
"status": "success"
}
}
}