PowerCLI/ESXi: What does healthStatusSystem-11 Mean?

I am trying to determine the meaning of “11” for healthStatusSystem. Any advice as to what it means as well as a resource I could use to determine/look up what these codes mean, it would be greatly appreciated.

PowerCLI C:\scripts> $g.configmanager.healthstatussystem

Type Value


HostHealthStatusSystem healthStatusSystem-11

Thank you,

Jason

You might have a LOT better luck asking in VMware’s customer forums - I know their PowerCLI community is very robust. Good luck!

“11” - is internal object id of healthStatusSystem :slight_smile:
if you want to get values, try to get live object for it

$v = Get-View $g.configmanager.healthstatussystem
#usage
$v.Runtime.SystemHealthInfo.NumericSensorInfo