OSUpdateStatusResponse
A response from the device after it processes the command to get the status of operating-system updates on a device.
Declaration
object OSUpdateStatusResponseProperties
| Name | Type | Description |
|---|---|---|
CommandUUID | string | The unique identifier of the command for this response. |
EnrollmentID Required | string | The per-enrollment identifier for the device. The system requires this value if the enrollment type is a user enrollment. Available in iOS 13 and later, macOS 10.15 and later, and visionOS 2 and later. |
EnrollmentUserID Required | string | The per-enrollment identifier for the user. The system requires this value if the enrollment type is a user enrollment on the user channel. Available in macOS 10.15 and later. |
ErrorChain | [OSUpdateStatusResponse.ErrorChainItem] | An array of dictionaries that describes any errors that occur. |
NotOnConsole Required | boolean | If |
OSUpdateStatus Required | [OSUpdateStatusResponse.OSUpdateStatusItem] | An array of dictionaries that describes the statuses of software updates. The array is empty if there are no software updates currently in progress. This command only returns the status for System Applications and Configuration Data updates when a software update is managed by a Declarative Device Management SoftwareUpdateEnforcementSpecific configuration. |
Status Required | string | The status of the response, which is one of the following values:
|
UDID Required | string | The device’s UDID (unique device identifier). The system requires this value if the enrollment type is a device enrollment. |
UserID | string | For macOS, this value is the ID of the user. For Shared iPad, this value is |
UserLongName Required | string | The full name of the user. |
UserShortName | string | For macOS, this value is the short name of the user. For Shared iPad, this value is the Managed Apple Account identifier of the user on Shared iPad. It indicates that the token is for the user channel. |