@truenas/api-client
    Preparing search index...

    Interface RemoteInfo

    interface RemoteInfo {
        datetime: string;
        hostname: string;
        license: { [k: string]: unknown } | null;
        platform: string;
        system_serial: string;
        uptime_seconds: number;
        version: string;
    }
    Index
    datetime: string
    hostname: string
    license: { [k: string]: unknown } | null
    platform: string
    system_serial: string
    uptime_seconds: number
    version: string