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

    To retrieve Droplets HTTP rate of response code for a given load balancer, send a GET request to /v2/monitoring/metrics/load_balancer/droplets_http_responses.

    interface Droplets_http_responsesRequestBuilderGetQueryParameters {
        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.