Skip to content

Commit 506daa5

Browse files
committed
added preview and removed 2 terms
1 parent 35fcd1a commit 506daa5

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

articles/defender-for-iot/organizations/references-work-with-defender-for-iot-apis.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Work with Defender for IoT APIs
33
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
55
ms.topic: reference
66
---
77

@@ -1618,7 +1618,7 @@ This section describes on-premises management console APIs for:
16181618

16191619
### Version 3
16201620

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)
16221622

16231623
### Alert Exclusions
16241624

@@ -2734,7 +2734,7 @@ Example:
27342734
|-|-|-|
27352735
|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'`
27362736

2737-
### Service Now Integration API - “/external/v3/integration/
2737+
### ServiceNow Integration API - “/external/v3/integration/ (Preview)
27382738

27392739
The below API's can be used with the ServiceNow integration via the ServiceNow's Service Graph Connector for Defender for IoT.
27402740

@@ -2910,7 +2910,6 @@ The below API's can be used with the ServiceNow integration via the ServiceNow's
29102910
- Path parameters:
29112911
-**timestamp**” – the time from which updates are required, only later updates will be returned.
29122912
- 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.
29142913
-**page**” - the page number, from the result set (first page is 0, default value is 0)
29152914
-**size**” - the page size (default value is 50)
29162915

@@ -2919,7 +2918,6 @@ The below API's can be used with the ServiceNow integration via the ServiceNow's
29192918
- Type: JSON
29202919
- Structure:
29212920
-**u_count**” - amount of object in the full result sets, including all pages.
2922-
-**u_devices**” - array of
29232921
-**u_id**” - the same as in the specific device API.
29242922
-**u_name**” - the same as in the specific device API.
29252923
-**u_ip_address_objects**” - the same as in the specific device API.

0 commit comments

Comments
 (0)