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
-[ServiceNow Integration API - “/external/v3/integration/ (Preview)](#servicenow-integration-api---externalv3integration-preview)
1559
1559
1560
+
All parameters in Version 3 APIs are optional.
1561
+
1560
1562
### Alert Exclusions
1561
1563
1562
1564
Define conditions under which alerts won't be sent. For example, define and update stop and start times, devices or subnets that should be excluded when triggering alerts, or Defender for IoT engines that should be excluded. For example, during a maintenance window, you might want to stop delivery of all alerts, except for malware alerts on critical devices. The items you define here appear in the on-premises management console's Alert Exclusions window as read-only exclusion rules.
@@ -2671,7 +2673,9 @@ Example:
2671
2673
2672
2674
The below API's can be used with the ServiceNow integration via the ServiceNow's Service Graph Connector for Defender for IoT.
2673
2675
2674
-
### Create and update devices
2676
+
### devices
2677
+
2678
+
This API returns data about all devices that were updated after the given timestamp.
2675
2679
2676
2680
#### Request
2677
2681
@@ -2694,10 +2698,12 @@ The below API's can be used with the ServiceNow integration via the ServiceNow's
2694
2698
- Type: JSON
2695
2699
- Structure:
2696
2700
- “**u_count**” - amount of object in the full result sets, including all pages.
2697
-
- “**u_devices**” - array of device objects (as defined in the specific device API).
2701
+
- “**u_devices**” - array of device objects. Each object is defined with the parameters listed in the [device](#device) API.
2698
2702
2699
2703
### Connections
2700
2704
2705
+
This API returns data about all device connections that were updated after the given timestamp.
2706
+
2701
2707
#### Request
2702
2708
2703
2709
- Path: “/connections/{timestamp}”
@@ -2721,7 +2727,9 @@ The below API's can be used with the ServiceNow integration via the ServiceNow's
2721
2727
- “**Two Way**”
2722
2728
- “**Multicast**”
2723
2729
2724
-
### Specific device
2730
+
### device
2731
+
2732
+
This API returns data about a specific device per a given device ID.
2725
2733
2726
2734
#### Request
2727
2735
@@ -2788,7 +2796,7 @@ The below API's can be used with the ServiceNow integration via the ServiceNow's
2788
2796
- Array of
2789
2797
- “**u_id**” - the ID of the deleted device.
2790
2798
2791
-
### Sensors
2799
+
### sensors
2792
2800
2793
2801
#### Request
2794
2802
@@ -2833,8 +2841,9 @@ The below API's can be used with the ServiceNow integration via the ServiceNow's
2833
2841
- "**STARTING_INSTALLATION**"
2834
2842
- "**INSTALLING_OPERATING_SYSTEM**"
2835
2843
- “**u_uid**” - globally unique identifier of the sensor
2844
+
- "**u_is_in_learning_mode**" - Boolean indication as to whether the sensor is in Learn mode or not
2836
2845
2837
-
### Device CVEs
2846
+
### devicecves
2838
2847
2839
2848
#### Request
2840
2849
@@ -2843,8 +2852,11 @@ The below API's can be used with the ServiceNow integration via the ServiceNow's
2843
2852
- Path parameters:
2844
2853
- “**timestamp**” – the time from which updates are required, only later updates will be returned.
2845
2854
- Query parameters:
2846
-
- “**page**” - the page number, from the result set (first page is 0, default value is 0)
2847
-
- “**size**” - the page size (default value is 50)
2855
+
- “**page**” - Defines the page number, from the result set (first page is 0, default value is 0)
2856
+
- “**size**” - Defines the page size (default value is 50)
2857
+
- “**sensorId**” - Shows results from a specific sensor, as defined by the given sensor ID.
2858
+
- “**score**” - Determines a minimum CVE score to be retrieved. All results will have a CVE score equal to or higher than the given value. Default = **0**.
2859
+
- “**deviceIds**” - A comma-separated list of device IDs from which you want to show results. For example: **1232,34,2,456**
Copy file name to clipboardExpand all lines: articles/defender-for-iot/organizations/release-notes.md
+15-2Lines changed: 15 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ For more information, see the [Microsoft Security Development Lifecycle practice
63
63
|Service area |Updates |
64
64
|---------|---------|
65
65
|**Enterprise IoT networks**| - [Enterprise IoT purchase experience and Defender for Endpoint integration in GA](#enterprise-iot-purchase-experience-and-defender-for-endpoint-integration-in-ga)|
66
-
|**OT networks** |**Sensor software version 22.2.4**:<br>- [Device inventory enhancements](#device-inventory-enhancements)<br><br>**Sensor software version 22.2.3**:<br>- [OT appliance hardware profile updates](#ot-appliance-hardware-profile-updates)<br>- [PCAP access from the Azure portal](#pcap-access-from-the-azure-portal-public-preview)<br>- [Bi-directional alert synch between sensors and the Azure portal](#bi-directional-alert-synch-between-sensors-and-the-azure-portal-public-preview)<br>- [Support diagnostic log enhancements](#support-diagnostic-log-enhancements-public-preview)<br>- [Improved security for uploading protocol plugins](#improved-security-for-uploading-protocol-plugins)<br>- [Sensor names shown in browser tabs](#sensor-names-shown-in-browser-tabs)<br><br>**To update to versions 22.2.3 and higher**:<br>- From version 22.1.x, update directly to the latest version.<br>- From version 10.x, first update to version 21.1.6, and then update again to 22.2.3<br><br>For more information, see [Update Defender for IoT OT monitoring software](update-ot-software.md). |
66
+
|**OT networks** |**Sensor software version 22.2.4**: <br>- [Device inventory enhancements](#device-inventory-enhancements)<br>- [Enhancements for the ServiceNow integration API](#enhancements-for-the-servicenow-integration-api)<br><br>**Sensor software version 22.2.3**:<br>- [OT appliance hardware profile updates](#ot-appliance-hardware-profile-updates)<br>- [PCAP access from the Azure portal](#pcap-access-from-the-azure-portal-public-preview)<br>- [Bi-directional alert synch between sensors and the Azure portal](#bi-directional-alert-synch-between-sensors-and-the-azure-portal-public-preview)<br>- [Support diagnostic log enhancements](#support-diagnostic-log-enhancements-public-preview)<br>- [Improved security for uploading protocol plugins](#improved-security-for-uploading-protocol-plugins)<br>- [Sensor names shown in browser tabs](#sensor-names-shown-in-browser-tabs)<br><br>To update to version 22.2.3:<br>- From version 22.1.x, update directly to version 22.2.3<br>- From version 10.x, first update to version 21.1.6, and then update again to 22.2.3<br><br>For more information, see [Update Defender for IoT OT monitoring software](update-ot-software.md). |
67
67
|**Cloud-only features**| - [Microsoft Sentinel incident synch with Defender for IoT alerts](#microsoft-sentinel-incident-synch-with-defender-for-iot-alerts)|
68
68
69
69
### Enterprise IoT purchase experience and Defender for Endpoint integration in GA
@@ -81,7 +81,7 @@ Defender for IoT’s new purchase experience and the Enterprise IoT integration
81
81
82
82
### Device inventory enhancements
83
83
84
-
Starting in sensor versions 22.2.4, you can now take the following actions from the sensor console's **Device inventory** page:
84
+
Starting in OT sensor versions 22.2.4, you can now take the following actions from the sensor console's **Device inventory** page:
85
85
86
86
-**Merge duplicate devices**. You may need to merge devices if the sensor has discovered separate network entities that are associated with a single, unique device. Examples of this scenario might include a PLC with four network cards, a laptop with both WiFi and a physical network card, or a single workstation with multiple network cards.
87
87
@@ -95,6 +95,18 @@ Also starting in version 22.2.4, in the sensor console's **Device inventory** pa
95
95
96
96
For more information, see [Manage your OT device inventory from a sensor console](how-to-investigate-sensor-detections-in-a-device-inventory.md).
97
97
98
+
### Enhancements for the ServiceNow integration API
99
+
100
+
OT sensor version 22.2.4 provides enhancements for the `devicecves` API, which gets details about the CVEs found for a given device.
101
+
102
+
Now you can add any of the following parameters to your query to fine tune your results:
103
+
104
+
- “**sensorId**” - Shows results from a specific sensor, as defined by the given sensor ID.
105
+
- “**score**” - Determines a minimum CVE score to be retrieved. All results will have a CVE score equal to or higher than the given value. Default = **0**.
106
+
- “**deviceIds**” - A comma-separated list of device IDs from which you want to show results. For example: **1232,34,2,456**
107
+
108
+
For more information, see [ServiceNow Integration API - “/external/v3/integration/ (Preview)](references-work-with-defender-for-iot-apis.md#servicenow-integration-api---externalv3integration-preview).
109
+
98
110
### OT appliance hardware profile updates
99
111
100
112
We've refreshed the naming conventions for our OT appliance hardware profiles for greater transparency and clarity.
@@ -234,6 +246,7 @@ Check out our new structure to follow through viewing devices and assets, managi
234
246
> To send feedback on docs via GitHub, scroll to the bottom of the page and select the **Feedback** option for **This page**. We'd be glad to hear from you!
235
247
>
236
248
249
+
237
250
## April 2022
238
251
239
252
-[Extended device property data in the Device inventory](#extended-device-property-data-in-the-device-inventory)
0 commit comments