InstanceDetailsSummary(mapping=None, *, ignore_unknown_fields=False, **kwargs)
A summary of the current patch state across all instances that this
patch job affects. Contains counts of instances in different states.
These states map to InstancePatchState
. List patch job instance
details to see the specific states of each instance.
Attributes | |
---|---|
Name | Description |
pending_instance_count |
int
Number of instances pending patch job. |
inactive_instance_count |
int
Number of instances that are inactive. |
notified_instance_count |
int
Number of instances notified about patch job. |
started_instance_count |
int
Number of instances that have started. |
downloading_patches_instance_count |
int
Number of instances that are downloading patches. |
applying_patches_instance_count |
int
Number of instances that are applying patches. |
rebooting_instance_count |
int
Number of instances rebooting. |
succeeded_instance_count |
int
Number of instances that have completed successfully. |
succeeded_reboot_required_instance_count |
int
Number of instances that require reboot. |
failed_instance_count |
int
Number of instances that failed. |
acked_instance_count |
int
Number of instances that have acked and will start shortly. |
timed_out_instance_count |
int
Number of instances that exceeded the time out while applying the patch. |
pre_patch_step_instance_count |
int
Number of instances that are running the pre- atch step. |
post_patch_step_instance_count |
int
Number of instances that are running the post-patch step. |
no_agent_detected_instance_count |
int
Number of instances that do not appear to be running the agent. Check to ensure that the agent is installed, running, and able to communicate with the service. |