Alerts Service: Overview
The Alerts service provides operations that allow you to manage alerts on APIs, including adding, retrieving, and deleting alerts, commenting on an alert, and retrieving comments.
URL: https://{hostname}/api/alerts
Action | Endpoint | Description |
---|---|---|
comment on alert | POST /api/alerts/{AlertID}/comments | Adds a comment to the specified alert. |
create alert | POST /api/alerts | Adds an alert on an API. |
delete alert | DELETE /api/alerts/{AlertID} | Deletes the specified alert. |
get alert | GET /api/alerts/{AlertID} | Returns information about the specified alert. |
get alert comments | GET /api/alerts/{AlertID}/comments | Returns the comments associated with the specified alert. |
get alerts | GET /api/alerts | Returns information about alerts for the specified resource, in the form of an RSS channel. |