post https://{serverURL}/api/vdi-pools
Creates a VDI pool.
Responses
Creates a VDI pool.
xxxxxxxxxx
18curl --request POST \
--url https://changeme/api/vdi-pools \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"vdiPool": {
"persistentUser": false,
"recyclable": false,
"allowCopy": false,
"allowPrinter": false,
"allowFileshare": false,
"allowHypervisorConsole": false,
"autoCreateLocalUserOnReservation": false,
"enabled": true
}
}
'
Try It!
to start a request and see the response here! Or choose an example: