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
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -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
@@ -188,7 +188,7 @@ GET /api/machines/browserextensionsinventoryExport
188
188
>
189
189
> - The files are gzip compressed & in multiline JSON format.
190
190
> - The download URLs are only valid for 1 hour.
191
-
> - For maximum download speed of your data, you can make sure you are downloading from the same Azure region that your data resides.
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-non-cpe-software-inventory.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,16 +31,16 @@ ms.date: 01/08/2025
31
31
32
32
> Want to experience Microsoft Defender for Endpoint? [Sign up for a free trial.](https://signup.microsoft.com/create-account/signup?products=7f379fee-c4f9-4278-b0a1-e4c8c2fcdf7e&ru=https://aka.ms/MDEp2OpenTrial?ocid=docs-wdatp-exposedapis-abovefoldlink)
33
33
34
-
This API returns all the data for installed software that doesn't have a [Common Platform Enumeration(CPE)](https://nvd.nist.gov/products/cpe), on a per-device basis. The information returned by this API, along with the information returned by the [Export software inventory assessment](get-assessment-non-cpe-software-inventory.md) API, for software that does have a CPE, gives you full visibility into the software installed across your organization and the devices it's installed on.
34
+
This API returns all the data for installed software that doesn't have a [Common Platform Enumeration(CPE)](https://nvd.nist.gov/products/cpe), on a per-device basis. The information returned by this API, along with the information returned by the [Export software inventory assessment](get-assessment-non-cpe-software-inventory.md) API, for software that does have a CPE gives you full visibility into the software installed across your organization and the devices it's installed on.
35
35
36
36
> [!NOTE]
37
-
> Software products without a CPE are not supported by vulnerability management. They will be shown in the software inventory page, but because CPEs are used by vulnerability management to identify the software and any vulnerabilities, information like, exploits, number of exposed devices, and weaknesses won't be available for them. For more information, see [Software inventory](/defender-vulnerability-management/tvm-software-inventory).
37
+
> Vulnerability management doesn't support software products without a CPE. While these products are shown in the software inventory page, but because CPEs are used by vulnerability management to identify the software and any vulnerabilities, information like exploits, number of exposed devices, and weaknesses aren't available. For more information, see [Software inventory](/defender-vulnerability-management/tvm-software-inventory).
38
38
39
39
Different API calls get different types of data. Because the amount of data can be large, there are two ways it can be retrieved:
40
40
41
41
-[Export non product code software inventory assessment **JSON response**](#1-export-non-product-code-software-inventory-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.
42
42
43
-
-[Export non product code software inventory assessment **via files**](#2-export-non-product-code-software-inventory-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:
43
+
-[Export non product code software inventory assessment **via files**](#2-export-non-product-code-software-inventory-assessment-via-files) This API solution enables pulling larger amounts of data faster and more reliably and 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:
44
44
- Call the API to get a list of download URLs with all your organization data.
45
45
- Download all the files using the download URLs and process the data as you like.
46
46
@@ -58,7 +58,7 @@ This API response contains all the data of installed software that does not have
58
58
#### Limitations
59
59
60
60
- Maximum page size is 200,000.
61
-
- Rate limitations for this API are 30 calls per minute and 1000 calls per hour.
61
+
- Rate limitations for this API are 30 calls per minute and 1,000 calls per hour.
62
62
63
63
### 1.2 Permissions
64
64
@@ -84,18 +84,18 @@ GET /api/machines/SoftwareInventoryNoProductCodeByMachine
84
84
85
85
> [!NOTE]
86
86
>
87
-
> - Each record is approximately 0.5KB of data. You should take this into account when choosing the correct pageSize parameter for you.
88
-
> - 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.
89
-
> - Some additional columns might be returned in the response. These columns are temporary and might be removed, please use only the documented columns.
87
+
> - Each record is 0.5KB of data. You should take this size into account when choosing the correct pageSize parameter for you.
88
+
> - 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.
89
+
> - Some other columns might be returned in the response. These columns are temporary and might be removed so use only the documented columns.
90
90
91
-
<br>
91
+
</br>
92
92
93
93
Property (ID)|Data type|Description
94
94
:---|:---|:---
95
95
DeviceId|string|Unique identifier for the device in the service.
96
96
DeviceName|string|Fully qualified domain name (FQDN) of the device.
97
-
OSPlatform|string|Platform of the operating system running on the device. These are specific operating systems with variations within the same family, such as Windows 10 and Windows 11. See [Supported operating systems, platforms and capabilities](/defender-vulnerability-management/tvm-supported-os) for details.
98
-
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."
97
+
OSPlatform|string|Platform of the operating system running on the device. These are specific operating systems with variations within the same family, such as Windows 10 and Windows 11. See [Supported operating systems, platforms, and capabilities](/defender-vulnerability-management/tvm-supported-os) for details.
98
+
RbacGroupName|string|The role-based access control (RBAC) group. If this device isn't assigned to any RBAC group, the value is "Unassigned." If the organization doesn't contain any RBAC groups, the value is "None."
99
99
RbacGroupId|string|The role-based access control (RBAC) group ID.
100
100
SoftwareLastSeenTimestamp|string|The last time this software was seen on the device.
This API response contains all the data of installed software that does not have a [Common Platform Enumeration(CPE)](https://nvd.nist.gov/products/cpe) per device. Returns a table with an entry for every unique combination of DeviceId, SoftwareVendor, SoftwareName, SoftwareVersion.
162
+
This API response contains all the data of installed software that doesn't have a [Common Platform Enumeration(CPE)](https://nvd.nist.gov/products/cpe) per device. Returns a table with an entry for every unique combination of DeviceId, SoftwareVendor, SoftwareName, SoftwareVersion.
163
163
164
164
#### 2.1.1 Limitations
165
165
@@ -186,7 +186,7 @@ GET /api/machines/SoftwareInventoryNonCpeExport
186
186
>
187
187
> - The files are gzip compressed & in multiline JSON format.
188
188
> - The download URLs are only valid for 1 hour.
189
-
> - For maximum download speed of your data, you can make sure you are downloading from the same Azure region that your data resides.
189
+
> - 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-software-inventory.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ Different API calls get different types of data. Because the amount of data can
37
37
38
38
-[Export software inventory assessment **JSON response**](#1-export-software-inventory-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.
39
39
40
-
-[Export software inventory assessment **via files**](#2-export-software-inventory-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:
40
+
-[Export software inventory assessment **via files**](#2-export-software-inventory-assessment-via-files) This API solution enables pulling larger amounts of data faster and more reliably, and 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:
41
41
- Call the API to get a list of download URLs with all your organization data.
42
42
- Download all the files using the download URLs and process the data as you like.
43
43
@@ -55,7 +55,7 @@ This API response contains all the data of installed software that has a [Common
55
55
#### 1.1.1 Limitations
56
56
57
57
- Maximum page size is 200,000.
58
-
- Rate limitations for this API are 30 calls per minute and 1000 calls per hour.
58
+
- Rate limitations for this API are 30 calls per minute and 1,000 calls per hour.
59
59
60
60
### 1.2 Permissions
61
61
@@ -81,11 +81,11 @@ GET /api/machines/SoftwareInventoryByMachine
81
81
82
82
> [!NOTE]
83
83
>
84
-
> - Each record is approximately 0.5KB of data. You should take this into account when choosing the correct pageSize parameter for you.
85
-
> - 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.
86
-
> - Some additional columns might be returned in the response. These columns are temporary and might be removed, please use only the documented columns.
84
+
> - Each record is 0.5KB of data. You should take this size into account when choosing the correct pageSize parameter for you.
85
+
> - 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.
86
+
> - Some other columns might be returned in the response. These columns are temporary and might be removed so use only the documented columns.
87
87
88
-
<br>
88
+
</br>
89
89
90
90
****
91
91
@@ -94,11 +94,11 @@ Property (ID)|Data type|Description|Example of a returned value
94
94
DeviceId|string|Unique identifier for the device in the service.|9eaf3a8b5962e0e6b1af9ec756664a9b823df2d1
95
95
DeviceName|string|Fully qualified domain name (FQDN) of the device.|johnlaptop.europe.contoso.com
96
96
DiskPaths|Array[string]|Disk evidence that the product is installed on the device.|["C:\\Program Files (x86)\\Microsoft\\Silverlight\\Application\\silverlight.exe"]
97
-
EndOfSupportDate|string|The date in which support for this software has or will end.|2020-12-30
97
+
EndOfSupportDate|string|The date in which support for this software has or when support ends.|2020-12-30
98
98
EndOfSupportStatus|string|End of support status. Can contain these possible values: None, EOS Version, Upcoming EOS Version, EOS Software, Upcoming EOS Software.|Upcoming EOS
99
99
NumberOfWeaknesses|int|Number of weaknesses on this software on this device|3
100
100
OSPlatform|string|Platform of the operating system running on the device. These are specific operating systems with variations within the same family, such as Windows 10 and Windows 11. See Microsoft Defender Vulnerability Management supported operating systems and platforms for details.|Windows10 and Windows 11
101
-
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."|Servers
101
+
RbacGroupName|string|The role-based access control (RBAC) group. If this device isn't assigned to any RBAC group, the value is "Unassigned." If the organization doesn't contain any RBAC groups, the value is "None."|Servers
102
102
RegistryPaths|Array[string]|Registry evidence that the product is installed in the device.|["HKEY_LOCAL_MACHINE\\SOFTWARE\\WOW6432Node\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Microsoft Silverlight"]
103
103
SoftwareFirstSeenTimestamp|string|The first time this software was seen on the device.|2019-04-07 02:06:47
104
104
SoftwareName|string|Name of the software product.|Silverlight
@@ -209,7 +209,7 @@ GET https://api.securitycenter.microsoft.com/api/machines/SoftwareInventoryByMac
209
209
```
210
210
211
211
> [!NOTE]
212
-
> The information returned by this API, along with the information returned by the [Export non product code software inventory assessment](get-assessment-non-cpe-software-inventory.md) API, for software that doesn't have a CPE, gives you full visibility into the software installed across your organization and the devices it's installed on.
212
+
> The information returned by this API, along with the information returned by the [Export non product code software inventory assessment](get-assessment-non-cpe-software-inventory.md) API for software that doesn't have a CPE, gives you full visibility into the software installed across your organization and the devices it's installed on.
0 commit comments