microsoft.alertsManagement (stable:2019-06-01)

2025/10/23 • 6 new, 6 deleted methods

SmartDetectorAlertRules_List (new)
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 ,
expandDetector: boolean ,
}

⚐ 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 ,
}
SmartDetectorAlertRules_ListByResourceGroup (new)
Description List all the existing Smart Detector alert rules within the subscription and resource group.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.alertsManagement/smartDetectorAlertRules
{
subscriptionId: string ,
resourceGroupName: string ,
api-version: string ,
expandDetector: boolean ,
}

⚐ 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 ,
}
SmartDetectorAlertRules_Get (new)
Description Get a specific Smart Detector alert rule.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.alertsManagement/smartDetectorAlertRules/{alertRuleName}
{
subscriptionId: string ,
resourceGroupName: string ,
alertRuleName: string ,
api-version: string ,
expandDetector: boolean ,
}

⚐ Response (default)

{
code: string ,
message: string ,
}

⚐ Response (200)

{
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 ,
}
,
}
,
}
SmartDetectorAlertRules_CreateOrUpdate (new)
Description Create or update a Smart Detector alert rule.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.alertsManagement/smartDetectorAlertRules/{alertRuleName}
{
subscriptionId: string ,
resourceGroupName: string ,
alertRuleName: string ,
api-version: string ,
parameters:
{
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 ,
}
,
}
,
}
,
}

⚐ Response (default)

{
code: string ,
message: string ,
}

⚐ Response (200)

{
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 ,
}
,
}
,
}

⚐ Response (201)

{
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 ,
}
,
}
,
}
SmartDetectorAlertRules_Patch (new)
Description Patch a specific Smart Detector alert rule.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.alertsManagement/smartDetectorAlertRules/{alertRuleName}
{
subscriptionId: string ,
resourceGroupName: string ,
alertRuleName: string ,
api-version: string ,
parameters:
{
id: string ,
type: string ,
name: string ,
tags: object ,
properties:
{
description: string ,
state: enum ,
severity: enum ,
frequency: string ,
actionGroups:
{
customEmailSubject: string ,
customWebhookPayload: string ,
groupIds:
[
string ,
]
,
}
,
throttling:
{
duration: string ,
}
,
}
,
}
,
}

⚐ Response (default)

{
code: string ,
message: string ,
}

⚐ Response (200)

{
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 ,
}
,
}
,
}
SmartDetectorAlertRules_Delete (new)
Description Delete an existing Smart Detector alert rule.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.alertsManagement/smartDetectorAlertRules/{alertRuleName}
{
subscriptionId: string ,
resourceGroupName: string ,
alertRuleName: string ,
api-version: string ,
}

⚐ Response (default)

{
code: string ,
message: string ,
}

⚐ Response (200)

{}

⚐ Response (204)

{}
SmartDetectorAlertRules_List (removed)
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 ,
expandDetector: boolean ,
}

⚐ 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 ,
}
SmartDetectorAlertRules_ListByResourceGroup (removed)
Description List all the existing Smart Detector alert rules within the subscription and resource group.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.alertsManagement/smartDetectorAlertRules
{
subscriptionId: string ,
resourceGroupName: string ,
api-version: string ,
expandDetector: boolean ,
}

⚐ 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 ,
}
SmartDetectorAlertRules_Get (removed)
Description Get a specific Smart Detector alert rule.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.alertsManagement/smartDetectorAlertRules/{alertRuleName}
{
subscriptionId: string ,
resourceGroupName: string ,
alertRuleName: string ,
api-version: string ,
expandDetector: boolean ,
}

⚐ Response (default)

{
code: string ,
message: string ,
}

⚐ Response (200)

{
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 ,
}
,
}
,
}
SmartDetectorAlertRules_CreateOrUpdate (removed)
Description Create or update a Smart Detector alert rule.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.alertsManagement/smartDetectorAlertRules/{alertRuleName}
{
subscriptionId: string ,
resourceGroupName: string ,
alertRuleName: string ,
api-version: string ,
parameters:
{
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 ,
}
,
}
,
}
,
}

⚐ Response (default)

{
code: string ,
message: string ,
}

⚐ Response (200)

{
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 ,
}
,
}
,
}

⚐ Response (201)

{
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 ,
}
,
}
,
}
SmartDetectorAlertRules_Patch (removed)
Description Patch a specific Smart Detector alert rule.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.alertsManagement/smartDetectorAlertRules/{alertRuleName}
{
subscriptionId: string ,
resourceGroupName: string ,
alertRuleName: string ,
api-version: string ,
parameters:
{
id: string ,
type: string ,
name: string ,
tags: object ,
properties:
{
description: string ,
state: enum ,
severity: enum ,
frequency: string ,
actionGroups:
{
customEmailSubject: string ,
customWebhookPayload: string ,
groupIds:
[
string ,
]
,
}
,
throttling:
{
duration: string ,
}
,
}
,
}
,
}

⚐ Response (default)

{
code: string ,
message: string ,
}

⚐ Response (200)

{
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 ,
}
,
}
,
}
SmartDetectorAlertRules_Delete (removed)
Description Delete an existing Smart Detector alert rule.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.alertsManagement/smartDetectorAlertRules/{alertRuleName}
{
subscriptionId: string ,
resourceGroupName: string ,
alertRuleName: string ,
api-version: string ,
}

⚐ Response (default)

{
code: string ,
message: string ,
}

⚐ Response (200)

{}

⚐ Response (204)

{}