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

    Interface PoolEntry

    interface PoolEntry {
        all_sed: boolean | null;
        allocated: number | null;
        allocated_str: string | null;
        autotrim: { [k: string]: unknown };
        dedup_table_quota: string | null;
        dedup_table_size: number | null;
        expand: { [k: string]: unknown } | null;
        fragmentation: string | null;
        free: number | null;
        free_str: string | null;
        freeing: number | null;
        freeing_str: string | null;
        guid: string;
        healthy: boolean;
        id: number;
        is_upgraded?: boolean;
        name: string;
        path: string;
        scan: v26_0_0.PoolScan | null;
        size: number | null;
        size_str: string | null;
        status: string;
        status_code: string | null;
        status_detail: string | null;
        topology: v25_10_0.PoolTopology | null;
        warning: boolean;
    }
    Index
    all_sed: boolean | null
    allocated: number | null
    allocated_str: string | null
    autotrim: { [k: string]: unknown }
    dedup_table_quota: string | null
    dedup_table_size: number | null
    expand: { [k: string]: unknown } | null
    fragmentation: string | null
    free: number | null
    free_str: string | null
    freeing: number | null
    freeing_str: string | null
    guid: string
    healthy: boolean
    id: number
    is_upgraded?: boolean
    name: string
    path: string
    scan: v26_0_0.PoolScan | null
    size: number | null
    size_str: string | null
    status: string
    status_code: string | null
    status_detail: string | null
    topology: v25_10_0.PoolTopology | null
    warning: boolean