CSIT-1131: Alerting
[csit.git] / resources / tools / presentation / specification_parser.py
index f994a59..83838d8 100644 (file)
@@ -112,6 +112,15 @@ class Specification(object):
         """
         return self._specification["configuration"]["ignore"]
 
+    @property
+    def alerting(self):
+        """Getter - Alerting.
+
+        :returns: Specification of alerts.
+        :rtype: dict
+        """
+        return self._specification["configuration"]["alerting"]
+
     @property
     def input(self):
         """Getter - specification - inputs.