Share via


LastPatchInstallationSummaryOutput interface

Describes the properties of the last installed patch summary.

Properties

error

The errors that were encountered during execution of the operation. The details array contains the list of them.

excludedPatchCount

The number of all available patches but excluded explicitly by a customer-specified exclusion list match.

failedPatchCount

The count of patches that failed installation.

installationActivityId

The activity ID of the operation that produced this result. It is used to correlate across CRP and extension logs.

installedPatchCount

The count of patches that successfully installed.

lastModifiedTime

The UTC timestamp when the operation began.

maintenanceWindowExceeded

Describes whether the operation ran out of time before it completed all its intended actions

notSelectedPatchCount

The number of all available patches but not going to be installed because it didn't match a classification or inclusion list entry.

pendingPatchCount

The number of all available patches expected to be installed over the course of the patch installation operation.

startTime

The UTC timestamp when the operation began.

status

The overall success or failure status of the operation. It remains "InProgress" until the operation completes. At that point it will become "Unknown", "Failed", "Succeeded", or "CompletedWithWarnings."

Property Details

error

The errors that were encountered during execution of the operation. The details array contains the list of them.

error?: ApiErrorOutput

Property Value

excludedPatchCount

The number of all available patches but excluded explicitly by a customer-specified exclusion list match.

excludedPatchCount?: number

Property Value

number

failedPatchCount

The count of patches that failed installation.

failedPatchCount?: number

Property Value

number

installationActivityId

The activity ID of the operation that produced this result. It is used to correlate across CRP and extension logs.

installationActivityId?: string

Property Value

string

installedPatchCount

The count of patches that successfully installed.

installedPatchCount?: number

Property Value

number

lastModifiedTime

The UTC timestamp when the operation began.

lastModifiedTime?: string

Property Value

string

maintenanceWindowExceeded

Describes whether the operation ran out of time before it completed all its intended actions

maintenanceWindowExceeded?: boolean

Property Value

boolean

notSelectedPatchCount

The number of all available patches but not going to be installed because it didn't match a classification or inclusion list entry.

notSelectedPatchCount?: number

Property Value

number

pendingPatchCount

The number of all available patches expected to be installed over the course of the patch installation operation.

pendingPatchCount?: number

Property Value

number

startTime

The UTC timestamp when the operation began.

startTime?: string

Property Value

string

status

The overall success or failure status of the operation. It remains "InProgress" until the operation completes. At that point it will become "Unknown", "Failed", "Succeeded", or "CompletedWithWarnings."

status?: "Unknown" | "Failed" | "Succeeded" | "InProgress" | "CompletedWithWarnings"

Property Value

"Unknown" | "Failed" | "Succeeded" | "InProgress" | "CompletedWithWarnings"