Skip to main content
POST
/
kvm
/
v2
/
set
/
autohydration_enable
Enable Auto Hydration
curl --request POST \
  --url https://{api_host}.edisglobal.com/kvm/v2/set/autohydration_enable \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --data signature=session_signature_12345 \
  --data kvm_id=kvm_xxxxx_yyyyy \
  --data valid_until=1737476000 \
  --data 'config={"auto_hydration":100}'
{
  "status": "success"
}

Body

application/x-www-form-urlencoded
signature
string
Example:
kvm_id
string
Example:
valid_until
string
Example:
config
string
Example:

Response

status
string
Example: