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
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,21 +67,21 @@ Data that is collected using either '_JSON response_ or _via files_' is the curr
67
67
### 1.3 Export device antivirus health details API properties (JSON response)
68
68
69
69
- 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
-
- Note that **rbacgroupname** and **Id**are not supported filter operators.
71
-
- Some additional columns might be returned in the response. These columns can be temporary and might be removed; use only the documented columns.
70
+
- Note that **rbacgroupname** and **Id**aren't supported filter operators.
71
+
- Some more columns might be returned in the response. These columns can be temporary and might be removed; use only the documented columns.
72
72
73
73
| Property (ID) | Data type | Description | Example of a returned value |
74
74
|---|---|---|---|
75
-
|`avEngineUpdateTime`| DateTimeOffset | Datetime when AV engine was last updated on device | "2022-08-04T12:44:02Z" |
75
+
|`avEngineUpdateTime`| DateTimeOffset | Datetime when the antivirus engine was last updated on device | "2022-08-04T12:44:02Z" |
76
76
|`avEngineVersion`| String | Antivirus engine version | "1.1.19400.3" |
77
-
|`avIsEngineUpToDate`| String | Up-to-date status of AV engine | "True", "False", "Unknown" |
78
-
|`avIsPlatformUpToDate`| String | Up-to-date status of AV platform | "True", "False", "Unknown" |
79
-
|`avIsSignatureUpToDate`| String | Up-to-date status of AV signature | "True", "False", "Unknown" |
77
+
|`avIsEngineUpToDate`| String | Up-to-date status of antivirus engine | "True", "False", "Unknown" |
78
+
|`avIsPlatformUpToDate`| String | Up-to-date status of antivirus platform | "True", "False", "Unknown" |
79
+
|`avIsSignatureUpToDate`| String | Up-to-date status of antivirus signature | "True", "False", "Unknown" |
80
80
|`avMode`| String | Antivirus mode. | Each mode will be a string typed integer value ranging from 0 to 5. Refer to the mapping below to see its value's meaning: <ul><li>'' = Other</li><li> '0' = Active</li><li> '1' = Passive</li><li> '2' = Disabled</li><li> '3' = Other</li><li> '4' = EDRBlocked</li><li>'5' = PassiveAudit</li></ul> |
81
-
|`avPlatformUpdateTime`| DateTimeOffset | Datetime when AV platform was last updated on device | "2022-08-04T12:44:02Z" |
81
+
|`avPlatformUpdateTime`| DateTimeOffset | Datetime when antivirus platform was last updated on device | "2022-08-04T12:44:02Z" |
82
82
|`avPlatformVersion`| String | Antivirus platform version | "4.18.2203.5" |
83
-
|`avSignaturePublishTime`| DateTimeOffset | Datetime when AV security intelligence build was released | "2022-08-04T12:44:02Z" |
84
-
|`avSignatureUpdateTime`| DateTimeOffset | Datetime when AV security intelligence was last updated on device | "2022-08-04T12:44:02Z" |
83
+
|`avSignaturePublishTime`| DateTimeOffset | Datetime when antivirus security intelligence build was released | "2022-08-04T12:44:02Z" |
84
+
|`avSignatureUpdateTime`| DateTimeOffset | Datetime when antivirus security intelligence was last updated on device | "2022-08-04T12:44:02Z" |
85
85
|`avSignatureVersion`| String | Antivirus security intelligence version | "1.371.1323.0" |
86
86
|`computerDnsName`| String | DNS name | "SampleDns" |
87
87
|`dataRefreshTimestamp`| DateTimeOffset | Datetime when data is refreshed for this report | "2022-08-04T12:44:02Z" |
0 commit comments