Connectors
...
Actions
List Devices by Vulnerability
6 min
description retrieves a list of devices affected by a specified vulnerability in microsoft defender using the provided vulnerability id endpoint url /api/vulnerabilities/{{vulnerability id}}/machinereferences method get inputs path parameters (object) – required vulnerability id (string) – required vulnerability id output example \[ { "status code" 200, "response headers" { "date" "tue, 30 jul 2024 05 49 03 gmt", "content type" "application/json; odata metadata=minimal; odata streaming=true; charset=utf 8", "transfer encoding" "chunked", "connection" "keep alive", "content encoding" "deflate", "vary" "accept encoding", "odata version" "4 0", "strict transport security" "max age=31536000; includesubdomains" }, "reason" "ok", "json body" { "@odata context" "https //api securitycenter microsoft com/api/$metadata#collection(microsoft windowsdefenderatp api publicassetdto)", "@odata count" 0, "value" \[ { "id" "235a2e6278c63fcf85bab9c370396972c58843de", "computerdnsname" "h1mkn pc", "osplatform" "windows11", "rbacgroupname" "grouptwo" }, { "id" "afb3f807d1a185ac66668f493af028385bfca184", "computerdnsname" "chat desk ", "osplatform" "windows11", "rbacgroupname" "grouptwo" } ] } } ] output parameters status code (number) reason (string) json body (object) @odata context (string) @odata count (number) value (array) id (string) computerdnsname (string) osplatform (string) rbacgroupname (string) response headers header type date string content type string transfer encoding string connection string content encoding string vary string odata version string strict transport security string