The boolean condition consists of three parts: lhs op rhs
. lhs
and rhs
are arbitrary expressions and op
must be a comparison
operator.
Normal response.
Unauthorized response.
{- "result": {
- "lhs": "temp_internal()",
- "op": "<",
- "rhs": "30"
}, - "error": "Error message (present if an error occurred)."
}
lhs | string (configAlertCustomItemCondLhs) An eScript expression that returns the value to use on the left hand side of the comparison. |
op | string (configAlertCustomItemCondOp) The comparison-operator to use for comparing the left-hand-side
expression
|
rhs | string (configAlertCustomItemCondRhs) An eScript expression that returns the value that to use on the right hand side of the comparison. |
Normal response.
Unauthorized response.
{ }
{- "status": "OK",
- "error": "Error message (present if an error occurred)."
}
lhs | string (configAlertCustomItemCondLhs) An eScript expression that returns the value to use on the left hand side of the comparison. |
op | string (configAlertCustomItemCondOp) The comparison-operator to use for comparing the left-hand-side
expression
|
rhs | string (configAlertCustomItemCondRhs) An eScript expression that returns the value that to use on the right hand side of the comparison. |
Normal response.
Unauthorized response.
{ }
{- "status": "OK",
- "error": "Error message (present if an error occurred)."
}
Reset to default condition which is always false.
Normal response.
Unauthorized response.
{- "status": "OK",
- "error": "Error message (present if an error occurred)."
}