Traffic Pool
Enable Auto Hydration
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}
POST
Body
application/x-www-form-urlencoded
Parameters required to enable auto hydration for a KVM VPS.
The session signature obtained from the 'Create AUTH-session' call.
The unique identifier of the KVM VPS.
The expiration timestamp for the session, obtained from the 'Create AUTH-session' call.
JSON object containing the auto hydration configuration.
Example: {"auto_hydration":100}
Set autohydration to 100GByte
Response
200
application/json
Auto hydration enabled successfully.
Was this page helpful?