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

    Interface JBOFEntryInput

    interface JBOFEntryInput {
        id: number;
        index: number;
        mgmt_ip1: string;
        mgmt_ip2?: string;
        mgmt_password: string;
        mgmt_username: string;
        uuid: string;
    }
    Index
    id: number
    index: number
    mgmt_ip1: string
    mgmt_ip2?: string
    mgmt_password: string
    mgmt_username: string
    uuid: string