Cumulocity Web SDK - v1021.62.8
    Preparing search index...

    Interface UpdateBulkQueryFilter

    interface UpdateBulkQueryFilter {
        resolved: boolean;
        severity: "CRITICAL" | "MAJOR" | "MINOR" | "WARNING";
        source?: string | number;
        withSourceAssets?: boolean;
        withSourceDevices?: boolean;
    }
    Index

    Properties

    resolved: boolean
    severity: "CRITICAL" | "MAJOR" | "MINOR" | "WARNING"
    source?: string | number
    withSourceAssets?: boolean
    withSourceDevices?: boolean