[{"label":"Latest (v5)","version":"latest"},{"version":"v4"}]
vmc-sizer
ClusterDetails
Comprises of complete cluster information.
Properties
applianceSize
Optional
The size / type of the SDDC.
Possible values are: REGULAR , LARGE , AUTO
array of
ClusterInfo
clusterInfoList
Optional
This object denotes the cluster level info that would be used by all workload profiles.
array
hostBreakupList
Optional
List of complete Host type and their total count.
JSON Example
{
"applianceSize": "REGULAR",
"clusterInfoList": [
{
"allottedMemory": 80,
"allottedStorage": 80,
"allottedvCpus": 90,
"clusterName": "cluster-123",
"clusterType": "SAZ",
"fttFtmType": "AUTO_AUTO",
"hostList": [
{
"allottedMemory": 90,
"allottedvCpus": 90,
"hostType": "i3",
"numberOfVms": 1000,
"totalCpuCapacity": 100,
"totalMemoryCapacity": 100,
"usedMemoryCapacity": 70,
"vmList": [
{
"vmComputeInfo": {
"utilizationRatio": 30,
"vCpu": 4,
"vCpuOverall": 4,
"vCpuPerCore": 1
},
"vmGroupId": "vm-gp-123",
"vmId": "vm-123",
"vmMemoryInfo": {
"ramOverhead": 70,
"utilizationRatio": 100,
"vRam": 4,
"vRamConsumed": 3
},
"vmName": "oracleVM",
"vmState": "RUNNING",
"vmStorageInfo": {
"readIOPS": 100,
"vmdkTotal": 200,
"vmdkUsed": 140,
"writeIOPS": 30
}
}
]
}
],
"numberOfHosts": 10,
"numberOfVMs": 100,
"recommendationType": "CPU",
"totalCpuCapacity": 100,
"totalMemoryCapacity": 100,
"totalStorageCapacity": 100,
"usedMemory": 100
}
]
}
[{"label":"Latest (v5)","version":"latest"},{"version":"v4"}]
vmc-sizer
Property Of
InlineSDDCInfoClusterList