DpuStatusInfoOperationalInfo

DpuStatusInfoOperationalInfo
DpuStatusInfoOperationalInfo

Sensor information provided by DPU that provides health status.

Since: vSphere API Release 8.0.0.1

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "sensorId": "string",
    "healthState": {
        "_typeName": "string",
        "label": "string",
        "summary": "string",
        "key": "string"
    },
    "reading": "string",
    "units": "string",
    "timeStamp": "string"
}
string
sensorId
Required

This string uniquely identifies a sensor in the DPU.

healthState
Optional

Static strings used for describing an object model string or enumeration.

string
reading
Required

A description of the state of the sensor such as: N watts, Y RPM, or other measurement.

string
units
Optional

If provided by underying API, the base units in which the sensor reading is specified, "RPM", "WATTS" and so forth.

string As date-time As date-time
timeStamp
Optional

Reports the ISO 8601 Timestamp when this sensor was last updated by management controller if the this sensor is capable of tracking when it was last updated.

Property timeStampRaw, which comes from vendor firmware is convertible to DateTime, it will be provided.

Availability
Added in vSphere API Release 8.0.0.1