Traffic 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
Body
application/x-www-form-urlencoded
Parameters required to retrieve the auto hydration status of 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"
Was this page helpful?