we want to generate a pdf report with the command line, we do have sonarqube Enterprise. Do we have any direct APIs available to generate the project pdf report?
Hi,
Have you tried this via the UI? The best way to master the API is to perform the desired action via the UI and eavesdrop to see which calls the UI made to accomplish the action.
You may also find this guide helpful.
Ann
Hi,
you may use cURL with the Sonarqube web api
see web api docs https://<yoursonarhost>/web_api/api/ce?query=report&internal=true
Gilbert