v1
latestOpenAPI 3.0.02026-07-2248161142.3 KBTraffic Pool
Get Auto Hydration Status
This endpoint retrieves the current auto hydration status for a specified KVM VPS.
The api_host parameter, obtained from the 'Create AUTH-session' response, must be included in the request to route the request correctly.
Provide the signature, kvm_id, and valid_until parameters from the 'Create AUTH-session' response to authenticate the request.
post/kvm/v2/get/autohydration_status
Response
Auto hydration status retrieved successfully.
Example response
{
"response_1": {
"status": "success",
"auto_hydration": "off"
},
"or": "OR",
"response_2": {
"status": "success",
"auto_hydration": "100"
}
}