[{"label":"Latest (8.10.0)","version":"latest"},{"version":"8.6.3"}]
vrealize-operations
MetricEventCondition
Model object for a Metric Event Condition. Implicitly maps to EventType#HARD_THRESHOLD. The operator only allows for EXISTS conditions so specification of an operator is not necessary and CompareOperator.EXISTS is implicitly used.
Properties
string
hardThresholdEventType
Required
The Hard Threshold type for a metric event condition
Possible values are: EQUAL , NOT_EQUAL , ABOVE , BELOW
string
statKey
Required
The metric key value
JSON Example
{
"hardThresholdEventType": "EQUAL",
"statKey": "string"
}
[{"label":"Latest (8.10.0)","version":"latest"},{"version":"8.6.3"}]
vrealize-operations