Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface MonitoringAlert

    interface MonitoringAlert {
        acknowledged: boolean;
        agentId: string;
        alertId: string;
        currentValue: number;
        message: string;
        metricName: string;
        severity: "critical" | "warning";
        threshold: number;
        ts: number;
    }
    Index
    acknowledged: boolean
    agentId: string
    alertId: string
    currentValue: number
    message: string
    metricName: string
    severity: "critical" | "warning"
    threshold: number
    ts: number