Skip to content

Commit b493ca3

Browse files
committed
Update device-health-api-methods-properties.md
1 parent d913464 commit b493ca3

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

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

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.service: defender-endpoint
55
ms.author: deniseb
66
author: denisebmsft
77
ms.localizationpriority: medium
8-
ms.date: 02/18/2025
8+
ms.date: 02/19/2025
99
manager: deniseb
1010
ms.reviewr: mkaminska
1111
audience: ITPro
@@ -24,7 +24,6 @@ search.appverid: met150
2424
**Applies to:**
2525

2626
- [Microsoft Defender for Endpoint Plan 2](../microsoft-defender-endpoint.md)
27-
2827
- [Microsoft Defender XDR](/defender-xdr)
2928

3029
> Want to experience Microsoft Defender for Endpoint? [Sign up for a free trial.](https://go.microsoft.com/fwlink/p/?linkid=2225630&clcid=0x409&culture=en-us&country=us)
@@ -77,7 +76,7 @@ Data that is collected using either '_JSON response_ or _via files_' is the curr
7776
| `avIsEngineUpToDate` | String | Up-to-date status of antivirus engine | "True", "False", "Unknown" |
7877
| `avIsPlatformUpToDate` | String | Up-to-date status of antivirus platform | "True", "False", "Unknown" |
7978
| `avIsSignatureUpToDate` | String | Up-to-date status of antivirus signature | "True", "False", "Unknown" |
80-
| `avMode` | String | Antivirus mode. | Each mode is a string typed integer value ranging from 0 to 5. Refer to the following mapping to see its value's meaning: <br/>'' = Other<br/>'0' = Active<br/>'1' = Passive<br/>'2' = Disabled<br/>'3' = Other<br/>'4' = EDRBlocked<br/>'5' = PassiveAudit |
79+
| `avMode` | String | Antivirus mode. | Each mode is a string typed integer value ranging from 0 to 5. <br/>`''` = `Other`<br/>`0` = `Active`<br/>`1` = `Passive`<br/>`2` = `Disabled`<br/>`3` = `Other`<br/>`4` = `EDRBlocked`<br/>`5` = `PassiveAudit` |
8180
| `avPlatformUpdateTime` | DateTimeOffset | Datetime when antivirus platform was last updated on device | "2022-08-04T12:44:02Z" |
8281
| `avPlatformVersion` | String | Antivirus platform version | "4.18.2203.5" |
8382
| `avSignaturePublishTime` | DateTimeOffset | Datetime when antivirus security intelligence build was released | "2022-08-04T12:44:02Z" |
@@ -106,20 +105,19 @@ Data that is collected using either '_JSON response_ or _via files_' is the curr
106105
> 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.
107106
108107
> [!NOTE]
109-
>
110-
> - The files are gzip compressed & in multiline Json format.
108+
> - The files are gzip-compressed and in multiline `.json` format.
111109
> - The download URLs are only valid for 3 hours; otherwise you can use the parameter.
112110
> - For maximum download speed of your data, you can make sure you're downloading from the same Azure region that your data resides.
113-
> - Each record is approximately 1KB of data. You should take this into account when choosing the correct pageSize parameter for you.
114-
> - Some more columns might be returned in the response. These columns are temporary and might be removed, so use only the documented columns.
111+
> - Each record uses approximately 1KB of data. You should take this into account when choosing the correct `pageSize` parameter.
112+
> - More columns might be returned in the response. These columns are temporary and might be removed, so use only the documented columns.
115113
116114
| Property (ID) | Data type | Description | Example of a returned value |
117115
|---|---|---|---|
118116
| Export files | array[string] | A list of download URLs for files holding the current snapshot of the organization. | ["https://tvmexportstrstgeus.blob.core.windows.net/tvm-export...1", "https://tvmexportstrstgeus.blob.core.windows.net/tvm-export...2"] |
119117
| GeneratedTime | String | The time that the export was generated. | 2022-05-20T08:00:00Z |
120118

121119
> [!NOTE]
122-
> In each of the Export files a property "DeviceGatheredInfo" containing the data about Antivirus information can be found. Each of its attributes can provide you with information on the device's health and its status.
120+
> In each of the export files, there's a property called `DeviceGatheredInfo`, which contains antivirus data. Each of its attributes can provide you with information on the device's health and its status.
123121
124122
## See also
125123

0 commit comments

Comments
 (0)