HostHardwareElementInfo

HostHardwareElementInfo
HostHardwareElementInfo

Data object describing the operational status of a physical element.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "name": "string",
    "status": {
        "_typeName": "string",
        "label": "string",
        "summary": "string",
        "key": "string"
    }
}
string
name
Required

The name of the physical element

status
Required

The operational status of the physical element.

The status is one of the values specified in HostHardwareElementStatus.

See also HostHardwareElementStatusEnum.