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

    Interface AutoscaleRequestBuilderGetQueryParameters

    To list all autoscale pools in your team, send a GET request to /v2/droplets/autoscale.The response body will be a JSON object with a key of autoscale_pools containing an array of autoscale pool objects.These each contain the standard autoscale pool attributes.

    interface AutoscaleRequestBuilderGetQueryParameters {
        name?: string;
        page?: number;
        perPage?: number;
    }
    Index

    Properties

    Properties

    name?: string

    The name of the autoscale pool

    page?: number

    Which 'page' of paginated results to return.

    perPage?: number

    Number of items returned per page