EventDefinition

EventDefinition
EventDefinition

The Event type containing information used for defining conditions for this Alarm instance.

JSON Example
{
    "metrics_event_definition": {
        "metrics_key": "string",
        "raise_threshold": {
            "comparison": "string",
            "value": "string"
        },
        "resolve_threshold": {
            "comparison": "string",
            "value": "string"
        }
    }
}
metrics_event_definition
Optional

Event definition based on metrics including the key and thresholds for raise and resolve transitions.