HostBasedCSResponse
HostBasedCSResponse
The host based sizing recommendation response for the input host capacity information.
JSON Example
{
"hostsRequested": 5,
"hostsCalculated": 5,
"cloudType": "VMC_ON_AWS",
"vSANArchitecture": "string",
"hostType": "I4I",
"sddcApplianceType": "REGULAR",
"usableIOPS": 5,
"cpu": {
"usable": {
"value": 1,
"units": "VCPU"
},
"rawCapacity": {
"value": 1,
"units": "VCPU"
},
"reserved": {
"value": 1,
"units": "VCPU"
},
"consumed": {
"value": 1,
"units": "VCPU"
}
},
"memory": {
"usable": {
"value": 1,
"units": "VCPU"
},
"rawCapacity": {
"value": 1,
"units": "VCPU"
},
"reserved": {
"value": 1,
"units": "VCPU"
},
"consumed": {
"value": 1,
"units": "VCPU"
}
},
"storage": {
"usable": {
"value": 1,
"units": "VCPU"
},
"rawCapacity": {
"value": 1,
"units": "VCPU"
},
"reserved": {
"value": 1,
"units": "VCPU"
},
"consumed": {
"value": 1,
"units": "VCPU"
}
},
"calculationLog": {
"logHelp": "string",
"storageBound": "string",
"cpuBound": "string",
"memoryBound": "string",
"ioBound": "string",
"finalRecommendation": "string"
},
"assumptions": [
"string"
],
"details": [
"string"
]
}
integer
hostsRequested
Optional
Calculate the capacity of the given number of hosts
integer
hostsCalculated
Optional
The capacity calculated for the number of hosts
number As double As double
usableIOPS
Optional
Total usable IOPS of hosts
array of string
assumptions
Optional
List of assumptions made during the sizing recommendation
array of string
details
Optional
List of details added during the sizing recommendation