Create a VCH on the target system

Making 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. Note that validation of the request will occur synchronously, with any errors being returned using an appropriate response code and status. The rest of creation will proceed asynchronously, with errors being reported via a vSphere task that is returned once the synchronous validation is complete.

post/target/{target}/vch

Path parameters

targetstring required

Query parameters

thumbprintstring

ESX or vCenter host certificate thumbprint

Request body

versionstring
namestring
debuginteger

Response

A vSphere task

taskstring uri

Changes