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

    To retrieve Droplets health check status for a given load balancer, send a GET request to /v2/monitoring/metrics/load_balancer/droplets_health_checks.

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