IQRF Repository JavaScript client - v0.1.5
    Preparing search index...

    Interface StatusRawInternal

    Status - raw response from the API

    interface StatusRaw {
        apiVersion: number;
        buildDateTime: string;
        databaseChangeDateTime: string;
        databaseChecksum: string | bigint;
        dateTime: string;
        hostname: string;
        startDateTime: string;
        user: string;
    }
    Index

    Properties

    apiVersion: number

    API version

    buildDateTime: string

    Server build timestamp

    databaseChangeDateTime: string

    Last database update timestamp

    databaseChecksum: string | bigint

    Checksum of database tables

    dateTime: string

    Current timestamp

    hostname: string

    Server host name

    startDateTime: string

    Server startup timestamp

    user: string

    Authenticated user name