Working with Alerts REST Endpoints

Working with Alerts
Oracle Management Cloud provides comprehensive monitoring for all your applications. This REST API provides a simple programmatic way to query alerts data.
Clear the alert
Method: post
Path: /serviceapi/eventServices/alerts/{alertId}/actions/clear
Get alert history
Method: get
Path: /serviceapi/eventServices/alerts/{alertId}/history
Get alerts
Method: get
Path: /serviceapi/eventServices/alerts
Get details of the alert
Method: get
Path: /serviceapi/eventServices/alerts/{alertId}
Get details of the associated tickets for the alert
Method: get
Path: /serviceapi/eventServices/alerts/{alertId}/tickets