Available Patch Summary Response
data class AvailablePatchSummaryResponse(val assessmentActivityId: String, val criticalAndSecurityPatchCount: Int, val error: ApiErrorResponse, val lastModifiedTime: String, val otherPatchCount: Int, val rebootPending: Boolean, val startTime: String, val status: String)
Describes the properties of an virtual machine instance view for available patch summary.
Properties
Link copied to clipboard
The activity ID of the operation that produced this result. It is used to correlate across CRP and extension logs.
Link copied to clipboard
The number of critical or security patches that have been detected as available and not yet installed.
Link copied to clipboard
The errors that were encountered during execution of the operation. The details array contains the list of them.
Link copied to clipboard
The UTC timestamp when the operation began.
Link copied to clipboard
The number of all available patches excluding critical and security.
Link copied to clipboard
The overall reboot status of the VM. It will be true when partially installed patches require a reboot to complete installation but the reboot has not yet occurred.