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

    Interface ZpoolScrubRun

    interface ZpoolScrubRun {
        action?: v26_0_0.ZpoolScrubRunAction;
        pool_name: string;
        scan_type?: "SCRUB" | "ERRORSCRUB";
        threshold?: number;
    }
    Index
    pool_name: string
    scan_type?: "SCRUB" | "ERRORSCRUB"
    threshold?: number