API for CVE Events
CVE events can be retrieved by using the events-API for a given instance:
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'