MessageEventCondition
Message Event Condition used as part of a Symptom Definition for the Event type
Properties
Event type of the Symptom
Possible values are: RESOURCE_DOWN , SYSTEM_DEGRADATION , NOTIFICATION , CHANGE
The message is the string that the event’s message must either match exactly if operator is CompareOperator.EQ or be a substring if operator is CompareOperator.CONTAINS NOTE: Also in this case the message must be 3-128 characters long and the symptom from the event must be IN the message
Default is EQ
Possible values are: EQ , CONTAINS
JSON Example
{
"eventType": "RESOURCE_DOWN"
}