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. |
excluded |
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. |
failed |
The count of patches that failed installation. NOTE: This property will not be serialized. It can only be populated by the server. |
installation |
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. |
installed |
The count of patches that successfully installed. NOTE: This property will not be serialized. It can only be populated by the server. |
last |
The UTC timestamp when the operation began. NOTE: This property will not be serialized. It can only be populated by the server. |
maintenance |
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. |
not |
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. |
pending |
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. |
reboot |
The reboot status of the machine after the patch operation. It will be in "NotNeeded" status if reboot is not needed after the patch operation. "Required" will be the status once the patch is applied and machine is required to reboot. "Started" will be the reboot status when the machine has started to reboot. "Failed" will be the status if the machine is failed to reboot. "Completed" will be the status once the machine is rebooted successfully NOTE: This property will not be serialized. It can only be populated by the server. |
started |
The person or system account that started the operation NOTE: This property will not be serialized. It can only be populated by the server. |
start |
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 "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
rebootStatus
The reboot status of the machine after the patch operation. It will be in "NotNeeded" status if reboot is not needed after the patch operation. "Required" will be the status once the patch is applied and machine is required to reboot. "Started" will be the reboot status when the machine has started to reboot. "Failed" will be the status if the machine is failed to reboot. "Completed" will be the status once the machine is rebooted successfully NOTE: This property will not be serialized. It can only be populated by the server.
rebootStatus?: string
Property Value
string
startedBy
The person or system account that started the operation NOTE: This property will not be serialized. It can only be populated by the server.
startedBy?: string
Property Value
string
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 "Failed", "Succeeded", or "CompletedWithWarnings." NOTE: This property will not be serialized. It can only be populated by the server.
status?: string
Property Value
string