Skip to content

Commit add0935

Browse files
authored
Merge pull request #5710 from DeCohen/WI503289-update-api-export
Wi503289 update api export
2 parents 96605f5 + 1497fb1 commit add0935

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

defender-endpoint/api/get-assessment-non-cpe-software-inventory.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,10 @@ appliesto:
2020
- Microsoft Defender for Endpoint Plan 1
2121
- Microsoft Defender for Endpoint Plan 2
2222
- Microsoft Defender Vulnerability Management
23-
2423
---
2524

2625
# Export non product code software inventory assessment per device
2726

28-
2927
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.
3028

3129
> [!NOTE]
@@ -49,7 +47,7 @@ Data that is collected (using either _Json response_ or _via files_) is the curr
4947

5048
### 1.1 API method description
5149

52-
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.
50+
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.
5351

5452
#### Limitations
5553

@@ -96,6 +94,7 @@ SoftwareLastSeenTimestamp|string|The last time this software was seen on the dev
9694
SoftwareName|string|Name of the software product.
9795
SoftwareVendor|string|Name of the software vendor.
9896
SoftwareVersion|string|Version number of the software product.
97+
RegistryPath|string| Registry evidence that the product is installed on the device.
9998

10099
### 1.6 Examples
101100

0 commit comments

Comments
 (0)