File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
articles/defender-for-iot/organizations/api Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -291,7 +291,7 @@ This API returns data about a specific device per a given device ID.
291
291
| ** u_site** | String | Not nullable | The name of the device's site. |
292
292
| ** u_zone** | String | Not nullable | The name of the device's site. |
293
293
| ** 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. |
295
295
| ** u_device_type** | String | Not nullable | The device [ type] ( sensor-inventory-apis.md#supported-type-values ) |
296
296
| ** u_name** | String| Not nullable| Defines the device name. |
297
297
| ** 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
727
727
curl -k -H "Authorization: <Authorization token>" "https://<IP Address>/external/v3/integration/devicecves/<timestamp>"
728
728
```
729
729
730
- ** Examplle ** :
730
+ ** Example ** :
731
731
732
732
``` rest
733
733
curl -k -H "Authorization: 1234b734a9244d54ab8d40aedddcabcd" "https://127.0.0.1/external/v3/integration/devicecves/1664781014000"
Original file line number Diff line number Diff line change @@ -263,7 +263,7 @@ This section lists the values supported as event *type* and *title* values for t
263
263
| SRTP_CHANGE_LEVEL_FAILED | PLC Change access level failed |
264
264
| SUITELINK_INIT_CONNECTION | Wonderware session initialized |
265
265
| USER_OPERATION | User Operation |
266
- | DIP_UPLOADED | Data Intelligance Package Uploaded |
266
+ | DIP_UPLOADED | Data Intelligence Package Uploaded |
267
267
| FTP_AUTHENTICATION_FAILURE | FTP Authentication Failure |
268
268
| PROFINET_DPC_VALUE_SET | Profinet SET operation |
269
269
| S7PLUS_PLC_MODE_CHANGE | PLC Mode Change |
Original file line number Diff line number Diff line change @@ -732,7 +732,7 @@ The following values are supported as [protocol names](#protocol-name) out-of-th
732
732
733
733
734
734
#### 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.
736
736
737
737
738
738
| Name | Type | Nullable / Not nullable | List of values |
You can’t perform that action at this time.
0 commit comments