| Description | : List all the existing Smart Detector alert rules within the subscription. |
| Reference | : Link ¶ |
⚼ Request
GET:
/subscriptions/{subscriptionId}/providers/microsoft.alertsManagement/smartDetectorAlertRules
{
subscriptionId:
string
,
api-version:
string
,
}
⚐ Response (default)
{
code:
string
,
message:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
properties:
}
{
,
description:
string
,
state:
enum
,
severity:
enum
,
frequency:
string
,
detector:
{
,
id:
string
,
parameters:
object
,
name:
string
,
description:
string
,
supportedResourceTypes:
[
,
string
,
]
imagePaths:
}
[
,
string
,
]
scope:
[
,
string
,
]
actionGroups:
{
,
customEmailSubject:
string
,
customWebhookPayload:
string
,
groupIds:
}
[
,
string
,
]
throttling:
}
{
,
duration:
string
,
}
nextLink:
string
,
}