Patch Title#
- pydantic model PatchTitle[source]#
Represents patch software title information retrieved via API calls.
- Variables:
title – The name of the patch title.
released – The release date of the patch title.
hosts_patched – The number of hosts that have applied the patch.
missing_patch – The number of hosts missing the patch.
latest_version – The latest version available for the software title.
completion_percent – The percentage of hosts that have applied the patch.
total_hosts – The total number of hosts.
- Validators:
calculate_completion_percent
»all fields
- validator calculate_completion_percent » all fields[source]#
Calculates the completion percentage and total hosts of a
PatchTitle
object based on hosts_patched and missing_patch.See
get_summaries()