SonarQube Server 10.8
How can a consumer of the web API know that a given SonarQube Server instance is using either Multi-Quality Rule or Standard Experience mode? Should this be available in the /api/system/info response?
SonarQube Server 10.8
How can a consumer of the web API know that a given SonarQube Server instance is using either Multi-Quality Rule or Standard Experience mode? Should this be available in the /api/system/info response?
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.
I’m not finding it in the web API docs, but api/v2/clean-code-policy/mode
seems to give the data you’re looking for. Would you share why you want this?
Thx,
Ann
I had not tried reverse engineering the UI, because I assumed any endpoints that it uses and are not documented would be “use at your own risk”. I’ll try this, thank you.