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

    Interface SysInfo

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