SAP HANA · Schema

AlertRule

An alert rule defining the condition and threshold that triggers an alert for an SAP HANA Cloud service instance. Rules can be cloud-native or embedded statistics server (ESS) based.

AnalyticsCloudDatabaseEnterpriseIn-Memory

Properties

Name Type Description
ruleId string The unique identifier of the alert rule.
ruleName string The human-readable name of the alert rule (e.g., Memory Usage Alert, Disk Full Alert).
ruleType string The type of alert rule.
enabled boolean Whether the alert rule is currently active.
severity string The severity level assigned to alerts triggered by this rule.
metric string The metric being monitored by this rule.
thresholdOperator string The comparison operator used to evaluate the threshold.
thresholdValue number The threshold value that triggers the alert when exceeded.
unit string The unit of measurement for the threshold value.
description string A description of what this alert rule monitors.
View JSON Schema on GitHub