Azul Vulnerability Detection API
The API is easiest for automated tools, queries, or integrations into other dashboards. This is the most powerful mechanism and can sort/filter on many properties. Perform an API query to the CVE Events API:
curl -X 'GET' \
'https://YOUR_ENDPOINT.azul.com/public/cve/events\?vmId=YOUR_UUID' \
-H 'accept: application/json' \
-H 'x-api-key: YOUR_API_KEY' \
-H 'Content-Type: application/json'
Consult the API documentation for complete details inside the webtool.