You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/defender-for-iot/device-builders/concept-event-aggregation.md
+8-13Lines changed: 8 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,21 +107,16 @@ The data collected for each event is:
107
107
|**os_version**| The version of the operating system. For example, `Windows 10`, or `Ubuntu 20.04.1`. |
108
108
|**os_platform**| The OS of the device. |
109
109
|**os_arch**| The architecture of the OS. For example, `x86_64`. |
110
-
|**nics**| The network interface controller. |
111
-
| **IP address** | The IP address of the device.
112
-
| **MAC address** | The MAC address of the device.
110
+
|**nics**| The network interface controller. The full list of properties are listed below. |
113
111
114
-
The **nics** is composed of the following;
115
-
116
-
-**type**: one of the following values: `UNKNOWN`, `ETH`, `WIFI`, `MOBILE`, or `SATELLITE`.
117
-
-**vlans**: The virtual lan associated with the network interface.
118
-
-**vendor**: The vendor of the network controller.
119
-
-**info**: IPS, and MACs associated with the network controller. This Includes the following fields;
120
-
121
-
-**ipv4_address**: The IPv4 address.
122
-
-**ipv6_address**: The IPv6 address.
123
-
-**mac**: The Mac Address.
112
+
The **nics** properties are composed of the following;
124
113
114
+
| Parameter | Description|
115
+
|--|--|
116
+
|**type**| one of the following values: `UNKNOWN`, `ETH`, `WIFI`, `MOBILE`, or `SATELLITE`. |
117
+
|**vlans**| The virtual lan associated with the network interface. |
118
+
|**vendor**| The vendor of the network controller. |
119
+
|**info**| IPS, and MACs associated with the network controller. This Includes the following fields; <br> - **ipv4_address**: The IPv4 address. <br> - **ipv6_address**: The IPv6 address. <br> - **mac**: The MAC address.|
0 commit comments