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. |
| excluded |
The number of all available patches but excluded explicitly by a customer-specified exclusion list match. |
| failed |
The count of patches that failed installation. |
| installation |
The activity ID of the operation that produced this result. It is used to correlate across CRP and extension logs. |
| installed |
The count of patches that successfully installed. |
| last |
The UTC timestamp when the operation began. |
| maintenance |
Describes whether the operation ran out of time before it completed all its intended actions |
| not |
The number of all available patches but not going to be installed because it didn't match a classification or inclusion list entry. |
| pending |
The number of all available patches expected to be installed over the course of the patch installation operation. |
| start |
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"