Is there a way to make a UEFI based vm via comandlets or the API? This posting seems to leave those two out. https://next.nutanix.com/prism-infrastructure-management-26/uefi-on-vms-faq-37339
Solved
Create a uefi vm via powershell or api

Best answer by AnishWalia20
Hey there
Here is how you can do that using v2 REST APIs https://www.nutanix.dev/reference/prism_element/v2/api/vms/post-vms-createvm/
and making a POST call to create a VM which has property “uefi_boot : true” set for the boot object.
"boot": { "uefi_boot": "true"}
More details on using REST APIs can be found here:https://www.nutanix.dev/api-reference/
Let me know if you need anything else.
This topic has been closed for comments
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.