MetricsBouncerInfo Software version info (so we can warn users about out-of-date software). The software name and the version are "guessed" from the user-agent

interface MetricsBouncerInfo {
    custom_name?: string;
    last_pull?: string;
    name?: string;
    version?: string;
}

Properties

custom_name?: string

name of the component

last_pull?: string

last bouncer pull date

name?: string

bouncer type (firewall, php ...)

version?: string

software version

Generated using TypeDoc