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

    Interface IApplicationInstanceLog

    interface IApplicationInstanceLog {
        dateFrom: string;
        dateTo: string;
        logs: string;
        truncated: boolean;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    dateFrom: string
    dateTo: string
    logs: string
    truncated: boolean