mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 05:17:22 +00:00
1.6 KiB
1.6 KiB
title, description, keywords, search.product, search.appverid, ms.prod, ms.mktglfcycl, ms.sitesec, ms.pagetype, ms.author, author, ms.localizationpriority, manager, audience, ms.collection, ms.topic
title | description | keywords | search.product | search.appverid | ms.prod | ms.mktglfcycl | ms.sitesec | ms.pagetype | ms.author | author | ms.localizationpriority | manager | audience | ms.collection | ms.topic |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Get CVE-KB map API | Retrieves a map of CVE's to KB's. | apis, graph api, supported apis, get, cve, kb | eADQiWindows 10XVcnh | met150 | w10 | deploy | library | security | leonidzh | mjcaparas | medium | dansimp | ITPro | M365-security-compliance | article |
Get CVE-KB map API
Applies to:
Retrieves a map of CVE's to KB's and CVE details.
Permissions
User needs read permissions.
HTTP request
GET /testwdatppreview/cvekbmap
Request headers
Header | Value |
---|---|
Authorization | Bearer {token}. Required. |
Content type | application/json |
Request body
Empty
Response
If successful and map exists - 200 OK.
Example
Request
Here is an example of the request.
GET https://graph.microsoft.com/testwdatppreview/CveKbMap
Content-type: application/json
Response
Here is an example of the response.
HTTP/1.1 200 OK
Content-type: application/json
{
"@odata.context":"https://graph.microsoft.com/testwdatppreview/$metadata#CveKbMap",
"@odata.count": 4168,
"value": [
{
"cveKbId": "CVE-2015-2482-3097617",
"cveId": "CVE-2015-2482",
"kbId":"3097617",
"title": "Cumulative Security Update for Internet Explorer",
"severity": "Critical"
},
…
}