Socorro/SocorroServer/Web Services
From MozillaWiki
< Socorro | SocorroServer
The Web Services layer provides APIs which may be called by Socorro UI.
APIs
- ADU API
- ADU Details API
- Correlation Reports API
- Crash API
- Top Crashers API
- Top Crashers By History API
- Top Crashers By Rank API
- Top Crashers Trend API
API Specs (Not Yet Implemented)
Running Web Services
Perform the following steps to enable API calls in your sandbox.
cd socorro/scripts cp config/webapiconfig.py.dist config/webapiconfig.py ps aux | grep 808 (to find a free 808* port) ./webservices.py 8083
Future
We will be adding more APIs to the Socorro system in the very near future.
Afterwards, we hope to open up the web service layer to individuals in the Mozilla organization, so that they may retrieve data that is specific to their needs.
Eventually, we would like to open up the web service layer to individuals in the Mozilla community. This will allow individuals the ability to contribute to patches specific to crashes, and will allow add-on developers the ability to find issues specific to their add-ons more quickly.