Inlinemessage-event-condition1

Inlinemessage-event-condition1
Inlinemessage-event-condition1
JSON Example
{
    "eventType": "string",
    "message": "string",
    "operator": "string"
}
string
eventType
Optional

Represents the type of an Event.
All values are valid for the field eventType in the Event object.
When used in the creation of a SymptomDefinition the following restrictions are
applicable for the Conditions that are defined as part of a Symptom Definition.

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

Comparison Operator used within the VMware Cloud Foundation Operations Suite API

Possible values are : EQ, CONTAINS,