{
"nodeid": 10,
"hostname": "vpctest22",
"sockets":1,
"cores": 2,
"threads": 2,
"nested": false,
"modelGroup": 2,
"cpu": "host",
"arch": "x86_64",
"memory": 1024,
"storage": "auto",
"systemDiskSize": 40,
"os": "Ubuntu-24.04.3-x64.qcow2",
"osType": "linux",
"flowLimit": 0,
"bandwidth": 100,
"ipv4num":1,
"ipv6num":0,
"ipConfig":{
"1": ""
},
"dataDisk": {
"1":40
},
"onBoot": 1,
"username": "root",
"password":"asd123456",
"ifnat": 0,
"natnum": 0,
"resetFlowTime": 0,
"flowLimit":0,
"networkType":"vpc",
"vpcSubnetId":3,
"initScriptId": 1
}curl --location '/createVm' \
--header 'Content-Type: application/json' \
--data '{
"nodeid": 10,
"hostname": "vpctest22",
"sockets":1,
"cores": 2,
"threads": 2,
"nested": false,
"modelGroup": 2,
"cpu": "host",
"arch": "x86_64",
"memory": 1024,
"storage": "auto",
"systemDiskSize": 40,
"os": "Ubuntu-24.04.3-x64.qcow2",
"osType": "linux",
"flowLimit": 0,
"bandwidth": 100,
"ipv4num":1,
"ipv6num":0,
"ipConfig":{
"1": ""
},
"dataDisk": {
"1":40
},
"onBoot": 1,
"username": "root",
"password":"asd123456",
"ifnat": 0,
"natnum": 0,
"resetFlowTime": 0,
"flowLimit":0,
"networkType":"vpc",
"vpcSubnetId":3,
"initScriptId": 1
}'{}