pydo.monitoring.get_droplet_autoscale_current_cpu_utilization.yml()
Generated on 13 Jan 2026
from pydo version
v0.24.0
Description
To retrieve the current average CPU utilization for a given Droplet Autoscale Pool, send a GET request to /v2/monitoring/metrics/droplet_autoscale/current_cpu_utilization.
Parameters
| Name | Type | Required | Description | Default Value |
|---|---|---|---|---|
autoscale_pool_id |
string | True | A unique identifier for an autoscale pool. | |
start |
string | True | UNIX timestamp to start metric window. | |
end |
string | True | UNIX timestamp to end metric window. |
More Information
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.