@accelerated-software-development/caddy-api-client - v0.2.2
    Preparing search index...

    Interface UpstreamStatus

    Upstream server status from /reverse_proxy/upstreams endpoint

    interface UpstreamStatus {
        address: string;
        fails: number;
        healthy: boolean;
        num_requests: number;
    }
    Index

    Properties

    address: string

    Upstream address (host:port)

    fails: number

    Number of failed health checks

    healthy: boolean

    Whether the upstream is currently healthy

    num_requests: number

    Number of active requests