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

    Interface MembersRequestBuilderGetQueryParameters

    To list the Droplets in an autoscale pool, send a GET request to /v2/droplets/autoscale/$AUTOSCALE_POOL_ID/members.The response body will be a JSON object with a key of droplets. This will beset to an array containing information about each of the Droplets in the autoscale pool.

    interface MembersRequestBuilderGetQueryParameters {
        page?: number;
        perPage?: number;
    }
    Index

    Properties

    Properties

    page?: number

    Which 'page' of paginated results to return.

    perPage?: number

    Number of items returned per page