UpdateSummariesProperties interface
Properties of Update summaries
Properties
| current |
Current OEM Version. |
| current |
Current Sbe version of the stamp. |
| current |
Current Solution Bundle version of the stamp. |
| hardware |
Name of the hardware model. |
| health |
Last time the package-specific checks were run. |
| health |
An array of pre-check result objects. |
| health |
Overall health state for update-specific health checks. |
| last |
Last time the update service successfully checked for updates |
| last |
Last time an update installation completed successfully. |
| oem |
OEM family name. |
| package |
Current version of each updatable component. |
| provisioning |
Provisioning state of the UpdateSummaries proxy resource. Indicates the current lifecycle status of the update summary operation, such as whether it has been accepted, is in progress, or has completed. |
| state | Overall update state of the stamp. Indicates the current status of update deployment across the stamp, including preparation, application, and any issues encountered. |
Property Details
currentOemVersion
Current OEM Version.
currentOemVersion?: string
Property Value
string
currentSbeVersion
Current Sbe version of the stamp.
currentSbeVersion?: string
Property Value
string
currentVersion
Current Solution Bundle version of the stamp.
currentVersion?: string
Property Value
string
hardwareModel
Name of the hardware model.
hardwareModel?: string
Property Value
string
healthCheckDate
Last time the package-specific checks were run.
healthCheckDate?: Date
Property Value
Date
healthCheckResult
An array of pre-check result objects.
healthCheckResult?: PrecheckResult[]
Property Value
healthState
Overall health state for update-specific health checks.
healthState?: string
Property Value
string
lastChecked
Last time the update service successfully checked for updates
lastChecked?: Date
Property Value
Date
lastUpdated
Last time an update installation completed successfully.
lastUpdated?: Date
Property Value
Date
oemFamily
OEM family name.
oemFamily?: string
Property Value
string
packageVersions
Current version of each updatable component.
packageVersions?: PackageVersionInfo[]
Property Value
provisioningState
Provisioning state of the UpdateSummaries proxy resource. Indicates the current lifecycle status of the update summary operation, such as whether it has been accepted, is in progress, or has completed.
provisioningState?: string
Property Value
string
state
Overall update state of the stamp. Indicates the current status of update deployment across the stamp, including preparation, application, and any issues encountered.
state?: string
Property Value
string