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
-[Request all device connection events after a given timestamp - /external/v3/integration/connections/{timestamp}](#request-all-device-connection-events-after-a-given-timestamp---externalv3integrationconnectionstimestamp)
-[Request specific device data by device ID - /external/v3/integration/device/{deviceId}](#request-specific-device-data-by-device-id---externalv3integrationdevicedeviceid)
1562
+
-[Request device data by device ID - /external/v3/integration/device/{deviceId}](#request-device-data-by-device-id---externalv3integrationdevicedeviceid)
1563
1563
1564
-
-[Request deleted devices by a given timestamp - /external/v3/integration/deleteddevices/{timestamp}](#request-deleted-devices-by-a-given-timestamp---externalv3integrationdeleteddevicestimestamp)
-[Request sensor data - external/v3/integration/sensors](#request-sensor-data---externalv3integrationsensors)
1567
1567
1568
-
-[Request all device CVEs by a given timestamp - /external/v3/integration/devicecves/{timestamp}](#request-all-device-cves-by-a-given-timestamp---externalv3integrationdevicecvestimestamp)
1568
+
-[Request all device CVEs - /external/v3/integration/devicecves/{timestamp}](#request-all-device-cves---externalv3integrationdevicecvestimestamp)
This API returns data about all devices that were updated after the given timestamp.
2685
2685
@@ -2688,6 +2688,7 @@ This API returns data about all devices that were updated after the given timest
2688
2688
-**GET**
2689
2689
2690
2690
#### Path parameters
2691
+
2691
2692
-**timestamp** – the time from which updates are required, only later updates will be returned.
2692
2693
2693
2694
#### Query parameters
@@ -2697,8 +2698,8 @@ This API returns data about all devices that were updated after the given timest
2697
2698
-**0** – both updated and new devices (default).
2698
2699
-**1** – only new devices.
2699
2700
-**2** – only updated devices.
2700
-
-**page** - the page number, from the result set (first page is 0, default value is 0)ץ
2701
-
-**size** - the page size (default value is 50)ץ
2701
+
-**page** - the page number, from the result set (first page is 0, default value is 0).
2702
+
-**size** - the page size (default value is 50).
2702
2703
2703
2704
#### Response type
2704
2705
@@ -2707,17 +2708,18 @@ This API returns data about all devices that were updated after the given timest
2707
2708
#### Response structure
2708
2709
2709
2710
-**u_count** - amount of objects in the full result sets, including all pages.
2710
-
-**u_devices** - array of device objects. Each object is defined with the parameters listed in the [device ID](#request-specific-device-data-by-device-id---externalv3integrationdevicedeviceid) API.
2711
+
-**u_devices** - array of device objects. Each object is defined with the parameters listed in the [device ID](#request-device-data-by-device-id---externalv3integrationdevicedeviceid) API.
2711
2712
2712
-
### Request all device connection events after a given timestamp - /external/v3/integration/connections/{timestamp}
This API returns data about deleted devices after the given timestamp.
2800
2804
2801
2805
#### Method
2802
2806
@@ -2817,6 +2821,8 @@ Array of:
2817
2821
2818
2822
### Request sensor data - external/v3/integration/sensors
2819
2823
2824
+
This API returns data about the sensor.
2825
+
2820
2826
#### Method
2821
2827
2822
2828
-**GET**
@@ -2864,7 +2870,9 @@ Array of:
2864
2870
-**u_uid** - globally unique identifier of the sensor.
2865
2871
-**u_is_in_learning_mode** - boolean indication as to whether the sensor is in Learn mode or not.
2866
2872
2867
-
### Request all device CVEs by a given timestamp - /external/v3/integration/devicecves/{timestamp}
2873
+
### Request all device CVEs - /external/v3/integration/devicecves/{timestamp}
2874
+
2875
+
This API returns data about device CVEs after the given timestamp.
2868
2876
2869
2877
#### Method
2870
2878
@@ -2876,10 +2884,10 @@ Array of:
2876
2884
2877
2885
#### Query parameters
2878
2886
2879
-
-**page** - defines the page number, from the result set (first page is 0, default value is 0)
2880
-
-**size** - defines the page size (default value is 50)
2887
+
-**page** - defines the page number, from the result set (first page is 0, default value is 0).
2888
+
-**size** - defines the page size (default value is 50).
2881
2889
-**sensorId** - shows results from a specific sensor, as defined by the given sensor ID.
2882
-
-**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**.
2890
+
-**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 value is 0).
2883
2891
-**deviceIds** - a comma-separated list of device IDs from which you want to show results. For example: **1232,34,2,456**
0 commit comments