DpuStatusInfo

DpuStatusInfo
DpuStatusInfo

Data object describing the operational status of various DPU elements.

Since: vSphere API Release 8.0.0.1

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "name": "string",
    "status": {
        "_typeName": "string",
        "label": "string",
        "summary": "string",
        "key": "string"
    },
    "dpuId": "string",
    "fru": {
        "_typeName": "string",
        "type": "string",
        "partName": "string",
        "partNumber": "string",
        "manufacturer": "string",
        "serialNumber": "string",
        "mfgTimeStamp": "string"
    },
    "sensors": [
        {
            "_typeName": "string",
            "sensorId": "string",
            "healthState": {
                "_typeName": "string",
                "label": "string",
                "summary": "string",
                "key": "string"
            },
            "reading": "string",
            "units": "string",
            "timeStamp": "string"
        }
    ]
}
string
dpuId
Required

Uniquely identify this DPU.

Should be the VMware identifier which can be composed from pci and other identifying elements.

fru
Optional

Data object representing the hardware vendor identity for a given hardware component in the host.

Since: vSphere API Release 8.0.0.1

sensors
Optional

sensors

Availability
Added in vSphere API Release 8.0.0.1