pydo.monitoring.get_droplet_load5_metrics()
Generated on 8 May 2026
from pydo version
v0.34.0
Usage
client.monitoring.get_droplet_load5_metrics(
host_id="17209102",
start="1620683817",
end="1620705417",
)Description
To retrieve 5 minute load average metrics for a given droplet, send a GET request to /v2/monitoring/metrics/droplet/load_5.
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_5 in the API reference for additional detail on responses, headers, parameters, and more.