Alert object

An object that contains alert info

You can view, configure, and enable various alerts for the cluster.

Alerts are bound to a cluster object (such as a BDB or node), and the cluster's state determines whether the alerts turn on or off.

Name Type/Value Description Writable
change_time string Timestamp when alert state last changed
change_value object Contains data relevant to the evaluation time when the alert went on/off (thresholds, sampled values, etc.)
enabled boolean If true, alert is enabled x
severity 'DEBUG'
'INFO'
'WARNING'
'ERROR'
'CRITICAL'
The alert's severity
state boolean If true, alert is currently triggered
threshold string Represents an alert threshold when applicable x
RATE THIS PAGE
Back to top ↑