SeverityCounts
Severity Counts
Provides a breakdown of alarm instances by their severity levels. Contains an array of severity count entries, each mapping a severity level to its instance count.
JSON Example
{
"severity_counts": [
{
"severity": "CRITICAL",
"count": 1
}
]
}
array of
SeverityCountEntry
severity_counts
Optional
List of severity count entries, each containing the count of alarms for a specific severity level. This provides a breakdown of alarms by their severity.