VMware Cloud Director API - POST-CreateVm
POST /vdc/{id}/action/createVm
- Operation:
 - POST /vdc/{id}/action/createVm
 - Description:
 - Create a standalone blank VM and nest it under a new auto-nature vApp.
 - Since:
 - 32.0
 - Input parameters
 - 
                
- Consume media type(s):
 - application/vnd.vmware.vcloud.CreateVmParams+xml
application/vnd.vmware.vcloud.CreateVmParams+json - Input type:
 - CreateVmParamsType
 
 - Output parameters
 - 
                    TaskType
         
This operation is asynchronous and returns a task that you can monitor to track the progress of the request.
The response includes a Task element. You can monitor the task to track the creation of the vApp. The owner of the task is the new vApp entity.
- Produce media type(s):
 - application/vnd.vmware.vcloud.task+xml
application/vnd.vmware.vcloud.task+json - Output type:
 - TaskType
 
 - Examples
 -