StatusDeviceSystemHealth
The status item that reports the device’s system health.
Declaration
object StatusDeviceSystemHealthProperties
| Name | Type | Description |
|---|---|---|
device.system.health Required | StatusDeviceSystemHealthDeviceSystemHealthObject | 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:
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
StatusDeviceBatteryHealthStatusDeviceModelFamilyStatusDeviceModelIdentifierStatusDeviceModelMarketingNameStatusDeviceModelNumberStatusDeviceOperatingSystemBuildVersionStatusDeviceOperatingSystemFamilyStatusDeviceOperatingSystemMarketingNameStatusDeviceOperatingSystemSupplementalBuildVersionStatusDeviceOperatingSystemSupplementalExtraVersionStatusDeviceOperatingSystemVersionStatusDeviceSerialNumberStatusDeviceUDID