Skip to main content

iot_security_solutions_analytics_aggregated_alerts

Creates, updates, deletes, gets or lists a iot_security_solutions_analytics_aggregated_alerts resource.

Overview

Nameiot_security_solutions_analytics_aggregated_alerts
TypeResource
Idazure.security.iot_security_solutions_analytics_aggregated_alerts

Fields

NameDatatypeDescription
idtextResource Id
nametextResource name
descriptiontextfield from the properties object
action_takentextfield from the properties object
aggregatedAlertNametextfield from the properties object
aggregated_date_utctextfield from the properties object
alert_display_nametextfield from the properties object
alert_typetextfield from the properties object
counttextfield from the properties object
effected_resource_typetextfield from the properties object
log_analytics_querytextfield from the properties object
remediation_stepstextfield from the properties object
reported_severitytextfield from the properties object
resourceGroupNametextfield from the properties object
solutionNametextfield from the properties object
subscriptionIdtextfield from the properties object
system_sourcetextfield from the properties object
tagstextResource tags
top_devices_listtextfield from the properties object
typetextResource type
vendor_nametextfield from the properties object

Methods

NameAccessible byRequired ParamsDescription
getSELECTaggregatedAlertName, resourceGroupName, solutionName, subscriptionIdUse this method to get a single the aggregated alert of yours IoT Security solution. This aggregation is performed by alert name.
listSELECTresourceGroupName, solutionName, subscriptionIdUse this method to get the aggregated alert list of yours IoT Security solution.
dismissEXECaggregatedAlertName, resourceGroupName, solutionName, subscriptionIdUse this method to dismiss an aggregated IoT Security Solution Alert.

SELECT examples

Use this method to get the aggregated alert list of yours IoT Security solution.

SELECT
id,
name,
description,
action_taken,
aggregatedAlertName,
aggregated_date_utc,
alert_display_name,
alert_type,
count,
effected_resource_type,
log_analytics_query,
remediation_steps,
reported_severity,
resourceGroupName,
solutionName,
subscriptionId,
system_source,
tags,
top_devices_list,
type,
vendor_name
FROM azure.security.vw_iot_security_solutions_analytics_aggregated_alerts
WHERE resourceGroupName = '{{ resourceGroupName }}'
AND solutionName = '{{ solutionName }}'
AND subscriptionId = '{{ subscriptionId }}';