post https://{serverURL}/api/virtual-images
This endpoint creates a new virtual image, without any files yet.
Responses
This endpoint creates a new virtual image, without any files yet.
xxxxxxxxxx
19curl --request POST \
--url https://changeme/api/virtual-images \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"virtualImage": {
"isCloudInit": false,
"installAgent": false,
"visibility": "private",
"isAutoJoinDomain": false,
"virtioSupported": true,
"vmToolsInstalled": true,
"isForceCustomization": false,
"trialVersion": false,
"isSysprep": false
}
}
'
Try It!
to start a request and see the response here! Or choose an example: