ListActiveAlertStorms
List all currently active alert storms
/api/v1/alerting/stormsOperation ID
ListActiveAlertStormsSince
1.0.0Execution Mode
SynchronousAuth Context
Auth RequiredAuth Context
Send these values as request headers when calling this API.
AuthorizationstringRequiredBearer Token
X-Tenant-IDstringX-Tenant-ID
Request Inputs
This API requires no request parameters.
Responses
200 OKOn success, this API returns the following response structure.
itemsListList of active storm summaries
Example: (nested array)
groupIdStringUnique group identifier for the storm
Example: storm-group-001
groupKeyStringGrouping key used to correlate alerts
Example: host=db-01,severity=critical
firstSeenStringTimestamp when the first alert in this storm occurred
Example: 2026-01-15T08:00:00Z
lastSeenStringTimestamp of the most recent alert in this storm
Example: 2026-01-15T08:00:00Z
alertCountIntegerTotal number of alerts in this storm group
Example: 47
sampleAlertsListSample of representative alerts from this storm
Example: (nested array)
uuidStringUnique identifier of the alert instance
Example: alert-789xyz
ruleUuidStringUUID of the rule that generated this alert
Example: rule-abc123-def456
ruleNameStringName of the rule that generated this alert
Example: High CPU Usage
resourceTypeStringType of monitored resource
Example: vm
resourceUuidStringUUID of the specific resource that triggered
Example: res-abc123
metricNameStringMetric name that was evaluated
Example: cpu_usage_percent
currentValueLongCurrent metric value at the time of alert
Example: 95.3
thresholdLongThreshold that was exceeded
Example: 90
operatorStringComparison operator used for evaluation
Example: >
severityStringSeverity level of this alert
Example: critical
stateStringCurrent state of the alert (firing, resolved, acknowledged)
Example: firing
messageStringHuman-readable alert message
Example: CPU usage is 95.3%, exceeding threshold of 90%
fingerprintStringUnique fingerprint for alert deduplication
Example: fp-abc123def456
sourceStringSource system that generated the alert
Example: prometheus
notifiedAtStringTimestamp when the notification was sent
Example: 2026-01-15T08:00:00Z
resolvedAtStringTimestamp when the alert was resolved
Example: 2026-01-15T08:00:00Z
acknowledgedByStringUser who acknowledged this alert
Example: admin
acknowledgedAtStringTimestamp when the alert was acknowledged
Example: 2026-01-15T08:00:00Z
createDateStringTimestamp when the alert was created
Example: 2026-01-15T08:00:00Z
affectedHostsListList of hosts affected by this storm
Example: item1,item2
stateStringCurrent state of the storm (active, resolved)
Example: active
notifiedAtStringTimestamp when the storm notification was sent
Example: 2026-01-15T08:00:00Z
labelsLinkedHashMapKey-value labels attached to this resource
Example: (nested object)
totalIntegerTotal number of active storms
Example: 2
limitIntegerMaximum items per page
Example: 20
offsetIntegerOffset from start of result set
Example: 20
