nexus-agents - v2.80.0
    Preparing search index...

    Interface ThresholdUpdateDetail

    Detail payload for threshold update events.

    interface ThresholdUpdateDetail {
        cli: string;
        category: string;
        oldBaseline: number;
        newBaseline: number;
        trend: Trend;
    }
    Index

    Properties

    cli: string
    category: string
    oldBaseline: number
    newBaseline: number
    trend: Trend