ArrayOfHostSystemHealthInfo

ArrayOfHostSystemHealthInfo
ArrayOfHostSystemHealthInfo

A boxed array of HostSystemHealthInfo. To be used in Any placeholders.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "_value": [
        {
            "_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"
                    }
                }
            ]
        }
    ]
}
_value
Required

_value