pydo.monitoring.get_lb_droplets_health_checks()
Generated on 9 Jun 2026
from pydo version
v0.36.0
Usage
client.monitoring.get_lb_droplets_health_checks(
lb_id="4de7ac8b-495b-4884-9a69-1050c6793cd6",
start="1620683817",
end="1620705417",
)Description
To retrieve Droplets health check status for a given load balancer, send a GET request to /v2/monitoring/metrics/load_balancer/droplets_health_checks.
Parameters
lb_idstring requiredA unique identifier for a load balancer.
startstring requiredUNIX timestamp to start metric window.
endstring requiredUNIX timestamp to end metric window.
Response Example
More Information
See /v2/monitoring/metrics/load_balancer/droplets_health_checks in the API reference for additional detail on responses, headers, parameters, and more.