HTCondition
Hard Threshold condition
Properties
The instance group
The StatKey for the condition
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 type of threshold comparison for the right-hand side of the condition: static, metric or property.
Possible values are: UNKNOWN , STATIC , STATKEY , PROPERTY
Type of condition value: numeric or string. Type value also controls the type of comparison operators that are applicable
Possible values are: NUMERIC , STRING
The setting value
A target StatKey to compare the values between two metrics. Required for metric or property threshold type conditions
The static value of the condition
JSON Example
{
"instanced": false,
"key": "string",
"operator": "EQ",
"thresholdType": "UNKNOWN",
"valueType": "NUMERIC"
}