pydo.autoscalepools.list_members()
Generated on 17 Apr 2025
from pydo
version
v0.10.0
Description
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 be
set to an array containing information about each of the Droplets in the autoscale pool.
Parameters
Name | Type | Required | Description | Default Value |
---|---|---|---|---|
per_page |
integer | False | Number of items returned per page | 20 |
page |
integer | False | Which ‘page’ of paginated results to return. | 1 |
autoscale_pool_id |
string | True | A unique identifier for an autoscale pool. |
More Information
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.