HTSMCondition
Hard Threshold numeric Condition on a super metric
Properties
The super metric key
The operator for the condition
Possible values are: EQ , NOT_EQ , LIKE , LT , GT , LT_EQ , GT_EQ , IN , NOT_IN , EXISTS , CONTAINS , STARTS_WITH , ENDS_WITH , NOT_STARTS_WITH , NOT_ENDS_WITH , NOT_CONTAINS , REGEX , NOT_REGEX , NOT_EXISTS , EMPTY , NOT_EMPTY
The value of the condition
The instance group
The setting value
JSON Example
{
"key": "string",
"operator": "EQ",
"value": 0
}