1
1
---
2
2
title : Work with Defender for IoT APIs
3
3
description : Use an external REST API to access the data discovered by sensors and management consoles and perform actions with that data.
4
- ms.date : 11/17 /2021
4
+ ms.date : 11/21 /2021
5
5
ms.topic : reference
6
6
---
7
7
@@ -1618,7 +1618,7 @@ This section describes on-premises management console APIs for:
1618
1618
1619
1619
### Version 3
1620
1620
1621
- - [ Service Now Integration API - “/external/v3/integration/] ( #service-now-integration-api---externalv3integration )
1621
+ - [ ServiceNow Integration API - “/external/v3/integration/] ( #service-now-integration-api---externalv3integration ) (Preview )
1622
1622
1623
1623
### Alert Exclusions
1624
1624
@@ -2734,7 +2734,7 @@ Example:
2734
2734
| -| -| -|
2735
2735
|GET|` curl -k -H "Authorization: <AUTH_TOKEN>" 'https://<IP_ADDRESS>/external/v2/alerts/pcap/<ID>' ` |` curl -k -H "Authorization: 1234b734a9244d54ab8d40aedddcabcd" 'https://10.1.0.1/external/v2/alerts/pcap/1' `
2736
2736
2737
- ### Service Now Integration API - “/external/v3/integration/
2737
+ ### ServiceNow Integration API - “/external/v3/integration/ (Preview)
2738
2738
2739
2739
The below API's can be used with the ServiceNow integration via the ServiceNow's Service Graph Connector for Defender for IoT.
2740
2740
@@ -2910,7 +2910,6 @@ The below API's can be used with the ServiceNow integration via the ServiceNow's
2910
2910
- Path parameters:
2911
2911
- “** timestamp** ” – the time from which updates are required, only later updates will be returned.
2912
2912
- Query parameters:
2913
- - “** sensorId** ” - use this parameter to get only devices seen by a specific sensor. The Id should be taken from the results of the Sensors API.
2914
2913
- “** page** ” - the page number, from the result set (first page is 0, default value is 0)
2915
2914
- “** size** ” - the page size (default value is 50)
2916
2915
@@ -2919,7 +2918,6 @@ The below API's can be used with the ServiceNow integration via the ServiceNow's
2919
2918
- Type: JSON
2920
2919
- Structure:
2921
2920
- “** u_count** ” - amount of object in the full result sets, including all pages.
2922
- - “** u_devices** ” - array of
2923
2921
- “** u_id** ” - the same as in the specific device API.
2924
2922
- “** u_name** ” - the same as in the specific device API.
2925
2923
- “** u_ip_address_objects** ” - the same as in the specific device API.
0 commit comments