CIA Compliance Manager — API Documentation - v1.1.50
    Preparing search index...

    Interface SLAMetrics

    Service level agreement metrics

    interface SLAMetrics {
        uptime: string;
        rto?: string;
        rpo?: string;
        mttr?: string;
    }
    Index

    Properties

    Properties

    uptime: string

    Uptime target (e.g., "99.9%")

    rto?: string

    Recovery Time Objective

    rpo?: string

    Recovery Point Objective

    mttr?: string

    Mean Time to Recover