Skip to content

Get SophosCentralAlerts

simon-r-watson edited this page May 31, 2021 · 3 revisions

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-SophosCentralAlerts

SYNOPSIS

Get alerts listed in Sophos Central

SYNTAX

Get-SophosCentralAlerts [-Product <String[]>] [-Category <String[]>] [-Severity <String[]>]
 [<CommonParameters>]

DESCRIPTION

Get alerts listed in Sophos Central

EXAMPLES

EXAMPLE 1

Get-SophosCentralAlert

Get all active alerts in the tenant

EXAMPLE 2

Get-SophosCentralAlert -Product 'server' -Severity 'high

Get all alerts relating to Sophos Central for Server protection wih High severity

PARAMETERS

-Product

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

-Category

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

-Severity

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

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

RELATED LINKS

https://developer.sophos.com/docs/common-v1/1/routes/alerts/get

https://developer.sophos.com/docs/common-v1/1/routes/alerts/search/post