Skip to content

Commit 4de5743

Browse files
committed
Update device-health-api-methods-properties.md
1 parent 8c5c482 commit 4de5743

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

defender-endpoint/api/device-health-api-methods-properties.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,26 +92,26 @@ Data that is collected using either '_JSON response_ or _via files_' is the curr
9292
| `lastSeenTime` | DateTimeOffset | Last seen datetime of this machine | "2022-08-04T12:44:02Z" |
9393
| `machineId` | String | Machine GUID | "30a8fa2826abf24d24379b23f8a44d471f00feab" |
9494
| `osKind` | String | Operating system kind | "windows", "mac", "linux" |
95-
| `osPlatform` | String | Operating system major version name | Windows 10, macOs |
95+
| `osPlatform` | String | Operating system major version name | Windows 10, macOS |
9696
| `osVersion` | String | Operating system version | 10.0.18363.1440, 12.4.0.0 |
9797
| `quickScanError` | String | Error codes from quick scan | "0x80508023" |
9898
| `quickScanResult` | String | Quick scan result of this device | "Completed" <br>"Canceled" <br>"Failed" |
99-
| `quickScanTime` | DateTimeOffset | Datetime when quick scan has completed | "2022-08-04T12:44:02Z" |
99+
| `quickScanTime` | DateTimeOffset | Datetime when quick scan completed | "2022-08-04T12:44:02Z" |
100100
| `rbacGroupId` | Long | Device group ID that this machine belongs to | 712 |
101101
| `rbacGroupName` | String | Name of device group that this machine belongs to | "SampleGroup" |
102102

103103
### 1.4 Export device antivirus health details API properties (via files)
104104

105105
> [!IMPORTANT]
106-
> Information in this section relates to prereleased product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
106+
> Information in this section relates to prereleased product which can be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
107107
108108
> [!NOTE]
109109
>
110110
> - The files are gzip compressed & in multiline Json format.
111111
> - The download URLs are only valid for 3 hours; otherwise you can use the parameter.
112-
> - For maximum download speed of your data, you can make sure you are downloading from the same Azure region that your data resides.
112+
> - For maximum download speed of your data, you can make sure you're downloading from the same Azure region that your data resides.
113113
> - Each record is approximately 1KB of data. You should take this into account when choosing the correct pageSize parameter for you.
114-
> - Some additional columns might be returned in the response. These columns are temporary and might be removed, please use only the documented columns.
114+
> - Some more columns might be returned in the response. These columns are temporary and might be removed, so use only the documented columns.
115115
116116
| Property (ID) | Data type | Description | Example of a returned value |
117117
|---|---|---|---|

0 commit comments

Comments
 (0)