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

    Interface FaultInjection

    Fault injection specification

    interface FaultInjection {
        description: string;
        faultId: string;
        severity: number;
        targetAgentId: string;
        targetEdgeId?: string;
        type: FaultType;
    }
    Index
    description: string

    Description of the fault for reporting

    faultId: string
    severity: number

    Severity 0-1: 0 = no effect, 1 = total failure

    targetAgentId: string
    targetEdgeId?: string

    Optional: target specific edge instead of agent

    type: FaultType