Alerts
Create/Update Alert
Create a new alert based on the provided configuration or update an existing one if the alert.metadata.id matches an existing alert.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Alert to create or update
Request to create a new alert or update an existing one. If alert.metadata.id is provided and matches an existing alert, that alert will be updated.
Response
200
application/json
Alert created or updated successfully
The response is of type object
.