Create Virtual Machine Classes
DescriptionCreate a VM class object.
Request
URLURL
Header Parameters
Header Parameters
Required session ID, acquired from Create Session API under CIS product
vmware-api-session-id example
"b00db39f948d13ea1e59b4d6fce56389"
Request Body
Information about the VM class object to be created.
{
"cpu_count": 0,
"id": "string",
"memory_MB": 0
}
The number of CPUs configured for virtual machine of this class.
Identifier of the virtual machine class. This has DNS_LABEL restrictions as specified in . This must be an alphanumeric (a-z and 0-9) string and with maximum length of 63 characters and with the ‘-’ character allowed anywhere except the first or last character. This name is unique in this vCenter server. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.vcenter.namespace_management.VirtualMachineClass. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.vcenter.namespace_management.VirtualMachineClass.
The amount of memory in MB configured for virtual machine of this class.
The percentage of total available CPUs reserved for a virtual machine. We multiply this percentage by the minimum frequency amongst all the cluster nodes to get the CPU reservation that is specified to vSphere in MHz. If unset, no CPU reservation is requested for the virtual machine.
Description for the VM class. If unset, no description is added to the VM class.
Virtual devices that will be attached to the VMs created with this class. If unset, no Virtual device will be attached to the VMs created with this class.
Instance storage that will be attached to the VMs created with this class. If unset, instance storage specification will not be created.
The percentage of available memory reserved for a virtual machine of this class. Memory reservation must be set to 100% for VM class with vGPU or Dynamic DirectPath I/O devices. If unset, no memory reservation is requested for virtual machine.
Authentication
Errors
Errors
com.vmware.vapi.std.errors.already_exists : if a VM class by the name as specified in the spec already exists in the vCenter inventory. | com.vmware.vapi.std.errors.invalid_argument : if the input {@param.spec.instanceStorage.policy} refers to an invalid storage policy or if the input spec includes settings that are out of acceptable bounds or a combination of settings that are not internally consistent with the input spec.
com.vmware.vapi.std.errors.unauthorized : if the user does not have VirtualMachineClasses.Manage privilege.
com.vmware.vapi.std.errors.error : if the system reports an error while responding to the request.
‘Default’ means this response is used for all HTTP codes that are not covered individually for this operation.
Code Samples
PowerCLI Client SDK Example
PowerCLI Client SDK All Parameters Example
cURL Command
Vendor Extensions
x-vmw-doc-operation: create