Skip to content

Commit 871297a

Browse files
committed
fixing merge blockers
1 parent f080e83 commit 871297a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

articles/defender-for-iot/organizations/api/management-integration-apis.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ This API returns data about a specific device per a given device ID.
291291
| **u_site** | String | Not nullable | The name of the device's site. |
292292
| **u_zone** | String | Not nullable | The name of the device's site. |
293293
| **u_last_activity** | DateTime |Not nullable | The timestamp of the last time the device was active. |
294-
| **u_first_discovered** | DateTime| Not nullable | Rhe timestamp of the device's discovery time. |
294+
| **u_first_discovered** | DateTime| Not nullable | The timestamp of the device's discovery time. |
295295
| **u_device_type** |String |Not nullable | The device [type](sensor-inventory-apis.md#supported-type-values) |
296296
| **u_name** | String| Not nullable| Defines the device name. |
297297
| **u_ip_address_objects** |JSON array of IP addresses | Not nullable | Array of [IP address](#ip_address_object-fields) objects |
@@ -727,7 +727,7 @@ This API returns a list of active CVEs for all devices that were updated since t
727727
curl -k -H "Authorization: <Authorization token>" "https://<IP Address>/external/v3/integration/devicecves/<timestamp>"
728728
```
729729

730-
**Examplle**:
730+
**Example**:
731731

732732
```rest
733733
curl -k -H "Authorization: 1234b734a9244d54ab8d40aedddcabcd" "https://127.0.0.1/external/v3/integration/devicecves/1664781014000"

articles/defender-for-iot/organizations/api/sensor-alert-apis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ This section lists the values supported as event *type* and *title* values for t
263263
| SRTP_CHANGE_LEVEL_FAILED | PLC Change access level failed |
264264
| SUITELINK_INIT_CONNECTION | Wonderware session initialized |
265265
| USER_OPERATION | User Operation |
266-
| DIP_UPLOADED | Data Intelligance Package Uploaded |
266+
| DIP_UPLOADED | Data Intelligence Package Uploaded |
267267
| FTP_AUTHENTICATION_FAILURE | FTP Authentication Failure |
268268
| PROFINET_DPC_VALUE_SET | Profinet SET operation |
269269
| S7PLUS_PLC_MODE_CHANGE | PLC Mode Change |

articles/defender-for-iot/organizations/api/sensor-inventory-apis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@ The following values are supported as [protocol names](#protocol-name) out-of-th
732732

733733

734734
#### Supported firmware fields
735-
This section lists the supported fields for the [firware](#operatingsystem) object in the `firmware` response field.
735+
This section lists the supported fields for the [firmware](#operatingsystem) object in the `firmware` response field.
736736

737737

738738
| Name | Type | Nullable / Not nullable | List of values |

0 commit comments

Comments
 (0)