Virtual App Export V App
Obtains an export lease on this vApp.
The export lease contains a list of URLs for the disks of the virtual machines in this vApp, as well as a ticket that gives access to these URLs.
See HttpNfcLease for information on how to use the lease.
Required privileges: VApp.Export
The unique identifier for the managed object to which the method attaches; the serialized managed object reference for a request has the form moType/moId
, in this case VirtualApp/{moId}
.
The vSphere release schema. The current specification covers vSphere 8.0.2.0 APIs.
the export lease on this vApp. The export task continues running until the lease is completed or aborted.
{
"_typeName": "string",
"type": "string",
"value": "string"
}
InvalidPowerState: if the vApp is powered on.
TaskInProgress: if the vApp is busy.
InvalidState: if the operation cannot be performed because of the vApp's current state. For example, if the virtual machine configuration information is not available, or if the vApp is running or already powering on.
FileFault: if there was an error accessing one of the virtual machine files.
{
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
]
}