Custom health condition subexpression builder

Use the custom health condition subexpression builder to define a custom health condition for your health policy. Use the build subexpression utility to build complex rule conditions from subexpressions by using AND, OR, NOT and parenthetical grouping. The subexpression builder validates the rule when you apply the changes, and alerts you to mismatched parentheses and unsupported logic operators.

To view this administrative console page, click Operational polices > Health policies > New. If you choose a custom health condition, the Run reaction plan when field is displayed. Click Subexpression builder to build the custom health condition.

Select the properties that you want to be in your custom health condition, and click Generate subexpression. The subexpression value displays. To append the subexpression to your custom health condition, click Append.

Logical operator

Specifies the operator that is used to append this subexpression to the previous subexpression in the custom health condition.

and
Both subexpressions that are around the and operator must be true for actions to be taken on the health policy.
or
To select a node, one of the two subexpressions that are around the or operator must be true for actions to be taken on the health policy.

Operand

Operator

  • Equals (=): The equality operator expresses a case-sensitive match.
  • Not Equals (<>): The not equal operator expresses that the operand value is not equal to the value you enter.
  • Greater Than (>): The greater-than operator is for use with numbers.
  • Greater Than or Equals (>=): The greater-than or equal to operator is for use with numbers.
  • Less Than (<) : The less-than operator is for use with numbers.
  • Less Than or Equals (<=): The less-than or equal to operator is for use with numbers.
  • Between (BETWEEN): The value must be between a Lower bound and Upper bound that you specify.
  • In (IN): The value must be in a list of values. You can type in values and add them to a list.

Value

Depending on the operator that you choose, type in a value for the subexpression that you want to create.

Subexpression

After you click Generate subexpression, this field displays the generated subexpression fragment based on the options that you selected. To add this subexpression to your custom health condition, click Append.



File name: hc_condition_subex.html