{
"configureTemplateId": 0,
"sockets": 0,
"cores": 0,
"threads": 0,
"devirtualization": true,
"kvm": true,
"cpuModel": 0,
"modelGroup": 0,
"nested": true,
"cpu": "string",
"cpuUnits": 0,
"bwlimit": 0,
"flowLimit": 0,
"usedFlow": 0,
"arch": "string",
"acpi": "string",
"memory": 0,
"storage": "string",
"systemDiskSize": 0,
"mbpsRd": 0,
"mbpsRdMax": 0,
"mbpsWr": 0,
"mbpsWrMax": 0,
"iopsRd": 0,
"iopsRdMax": 0,
"iopsWr": 0,
"iopsWrMax": 0,
"dataDisk": null,
"bandwidth": 0,
"onBoot": 0,
"ifnat": 0,
"natnum": 0,
"name": "string"
}
curl --location --request PUT '/updateConfiguretemplate' \
--header 'Content-Type: application/json' \
--data-raw '{
"configureTemplateId": 0,
"sockets": 0,
"cores": 0,
"threads": 0,
"devirtualization": true,
"kvm": true,
"cpuModel": 0,
"modelGroup": 0,
"nested": true,
"cpu": "string",
"cpuUnits": 0,
"bwlimit": 0,
"flowLimit": 0,
"usedFlow": 0,
"arch": "string",
"acpi": "string",
"memory": 0,
"storage": "string",
"systemDiskSize": 0,
"mbpsRd": 0,
"mbpsRdMax": 0,
"mbpsWr": 0,
"mbpsWrMax": 0,
"iopsRd": 0,
"iopsRdMax": 0,
"iopsWr": 0,
"iopsWrMax": 0,
"dataDisk": null,
"bandwidth": 0,
"onBoot": 0,
"ifnat": 0,
"natnum": 0,
"name": "string"
}'
{}