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
Copy file name to clipboardExpand all lines: defender-endpoint/api/device-health-api-methods-properties.md
+22-22Lines changed: 22 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,39 +67,39 @@ Data that is collected using either `JSON response` or by using files is a snaps
67
67
68
68
### 1.3 Export device antivirus health details API properties (JSON response)
69
69
70
-
- The properties defined in the following table are listed alphabetically, by property ID. When running this API, the resulting output won't necessarily be returned in the same order listed in this table.
70
+
- The properties defined in the following table are listed alphabetically, by property ID. When you use this API, the resulting output won't necessarily be returned in the same order listed in this table.
71
71
- Note that **rbacgroupname** and **Id** aren't supported filter operators.
72
72
- Some more columns might be returned in the response. These columns can be temporary and might be removed; use only the documented columns.
73
73
74
74
| Property (ID) | Data type | Description | Example of a returned value |
75
75
|---|---|---|---|
76
76
|`avEngineUpdateTime`| DateTimeOffset | Datetime when the antivirus engine was last updated on device | "2022-08-04T12:44:02Z" |
77
-
|`avEngineVersion`| String | Antivirus engine version |"1.1.19400.3"|
78
-
|`avIsEngineUpToDate`| String | Up-to-date status of antivirus engine |"True", "False", "Unknown"|
79
-
|`avIsPlatformUpToDate`| String | Up-to-date status of antivirus platform |"True", "False", "Unknown"|
80
-
|`avIsSignatureUpToDate`| String | Up-to-date status of antivirus signature |"True", "False", "Unknown"|
77
+
|`avEngineVersion`| String | Antivirus engine version |`1.1.19400.3`|
78
+
|`avIsEngineUpToDate`| String | Up-to-date status of antivirus engine |`True`, `False`, or `Unknown`|
79
+
|`avIsPlatformUpToDate`| String | Up-to-date status of antivirus platform |`True`, `False`, or `Unknown`|
80
+
|`avIsSignatureUpToDate`| String | Up-to-date status of antivirus signature |`True`, `False`, or `Unknown`|
81
81
|`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`|
82
82
|`avPlatformUpdateTime`| DateTimeOffset | Datetime when antivirus platform was last updated on device | "2022-08-04T12:44:02Z" |
83
-
|`avPlatformVersion`| String | Antivirus platform version |"4.18.2203.5"|
83
+
|`avPlatformVersion`| String | Antivirus platform version |`4.18.2203.5`|
84
84
|`avSignaturePublishTime`| DateTimeOffset | Datetime when antivirus security intelligence build was released | "2022-08-04T12:44:02Z" |
85
85
|`avSignatureUpdateTime`| DateTimeOffset | Datetime when antivirus security intelligence was last updated on device | "2022-08-04T12:44:02Z" |
86
-
|`avSignatureVersion`| String | Antivirus security intelligence version |"1.371.1323.0"|
87
-
|`computerDnsName`| String | DNS name |"SampleDns"|
88
-
|`dataRefreshTimestamp`| DateTimeOffset | Datetime when data is refreshed for this report |"2022-08-04T12:44:02Z"|
86
+
|`avSignatureVersion`| String | Antivirus security intelligence version |`1.371.1323.0`|
87
+
|`computerDnsName`| String | DNS name |`SampleDns`|
88
+
|`dataRefreshTimestamp`| DateTimeOffset | Datetime when data is refreshed for this report |`2022-08-04T12:44:02Z`|
89
89
|`fullScanError`| String | Error codes from full scan | "0x80508023" |
90
-
|`fullScanResult`| String | Full scan result of this device |"Completed" <br> "Canceled" <br>"Failed"|
91
-
|`fullScanTime`| DateTimeOffset | Datetime when full scan has completed |"2022-08-04T12:44:02Z"|
0 commit comments