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

    To retrieve the target size for a given Droplet Autoscale Pool, send a GET request to /v2/monitoring/metrics/droplet_autoscale/target_instances.

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