IoTSecuritySolutionAnalyticsModelProperties interface
Security analytics properties of your IoT Security solution
Properties
| devices |
List of device metrics by the aggregation date. |
| metrics | Security analytics of your IoT Security solution. |
| most |
List of the 3 most prevalent device alerts. |
| most |
List of the 3 most prevalent device recommendations. |
| top |
List of the 3 devices with the most alerts. |
| unhealthy |
Number of unhealthy devices within your IoT Security solution. |
Property Details
devicesMetrics
List of device metrics by the aggregation date.
devicesMetrics?: IoTSecuritySolutionAnalyticsModelPropertiesDevicesMetricsItem[]
Property Value
metrics
Security analytics of your IoT Security solution.
metrics?: IoTSeverityMetrics
Property Value
mostPrevalentDeviceAlerts
List of the 3 most prevalent device alerts.
mostPrevalentDeviceAlerts?: IoTSecurityDeviceAlert[]
Property Value
mostPrevalentDeviceRecommendations
List of the 3 most prevalent device recommendations.
mostPrevalentDeviceRecommendations?: IoTSecurityDeviceRecommendation[]
Property Value
topAlertedDevices
List of the 3 devices with the most alerts.
topAlertedDevices?: IoTSecurityAlertedDevice[]
Property Value
unhealthyDeviceCount
Number of unhealthy devices within your IoT Security solution.
unhealthyDeviceCount?: number
Property Value
number