pydo.autoscalepools.list()
Generated on 17 Apr 2025
from pydo
version
v0.10.0
Description
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.
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 |
name |
string | False | The name of the autoscale pool |
More Information
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.