pydo.monitoring.get_droplet_load15_metrics()
Generated on 8 May 2026
from pydo version
v0.34.0
Usage
client.monitoring.get_droplet_load15_metrics(
host_id="17209102",
start="1620683817",
end="1620705417",
)Description
To retrieve 15 minute load average metrics for a given droplet, send a GET request to /v2/monitoring/metrics/droplet/load_15.
Parameters
host_idstring requiredThe droplet ID.
startstring requiredUNIX timestamp to start metric window.
endstring requiredUNIX timestamp to end metric window.
Request Sample
Response Example
More Information
See /v2/monitoring/metrics/droplet/load_15 in the API reference for additional detail on responses, headers, parameters, and more.