Skip to content

Last updated: July 22, 2025

DQOps REST API filtered_notifications_configurations models reference

The references of all objects used by filtered_notifications_configurations REST API operations are listed below.

FilteredNotificationModel

Named filtered notification model that represents a single entry of the FilteredNotificationSpecMap.

The structure of this object is described below

 Property name   Description                       Data type 
name The name of the filtered notification. string
filter Notification filter specification for filtering the incident by the values of its fields. NotificationFilterSpec
target Notification target addresses for each of the status. IncidentNotificationTargetSpec
priority The priority of the notification. Notifications are sent to the first notification targets that matches the filters when processAdditionalFilters is not set. integer
process_additional_filters Flag to break sending next notifications. Setting to true allows to send next notification from the list in priority order that matches the filter. boolean
disabled Flag to turn off the notification filter. boolean
message Message with the details of the filtered notification such as purpose explanation, SLA note, etc. string
do_not_create_incidents The doNotCreateIncidents flag that excludes from the creation of incidents that match the filters. boolean