LastPatchInstallationSummary Class

Describes the properties of the last installed patch summary.

Constructor

LastPatchInstallationSummary(*args: Any, **kwargs: Any)

Variables

Name Description
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.". Known values are: "Unknown", "InProgress", "Failed", "Succeeded", and "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

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

The UTC timestamp when the operation began.

last_modified_time

The UTC timestamp when the operation began.

error

The errors that were encountered during execution of the operation. The details array contains the list of them.

Attributes

error

The errors that were encountered during execution of the operation. The details array contains the list of them.

error: _models.ApiError | None

excluded_patch_count

The number of all available patches but excluded explicitly by a customer-specified exclusion list match.

excluded_patch_count: int | None

failed_patch_count

The count of patches that failed installation.

failed_patch_count: int | None

installation_activity_id

The activity ID of the operation that produced this result. It is used to correlate across CRP and extension logs.

installation_activity_id: str | None

installed_patch_count

The count of patches that successfully installed.

installed_patch_count: int | None

last_modified_time

The UTC timestamp when the operation began.

last_modified_time: datetime | None

maintenance_window_exceeded

Describes whether the operation ran out of time before it completed all its intended actions.

maintenance_window_exceeded: bool | None

not_selected_patch_count

The number of all available patches but not going to be installed because it didn't match a classification or inclusion list entry.

not_selected_patch_count: int | None

pending_patch_count

The number of all available patches expected to be installed over the course of the patch installation operation.

pending_patch_count: int | None

start_time

The UTC timestamp when the operation began.

start_time: datetime | None

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.". Known values are: "Unknown", "InProgress", "Failed", "Succeeded", and "CompletedWithWarnings".

status: str | _models.PatchOperationStatus | None