Retrieves information about the patches on the specified managed node and their state relative to the patch baseline being used for the node
Source:R/ssm_operations.R
ssm_describe_instance_patches.RdRetrieves information about the patches on the specified managed node and their state relative to the patch baseline being used for the node.
See https://www.paws-r-sdk.com/docs/ssm_describe_instance_patches/ for full documentation.
Usage
ssm_describe_instance_patches(
InstanceId,
Filters = NULL,
NextToken = NULL,
MaxResults = NULL
)Arguments
- InstanceId
[required] The ID of the managed node whose patch state information should be retrieved.
- Filters
Each element in the array is a structure containing a key-value pair.
Supported keys for
describe_instance_patchesinclude the following:ClassificationSample values:
Security|SecurityUpdatesKBIdSample values:
KB4480056|java-1.7.0-openjdk.x86_64SeveritySample values:
Important|Medium|LowStateSample values:
Installed|InstalledOther|InstalledPendingRebootFor lists of all
Statevalues, see Patch compliance state values in the Amazon Web Services Systems Manager User Guide.
- NextToken
The token for the next set of items to return. (You received this token from a previous call.)
- MaxResults
The maximum number of patches to return (per page).