not-yet-implemented
Reconfigure the target VCH
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 the POST request to create a VCH. 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
Response
A vSphere task for work that is occurring asynchronously, or null if the operation is complete.