Package version:

Properties of Update summaries

interface UpdateSummariesProperties {
    currentOemVersion?: string;
    currentSbeVersion?: string;
    currentVersion?: string;
    hardwareModel?: string;
    healthCheckDate?: any;
    healthCheckResult?: {};
    healthState?: string;
    lastChecked?: any;
    lastUpdated?: any;
    oemFamily?: string;
    packageVersions?: {};
    provisioningState?: string;
    state?: string;
}

Properties

currentOemVersion?: string

Current OEM Version.

currentSbeVersion?: string

Current Sbe version of the stamp.

currentVersion?: string

Current Solution Bundle version of the stamp.

hardwareModel?: string

Name of the hardware model.

healthCheckDate?: any

Last time the package-specific checks were run.

healthCheckResult?: {}

An array of pre-check result objects.

healthState?: string

Overall health state for update-specific health checks.

lastChecked?: any

Last time the update service successfully checked for updates

lastUpdated?: any

Last time an update installation completed successfully.

oemFamily?: string

OEM family name.

packageVersions?: {}

Current version of each updatable component.

provisioningState?: string

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?: string

Overall update state of the stamp. Indicates the current status of update deployment across the stamp, including preparation, application, and any issues encountered.