Contents

StatusDeviceSystemHealth

The status item that reports the device’s system health.

Declaration

object StatusDeviceSystemHealth

Properties

NameTypeDescription
device.system.health RequiredStatusDeviceSystemHealthDeviceSystemHealthObject

A dictionary where each key represents a hardware component name and each value is a string indicating the component’s health status, which has the following values:

  • ok: The component is operating normally.

  • error: The component has a detected error or failure.

  • non-genuine: The component isn’t a genuine Apple component.

Not all keys are supported on each device. The dictionary includes only components that are present and reportable on the device.

Discussion

Status item availability

Allowed in supervised enrollment

iOS, Shared iPad

Allowed in device enrollment

N/A

Allowed in user enrollment

N/A

Allowed in local enrollment

N/A

Allowed in system scope

iOS, Shared iPad

Allowed in user scope

N/A

Status item example

{
    "device": {
        "system": {
            "health": {
                "Camera": "ok",
                "Display": "ok",
                "FaceID": "ok"
            }
        }
    }
}

Topics

Objects

See Also

Device property items