Hello, I have created a customizable service offering in cloudstack and want to deploy VM via deployVirtualMachine() API call. If I specify id of custom service offering, I will need to specify cpu cores and memory, It is not documented how should I fill those parameters I have tried details[0].cpunumber=&details[0].cpuspeed=1000 still I get Invalid cpu cores value. How do I specify cpu cores?
Thanks in advance.