SeverityCountEntry
Severity Count Entry
Maps a severity level to the count of alarm instances with that severity. Used to provide summary statistics about alarm distribution by severity.
JSON Example
{
"severity": "CRITICAL",
"count": 1
}
severity
Required
The severity level of an alarm, indicating its importance and urgency:
- CRITICAL - Highest severity, requires immediate attention
- HIGH - Serious issue that should be addressed promptly
- MEDIUM - Important but not urgent issue
- INFORMATIONAL - Lowest severity, for awareness only
Possible values are :
CRITICAL,
HIGH,
MEDIUM,
INFORMATIONAL,
integer As int64
As int64
count
Required
Count of AlarmInstances with the specific Severity.