Parameters
| Parameter | Description |
|---|---|
| Condition Threshold | The number of log occurrences that is needed to trigger the alert. |
| Condition Timeframe | The bounded time frame for the threshold to be occurred within, to trigger the alert. |
| Condition Type | Type of condition. |
| Expiration | Alert expiration date (to the day). |
| Is Active | Determines whether the alert is active or not. |
| Log Filter Filter Type | Type of the log filter. |
| Log Filter Text | The log text that we wanted to be notified on. Can be in an advanced format for more accurate results (required when choosing Filter Type as template). |
| Name | Alert name. |
| Notifications Emails | A comma-separated list of email address to notify when the alert was triggered. |
| Notifications Integrations | A comma-separated list of integration channels to notify when the alert was triggered (Each item in the array is the alias name of the integration). |
| Severity | Alert severity. |
Example Output
{
"status": "success",
"message": "Alert created successfully",
"alert_id": [
"ae91e24e-68a9-4f45-97db-4ee837952991"
],
"unique_identifier": [
"72bfcf0c-088d-4c14-a5f6-b51420efd06a"
]
}