Documentation
    Preparing search index...
    interface ApiStatusApp {
        container: string;
        cpu: string;
        id: string;
        last_restart: string;
        memory: string;
        netIO: ApiNetIO;
        ssd: string;
        startedAt: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    container: string

    Status of your application

    • It can be Online or Offline for example
    cpu: string

    CPU usage as percentage

    id: string

    Your app id

    last_restart: string

    Relative time of the last restart

    memory: string

    RAM usage

    netIO: ApiNetIO

    Internet usage

    ssd: string

    Storage space

    startedAt: string

    Date of your application has started