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
.
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. |
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.