On this page
No Headings
objecttyperequiredstring"CURRENT_USAGE_AMOUNT", "METRIC_CURRENT_USAGE_AMOUNT", "METRIC_CURRENT_USAGE_UNITS", "LIFETIME_USAGE_AMOUNT"Type of alert
coderequiredstringThe unique code to identify the alert.
metric_codestringThe code of the metric associated with the alert. Required for metric-specific alert types (METRIC_CURRENT_USAGE_AMOUNT and METRIC_CURRENT_USAGE_UNITS).
namestringThe name of the alert.
thresholdsrequiredarrayList of thresholds that will trigger this alert. At least one threshold is required.
itemsobjectcodestringIdentifier for this threshold. Used to distinguish between different thresholds.
valuerequiredstring^[0-9]+\.?[0-9]*$A value that should trigger this alert. Must be a positive numeric string that can include a decimal point.
recurringbooleanWhen true, enables retriggering of alerts at specified intervals after the last non-recurring threshold is exceeded. For example, with non-recurring thresholds at 500 and 1000, and a recurring threshold of 200, alerts will fire at 500, 1000, then every 200 thereafter (1200, 1400, etc.). Only one recurring threshold permitted per alert.