SeverityCountsByCategory

SeverityCountsByCategory
SeverityCountsByCategory

SeverityCounts grouped by category. Default category is feature_name.

JSON Example
{
    "category": "string",
    "severity_counts": {
        "severity_counts": [
            {
                "severity": "CRITICAL",
                "count": 1
            }
        ]
    }
}
string
category
Optional

name of the specific category such as FeatureName.

severity_counts
Optional

SeverityCounts counts the number of AlarmInstances by severity