MATTR VII Platform API Events Registry - v12.22.0
    Preparing search index...

    ANALYTICS_EVENT_CLEANUP_START

    interface AnalyticsEventCleanupStartEventSanitised {
        category: "analytics";
        data: {
            defaultRetentionPeriodDays: number;
            tenantRetentionPolicy: {
                [key: string]: {
                    enabled: boolean;
                    retentionPeriod: { unit: string; value: number };
                };
            };
        };
        id: string;
        requestId: string;
        requestIp: string
        | undefined;
        tenantId: string;
        timestamp: number;
        type: "ANALYTICS_EVENT_CLEANUP_START";
        userAgent: string | undefined;
        version: "1";
    }
    Index
    category: "analytics"
    data: {
        defaultRetentionPeriodDays: number;
        tenantRetentionPolicy: {
            [key: string]: {
                enabled: boolean;
                retentionPeriod: { unit: string; value: number };
            };
        };
    }
    id: string
    requestId: string
    requestIp: string | undefined
    tenantId: string
    timestamp: number
    type: "ANALYTICS_EVENT_CLEANUP_START"
    userAgent: string | undefined
    version: "1"