SeverityCounts
SeverityCounts
SeverityCounts counts the number of AlarmInstances by severity
JSON Example
{
"severity_counts": [
{
"severity": "CRITICAL",
"count": 1
}
]
}