I am using the latest version of SonarQube (9). I would like to know if there are any API to export the number of total projects Passed and Failed. Example:
{
"passed":450,
"failed":50
}
And also if it’s possibile to retrieve the total rating of all projects divided by the categories (A,B,C,etc) for reliability… Example:
{
"A":100,
"B":20,
"C":10,
etc
}
Basically the information displayed on the left in the “projects” tab:
Thanks !
