This endpoint enables auto hydration for a specified KVM VPS, setting the hydration limit to 100 GB.
Use the api_host from the ‘Create AUTH-session’ response to authenticate.
Required parameters:
signature: The session signature obtained from the ‘Create AUTH-session’ call.kvm_id: The unique identifier of the KVM VPS.valid_until: The expiration timestamp for the session.To activate auto hydration, set the config parameter to:
{"auto_hydration":100}
Parameters required to enable auto hydration for a KVM VPS.
The session signature obtained from the 'Create AUTH-session' call.
"session_signature_12345"
The unique identifier of the KVM VPS.
"kvm_xxxxx_yyyyy"
The expiration timestamp for the session, obtained from the 'Create AUTH-session' call.
"1737476000"
JSON object containing the auto hydration configuration.
Example: {"auto_hydration":100}
Set autohydration to 100GByte
"{\"auto_hydration\":100}"
Auto hydration enabled successfully.
"success"