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.
Example:
"session_signature_12345"
The unique identifier of the KVM VPS.
Example:
"kvm_xxxxx_yyyyy"
The expiration timestamp for the session, obtained from the 'Create AUTH-session' call.
Example:
"2025-01-12T15:30:00Z"
JSON object containing the auto hydration configuration.
Example: {"auto_hydration":100}
Set autohydration to 100GByte
Example:
"{\"auto_hydration\":100}"
Response
200
application/json
Auto hydration enabled successfully.
Example:
"success"
Was this page helpful?