Reconfigure the target VCH

Making a PUT request on a VCH resource will update that VCH's configuration. Information about the VCH will be provided in the body of the request in the same format as create. Fields which cannot be modified may appear in the body of a PUT as long as the value of those fields match the current state of the object. When the value of a field which cannot be modified does not match the current state, a 409 Conflict will be returned.

put/target/{target}/vch/{vchId}

Path parameters

targetstring required
vchIdstring required

Query parameters

thumbprintstring

ESX or vCenter host certificate thumbprint

Request body

versionstring
namestring
debuginteger

Response

A vSphere task

taskstring uri

Changes