username:passwordAuthorization: Basic *****************{
"hostid": 128,
"sockets":1,
"cores": 2,
"threads": 2,
"memory": 1024,
"systemDiskSize": 40,
"flowLimit": 0,
"bandwidth": 100,
"natnum": 10,
"resetFlowTime": 0,
"outFlow": 0,
"extraFlowLimit": 0
}curl --location --request PUT '/api/v1/pve/updateVm' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"hostid": 128,
"sockets":1,
"cores": 2,
"threads": 2,
"memory": 1024,
"systemDiskSize": 40,
"flowLimit": 0,
"bandwidth": 100,
"natnum": 10,
"resetFlowTime": 0,
"outFlow": 0,
"extraFlowLimit": 0
}'{}