Create a VCH on the target system
A POST request on /vch under a target will create a VCH on that target. Information about the VCH will be provided in the body of the request. A portion of the request, including validation, will occur synchronously, with any errors being returned using an appropriate response code and status. The rest of the operation will proceed asynchronously. If present, the returned task can be used to track the progress and status of that asynchronous work.
post/target/{target}/vch
Path parameters
targetstring 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.