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

    Interface SystemInfoResult

    interface SystemInfoResult {
        boottime: string;
        buildtime: string;
        cores: number;
        datetime: string;
        ecc_memory: boolean;
        hostname: string;
        license: { [k: string]: unknown } | null;
        loadavg: unknown[];
        model: string;
        physical_cores: number;
        physmem: number;
        system_manufacturer: string | null;
        system_product: string | null;
        system_product_version: string | null;
        system_serial: string | null;
        timezone: string;
        uptime: string;
        uptime_seconds: number;
        version: string;
    }
    Index
    boottime: string
    buildtime: string
    cores: number
    datetime: string
    ecc_memory: boolean
    hostname: string
    license: { [k: string]: unknown } | null
    loadavg: unknown[]
    model: string
    physical_cores: number
    physmem: number
    system_manufacturer: string | null
    system_product: string | null
    system_product_version: string | null
    system_serial: string | null
    timezone: string
    uptime: string
    uptime_seconds: number
    version: string