{
"sockets": 1,
"cores": 2,
"threads": 2,
"nested": false,
"cpu": "host",
"arch": "x86_64",
"memory": 1024,
"storage": "auto",
"systemDiskSize": 40,
"bandwidth": 100,
"onBoot": 1
}
curl --location --request POST '/addConfiguretemplate' \
--header 'Content-Type: application/json' \
--data-raw '{
"sockets": 1,
"cores": 2,
"threads": 2,
"nested": false,
"cpu": "host",
"arch": "x86_64",
"memory": 1024,
"storage": "auto",
"systemDiskSize": 40,
"bandwidth": 100,
"onBoot": 1
}'
{}