@digitalocean/dots - v1.0.1
    Preparing search index...

    To retrieve frontend total current active connections for a given load balancer, send a GET request to /v2/monitoring/metrics/load_balancer/frontend_connections_current.

    interface Frontend_connections_currentRequestBuilderGetQueryParameters {
        end?: string;
        lbId?: string;
        start?: string;
    }
    Index

    Properties

    Properties

    end?: string

    UNIX timestamp to end metric window.

    lbId?: string

    A unique identifier for a load balancer.

    start?: string

    UNIX timestamp to start metric window.