PatchComplianceData
Information about the state of a patch on a particular managed node as it relates to the patch baseline used to patch the node.
Contents
- Classification
-
The classification of the patch, such as
SecurityUpdates
,Updates
, andCriticalUpdates
.Type: String
Required: Yes
- InstalledTime
-
The date/time the patch was installed on the managed node. Not all operating systems provide this level of information.
Type: Timestamp
Required: Yes
- KBId
-
The operating system-specific ID of the patch.
Type: String
Required: Yes
- Severity
-
The severity of the patch such as
Critical
,Important
, andModerate
.Type: String
Required: Yes
- State
-
The state of the patch on the managed node, such as INSTALLED or FAILED.
For descriptions of each patch state, see About patch compliance in the AWS Systems Manager User Guide.
Type: String
Valid Values:
INSTALLED | INSTALLED_OTHER | INSTALLED_PENDING_REBOOT | INSTALLED_REJECTED | MISSING | NOT_APPLICABLE | FAILED
Required: Yes
- Title
-
The title of the patch.
Type: String
Required: Yes
- CVEIds
-
The IDs of one or more Common Vulnerabilities and Exposure (CVE) issues that are resolved by the patch.
Note
Currently, CVE ID values are reported only for patches with a status of
Missing
orFailed
.Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: