Description | : List all alert processing rules in a subscription. |
Reference | : Link ¶ |
⚼ Request
GET:
/subscriptions/{subscriptionId}/providers/Microsoft.AlertsManagement/actionRules
{
subscriptionId:
string
,
api-version:
string
,
}
⚐ Response (200)
{
$headers:
{
,
x-ms-request-id:
string
,
}
$schema:
}
{
,
nextLink:
string
,
value:
}
[
]
,
{
,
properties:
{
,
scopes:
[
,
string
,
]
conditions:
[
]
,
{
,
field:
enum
,
operator:
enum
,
values:
}
[
,
string
,
]
schedule:
{
,
effectiveFrom:
string
,
effectiveUntil:
string
,
timeZone:
string
,
recurrences:
}
[
]
,
{
,
recurrenceType:
enum
,
startTime:
string
,
endTime:
string
,
}
actions:
[
]
,
{
,
actionType:
enum
,
}
description:
string
,
enabled:
boolean
,
}
systemData:
}
{
,
createdBy:
string
,
createdByType:
enum
,
createdAt:
string
,
lastModifiedBy:
string
,
lastModifiedByType:
enum
,
lastModifiedAt:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
}
[
,
string
,
]