| Description | : Gets all actions of alert rule. |
| Reference | : Link ¶ |
⚶ Changes
{
"#id": "Actions_ListByAlertRule",
"$responses": {
"200": {
"$properties": {
"value": {
"$properties": {
"@added_fe361e96812746c495dd5cd309fd75d4": {
"#name": "etag",
"Description": "ETag of the action.",
"Required": false,
"Type": "string"
}
}
}
}
}
}
}
⚼ Request
GET:
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/alertRules/{ruleId}/actions
{
api-version:
string
,
subscriptionId:
string
,
resourceGroupName:
string
,
workspaceName:
string
,
ruleId:
string
,
}
⚐ Response (200)
{
nextLink:
string
,
value:
}
[
]
,
{
,
etag:
string
,
properties:
}
{
,
workflowId:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
}