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

    To retrieve the target average CPU utilization for a given Droplet Autoscale Pool, send a GET request to /v2/monitoring/metrics/droplet_autoscale/target_cpu_utilization.

    interface Target_cpu_utilizationRequestBuilderGetQueryParameters {
        autoscalePoolId?: string;
        end?: string;
        start?: string;
    }
    Index

    Properties

    autoscalePoolId?: string

    A unique identifier for an autoscale pool.

    end?: string

    UNIX timestamp to end metric window.

    start?: string

    UNIX timestamp to start metric window.