-
Notifications
You must be signed in to change notification settings - Fork 6
Get SophosCentralAlerts
external help file: SophosCentral-help.xml Module Name: SophosCentral online version: https://developer.sophos.com/docs/common-v1/1/routes/alerts/get schema: 2.0.0
Get alerts listed in Sophos Central
Get-SophosCentralAlerts [-Product <String[]>] [-Category <String[]>] [-Severity <String[]>]
[<CommonParameters>]
Get alerts listed in Sophos Central
Get-SophosCentralAlert
Get all active alerts in the tenant
Get-SophosCentralAlert -Product 'server' -Severity 'high
Get all alerts relating to Sophos Central for Server protection wih High severity
Alerts for a product. You can query by product types.
Type: String[]
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Alert category. You can query by different categories.
Type: String[]
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Alerts for a specific severity level. You can query by severity levels.
Type: String[]
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
https://developer.sophos.com/docs/common-v1/1/routes/alerts/get
https://developer.sophos.com/docs/common-v1/1/routes/alerts/search/post