Indicates the range of values under which the system will trigger the specified alert.
Name | Type | Description | Attributes |
---|---|---|---|
code | Code | The code identifies the type of alert. | Mandatory |
enabled | boolean | Indicates that the alert-triggering threshold is active. | |
lowerBoundInt | int | Specifies the integer value above which the alert will be triggered. Omit or specify -1 to exclude boundary when applicable. | |
upperBoundInt | int | Specified the integer value below which the alert will be triggered. Omit or specify -1 to exclude boundary when applicable. |
Name | Type | Restrictions |
---|---|---|
Code | string | Length of value must be >=1 Length of value must be <=32 |