{
"hostid": "4370",
"cpu": "4",
"memory": "8000",
"sys_disk_size": "60",
"data_disk_size": "200",
"net_out": "30",
"net_in": "120",
"snapshoot": "41",
"backups": "41",
"flow_limit": "401",
"is_nat": 0,
"port_num": 0,
"domain_num": 0
}curl --location --request POST 'api/v1/updateHost' \
--header 'signature;' \
--header 'apiuser;' \
--header 'Content-Type: application/json' \
--data-raw '{
"hostid": "4370",
"cpu": "4",
"memory": "8000",
"sys_disk_size": "60",
"data_disk_size": "200",
"net_out": "30",
"net_in": "120",
"snapshoot": "41",
"backups": "41",
"flow_limit": "401",
"is_nat": 0,
"port_num": 0,
"domain_num": 0
}'{
"msg": "success",
"code": 0,
"time": 1765018580
}