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