Microsoft.AlertsManagement (preview:2023-08-01)

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

AlertRuleRecommendations_ListByResource (new)
Description Retrieve alert rule recommendations for a resource.
Reference Link ¶

⚼ Request

GET:  /{resourceUri}/providers/Microsoft.AlertsManagement/alertRuleRecommendations
{
resourceUri: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
alertRuleType: string ,
category: string ,
displayInformation: object ,
ruleArmTemplate:
{
$schema: string ,
contentVersion: string ,
variables: object ,
parameters: object ,
resources:
[
object ,
]
,
}
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
AlertRuleRecommendations_ListByTargetType (new)
Description Retrieve alert rule recommendations for a target type.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.AlertsManagement/alertRuleRecommendations
{
subscriptionId: string ,
api-version: string ,
targetType: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
alertRuleType: string ,
category: string ,
displayInformation: object ,
ruleArmTemplate:
{
$schema: string ,
contentVersion: string ,
variables: object ,
parameters: object ,
resources:
[
object ,
]
,
}
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
AlertRuleRecommendations_ListByResource (removed)
Description Retrieve alert rule recommendations for a resource.
Reference Link ¶

⚼ Request

GET:  /{resourceUri}/providers/Microsoft.AlertsManagement/alertRuleRecommendations
{
resourceUri: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
alertRuleType: string ,
category: string ,
displayInformation: object ,
ruleArmTemplate:
{
$schema: string ,
contentVersion: string ,
variables: object ,
parameters: object ,
resources:
[
object ,
]
,
}
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
AlertRuleRecommendations_ListByTargetType (removed)
Description Retrieve alert rule recommendations for a target type.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.AlertsManagement/alertRuleRecommendations
{
subscriptionId: string ,
api-version: string ,
targetType: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
alertRuleType: string ,
category: string ,
displayInformation: object ,
ruleArmTemplate:
{
$schema: string ,
contentVersion: string ,
variables: object ,
parameters: object ,
resources:
[
object ,
]
,
}
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}