update.status¶
Updated on update status changes.
UpdateStatusChangedEvent
Type: objectNo Additional Properties
UpdateStatus
Type: objectUpdated system update status information.
No Additional PropertiesCode
Type: enum (of string)Status code:
* NORMAL - normal status, see status
dictionary for details.
* ERROR - an error occurred, see error
for details.
Must be one of:
- "NORMAL"
- "ERROR"
Detailed update status information. null
if code is ERROR.
UpdateStatusStatus
Type: objectNo Additional Properties
UpdateStatusCurrentVersion
Type: objectCurrently running system version information.
No Additional PropertiesTrain
Type: stringTrain name.
Profile
Type: stringUpdate profile assigned for the version.
Matches Profile
Type: booleanWhether the system version running matches the configured update profile.
New system version information (or null
if no new system version is available).
UpdateStatusNewVersion
Type: objectNo Additional Properties
Version
Type: stringNewly available version number.
Manifest
Type: objectObject containing detailed version information and metadata.
Release Notes
Release notes.
Release Notes Url
Type: stringRelease notes URL.
Error message if code is ERROR. null
otherwise.
UpdateStatusError
Type: objectNo Additional Properties
Errname
Type: stringError code (i.e. ENONET).
Reason
Type: stringError text.
Current update download progress.
UpdateDownloadProgress
Type: objectNo Additional Properties
Percent
Type: numberDownload completion percentage (0.0 to 100.0).
Description
Type: stringHuman-readable description of the current download activity.
Version
Type: stringVersion number being downloaded.
Required roles: SYSTEM_UPDATE_READ