HostSystemHealthInfo

HostSystemHealthInfo
HostSystemHealthInfo

This data object provides information about the health of the phyical system.

The data is retrieved from numeric sensor probes.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "numericSensorInfo": [
        {
            "_typeName": "string",
            "name": "string",
            "healthState": {
                "_typeName": "string",
                "label": "string",
                "summary": "string",
                "key": "string"
            },
            "currentReading": 0,
            "unitModifier": 0,
            "baseUnits": "string",
            "rateUnits": "string",
            "sensorType": "string",
            "id": "string",
            "sensorNumber": 0,
            "timeStamp": "string",
            "fru": {
                "_typeName": "string",
                "type": "string",
                "partName": "string",
                "partNumber": "string",
                "manufacturer": "string",
                "serialNumber": "string",
                "mfgTimeStamp": "string"
            }
        }
    ]
}
numericSensorInfo
Optional

Health information provided by the power probes.