AlarmCounts

AlarmCounts
Alarm Counts

Alarm counts for open, suppressed, and resolved alarms grouped by both categories and severity.

JSON Example
{
    "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
}
open_instance_counts
Optional

List of alarm counts for alarms in the OPEN state, grouped by both category and severity. These represent active alarms that require attention.

suppressed_instance_counts
Optional

List of alarm counts for alarms in the SUPPRESSED state, grouped by both category and severity. These represent alarms that have been temporarily silenced.

resolved_instance_counts
Optional

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.

acknowledged_instance_counts
Optional

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.

integer As int64 As int64
total_instance_count
Optional

Total count of Alarm instances found (across all pages)