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

Hierarchy (view full)

Properties

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

Generated using TypeDoc