Deploy virtual machine

post/virtualization/v1beta1/virtual-machines

Deploys one or more virtual machines in HCI environment with specified template and storage provisioning policy.

Securitybearer
Request
Request Body schema: application/json
required
object

Specifies where to deploy the virtual machine

object

Specifies the hypervisor image information using which the virtual machine is deployed

object

Specifies name and the target network to use for deployment

required
object

Specifies the storage configurations for a virtual machine

required
object

Defines the virtual machine configurations

Array of objects

Specifies the policies which can be attached to the virtual machine

Responses
202

Accepted

400

Bad request

401

Unauthorized request

403

Forbidden

500

Internal / unexpected error

Request samples
application/json
{
  • "destination": {
    },
  • "imageSource": {
    },
  • "networkConfig": {
    },
  • "storageConfig": {
    },
  • "vmConfig": {
    },
  • "vmPolicy": [
    ]
}
Response samples
application/json
{ }