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

    Interface IInstanceDetails

    interface IInstanceDetails {
        cpuInMillis: number;
        lastUpdated: ILastUpdated;
        memoryInBytes: number;
        restarts: number;
        scheduled: boolean;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    cpuInMillis: number
    lastUpdated: ILastUpdated
    memoryInBytes: number
    restarts: number
    scheduled: boolean