Re: Details parameters in deployVirtualMachine API

2020-12-20 Thread Vivek Kumar
Thanks Guys, Do we have any kind of document where I can see that what all options are there which can be passed in details. Vivek Kumar Manager - Cloud & DevOps IndiQus Technologies 24*7 O +91 11 4055 1411 | M +91 7503460090 www.indiqus.com This message is intended

Re: Details parameters in deployVirtualMachine API

2020-12-19 Thread Alireza Eskandari
Just for clarification, you can also use details to specify the amount of resources you need when using dynamic service offering. For example: deployVirtualmachine details[0].memory=1024 details[0].cpuSpeed=2000 details[0].cpuNumber=1 serviceofferingid=188a8d30-ac07-4093-9435-d2eaa4d20776 zoneid=d

Re: Details parameters in deployVirtualMachine API

2020-12-18 Thread Daan Hoogland
As said "As far as i can tell from the code only min/maxIops are sent in the details." Probably the create tags are just missing from the start VM API. On Fri, 18 Dec 2020, 19:23 Vivek Kumar, wrote: > Hello Daan, > > Thanks for the respond. But I am not talking about host and storage tags, > I a

Re: Details parameters in deployVirtualMachine API

2020-12-18 Thread Vivek Kumar
Hello Daan, Thanks for the respond. But I am not talking about host and storage tags, I am talking about the custom tag which we achieve via “CreateTags API” and give some key and value. I have explored the deployVirtualmachine API and it’s doest have any field which can create tags. So just

Re: Details parameters in deployVirtualMachine API

2020-12-18 Thread Daan Hoogland
Vivek, I'm not clear on what you are trying to achieve, but tags would be matched from the service offering to the host or storage. As far as i can tell from the code only min/maxIops are sent in the details. regards, On Wed, Dec 16, 2020 at 7:02 PM Vivek Kumar wrote: > Hello Guys, > > So we hav

Details parameters in deployVirtualMachine API

2020-12-16 Thread Vivek Kumar
Hello Guys, So we have a parameters called - “Details” in deployVirtualmachine API , As per the doc it’s used to specify the custom parameters. So what would be the syntax for that ? I mean what value can we pass. i.e I m deploying the VM via cloudmonkey and I need to specify some custom param