AlarmCounts
Alarm counts for open, suppressed, and resolved alarms grouped by both categories and severity.
{
"open_instance_counts": [
{
"categories": [
{
"category": "string",
"severity_counts": {
"severity_counts": [
{
"severity": "CRITICAL",
"count": 1
}
]
}
}
]
}
],
"suppressed_instance_counts": [
{
"categories": [
{
"category": "string",
"severity_counts": {
"severity_counts": [
{
"severity": "CRITICAL",
"count": 1
}
]
}
}
]
}
],
"resolved_instance_counts": [
{
"categories": [
{
"category": "string",
"severity_counts": {
"severity_counts": [
{
"severity": "CRITICAL",
"count": 1
}
]
}
}
]
}
],
"acknowledged_instance_counts": [
{
"categories": [
{
"category": "string",
"severity_counts": {
"severity_counts": [
{
"severity": "CRITICAL",
"count": 1
}
]
}
}
]
}
],
"total_instance_count": 0
}
List of alarm counts for alarms in the OPEN state, grouped by both category and severity. These represent active alarms that require attention.
List of alarm counts for alarms in the SUPPRESSED state, grouped by both category and severity. These represent alarms that have been temporarily silenced.
List of alarm counts for alarms in the RESOLVED state, grouped by both category and severity. These represent alarms where the underlying condition has been fixed or no longer exists.
List of alarm counts for alarms in the ACKNOWLEDGED state, grouped by both category and severity. These represent alarms that have been seen and are being handled.
Total count of Alarm instances found (across all pages)