VMware {code} Community
vmal
Contributor
Contributor

How to import an ova image using VISDK

I understand that ova is an archive format of the ovf image. Basically it's a tarball of the files in the ovf image. Is there any API in VISDK to take an ova file directly from a remote server? An ova file can be really huge. Assuming the ova file is located on an FTP server. It'd become really inefficient if it requires download the huge ova file before import.

Thanks!

0 Kudos
2 Replies
Seimawn
Contributor
Contributor

Old post, but did you find a solution to this?

0 Kudos
stumpr
Virtuoso
Virtuoso

Indirectly.  You'll notice you stream bits into the API.  So in your case, you'd just pull from source and push them as you stream into the API.

Reuben Stump | http://www.virtuin.com | @ReubenStump
0 Kudos