Type Alias CreateEvaluationRequest

type CreateEvaluationRequest = {
    alertId?: string;
    causalEvent: CausalEvent;
    contextId: string;
}
Index

Properties

alertId?: string

The id of the alerting task the condition and evaluation is part of

causalEvent: CausalEvent
contextId: string

Extra context information to carry through to the result if any