If you have any Notification rules set in Iguana X, these notification configurations are stored in the notifications directory:
<instance directory>/configurations/notifications/
The notification directory will contain a notifications.json file to store your configurations, including the component configured to send the notifications, the components status (on/off), and each notification rule you have set.
It may look like:
{ "component_id": "SlackNotifier1_al28shE6Gvth6A", "is_on": false, "rules": [ { "matches": "#prod", "threshold": 1, "type": "error_count" }, { "matches": "#demo", "threshold": 360, "type": "inactive_time" }, { "matches": "#test", "threshold": 10, "type": "queue_count" } ] }