Forum Discussion
MattBurrows
Feb 10, 2022Brass Contributor
API GET for Defender TVM
Hi Guys, I am running GET on "https://api-eu.securitycenter.windows.com/api/vulnerabilities" to pull all my vulnerabilities. What I am noticing is there is a lot of results with Exposed Machines ...
Michael Shalev
Apr 19, 2022Former Employee
Hi MattBurrows ,
You could try calling the "Export software vulnerabilities assessment per device" API as follows:
GET https://api-eu.securitycenter.windows.com/api/machines/SoftwareVulnerabilitiesByMachine?$filter=cveId ne null
to only return devices that have a CVE ID