Example AWS CLI SSM describe-patch-properties

aws ssm describe-patch-properties --operating-system WINDOWS --property MSRC_SEVERITY
{
    "Properties": [
        {
            "Name": "Critical"
        },
        {
            "Name": "Important"
        },
        {
            "Name": "Low"
        },
        {
            "Name": "Moderate"
        },
        {
            "Name": "Unspecified"
        }
    ]
}

aws ssm describe-patch-properties --operating-system WINDOWS --property CLASSIFICATION
{
    "Properties": [
        {
            "Name": "CriticalUpdates"
        },
        {
            "Name": "DefinitionUpdates"
        },
        {
            "Name": "Drivers"
        },
        {
            "Name": "FeaturePacks"
        },
        {
            "Name": "SecurityUpdates"
        },
        {
            "Name": "ServicePacks"
        },
        {
            "Name": "Tools"
        },
        {
            "Name": "UpdateRollups"
        },
        {
            "Name": "Updates"
        },
        {
            "Name": "Upgrades"
        }
    ]
}
  •  
  •  
  •  
  •  

Viet Luu has written 318 articles

If you like what you are reading, please consider buying us a coffee ( or 2 ) as a token of appreciation.

Buy Me A Coffee

We are thankful for your never ending support.