LastPatchInstallationSummary Class
Describes the properties of the last installed patch summary.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
LastPatchInstallationSummary
Constructor
LastPatchInstallationSummary(**kwargs)
Variables
- status
- str or PatchOperationStatus
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.". Possible values include: "Unknown", "InProgress", "Failed", "Succeeded", "CompletedWithWarnings".
- installation_activity_id
- str
The activity ID of the operation that produced this result. It is used to correlate across CRP and extension logs.
- maintenance_window_exceeded
- bool
Describes whether the operation ran out of time before it completed all its intended actions.
- not_selected_patch_count
- int
The number of all available patches but not going to be installed because it didn't match a classification or inclusion list entry.
- excluded_patch_count
- int
The number of all available patches but excluded explicitly by a customer-specified exclusion list match.
- pending_patch_count
- int
The number of all available patches expected to be installed over the course of the patch installation operation.
- installed_patch_count
- int
The count of patches that successfully installed.
- failed_patch_count
- int
The count of patches that failed installation.
- start_time
- datetime
The UTC timestamp when the operation began.
- last_modified_time
- datetime
The UTC timestamp when the operation began.
- error
- ApiError
The errors that were encountered during execution of the operation. The details array contains the list of them.
Feedback
Submit and view feedback for