LastPatchInstallationSummary 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. NOTE: This property will not be serialized. It can only be populated by the server.

excludedPatchCount

The number of all available patches but excluded explicitly by a customer-specified exclusion list match. NOTE: This property will not be serialized. It can only be populated by the server.

failedPatchCount

The count of patches that failed installation. NOTE: This property will not be serialized. It can only be populated by the server.

installationActivityId

The activity ID of the operation that produced this result. It is used to correlate across CRP and extension logs. NOTE: This property will not be serialized. It can only be populated by the server.

installedPatchCount

The count of patches that successfully installed. NOTE: This property will not be serialized. It can only be populated by the server.

lastModifiedTime

The UTC timestamp when the operation began. NOTE: This property will not be serialized. It can only be populated by the server.

maintenanceWindowExceeded

Describes whether the operation ran out of time before it completed all its intended actions NOTE: This property will not be serialized. It can only be populated by the server.

notSelectedPatchCount

The number of all available patches but not going to be installed because it didn't match a classification or inclusion list entry. NOTE: This property will not be serialized. It can only be populated by the server.

pendingPatchCount

The number of all available patches expected to be installed over the course of the patch installation operation. NOTE: This property will not be serialized. It can only be populated by the server.

startTime

The UTC timestamp when the operation began. NOTE: This property will not be serialized. It can only be populated by the server.

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." NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

error

The errors that were encountered during execution of the operation. The details array contains the list of them. NOTE: This property will not be serialized. It can only be populated by the server.

error?: ApiError

Property Value

excludedPatchCount

The number of all available patches but excluded explicitly by a customer-specified exclusion list match. NOTE: This property will not be serialized. It can only be populated by the server.

excludedPatchCount?: number

Property Value

number

failedPatchCount

The count of patches that failed installation. NOTE: This property will not be serialized. It can only be populated by the server.

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. NOTE: This property will not be serialized. It can only be populated by the server.

installationActivityId?: string

Property Value

string

installedPatchCount

The count of patches that successfully installed. NOTE: This property will not be serialized. It can only be populated by the server.

installedPatchCount?: number

Property Value

number

lastModifiedTime

The UTC timestamp when the operation began. NOTE: This property will not be serialized. It can only be populated by the server.

lastModifiedTime?: Date

Property Value

Date

maintenanceWindowExceeded

Describes whether the operation ran out of time before it completed all its intended actions NOTE: This property will not be serialized. It can only be populated by the server.

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. NOTE: This property will not be serialized. It can only be populated by the server.

notSelectedPatchCount?: number

Property Value

number

pendingPatchCount

The number of all available patches expected to be installed over the course of the patch installation operation. NOTE: This property will not be serialized. It can only be populated by the server.

pendingPatchCount?: number

Property Value

number

startTime

The UTC timestamp when the operation began. NOTE: This property will not be serialized. It can only be populated by the server.

startTime?: Date

Property Value

Date

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." NOTE: This property will not be serialized. It can only be populated by the server.

status?: string

Property Value

string