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/get-assessment-browser-extensions.md
+11-15Lines changed: 11 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ ms.topic: reference
15
15
ms.subservice: reference
16
16
ms.custom: api
17
17
search.appverid: met150
18
-
ms.date: 06/01/2022
18
+
ms.date: 01/08/2025
19
19
---
20
20
21
21
# Export browser extensions assessment per device
@@ -39,7 +39,7 @@ Different API calls get different types of data. Because the amount of data can
39
39
40
40
-[Export browser extensions assessment **JSON response**](#1-export-browser-extensions-assessment-json-response) The API pulls all data in your organization as Json responses. This method is best for _small organizations with less than 100-K devices_. The response is paginated, so you can use the \@odata.nextLink field from the response to fetch the next results.
41
41
42
-
-[Export browser extensions assessment **via files**](#2-export-browser-extension-assessment-via-files) This API solution enables pulling larger amounts of data faster and more reliably. So, it's recommended for large organizations, with more than 100-K devices. This API pulls all data in your organization as download files. The response contains URLs to download all the data from Azure Storage. This API enables you to download all your data from Azure Storage as follows:
42
+
-[Export browser extensions assessment **via files**](#2-export-browser-extension-assessment-via-files) This API solution enables pulling larger amounts of data faster and more reliably. This is recommended for large organizations with more than 100-K devices. This API pulls all data in your organization as download files. The response contains URLs to download all the data from Azure Storage. This API enables you to download all your data from Azure Storage as follows:
43
43
- Call the API to get a list of download URLs with all your organization data.
44
44
- Download all the files using the download URLs and process the data as you like.
45
45
@@ -57,7 +57,7 @@ This API response contains all the data for installed browser extensions per dev
57
57
#### 1.1.1 Limitations
58
58
59
59
- Maximum page size is 200,000.
60
-
- Rate limitations for this API are 30 calls per minute and 1000 calls per hour.
60
+
- Rate limitations for this API are 30 calls per minute and 1,000 calls per hour.
61
61
62
62
### 1.2 Permissions
63
63
@@ -83,11 +83,11 @@ GET /api/Machines/BrowserExtensionsInventoryByMachine
83
83
84
84
> [!NOTE]
85
85
>
86
-
> - Each record is approximately 0.5KB of data. You should take this into account when choosing the correct pageSize parameter for you.
87
-
> - The properties defined in the following table are listed alphabetically, by property ID. When running this API, the resulting output will not necessarily be returned in the same order listed in this table.
88
-
> - Some additional columns might be returned in the response. These columns are temporary and might be removed, please use only the documented columns.
86
+
> - Each record is 0.5KB of data. You should take this size into account when choosing the correct pageSize parameter for you.
87
+
> - The properties defined in the following table are listed alphabetically, by property ID. When running this API, the resulting output isn't necessarily returned in the same order listed in this table.
88
+
> - Some other columns might be returned in the response. These columns are temporary and might be removed so use only the documented columns.
89
89
90
-
<br>
90
+
</br>
91
91
92
92
****
93
93
@@ -103,7 +103,7 @@ ExtensionRisk|string|The highest risk level generated by the browser extension.
103
103
ExtensionVersion|string|Version number of a specific browser extension.
104
104
IsActivated|Boolean|Indicates whether a browser extension is active.
105
105
RbacGroupId|integer|The role-based access control (RBAC) group ID.
106
-
RbacGroupName|string|The role-based access control (RBAC) group. If this device is not assigned to any RBAC group, the value will be "Unassigned." If the organization doesn't contain any RBAC groups, the value will be "None."
106
+
RbacGroupName|string|The role-based access control (RBAC) group. If this device is not assigned to any RBAC group, the value is "Unassigned." If the organization doesn't contain any RBAC groups, the value is "None."
107
107
InstallationTime|string|The time the browser extension was installed.
108
108
Permissions|Array[string]|The set of permissions requested by a specific browser extension.
109
109
@@ -182,17 +182,13 @@ Delegated (work or school account)|Software.Read|'Read Threat and Vulnerability
182
182
GET /api/machines/browserextensionsinventoryExport
183
183
```
184
184
185
-
### 2.4 Parameters
186
-
187
-
- sasValidHours: The number of hours that the download URLs will be valid for (Maximum 24 hours)
188
-
189
-
### 2.5 Properties
185
+
### 2.4 Properties
190
186
191
187
> [!NOTE]
192
188
>
193
189
> - The files are gzip compressed & in multiline JSON format.
194
-
> - The download URLs are only valid for 3 hours. Otherwise you can use the parameter.
195
-
> - For maximum download speed of your data, you can make sure you are downloading from the same Azure region that your data resides.
190
+
> - The download URLs are only valid for 1 hour.
191
+
> - For maximum download speed of your data, you can make sure you're downloading from the same Azure region that your data resides.
Copy file name to clipboardExpand all lines: defender-endpoint/api/get-assessment-methods-properties.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -105,7 +105,7 @@ Returns all of the installed software and their details on each device.
105
105
|Method|Data type|Description|
106
106
|:---|:---|:---|
107
107
|Export software inventory assessment **(JSON response)**|Software inventory by device collection. See: [2.2 Properties (JSON response)](#22-properties-json-response)|Returns a table with an entry for every unique combination of DeviceId, SoftwareVendor, SoftwareName, SoftwareVersion. The API pulls all data in your organization as JSON responses. This method is best for small organizations with less than 100-K devices. The response is paginated, so you can use the @odata.nextLink field from the response to fetch the next results. |
108
-
|Export software inventory assessment **(via files)**|Software inventory by device files. See: [2.3 Properties (via files)](#23-properties-via-files)|Returns a table with an entry for every unique combination of DeviceId, SoftwareVendor, SoftwareName, SoftwareVersion. This API solution enables pulling larger amounts of data faster and more reliably. So, it's recommended for large organizations, with more than 100-K devices. This API pulls all data in your organization as download files. The response contains URLs to download all the data from Azure Storage. This API enables you to download data from Azure Storage as follows: <ol><li>Call the API to get a list of download URLs with your organization data</li><li>Download the files using the download URLs and process the data as you like.</li></ol> |
108
+
|Export software inventory assessment **(via files)**|Software inventory by device files. See: [2.3 Properties (via files)](#23-properties-via-files)|Returns a table with an entry for every unique combination of DeviceId, SoftwareVendor, SoftwareName, SoftwareVersion. This API solution enables pulling larger amounts of data faster and more reliably. So, it's recommended for large organizations, with more than 100-K devices. This API pulls all data in your organization as download files. The response contains URLs to download all the data from Azure Storage. This API enables you to download data from Azure Storage as follows: <ol><li>Call the API to get a list of download URLs with your organization data</li><li>Download the files using the download URLs and process the data as you like.</li></ol> |
0 commit comments