Alerts Suppression Rules - Get

Get dismiss rule, with name: {alertsSuppressionRuleName}, for the given subscription

GET https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.Security/alertsSuppressionRules/{alertsSuppressionRuleName}?api-version=2019-01-01-preview

URI Parameters

Name In Required Type Description
alertsSuppressionRuleName
path True

string

The unique name of the suppression alert rule

subscriptionId
path True

string

Azure subscription ID

Regex pattern: ^[0-9A-Fa-f]{8}-([0-9A-Fa-f]{4}-){3}[0-9A-Fa-f]{12}$

api-version
query True

string

API version for the operation

Responses

Name Type Description
200 OK

AlertsSuppressionRule

OK

Other Status Codes

CloudError

Error response describing why the operation failed.

Security

azure_auth

Azure Active Directory OAuth2 Flow

Type: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize

Scopes

Name Description
user_impersonation impersonate your user account

Examples

Get suppression alert rule for subscription

Sample Request

GET https://management.azure.com/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/providers/Microsoft.Security/alertsSuppressionRules/dismissIpAnomalyAlerts?api-version=2019-01-01-preview

Sample Response

{
  "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/providers/Microsoft.Security/alertsSuppressionRules/dismissIpAnomalyAlerts",
  "name": "dismissIpAnomalyAlerts",
  "type": "Microsoft.Security/alertsSuppressionRules",
  "properties": {
    "alertType": "IpAnomaly",
    "lastModifiedUtc": "2019-07-31T19:50:47.083633Z",
    "expirationDateUtc": "2019-12-01T19:50:47.083633Z",
    "state": "Enabled",
    "reason": "FalsePositive",
    "comment": "Test VM",
    "suppressionAlertsScope": {
      "allOf": [
        {
          "field": "entities.ip.address",
          "in": [
            "104.215.95.187",
            "52.164.206.56"
          ]
        },
        {
          "field": "entities.process.commandline",
          "contains": "POWERSHELL.EXE"
        }
      ]
    }
  }
}

Definitions

Name Description
AlertsSuppressionRule

Describes the suppression rule

CloudError

Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.).

CloudErrorBody

The error detail.

ErrorAdditionalInfo

The resource management error additional info.

RuleState

Possible states of the rule

ScopeElement

A more specific scope used to identify the alerts to suppress.

SuppressionAlertsScope

AlertsSuppressionRule

Describes the suppression rule

Name Type Description
id

string

Resource Id

name

string

Resource name

properties.alertType

string

Type of the alert to automatically suppress. For all alert types, use '*'

properties.comment

string

Any comment regarding the rule

properties.expirationDateUtc

string

Expiration date of the rule, if value is not provided or provided as null there will no expiration at all

properties.lastModifiedUtc

string

The last time this rule was modified

properties.reason

string

The reason for dismissing the alert

properties.state

RuleState

Possible states of the rule

properties.suppressionAlertsScope

SuppressionAlertsScope

The suppression conditions

type

string

Resource type

CloudError

Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.).

Name Type Description
error.additionalInfo

ErrorAdditionalInfo[]

The error additional info.

error.code

string

The error code.

error.details

CloudErrorBody[]

The error details.

error.message

string

The error message.

error.target

string

The error target.

CloudErrorBody

The error detail.

Name Type Description
additionalInfo

ErrorAdditionalInfo[]

The error additional info.

code

string

The error code.

details

CloudErrorBody[]

The error details.

message

string

The error message.

target

string

The error target.

ErrorAdditionalInfo

The resource management error additional info.

Name Type Description
info

object

The additional info.

type

string

The additional info type.

RuleState

Possible states of the rule

Name Type Description
Disabled

string

Enabled

string

Expired

string

ScopeElement

A more specific scope used to identify the alerts to suppress.

Name Type Description
field

string

The alert entity type to suppress by.

SuppressionAlertsScope

Name Type Description
allOf

ScopeElement[]

All the conditions inside need to be true in order to suppress the alert