v1
latestOpenAPI 3.0.02026-07-2248161142.3 KBTraffic Pool
Get Hydration Log
This endpoint retrieves the hydration (refill) log for a specified KVM VPS.
The api_host parameter, obtained from the "Create AUTH-session" response,
is dynamically set in the URL.
Use the query parameter to filter the log by client or kvm.
post/kvm/v2/get/refill_log
Response
Hydration log retrieved successfully.
Example response
{
"status": "success",
"log": [
{
"ts": "2023-03-29 09:47:10",
"gbytes": "100",
"kvm": "kvm_123456_789012"
}
]
}