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
@@ -508,7 +508,7 @@ An array of the following fields:
508
508
|**u_id**| Long integer | Not nullable | Defines the internal sensor ID, to be used in the [devices (Create and update devices)](#devices-create-and-update-devices) API.|
509
509
|**u_name**| String | Not nullable | Defines the sensor appliance's name. |
510
510
|**u_interface_address**| String | Not nullable | Defines the sensor appliance's network address.|
511
-
|**u_connection_state**|String |Not nullable | Defines the device's connection state with an on-premises management console, using one of the following values: <br><br>- **SYNCED**: Connection is successful. <br>- **OUT_OF_SYNC**: On-premises management console cannot process data received from the sensor. <br>- **TIME_DIFF_OFFSET**: Time drift detected. On-premises management console has been disconnected from the sensor. <br>**DISCONNECTED**: Sensor not communicating with management console. Check network connectivity. |
511
+
|**u_connection_state**|String |Not nullable | Defines the device's connection state with an on-premises management console, using one of the following values: <br><br>- **SYNCED**: Connection is successful. <br>- `OUT_OF_SYNC`: On-premises management console cannot process data received from the sensor. <br>- `TIME_DIFF_OFFSET`: Time drift detected. On-premises management console has been disconnected from the sensor. <br>`DISCONNECTED`: Sensor not communicating with management console. Check network connectivity. |
512
512
|**u_version**| String | Not nullable | A string representation of the sensor's software version. |
513
513
|**u_alert_count**| Long integer | Not nullable | The current number of alerts triggered by the sensor. |
514
514
|**u_device_count**| Long integer | Not nullable | The current number of devices detected by the sensor. |
@@ -518,7 +518,7 @@ An array of the following fields:
518
518
|**u_uid**|String | Not nullable | Defines the sensor's globally unique identifier. |
519
519
|**u_zone_id**| Long integer | Nullable | Define's the device's zone. |
520
520
|**u_is_in_learning_mode**| Boolean | Not nullable | Determines whether the sensor is in learning mode. |
521
-
|**u_remote_upgrade_stage**| String |Nullable |Defines a current stage in a version update process as one of the following: <br> - **UPLOADING** <br>- **PREPARE_TO_INSTALL** <br>- **STOPPING_PROCESSES** <br>- **BACKING_UP_DATA** <br>- **TAKING_SNAPSHOT** <br>- **UPDATING_CONFIGURATION** <br>- **UPDATING_DEPENDENCIES** <br>- **UPDATING_LIBRARIES** <br>- **PATCHING_DATABASES** <br>- **STARTING_PROCESSES** <br>- **VALIDATING_SYSTEM_SANITY** <br>- **VALIDATION_SUCCEEDED_REBOOTING** <br>- **SUCCESS** <br>- **FAILURE** <br>- **UPGRADE_STARTED** <br>- **STARTING_INSTALLATION** <br>- **INSTALLING_OPERATING_SYSTEM**|
521
+
|**u_remote_upgrade_stage**| String |Nullable |Defines a current stage in a version update process as one of the following: <br> - `UPLOADING` <br>- `PREPARE_TO_INSTALL` <br>- `STOPPING_PROCESSES` <br>- `BACKING_UP_DATA` <br>- `TAKING_SNAPSHOT` <br>- `UPDATING_CONFIGURATION` <br>- `UPDATING_DEPENDENCIES` <br>- `UPDATING_LIBRARIES` <br>- `PATCHING_DATABASES` <br>- `STARTING_PROCESSES` <br>- `VALIDATING_SYSTEM_SANITY` <br>- `VALIDATION_SUCCEEDED_REBOOTING` <br>- `SUCCESS` <br>- `FAILURE` <br>- `UPGRADE_STARTED` <br>- `STARTING_INSTALLATION` <br>- `INSTALLING_OPERATING_SYSTEM`|
522
522
523
523
#### Response example
524
524
@@ -543,19 +543,19 @@ An array of the following fields:
@@ -614,9 +614,9 @@ This API returns a list of active CVEs for all devices that were updated since t
614
614
|**u_cves**| JSON array of CVEs | Not nullable | An array of [CVE details](#u_cves-fields) objects |
615
615
616
616
> [!NOTE]
617
-
> If Defender for IoT can confidently identify the MAC address of one of its IP addresses, the MAC address is returned in the **u_mac_address_objects** field directly.
617
+
> If Defender for IoT can confidently identify the MAC address of one of its IP addresses, the MAC address is returned in the `u_mac_address_objects` field directly.
618
618
>
619
-
> If Defender for IoT is not entirely confident about a MAC address, such as if the traffic has been routed via a router, the MAC address is returned in the **u_guessed_mac_address** field instead, as part of the JSON array of IP addresses.
619
+
> If Defender for IoT is not entirely confident about a MAC address, such as if the traffic has been routed via a router, the MAC address is returned in the `u_guessed_mac_address` field instead, as part of the JSON array of IP addresses.
620
620
621
621
#### u_ip_address_objects fields
622
622
@@ -638,7 +638,7 @@ This API returns a list of active CVEs for all devices that were updated since t
638
638
|**u_address**|String | Not nullable | Address of the specific interface, with the specific firmware where the CVE was detected. |
639
639
|**u_cve_id**| String| Not nullable | Defines the CVE ID |
640
640
|**u_score**| String| Not nullable | Defines the CVE risk score |
641
-
|**u_attack_vector**|String | Not nullable | Defines the attack vector as one of the following: **ADJACENT_NETWORK**, **LOCAL**, **NETWORK**|
641
+
|**u_attack_vector**|String | Not nullable | Defines the attack vector as one of the following: `ADJACENT_NETWORK`, `LOCAL`, `NETWORK`|
642
642
|**u_description**| String| Not nullable | Defines the CVE description|
643
643
644
644
#### Response example
@@ -717,11 +717,21 @@ This API returns a list of active CVEs for all devices that were updated since t
0 commit comments