Contents

StatusSoftwareUpdateInstallState

The status item that reports the device’s software update install state.

Declaration

object StatusSoftwareUpdateInstallState

Properties

NameTypeDescription
softwareupdate.install-state Requiredstring

The software update install status, which has the following values:

  • none: There’s no software update pending, and any previous software update succeeded.

  • downloading: The system is downloading data for a software update.

  • prepared: The system prepared the software update and it’s ready for installation.

  • installing: The system is installing the software update.

  • failed: The software update failed.

Mentioned in

Discussion

Status item availability

Allowed in supervised enrollment

iOS, macOS, Shared iPad, tvOS, visionOS

Allowed in device enrollment

iOS, Shared iPad, tvOS, visionOS

Allowed in user enrollment

N/A

Allowed in local enrollment

N/A

Allowed in system scope

iOS, macOS, Shared iPad, tvOS, visionOS

Allowed in user scope

N/A

Status item example

{
    "softwareupdate": {
        "install-state": "none"
    }
}

See Also

Software update items