iot_security_solutions_analytics_aggregated_alerts
Creates, updates, deletes, gets or lists a iot_security_solutions_analytics_aggregated_alerts
resource.
Overview
Name | iot_security_solutions_analytics_aggregated_alerts |
Type | Resource |
Id | azure.security.iot_security_solutions_analytics_aggregated_alerts |
Fields
- vw_iot_security_solutions_analytics_aggregated_alerts
- iot_security_solutions_analytics_aggregated_alerts
Name | Datatype | Description |
---|---|---|
id | text | Resource Id |
name | text | Resource name |
description | text | field from the properties object |
action_taken | text | field from the properties object |
aggregatedAlertName | text | field from the properties object |
aggregated_date_utc | text | field from the properties object |
alert_display_name | text | field from the properties object |
alert_type | text | field from the properties object |
count | text | field from the properties object |
effected_resource_type | text | field from the properties object |
log_analytics_query | text | field from the properties object |
remediation_steps | text | field from the properties object |
reported_severity | text | field from the properties object |
resourceGroupName | text | field from the properties object |
solutionName | text | field from the properties object |
subscriptionId | text | field from the properties object |
system_source | text | field from the properties object |
tags | text | Resource tags |
top_devices_list | text | field from the properties object |
type | text | Resource type |
vendor_name | text | field from the properties object |
Name | Datatype | Description |
---|---|---|
id | string | Resource Id |
name | string | Resource name |
properties | object | IoT Security solution aggregated alert details. |
tags | object | Resource tags |
type | string | Resource type |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | aggregatedAlertName, resourceGroupName, solutionName, subscriptionId | Use this method to get a single the aggregated alert of yours IoT Security solution. This aggregation is performed by alert name. |
list | SELECT | resourceGroupName, solutionName, subscriptionId | Use this method to get the aggregated alert list of yours IoT Security solution. |
dismiss | EXEC | aggregatedAlertName, resourceGroupName, solutionName, subscriptionId | Use 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.
- vw_iot_security_solutions_analytics_aggregated_alerts
- iot_security_solutions_analytics_aggregated_alerts
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 }}';
SELECT
id,
name,
properties,
tags,
type
FROM azure.security.iot_security_solutions_analytics_aggregated_alerts
WHERE resourceGroupName = '{{ resourceGroupName }}'
AND solutionName = '{{ solutionName }}'
AND subscriptionId = '{{ subscriptionId }}';