You can use the api calls 'createVolume' and 'attachVolume'. You can do this in the UI as well under Storage. You can add them while the VM is running if it supports the right drivers (virtio, etc). Not sure if the startvm parameter has been fixed.
On Fri, Sep 21, 2012 at 5:22 AM, Busy Dev <busyd...@gmail.com> wrote: > I need to attach 3 data disks to a VM during deployment but the API only > allows for 1 disk offering. Is it posible to attach an additional 2 after > the VM has been deployed (stopped)? (though I don't see any APIs that will > do this). Also, does the "startvm" parameter in deployVirtualMachine now > work (i.e. the VM will be created but not started when it is false?) > > Thanks!