action_groups_notifications_at_action_group_resource_levels
Creates, updates, deletes, gets or lists an action_groups_notifications_at_action_group_resource_levels
resource.
Overview
Name | action_groups_notifications_at_action_group_resource_levels |
Type | Resource |
Id | azure.monitor.action_groups_notifications_at_action_group_resource_levels |
Fields
The following fields are returned by SELECT
queries:
SELECT
not supported for this resource, use SHOW METHODS
to view available operations for the resource.
Methods
The following methods are available for this resource:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
create | insert | subscriptionId , resourceGroupName , actionGroupName , data__alertType | Send test notifications to a set of provided receivers |
Parameters
Parameters can be passed in the WHERE
clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
Name | Datatype | Description |
---|---|---|
actionGroupName | string | The name of the action group. |
resourceGroupName | string | The name of the resource group. The name is case insensitive. |
subscriptionId | string | The ID of the target subscription. |
INSERT
examples
- create
- Manifest
Send test notifications to a set of provided receivers
INSERT INTO azure.monitor.action_groups_notifications_at_action_group_resource_levels (
data__alertType,
data__emailReceivers,
data__smsReceivers,
data__webhookReceivers,
data__itsmReceivers,
data__azureAppPushReceivers,
data__automationRunbookReceivers,
data__voiceReceivers,
data__logicAppReceivers,
data__azureFunctionReceivers,
data__armRoleReceivers,
data__eventHubReceivers,
data__incidentReceivers,
subscriptionId,
resourceGroupName,
actionGroupName
)
SELECT
'{{ alertType }}' /* required */,
'{{ emailReceivers }}',
'{{ smsReceivers }}',
'{{ webhookReceivers }}',
'{{ itsmReceivers }}',
'{{ azureAppPushReceivers }}',
'{{ automationRunbookReceivers }}',
'{{ voiceReceivers }}',
'{{ logicAppReceivers }}',
'{{ azureFunctionReceivers }}',
'{{ armRoleReceivers }}',
'{{ eventHubReceivers }}',
'{{ incidentReceivers }}',
'{{ subscriptionId }}',
'{{ resourceGroupName }}',
'{{ actionGroupName }}'
RETURNING
actionDetails,
completedTime,
context,
createdTime,
state
;
# Description fields are for documentation purposes
- name: action_groups_notifications_at_action_group_resource_levels
props:
- name: subscriptionId
value: string
description: Required parameter for the action_groups_notifications_at_action_group_resource_levels resource.
- name: resourceGroupName
value: string
description: Required parameter for the action_groups_notifications_at_action_group_resource_levels resource.
- name: actionGroupName
value: string
description: Required parameter for the action_groups_notifications_at_action_group_resource_levels resource.
- name: alertType
value: string
description: |
The value of the supported alert type. Supported alert type values are: servicehealth, metricstaticthreshold, metricsdynamicthreshold, logalertv2, smartalert, webtestalert, logalertv1numresult, logalertv1metricmeasurement, resourcehealth, activitylog, actualcostbudget, forecastedbudget
- name: emailReceivers
value: array
description: |
The list of email receivers that are part of this action group.
- name: smsReceivers
value: array
description: |
The list of SMS receivers that are part of this action group.
- name: webhookReceivers
value: array
description: |
The list of webhook receivers that are part of this action group.
- name: itsmReceivers
value: array
description: |
The list of ITSM receivers that are part of this action group.
- name: azureAppPushReceivers
value: array
description: |
The list of AzureAppPush receivers that are part of this action group.
- name: automationRunbookReceivers
value: array
description: |
The list of AutomationRunbook receivers that are part of this action group.
- name: voiceReceivers
value: array
description: |
The list of voice receivers that are part of this action group.
- name: logicAppReceivers
value: array
description: |
The list of logic app receivers that are part of this action group.
- name: azureFunctionReceivers
value: array
description: |
The list of azure function receivers that are part of this action group.
- name: armRoleReceivers
value: array
description: |
The list of ARM role receivers that are part of this action group. Roles are Azure RBAC roles and only built-in roles are supported.
- name: eventHubReceivers
value: array
description: |
The list of event hub receivers that are part of this action group.
- name: incidentReceivers
value: array
description: |
The list of incident receivers that are part of this action group.