createAlert
A MoogDb v2 method that creates or updates an alert. Optionally updates custom info for deduplicated alerts.
Back to MoogDb V2 API Method Reference.
Request arguments
Method createAlert
takes the following request arguments:
Name | Type | Required | Description |
---|---|---|---|
| Native Object | Yes | A Javascript object containing alert attributes, such as |
| CEvent | Yes | A CEvent object representing the alert, containing alert attributes, such as |
| Boolean | No | Set this to |
Response
Method createAlert
returns the following response:
Type | Description |
---|---|
CEvent | A CEvent object containing the latest version of the alert. |