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

    Interface TruecommandConfigChangedEventFields

    interface TruecommandConfigChangedEventFields {
        enabled: boolean;
        id: number;
        remote_ip_address: string | null;
        remote_url: string | null;
        status: v25_10_0.TruecommandConfigChangedEventFieldsStatusInput;
        status_reason:
            | "Truecommand service is connected."
            | "Pending Confirmation From iX Portal for Truecommand API Key."
            | "Truecommand service is disabled."
            | "Truecommand API Key Disabled by iX Portal."
            | "Waiting for connection from Truecommand."
            | "Truecommand service is disabled on standby controller";
    }
    Index
    enabled: boolean
    id: number
    remote_ip_address: string | null
    remote_url: string | null
    status_reason:
        | "Truecommand service is connected."
        | "Pending Confirmation From iX Portal for Truecommand API Key."
        | "Truecommand service is disabled."
        | "Truecommand API Key Disabled by iX Portal."
        | "Waiting for connection from Truecommand."
        | "Truecommand service is disabled on standby controller"