SearchBasedAlertConfigResponse
SearchBasedAlertConfigResponse
JSON Example
{
"entity_id": "string",
"alert_name": "string",
"enabled": false,
"search_criteria": "string",
"generate_alert_criteria": "string",
"alert_type": "string",
"severity": "string",
"notification_settings": [
{
"type": "string",
"frequency": "string",
"notification_time": "string",
"receivers": [
"string"
],
"enabled": false
}
]
}
string
entity_id
Optional
entity_id
string
alert_name
Optional
Name of the Search based Alert Configuration.
boolean
enabled
Optional
Boolean value to depict if the Search based alert configuration is enabled.
string
search_criteria
Optional
The search query for the search-based alert configuration.
generate_alert_criteria
Optional
The basis of raising of alerts. It can take a value SEARCH_RESULT_CHANGE or ZERO_SEARCH_RESULTS
Possible values are : SEARCH_RESULT_CHANGE, ZERO_SEARCH_RESULTS,
alert_type
Optional
The type of alert. It can take a value PROBLEM or CHANGE.
Possible values are : PROBLEM, CHANGE, INTENT,
array of NotificationSetting
notification_settings
Optional
Notifications configured for alerts corresponding to this alert configuration.