VMExceptionInfo
VMExceptionInfo
JSON Example
{
"vmId": "vm-123",
"vmGroupId": "vm-gp-123",
"vmName": "oracleVM",
"totalVCPU": 1000,
"totalRAM": 1512,
"totalDisk": 10020,
"usedDisk": 10010,
"exceptionReason": "Memory insufficient",
"importedFileName": "file1.xlsx",
"unsupportedResourceTypes": [
"string"
],
"notes": [
"string"
],
"uploadedWorkloadProfile": "WorkloadProfile 1",
"preferredHostType": "I4I",
"chosenHostType": "I4I"
}
string
vmId
Optional
The Virtual machine ID to uniquely identify it
string
vmGroupId
Optional
The Virtual machine group ID to identify the group that the virtual machine belongs to
string
vmName
Optional
the name of the virtual machine
number As double As double
totalVCPU
Optional
totalVCPU
number As double As double
totalRAM
Optional
totalRAM
number As double As double
totalDisk
Optional
totalDisk
number As double As double
usedDisk
Optional
usedDisk
string
exceptionReason
Optional
exceptionReason
string
importedFileName
Optional
filename that the VM is a part of
array of string
unsupportedResourceTypes
Optional
The list of unsupported resources by the host
array of string
notes
Optional
The list of additional notes related
string
uploadedWorkloadProfile
Optional
workload profile that the VM is a part of