action_groups_test_notifications_at_action_group_resource_levels
Creates, updates, deletes, gets or lists a action_groups_test_notifications_at_action_group_resource_levels
resource.
Overview
Name | action_groups_test_notifications_at_action_group_resource_levels |
Type | Resource |
Id | azure.monitor.action_groups_test_notifications_at_action_group_resource_levels |
Fields
Name | Datatype | Description |
---|---|---|
actionDetails | array | The list of action detail |
completedTime | string | The completed time |
context | object | The context info |
createdTime | string | The created time |
state | string | The overall state |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | actionGroupName, notificationId, resourceGroupName, subscriptionId | Get the test notifications by the notification id |
SELECT
examples
Get the test notifications by the notification id
SELECT
actionDetails,
completedTime,
context,
createdTime,
state
FROM azure.monitor.action_groups_test_notifications_at_action_group_resource_levels
WHERE actionGroupName = '{{ actionGroupName }}'
AND notificationId = '{{ notificationId }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';