v1

latestSwagger 2.0Apache 2.02026-07-17252435.5 KB
not-yet-implemented

Perform an action on the target VCH

A POST request on a VCH resource with an action of upgrade will initiate an upgrade of the VCH. The body of the request will be a JSON object containing the following optional properties: bootstrap-iso (a reference to a known bootstrap ISO on the OVA) and rollback (a boolean value).

post/target/{target}/vch/{vchId}

Path parameters

targetstring required
vchIdstring required

Query parameters

action'debug' | 'upgrade' required

The action to perform on a VCH

thumbprintstring

ESX or vCenter host certificate thumbprint

Response

A vSphere task for work that is occurring asynchronously, or null if the operation is complete.

taskstring uri