Upload an OVF Package
from a Local File System to a Library Item
You can upload an
OVF package from a local file system. This procedure describes how to use the
AddSpec
object after you have created a library item and initiated an update session.
- Create a library item.
- Create an update session.
- Create anAddSpecobject to describe the properties and the upload location of the descriptor file of the OVF package.
- Link theAddSpecobject to the update session.
- Create anAddSpecobject for each VMDK file included in the OVF package.
- Add allAddSpecobjects to the update session.Steps 5 and 6 must be repeated for each VMDK file included in the OVF package.
- Initiate the upload operation.
- Complete the update session.
- Delete the session.