message-event-condition
message-event-condition
Message Event Condition used as part of a Symptom Definition for the Event type
JSON Example
{
"eventType": "string",
"message": "string",
"operator": "string"
}
string
eventType
Required
Event type of the Symptom
Possible values are :
RESOURCE_DOWN,
SYSTEM_DEGRADATION,
NOTIFICATION,
CHANGE,
string
message
Optional
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
string
operator
Optional
Default is EQ
Possible values are :
EQ,
CONTAINS,