Visit Azul.com Support

API for CVE Events

Need help?
Schedule a consultation with an Azul performance expert.
Contact Us
Talk about OpenJDK?
Discuss with the community on the Foojay Forum.
Go to Forum

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'