Vulnerability management API reference for OT monitoring sensors

This article lists the vulnerability management REST APIs supported for Microsoft Defender for IoT OT monitoring sensors.

The data included in the API responses includes the same information as if you generated a vulnerability report from the on-premises management console.

devices (Retrieve device vulnerability information)

Use this API to request vulnerability assessment results for each device.

URI: /api/v1/reports/vulnerabilities/devices

GET

This API is called without any request parameters.

security (Retrieve security vulnerabilities)

Use this API to request results of a general vulnerability assessment report. This assessment provides insight into your system's security level.

This assessment is based on general network and system information and not on a specific device evaluation.

URI: /api/v1/reports/vulnerabilities/security

GET

This API is called without any request parameters.

operational (Retrieve operational vulnerabilities)

Use this API to request results of a general vulnerability assessment. This assessment provides insight into the operational status of your network. It's based on general network and system information and not on a specific device evaluation.

URI: /api/v1/reports/vulnerabilities/operational

GET

This API is called without any request parameters.

mitigation (Retrieve mitigation steps)

Use this API to request a mitigation assessment. This assessment provides recommended steps for mitigating detected vulnerabilities. It's based on general network and system information and not on a specific device evaluation.

URI: /api/v1/reports/vulnerabilities/mitigation

GET

This API is called without any request parameters.

Next steps

For more information, see the Defender for IoT API reference overview.