Node CrowdSec Client
    Preparing search index...

    Interface IWatcherClientOptions

    interface IWatcherClientOptions {
        auth?: ITLSAuthentication | IWatcherAuthentication;
        heartbeat?: number | boolean;
        scenarios?: string[];
        strictSSL?: boolean;
        timeout?: number;
        url: string;
        userAgent?: string;
    }

    Hierarchy (View Summary)

    Index
    heartbeat?: number | boolean

    send heartbeat periodically pass number to specify ms between call

    scenarios?: string[]

    scenarios handled by this watcher

    strictSSL?: boolean
    timeout?: number
    url: string
    userAgent?: string