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

    Interface IncidentLogInput

    interface IncidentLogInput {
        agentId: string;
        description?: string;
        incidentId: string;
        severity: string;
        state: string;
        title: string;
        triggerId?: string;
        triggerType?: string;
        ts?: number;
    }
    Index
    agentId: string
    description?: string
    incidentId: string
    severity: string
    state: string
    title: string
    triggerId?: string
    triggerType?: string
    ts?: number