Event Reporting API

Details coming soon ...

This is the internal Event Reporting API for the CMDB to report to OpsStack Core. Other similar APIs are being exposed for 3rd party external services to send events.

$.get('http://yoursite.com/test/' + id, function(data) {
    console.log(data);
});
Language
Authorization
Query
Click Try It! to start a request and see the response here!