标签: web-services sonarqube sonarqube-4.5
我正在为Release Management构建一个java应用程序,我需要阅读项目的警报。声纳版本是4.5.6。 Web Service api,我使用的是以下结束点。
curl -u admin:admin http://localhost:9000/api/events?resource=com.test.Project&categories=Alert
我能够检索Sonar中可用的项目的所有版本。但我只需要最新版本。我需要检查的是,项目的最新版本中是否存在任何警报。任何线索?