AlarmCounts
AlarmCounts
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
}
array of
AlarmGroupedCounts
open_instance_counts
Optional
List of open alarm counts grouped by both categories and severity.
array of
AlarmGroupedCounts
suppressed_instance_counts
Optional
List of suppressed alarm counts grouped by both categories and severity.
array of
AlarmGroupedCounts
resolved_instance_counts
Optional
List of resolved alarm counts grouped by both categories and severity.
array of
AlarmGroupedCounts
acknowledged_instance_counts
Optional
List of acknowledged alarm counts grouped by both categories and severity.
integer As int64
As int64
total_instance_count
Optional
Total count of Alarm instances found (across all pages)