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

    Interface SiemBatchResult

    interface SiemBatchResult {
        count: number;
        format: string;
        results: SiemExportResult[];
        totalBytes: number;
    }
    Index
    count: number
    format: string
    results: SiemExportResult[]
    totalBytes: number