Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
In the "Set up the API call to provision a VM" section, please change the following in the script.params.setCores(vmMemory); should be changed to params.setCores(vmCPU);Note: In the existing script, memory input is getting passed as CPU input. hence...