pydo.monitoring.get_droplet_autoscale_current_memory_utilization()
Generated on 1 May 2025
from pydo
version
v0.11.0
Description
To retrieve the current average memory utilization for a given Droplet Autoscale Pool, send a GET request to /v2/monitoring/metrics/droplet_autoscale/current_memory_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.